namespace TestForm { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// 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.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.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.lab2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.labelChange = new System.Windows.Forms.Label(); this.labelDateChange = new System.Windows.Forms.Label(); this.myTreeView1 = new VisableComponents.MyTreeView(); this.newCheckList1 = new VisableComponents.MyCheckList(); this.myTextBoxDate = new VisableComponents.MyTextBoxDate(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // textBoxList // this.textBoxList.Location = new System.Drawing.Point(492, 15); this.textBoxList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBoxList.Name = "textBoxList"; this.textBoxList.Size = new System.Drawing.Size(261, 27); this.textBoxList.TabIndex = 1; // // labelList // this.labelList.AutoSize = true; this.labelList.Location = new System.Drawing.Point(336, 15); this.labelList.Name = "labelList"; this.labelList.Size = new System.Drawing.Size(127, 20); this.labelList.TabIndex = 2; this.labelList.Text = "Создание списка"; // // labelListEl // this.labelListEl.AutoSize = true; this.labelListEl.Location = new System.Drawing.Point(336, 118); this.labelListEl.Name = "labelListEl"; this.labelListEl.Size = new System.Drawing.Size(91, 20); this.labelListEl.TabIndex = 3; this.labelListEl.Text = "ListElements"; // // elemetsOfList // this.elemetsOfList.AutoSize = true; this.elemetsOfList.Location = new System.Drawing.Point(425, 118); this.elemetsOfList.Name = "elemetsOfList"; this.elemetsOfList.Size = new System.Drawing.Size(0, 20); this.elemetsOfList.TabIndex = 4; // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(492, 69); this.buttonAdd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(145, 29); 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, 69); this.LoadInBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.LoadInBox.Name = "LoadInBox"; this.LoadInBox.Size = new System.Drawing.Size(87, 29); 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, 69); this.buttonClear.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonClear.Name = "buttonClear"; this.buttonClear.Size = new System.Drawing.Size(120, 29); 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, 184); this.textBoxTakeValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBoxTakeValue.Name = "textBoxTakeValue"; this.textBoxTakeValue.Size = new System.Drawing.Size(321, 27); this.textBoxTakeValue.TabIndex = 8; // // buttonTake // this.buttonTake.Location = new System.Drawing.Point(339, 241); this.buttonTake.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonTake.Name = "buttonTake"; this.buttonTake.Size = new System.Drawing.Size(75, 29); 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, 240); this.buttonReplace.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonReplace.Name = "buttonReplace"; this.buttonReplace.Size = new System.Drawing.Size(92, 29); 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, 401); this.dateTimePicker.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.dateTimePicker.Name = "dateTimePicker"; this.dateTimePicker.Size = new System.Drawing.Size(200, 27); this.dateTimePicker.TabIndex = 12; // // buttonTakeTime // this.buttonTakeTime.Location = new System.Drawing.Point(701, 358); this.buttonTakeTime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonTakeTime.Name = "buttonTakeTime"; this.buttonTakeTime.Size = new System.Drawing.Size(75, 29); 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, 448); this.buttonGiveTime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonGiveTime.Name = "buttonGiveTime"; this.buttonGiveTime.Size = new System.Drawing.Size(75, 29); 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(394, 358); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(98, 20); this.labelTitle.TabIndex = 15; this.labelTitle.Text = "Вы выбрали:"; // // labelChecked // this.labelChecked.AutoSize = true; this.labelChecked.Location = new System.Drawing.Point(508, 356); this.labelChecked.Name = "labelChecked"; this.labelChecked.Size = new System.Drawing.Size(0, 20); this.labelChecked.TabIndex = 16; // // buttonStart // this.buttonStart.Location = new System.Drawing.Point(684, 929); this.buttonStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonStart.Name = "buttonStart"; this.buttonStart.Size = new System.Drawing.Size(75, 29); 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(517, 540); this.comboBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 28); this.comboBox1.TabIndex = 19; // // buttonAddHier // this.buttonAddHier.Location = new System.Drawing.Point(678, 515); this.buttonAddHier.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonAddHier.Name = "buttonAddHier"; this.buttonAddHier.Size = new System.Drawing.Size(75, 29); 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, 575); this.labelHier.Name = "labelHier"; this.labelHier.Size = new System.Drawing.Size(0, 20); this.labelHier.TabIndex = 21; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 20; this.listBox1.Location = new System.Drawing.Point(517, 596); this.listBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(242, 324); this.listBox1.TabIndex = 22; // // buttonGen // this.buttonGen.Location = new System.Drawing.Point(678, 560); this.buttonGen.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonGen.Name = "buttonGen"; this.buttonGen.Size = new System.Drawing.Size(75, 29); 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, 929); this.buttonTakeNode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.buttonTakeNode.Name = "buttonTakeNode"; this.buttonTakeNode.Size = new System.Drawing.Size(75, 29); 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, 972); this.labelNode.Name = "labelNode"; this.labelNode.Size = new System.Drawing.Size(0, 20); this.labelNode.TabIndex = 25; // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lab2ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(800, 28); this.menuStrip1.TabIndex = 26; this.menuStrip1.Text = "menuStrip1"; // // lab2ToolStripMenuItem // this.lab2ToolStripMenuItem.Name = "lab2ToolStripMenuItem"; this.lab2ToolStripMenuItem.Size = new System.Drawing.Size(55, 24); this.lab2ToolStripMenuItem.Text = "Lab2"; this.lab2ToolStripMenuItem.Click += new System.EventHandler(this.lab2ToolStripMenuItem_Click); // // labelChange // this.labelChange.AutoSize = true; this.labelChange.ForeColor = System.Drawing.Color.Red; this.labelChange.Location = new System.Drawing.Point(336, 160); this.labelChange.Name = "labelChange"; this.labelChange.Size = new System.Drawing.Size(0, 20); this.labelChange.TabIndex = 27; // // labelDateChange // this.labelDateChange.AutoSize = true; this.labelDateChange.Location = new System.Drawing.Point(22, 524); this.labelDateChange.Name = "labelDateChange"; this.labelDateChange.Size = new System.Drawing.Size(0, 20); this.labelDateChange.TabIndex = 28; // // 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(13, 552); this.myTreeView1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.myTreeView1.Name = "myTreeView1"; this.myTreeView1.Size = new System.Drawing.Size(427, 503); this.myTreeView1.TabIndex = 17; // // 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(12, 40); this.newCheckList1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.newCheckList1.Name = "newCheckList1"; this.newCheckList1.selectedValue = ""; this.newCheckList1.Size = new System.Drawing.Size(285, 298); this.newCheckList1.TabIndex = 0; // // myTextBoxDate // this.myTextBoxDate.DateMaximum = null; this.myTextBoxDate.DateMinimum = null; this.myTextBoxDate.Location = new System.Drawing.Point(20, 358); this.myTextBoxDate.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.myTextBoxDate.Name = "myTextBoxDate"; this.myTextBoxDate.Size = new System.Drawing.Size(316, 119); this.myTextBoxDate.TabIndex = 29; this.myTextBoxDate.Value = null; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 1055); this.Controls.Add(this.myTextBoxDate); this.Controls.Add(this.labelDateChange); this.Controls.Add(this.labelChange); 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.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.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "Form1"; this.Text = "Form1"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private VisableComponents.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 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 VisableComponents.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; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem lab2ToolStripMenuItem; private System.Windows.Forms.Label labelChange; private System.Windows.Forms.Label labelDateChange; private VisableComponents.MyTextBoxDate myTextBoxDate; } }