160 lines
5.7 KiB
C#

namespace WinFormForTest
{
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()
{
customComboBox1 = new KOP_Labs.CustomComboBox();
customListBox1 = new KOP_Labs.CustomListBox();
customTree1 = new KOP_Labs.CustomTree();
buttonClear = new Button();
buttonEnter = new Button();
buttonGet = new Button();
labelItem = new Label();
buttonCheck = new Button();
checkBoxValid = new CheckBox();
SuspendLayout();
//
// customComboBox1
//
customComboBox1.Location = new Point(264, 50);
customComboBox1.Max = 20;
customComboBox1.Min = 5;
customComboBox1.Name = "customComboBox1";
customComboBox1.Size = new Size(301, 125);
customComboBox1.TabIndex = 0;
customComboBox1.TextBoxValue = "";
//
// customListBox1
//
customListBox1.Location = new Point(12, 23);
customListBox1.Name = "customListBox1";
customListBox1.SelectedElement = "";
customListBox1.Size = new Size(231, 187);
customListBox1.TabIndex = 1;
//
// customTree1
//
//customTree1.Hierarcy = null;
customTree1.Location = new Point(615, 50);
customTree1.Name = "customTree1";
customTree1.Size = new Size(309, 384);
customTree1.TabIndex = 2;
//
// buttonClear
//
buttonClear.Location = new Point(12, 216);
buttonClear.Name = "buttonClear";
buttonClear.Size = new Size(161, 29);
buttonClear.TabIndex = 3;
buttonClear.Text = "Очистить список";
buttonClear.UseVisualStyleBackColor = true;
buttonClear.Click += buttonClear_Click;
//
// buttonEnter
//
buttonEnter.Location = new Point(12, 251);
buttonEnter.Name = "buttonEnter";
buttonEnter.Size = new Size(183, 29);
buttonEnter.TabIndex = 4;
buttonEnter.Text = "Добавить элементы";
buttonEnter.UseVisualStyleBackColor = true;
buttonEnter.Click += buttonEnter_Click;
//
// buttonGet
//
buttonGet.Location = new Point(12, 286);
buttonGet.Name = "buttonGet";
buttonGet.Size = new Size(94, 29);
buttonGet.TabIndex = 5;
buttonGet.Text = "Получить";
buttonGet.UseVisualStyleBackColor = true;
buttonGet.Click += buttonGet_Click;
//
// labelItem
//
labelItem.AutoSize = true;
labelItem.Location = new Point(123, 290);
labelItem.Name = "labelItem";
labelItem.Size = new Size(59, 20);
labelItem.TabIndex = 6;
labelItem.Text = "Объект";
//
// buttonCheck
//
buttonCheck.Location = new Point(273, 181);
buttonCheck.Name = "buttonCheck";
buttonCheck.Size = new Size(94, 29);
buttonCheck.TabIndex = 7;
buttonCheck.Text = "Проверить";
buttonCheck.UseVisualStyleBackColor = true;
buttonCheck.Click += buttonCheck_Click;
//
// checkBoxValid
//
checkBoxValid.AutoSize = true;
checkBoxValid.Location = new Point(417, 181);
checkBoxValid.Name = "checkBoxValid";
checkBoxValid.Size = new Size(100, 24);
checkBoxValid.TabIndex = 9;
checkBoxValid.Text = "Проверка";
checkBoxValid.UseVisualStyleBackColor = true;
//
// Form1
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1042, 573);
Controls.Add(checkBoxValid);
Controls.Add(buttonCheck);
Controls.Add(labelItem);
Controls.Add(buttonGet);
Controls.Add(buttonEnter);
Controls.Add(buttonClear);
Controls.Add(customTree1);
Controls.Add(customListBox1);
Controls.Add(customComboBox1);
Name = "Form1";
Text = "Form1";
ResumeLayout(false);
PerformLayout();
}
#endregion
private KOP_Labs.CustomComboBox customComboBox1;
private KOP_Labs.CustomListBox customListBox1;
private KOP_Labs.CustomTree customTree1;
private Button buttonClear;
private Button buttonEnter;
private Button buttonGet;
private Label labelItem;
private Button buttonCheck;
private CheckBox checkBoxValid;
}
}