2024-11-17 13:25:39 +04:00
|
|
|
|
namespace WinFormsApp1
|
|
|
|
|
{
|
|
|
|
|
partial class Form1
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2024-11-17 14:18:00 +04:00
|
|
|
|
components = new System.ComponentModel.Container();
|
2024-11-17 13:25:39 +04:00
|
|
|
|
smartCheckedListBox1 = new MyUserControls.SmartCheckedListBox();
|
|
|
|
|
smartTextBox1 = new MyUserControls.SmartTextBox();
|
|
|
|
|
hierarchicalTreeView = new MyUserControls.HierarchicalTreeView();
|
2024-11-17 14:18:00 +04:00
|
|
|
|
testComponent1 = new MyUserControls.Components.testComponent(components);
|
|
|
|
|
buttonSave = new Button();
|
|
|
|
|
richTextBoxText = new RichTextBox();
|
2024-11-17 17:05:03 +04:00
|
|
|
|
pdfImage = new MyUserControls.Components.PdfImage.PdfImage(components);
|
|
|
|
|
listBoxImages = new ListBox();
|
|
|
|
|
chooseImage = new Button();
|
|
|
|
|
createPdfImages = new Button();
|
2024-11-17 17:35:47 +04:00
|
|
|
|
pdfTable = new MyUserControls.Components.PdfTable.PdfTable(components);
|
|
|
|
|
createTable = new Button();
|
2024-11-17 17:59:17 +04:00
|
|
|
|
pdfDiagram = new MyUserControls.Components.PdfDiagram.PdfDiagram(components);
|
|
|
|
|
createDiagram = new Button();
|
2024-11-17 13:25:39 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// smartCheckedListBox1
|
|
|
|
|
//
|
2024-11-17 17:05:03 +04:00
|
|
|
|
smartCheckedListBox1.Location = new Point(12, 12);
|
2024-11-17 13:25:39 +04:00
|
|
|
|
smartCheckedListBox1.Name = "smartCheckedListBox1";
|
|
|
|
|
smartCheckedListBox1.SelectedValue = "";
|
|
|
|
|
smartCheckedListBox1.Size = new Size(241, 182);
|
|
|
|
|
smartCheckedListBox1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// smartTextBox1
|
|
|
|
|
//
|
2024-11-17 17:05:03 +04:00
|
|
|
|
smartTextBox1.Location = new Point(0, 329);
|
2024-11-17 13:25:39 +04:00
|
|
|
|
smartTextBox1.MaxLength = 100;
|
|
|
|
|
smartTextBox1.MinLength = 0;
|
|
|
|
|
smartTextBox1.Name = "smartTextBox1";
|
2024-11-17 17:05:03 +04:00
|
|
|
|
smartTextBox1.Size = new Size(295, 98);
|
2024-11-17 13:25:39 +04:00
|
|
|
|
smartTextBox1.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// hierarchicalTreeView
|
|
|
|
|
//
|
2024-11-17 17:05:03 +04:00
|
|
|
|
hierarchicalTreeView.Location = new Point(0, 162);
|
2024-11-17 13:25:39 +04:00
|
|
|
|
hierarchicalTreeView.Name = "hierarchicalTreeView";
|
|
|
|
|
hierarchicalTreeView.Size = new Size(266, 174);
|
|
|
|
|
hierarchicalTreeView.TabIndex = 3;
|
|
|
|
|
//
|
2024-11-17 14:18:00 +04:00
|
|
|
|
// buttonSave
|
|
|
|
|
//
|
2024-11-17 17:05:03 +04:00
|
|
|
|
buttonSave.Location = new Point(337, 111);
|
2024-11-17 14:18:00 +04:00
|
|
|
|
buttonSave.Name = "buttonSave";
|
|
|
|
|
buttonSave.Size = new Size(168, 32);
|
|
|
|
|
buttonSave.TabIndex = 4;
|
|
|
|
|
buttonSave.Text = "Сохранить";
|
|
|
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSave.Click += buttonSave_Click;
|
|
|
|
|
//
|
|
|
|
|
// richTextBoxText
|
|
|
|
|
//
|
|
|
|
|
richTextBoxText.Location = new Point(337, 26);
|
|
|
|
|
richTextBoxText.Name = "richTextBoxText";
|
2024-11-17 17:05:03 +04:00
|
|
|
|
richTextBoxText.Size = new Size(168, 70);
|
2024-11-17 14:18:00 +04:00
|
|
|
|
richTextBoxText.TabIndex = 5;
|
|
|
|
|
richTextBoxText.Text = "";
|
|
|
|
|
//
|
2024-11-17 17:05:03 +04:00
|
|
|
|
// listBoxImages
|
|
|
|
|
//
|
|
|
|
|
listBoxImages.FormattingEnabled = true;
|
|
|
|
|
listBoxImages.ItemHeight = 20;
|
|
|
|
|
listBoxImages.Location = new Point(330, 162);
|
|
|
|
|
listBoxImages.Name = "listBoxImages";
|
|
|
|
|
listBoxImages.Size = new Size(184, 64);
|
|
|
|
|
listBoxImages.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// chooseImage
|
|
|
|
|
//
|
|
|
|
|
chooseImage.Location = new Point(331, 232);
|
|
|
|
|
chooseImage.Name = "chooseImage";
|
|
|
|
|
chooseImage.Size = new Size(183, 27);
|
|
|
|
|
chooseImage.TabIndex = 7;
|
|
|
|
|
chooseImage.Text = "Добавить картинку";
|
|
|
|
|
chooseImage.UseVisualStyleBackColor = true;
|
|
|
|
|
chooseImage.Click += chooseImage_Click;
|
|
|
|
|
//
|
|
|
|
|
// createPdfImages
|
|
|
|
|
//
|
|
|
|
|
createPdfImages.Location = new Point(330, 265);
|
|
|
|
|
createPdfImages.Name = "createPdfImages";
|
|
|
|
|
createPdfImages.Size = new Size(184, 29);
|
|
|
|
|
createPdfImages.TabIndex = 8;
|
2024-11-17 17:59:17 +04:00
|
|
|
|
createPdfImages.Text = "Создать картинки пдф";
|
2024-11-17 17:05:03 +04:00
|
|
|
|
createPdfImages.UseVisualStyleBackColor = true;
|
|
|
|
|
createPdfImages.Click += createPdfImages_Click;
|
|
|
|
|
//
|
2024-11-17 17:35:47 +04:00
|
|
|
|
// createTable
|
|
|
|
|
//
|
2024-11-17 17:59:17 +04:00
|
|
|
|
createTable.Location = new Point(330, 305);
|
2024-11-17 17:35:47 +04:00
|
|
|
|
createTable.Name = "createTable";
|
|
|
|
|
createTable.Size = new Size(184, 31);
|
|
|
|
|
createTable.TabIndex = 9;
|
|
|
|
|
createTable.Text = "создать таблицу пдф";
|
|
|
|
|
createTable.UseVisualStyleBackColor = true;
|
|
|
|
|
createTable.Click += createTable_Click;
|
|
|
|
|
//
|
2024-11-17 17:59:17 +04:00
|
|
|
|
// createDiagram
|
|
|
|
|
//
|
|
|
|
|
createDiagram.Location = new Point(331, 351);
|
|
|
|
|
createDiagram.Name = "createDiagram";
|
|
|
|
|
createDiagram.Size = new Size(185, 29);
|
|
|
|
|
createDiagram.TabIndex = 10;
|
|
|
|
|
createDiagram.Text = "Создать диаграмму пдф";
|
|
|
|
|
createDiagram.UseVisualStyleBackColor = true;
|
|
|
|
|
createDiagram.Click += createDiagram_Click;
|
|
|
|
|
//
|
2024-11-17 13:25:39 +04:00
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-11-17 17:05:03 +04:00
|
|
|
|
ClientSize = new Size(1120, 474);
|
2024-11-17 17:59:17 +04:00
|
|
|
|
Controls.Add(createDiagram);
|
2024-11-17 17:35:47 +04:00
|
|
|
|
Controls.Add(createTable);
|
2024-11-17 17:05:03 +04:00
|
|
|
|
Controls.Add(createPdfImages);
|
|
|
|
|
Controls.Add(chooseImage);
|
|
|
|
|
Controls.Add(listBoxImages);
|
2024-11-17 14:18:00 +04:00
|
|
|
|
Controls.Add(richTextBoxText);
|
|
|
|
|
Controls.Add(buttonSave);
|
2024-11-17 13:25:39 +04:00
|
|
|
|
Controls.Add(hierarchicalTreeView);
|
|
|
|
|
Controls.Add(smartTextBox1);
|
|
|
|
|
Controls.Add(smartCheckedListBox1);
|
|
|
|
|
Name = "Form1";
|
|
|
|
|
Text = "Form1";
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private MyUserControls.SmartCheckedListBox smartCheckedListBox1;
|
|
|
|
|
private MyUserControls.SmartTextBox smartTextBox1;
|
|
|
|
|
private MyUserControls.HierarchicalTreeView hierarchicalTreeView;
|
2024-11-17 14:18:00 +04:00
|
|
|
|
private MyUserControls.Components.testComponent testComponent1;
|
|
|
|
|
private Button buttonSave;
|
|
|
|
|
private RichTextBox richTextBoxText;
|
2024-11-17 17:05:03 +04:00
|
|
|
|
private MyUserControls.Components.PdfImage.PdfImage pdfImage;
|
|
|
|
|
private ListBox listBoxImages;
|
|
|
|
|
private Button chooseImage;
|
|
|
|
|
private Button createPdfImages;
|
2024-11-17 17:35:47 +04:00
|
|
|
|
private MyUserControls.Components.PdfTable.PdfTable pdfTable;
|
|
|
|
|
private Button createTable;
|
2024-11-17 17:59:17 +04:00
|
|
|
|
private MyUserControls.Components.PdfDiagram.PdfDiagram pdfDiagram;
|
|
|
|
|
private Button createDiagram;
|
2024-11-17 13:25:39 +04:00
|
|
|
|
}
|
|
|
|
|
}
|