366 lines
17 KiB
C#
366 lines
17 KiB
C#
|
namespace Test
|
|||
|
{
|
|||
|
partial class Form1
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Обязательная переменная конструктора.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Освободить все используемые ресурсы.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Код, автоматически созданный конструктором форм Windows
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
|||
|
/// содержимое этого метода с помощью редактора кода.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.textBoxList = new System.Windows.Forms.TextBox();
|
|||
|
this.labelList = new System.Windows.Forms.Label();
|
|||
|
this.labelListEl = new System.Windows.Forms.Label();
|
|||
|
this.elemetsOfList = new System.Windows.Forms.Label();
|
|||
|
this.buttonAdd = new System.Windows.Forms.Button();
|
|||
|
this.LoadInBox = new System.Windows.Forms.Button();
|
|||
|
this.buttonClear = new System.Windows.Forms.Button();
|
|||
|
this.textBoxTakeValue = new System.Windows.Forms.TextBox();
|
|||
|
this.buttonTake = new System.Windows.Forms.Button();
|
|||
|
this.buttonReplace = new System.Windows.Forms.Button();
|
|||
|
this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.buttonTakeTime = new System.Windows.Forms.Button();
|
|||
|
this.buttonGiveTime = new System.Windows.Forms.Button();
|
|||
|
this.labelTitle = new System.Windows.Forms.Label();
|
|||
|
this.labelChecked = new System.Windows.Forms.Label();
|
|||
|
this.buttonStart = new System.Windows.Forms.Button();
|
|||
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|||
|
this.myTreeView1 = new VisEl.MyTreeView();
|
|||
|
this.myTextBoxDate = new VisEl.MyTextBoxDate();
|
|||
|
this.newCheckList1 = new VisEl.MyCheckList();
|
|||
|
this.buttonAddHier = new System.Windows.Forms.Button();
|
|||
|
this.labelHier = new System.Windows.Forms.Label();
|
|||
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
|||
|
this.buttonGen = new System.Windows.Forms.Button();
|
|||
|
this.buttonTakeNode = new System.Windows.Forms.Button();
|
|||
|
this.labelNode = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// textBoxList
|
|||
|
//
|
|||
|
this.textBoxList.Location = new System.Drawing.Point(492, 12);
|
|||
|
this.textBoxList.Name = "textBoxList";
|
|||
|
this.textBoxList.Size = new System.Drawing.Size(261, 22);
|
|||
|
this.textBoxList.TabIndex = 1;
|
|||
|
//
|
|||
|
// labelList
|
|||
|
//
|
|||
|
this.labelList.AutoSize = true;
|
|||
|
this.labelList.Location = new System.Drawing.Point(336, 12);
|
|||
|
this.labelList.Name = "labelList";
|
|||
|
this.labelList.Size = new System.Drawing.Size(120, 16);
|
|||
|
this.labelList.TabIndex = 2;
|
|||
|
this.labelList.Text = "Создание списка";
|
|||
|
//
|
|||
|
// labelListEl
|
|||
|
//
|
|||
|
this.labelListEl.AutoSize = true;
|
|||
|
this.labelListEl.Location = new System.Drawing.Point(336, 94);
|
|||
|
this.labelListEl.Name = "labelListEl";
|
|||
|
this.labelListEl.Size = new System.Drawing.Size(83, 16);
|
|||
|
this.labelListEl.TabIndex = 3;
|
|||
|
this.labelListEl.Text = "ListElements";
|
|||
|
//
|
|||
|
// elemetsOfList
|
|||
|
//
|
|||
|
this.elemetsOfList.AutoSize = true;
|
|||
|
this.elemetsOfList.Location = new System.Drawing.Point(425, 94);
|
|||
|
this.elemetsOfList.Name = "elemetsOfList";
|
|||
|
this.elemetsOfList.Size = new System.Drawing.Size(0, 16);
|
|||
|
this.elemetsOfList.TabIndex = 4;
|
|||
|
//
|
|||
|
// buttonAdd
|
|||
|
//
|
|||
|
this.buttonAdd.Location = new System.Drawing.Point(492, 55);
|
|||
|
this.buttonAdd.Name = "buttonAdd";
|
|||
|
this.buttonAdd.Size = new System.Drawing.Size(145, 23);
|
|||
|
this.buttonAdd.TabIndex = 5;
|
|||
|
this.buttonAdd.Text = "Добавить в список";
|
|||
|
this.buttonAdd.UseVisualStyleBackColor = true;
|
|||
|
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
|
|||
|
//
|
|||
|
// LoadInBox
|
|||
|
//
|
|||
|
this.LoadInBox.Location = new System.Drawing.Point(666, 55);
|
|||
|
this.LoadInBox.Name = "LoadInBox";
|
|||
|
this.LoadInBox.Size = new System.Drawing.Size(87, 23);
|
|||
|
this.LoadInBox.TabIndex = 6;
|
|||
|
this.LoadInBox.Text = "Загрузить";
|
|||
|
this.LoadInBox.UseVisualStyleBackColor = true;
|
|||
|
this.LoadInBox.Click += new System.EventHandler(this.LoadInBox_Click);
|
|||
|
//
|
|||
|
// buttonClear
|
|||
|
//
|
|||
|
this.buttonClear.Location = new System.Drawing.Point(339, 55);
|
|||
|
this.buttonClear.Name = "buttonClear";
|
|||
|
this.buttonClear.Size = new System.Drawing.Size(120, 23);
|
|||
|
this.buttonClear.TabIndex = 7;
|
|||
|
this.buttonClear.Text = "Очистить";
|
|||
|
this.buttonClear.UseVisualStyleBackColor = true;
|
|||
|
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
|||
|
//
|
|||
|
// textBoxTakeValue
|
|||
|
//
|
|||
|
this.textBoxTakeValue.Location = new System.Drawing.Point(339, 147);
|
|||
|
this.textBoxTakeValue.Name = "textBoxTakeValue";
|
|||
|
this.textBoxTakeValue.Size = new System.Drawing.Size(321, 22);
|
|||
|
this.textBoxTakeValue.TabIndex = 8;
|
|||
|
//
|
|||
|
// buttonTake
|
|||
|
//
|
|||
|
this.buttonTake.Location = new System.Drawing.Point(339, 193);
|
|||
|
this.buttonTake.Name = "buttonTake";
|
|||
|
this.buttonTake.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonTake.TabIndex = 9;
|
|||
|
this.buttonTake.Text = "Взять";
|
|||
|
this.buttonTake.UseVisualStyleBackColor = true;
|
|||
|
this.buttonTake.Click += new System.EventHandler(this.buttonTake_Click);
|
|||
|
//
|
|||
|
// buttonReplace
|
|||
|
//
|
|||
|
this.buttonReplace.Location = new System.Drawing.Point(461, 192);
|
|||
|
this.buttonReplace.Name = "buttonReplace";
|
|||
|
this.buttonReplace.Size = new System.Drawing.Size(92, 23);
|
|||
|
this.buttonReplace.TabIndex = 10;
|
|||
|
this.buttonReplace.Text = "Пяоменять";
|
|||
|
this.buttonReplace.UseVisualStyleBackColor = true;
|
|||
|
this.buttonReplace.Click += new System.EventHandler(this.buttonReplace_Click);
|
|||
|
//
|
|||
|
// dateTimePicker
|
|||
|
//
|
|||
|
this.dateTimePicker.Location = new System.Drawing.Point(428, 321);
|
|||
|
this.dateTimePicker.Name = "dateTimePicker";
|
|||
|
this.dateTimePicker.Size = new System.Drawing.Size(200, 22);
|
|||
|
this.dateTimePicker.TabIndex = 12;
|
|||
|
//
|
|||
|
// buttonTakeTime
|
|||
|
//
|
|||
|
this.buttonTakeTime.Location = new System.Drawing.Point(701, 286);
|
|||
|
this.buttonTakeTime.Name = "buttonTakeTime";
|
|||
|
this.buttonTakeTime.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonTakeTime.TabIndex = 13;
|
|||
|
this.buttonTakeTime.Text = "Взять";
|
|||
|
this.buttonTakeTime.UseVisualStyleBackColor = true;
|
|||
|
this.buttonTakeTime.Click += new System.EventHandler(this.buttonTakeTime_Click);
|
|||
|
//
|
|||
|
// buttonGiveTime
|
|||
|
//
|
|||
|
this.buttonGiveTime.Location = new System.Drawing.Point(428, 358);
|
|||
|
this.buttonGiveTime.Name = "buttonGiveTime";
|
|||
|
this.buttonGiveTime.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonGiveTime.TabIndex = 14;
|
|||
|
this.buttonGiveTime.Text = "Загрузить";
|
|||
|
this.buttonGiveTime.UseVisualStyleBackColor = true;
|
|||
|
this.buttonGiveTime.Click += new System.EventHandler(this.buttonGiveTime_Click);
|
|||
|
//
|
|||
|
// labelTitle
|
|||
|
//
|
|||
|
this.labelTitle.AutoSize = true;
|
|||
|
this.labelTitle.Location = new System.Drawing.Point(428, 286);
|
|||
|
this.labelTitle.Name = "labelTitle";
|
|||
|
this.labelTitle.Size = new System.Drawing.Size(88, 16);
|
|||
|
this.labelTitle.TabIndex = 15;
|
|||
|
this.labelTitle.Text = "Вы выбрали:";
|
|||
|
//
|
|||
|
// labelChecked
|
|||
|
//
|
|||
|
this.labelChecked.AutoSize = true;
|
|||
|
this.labelChecked.Location = new System.Drawing.Point(508, 285);
|
|||
|
this.labelChecked.Name = "labelChecked";
|
|||
|
this.labelChecked.Size = new System.Drawing.Size(0, 16);
|
|||
|
this.labelChecked.TabIndex = 16;
|
|||
|
//
|
|||
|
// buttonStart
|
|||
|
//
|
|||
|
this.buttonStart.Location = new System.Drawing.Point(684, 743);
|
|||
|
this.buttonStart.Name = "buttonStart";
|
|||
|
this.buttonStart.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonStart.TabIndex = 18;
|
|||
|
this.buttonStart.Text = "Поехали";
|
|||
|
this.buttonStart.UseVisualStyleBackColor = true;
|
|||
|
this.buttonStart.Click += new System.EventHandler(this.buttonGO_Click);
|
|||
|
//
|
|||
|
// comboBox1
|
|||
|
//
|
|||
|
this.comboBox1.FormattingEnabled = true;
|
|||
|
this.comboBox1.Location = new System.Drawing.Point(525, 412);
|
|||
|
this.comboBox1.Name = "comboBox1";
|
|||
|
this.comboBox1.Size = new System.Drawing.Size(121, 24);
|
|||
|
this.comboBox1.TabIndex = 19;
|
|||
|
//
|
|||
|
// myTreeView1
|
|||
|
//
|
|||
|
this.myTreeView1.AutoSize = true;
|
|||
|
this.myTreeView1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|||
|
this.myTreeView1.BackColor = System.Drawing.SystemColors.ControlDark;
|
|||
|
this.myTreeView1.Location = new System.Drawing.Point(12, 412);
|
|||
|
this.myTreeView1.Name = "myTreeView1";
|
|||
|
this.myTreeView1.Size = new System.Drawing.Size(427, 403);
|
|||
|
this.myTreeView1.TabIndex = 17;
|
|||
|
//
|
|||
|
// myTextBoxDate
|
|||
|
//
|
|||
|
this.myTextBoxDate.DateMaximum = new System.DateTime(2025, 12, 31, 0, 0, 0, 0);
|
|||
|
this.myTextBoxDate.DateMinimum = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
|||
|
this.myTextBoxDate.Location = new System.Drawing.Point(31, 286);
|
|||
|
this.myTextBoxDate.Name = "myTextBoxDate";
|
|||
|
this.myTextBoxDate.Size = new System.Drawing.Size(316, 150);
|
|||
|
this.myTextBoxDate.TabIndex = 11;
|
|||
|
this.myTextBoxDate.Value = "13.09.2023";
|
|||
|
//
|
|||
|
// newCheckList1
|
|||
|
//
|
|||
|
this.newCheckList1.AutoSize = true;
|
|||
|
this.newCheckList1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|||
|
this.newCheckList1.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|||
|
this.newCheckList1.Location = new System.Drawing.Point(31, 12);
|
|||
|
this.newCheckList1.Name = "newCheckList1";
|
|||
|
this.newCheckList1.selectedValue = "";
|
|||
|
this.newCheckList1.Size = new System.Drawing.Size(285, 248);
|
|||
|
this.newCheckList1.TabIndex = 0;
|
|||
|
//
|
|||
|
// buttonAddHier
|
|||
|
//
|
|||
|
this.buttonAddHier.Location = new System.Drawing.Point(678, 412);
|
|||
|
this.buttonAddHier.Name = "buttonAddHier";
|
|||
|
this.buttonAddHier.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonAddHier.TabIndex = 20;
|
|||
|
this.buttonAddHier.Text = "Добавить";
|
|||
|
this.buttonAddHier.UseVisualStyleBackColor = true;
|
|||
|
this.buttonAddHier.Click += new System.EventHandler(this.buttonAddHier_Click);
|
|||
|
//
|
|||
|
// labelHier
|
|||
|
//
|
|||
|
this.labelHier.AutoSize = true;
|
|||
|
this.labelHier.Location = new System.Drawing.Point(446, 460);
|
|||
|
this.labelHier.Name = "labelHier";
|
|||
|
this.labelHier.Size = new System.Drawing.Size(0, 16);
|
|||
|
this.labelHier.TabIndex = 21;
|
|||
|
//
|
|||
|
// listBox1
|
|||
|
//
|
|||
|
this.listBox1.FormattingEnabled = true;
|
|||
|
this.listBox1.ItemHeight = 16;
|
|||
|
this.listBox1.Location = new System.Drawing.Point(517, 477);
|
|||
|
this.listBox1.Name = "listBox1";
|
|||
|
this.listBox1.Size = new System.Drawing.Size(242, 260);
|
|||
|
this.listBox1.TabIndex = 22;
|
|||
|
//
|
|||
|
// buttonGen
|
|||
|
//
|
|||
|
this.buttonGen.Location = new System.Drawing.Point(678, 448);
|
|||
|
this.buttonGen.Name = "buttonGen";
|
|||
|
this.buttonGen.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonGen.TabIndex = 23;
|
|||
|
this.buttonGen.Text = "Генерир";
|
|||
|
this.buttonGen.UseVisualStyleBackColor = true;
|
|||
|
this.buttonGen.Click += new System.EventHandler(this.buttonGen_Click);
|
|||
|
//
|
|||
|
// buttonTakeNode
|
|||
|
//
|
|||
|
this.buttonTakeNode.Location = new System.Drawing.Point(511, 743);
|
|||
|
this.buttonTakeNode.Name = "buttonTakeNode";
|
|||
|
this.buttonTakeNode.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonTakeNode.TabIndex = 24;
|
|||
|
this.buttonTakeNode.Text = "Достать";
|
|||
|
this.buttonTakeNode.UseVisualStyleBackColor = true;
|
|||
|
this.buttonTakeNode.Click += new System.EventHandler(this.buttonTakeNode_Click);
|
|||
|
//
|
|||
|
// labelNode
|
|||
|
//
|
|||
|
this.labelNode.AutoSize = true;
|
|||
|
this.labelNode.Location = new System.Drawing.Point(514, 778);
|
|||
|
this.labelNode.Name = "labelNode";
|
|||
|
this.labelNode.Size = new System.Drawing.Size(0, 16);
|
|||
|
this.labelNode.TabIndex = 25;
|
|||
|
//
|
|||
|
// Form1
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(800, 867);
|
|||
|
this.Controls.Add(this.labelNode);
|
|||
|
this.Controls.Add(this.buttonTakeNode);
|
|||
|
this.Controls.Add(this.buttonGen);
|
|||
|
this.Controls.Add(this.listBox1);
|
|||
|
this.Controls.Add(this.labelHier);
|
|||
|
this.Controls.Add(this.buttonAddHier);
|
|||
|
this.Controls.Add(this.comboBox1);
|
|||
|
this.Controls.Add(this.buttonStart);
|
|||
|
this.Controls.Add(this.myTreeView1);
|
|||
|
this.Controls.Add(this.labelChecked);
|
|||
|
this.Controls.Add(this.labelTitle);
|
|||
|
this.Controls.Add(this.buttonGiveTime);
|
|||
|
this.Controls.Add(this.buttonTakeTime);
|
|||
|
this.Controls.Add(this.dateTimePicker);
|
|||
|
this.Controls.Add(this.myTextBoxDate);
|
|||
|
this.Controls.Add(this.buttonReplace);
|
|||
|
this.Controls.Add(this.buttonTake);
|
|||
|
this.Controls.Add(this.textBoxTakeValue);
|
|||
|
this.Controls.Add(this.buttonClear);
|
|||
|
this.Controls.Add(this.LoadInBox);
|
|||
|
this.Controls.Add(this.buttonAdd);
|
|||
|
this.Controls.Add(this.elemetsOfList);
|
|||
|
this.Controls.Add(this.labelListEl);
|
|||
|
this.Controls.Add(this.labelList);
|
|||
|
this.Controls.Add(this.textBoxList);
|
|||
|
this.Controls.Add(this.newCheckList1);
|
|||
|
this.Name = "Form1";
|
|||
|
this.Text = "Form1";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private VisEl.MyCheckList newCheckList1;
|
|||
|
private System.Windows.Forms.TextBox textBoxList;
|
|||
|
private System.Windows.Forms.Label labelList;
|
|||
|
private System.Windows.Forms.Label labelListEl;
|
|||
|
private System.Windows.Forms.Label elemetsOfList;
|
|||
|
private System.Windows.Forms.Button buttonAdd;
|
|||
|
private System.Windows.Forms.Button LoadInBox;
|
|||
|
private System.Windows.Forms.Button buttonClear;
|
|||
|
private System.Windows.Forms.TextBox textBoxTakeValue;
|
|||
|
private System.Windows.Forms.Button buttonTake;
|
|||
|
private System.Windows.Forms.Button buttonReplace;
|
|||
|
private VisEl.MyTextBoxDate myTextBoxDate;
|
|||
|
private System.Windows.Forms.DateTimePicker dateTimePicker;
|
|||
|
private System.Windows.Forms.Button buttonTakeTime;
|
|||
|
private System.Windows.Forms.Button buttonGiveTime;
|
|||
|
private System.Windows.Forms.Label labelTitle;
|
|||
|
private System.Windows.Forms.Label labelChecked;
|
|||
|
private VisEl.MyTreeView myTreeView1;
|
|||
|
private System.Windows.Forms.Button buttonStart;
|
|||
|
private System.Windows.Forms.ComboBox comboBox1;
|
|||
|
private System.Windows.Forms.Button buttonAddHier;
|
|||
|
private System.Windows.Forms.Label labelHier;
|
|||
|
private System.Windows.Forms.ListBox listBox1;
|
|||
|
private System.Windows.Forms.Button buttonGen;
|
|||
|
private System.Windows.Forms.Button buttonTakeNode;
|
|||
|
private System.Windows.Forms.Label labelNode;
|
|||
|
}
|
|||
|
}
|
|||
|
|