267 lines
8.1 KiB
C#
267 lines
8.1 KiB
C#
namespace TestForms
|
|
{
|
|
partial class TestForm
|
|
{
|
|
/// <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()
|
|
{
|
|
TextBoxList = new TextBox();
|
|
ButtonAdd = new Button();
|
|
ButtonClear = new Button();
|
|
ButtonCheckDrop = new Button();
|
|
dropDownList = new CustomComponents.DropDownList();
|
|
groupBoxDrop = new GroupBox();
|
|
labelShowDrop = new Label();
|
|
groupBoxDate = new GroupBox();
|
|
ButtonCheckText = new Button();
|
|
labelShowText = new Label();
|
|
dateTextBox = new CustomComponents.DateTextBox();
|
|
listBoxObjects = new CustomComponents.ListBoxObjects();
|
|
dateTimePicker = new DateTimePicker();
|
|
numericUpDown = new NumericUpDown();
|
|
buttonInList = new Button();
|
|
buttonGet = new Button();
|
|
ButtonExample = new Button();
|
|
textBoxExample = new TextBox();
|
|
groupBoxDrop.SuspendLayout();
|
|
groupBoxDate.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// TextBoxList
|
|
//
|
|
TextBoxList.Location = new Point(16, 59);
|
|
TextBoxList.Name = "TextBoxList";
|
|
TextBoxList.Size = new Size(152, 27);
|
|
TextBoxList.TabIndex = 2;
|
|
//
|
|
// ButtonAdd
|
|
//
|
|
ButtonAdd.Location = new Point(16, 92);
|
|
ButtonAdd.Name = "ButtonAdd";
|
|
ButtonAdd.Size = new Size(70, 29);
|
|
ButtonAdd.TabIndex = 3;
|
|
ButtonAdd.Text = "Add";
|
|
ButtonAdd.UseVisualStyleBackColor = true;
|
|
ButtonAdd.Click += ButtonAdd_Click;
|
|
//
|
|
// ButtonClear
|
|
//
|
|
ButtonClear.Location = new Point(103, 92);
|
|
ButtonClear.Name = "ButtonClear";
|
|
ButtonClear.Size = new Size(65, 29);
|
|
ButtonClear.TabIndex = 4;
|
|
ButtonClear.Text = "Clear";
|
|
ButtonClear.UseVisualStyleBackColor = true;
|
|
ButtonClear.Click += ButtonClear_Click;
|
|
//
|
|
// ButtonCheckDrop
|
|
//
|
|
ButtonCheckDrop.Location = new Point(16, 148);
|
|
ButtonCheckDrop.Name = "ButtonCheckDrop";
|
|
ButtonCheckDrop.Size = new Size(152, 29);
|
|
ButtonCheckDrop.TabIndex = 5;
|
|
ButtonCheckDrop.Text = "CheckDrop";
|
|
ButtonCheckDrop.UseVisualStyleBackColor = true;
|
|
ButtonCheckDrop.Click += ButtonCheckDrop_Click;
|
|
//
|
|
// dropDownList
|
|
//
|
|
dropDownList.Location = new Point(16, 26);
|
|
dropDownList.Name = "dropDownList";
|
|
dropDownList.Selected = "";
|
|
dropDownList.Size = new Size(152, 27);
|
|
dropDownList.TabIndex = 6;
|
|
//
|
|
// groupBoxDrop
|
|
//
|
|
groupBoxDrop.Controls.Add(labelShowDrop);
|
|
groupBoxDrop.Controls.Add(TextBoxList);
|
|
groupBoxDrop.Controls.Add(dropDownList);
|
|
groupBoxDrop.Controls.Add(ButtonCheckDrop);
|
|
groupBoxDrop.Controls.Add(ButtonAdd);
|
|
groupBoxDrop.Controls.Add(ButtonClear);
|
|
groupBoxDrop.Location = new Point(12, 12);
|
|
groupBoxDrop.Name = "groupBoxDrop";
|
|
groupBoxDrop.Size = new Size(186, 182);
|
|
groupBoxDrop.TabIndex = 7;
|
|
groupBoxDrop.TabStop = false;
|
|
groupBoxDrop.Text = "Дроп";
|
|
//
|
|
// labelShowDrop
|
|
//
|
|
labelShowDrop.AutoSize = true;
|
|
labelShowDrop.Location = new Point(16, 122);
|
|
labelShowDrop.Name = "labelShowDrop";
|
|
labelShowDrop.Size = new Size(46, 20);
|
|
labelShowDrop.TabIndex = 7;
|
|
labelShowDrop.Text = "check";
|
|
//
|
|
// groupBoxDate
|
|
//
|
|
groupBoxDate.Controls.Add(textBoxExample);
|
|
groupBoxDate.Controls.Add(ButtonExample);
|
|
groupBoxDate.Controls.Add(ButtonCheckText);
|
|
groupBoxDate.Controls.Add(labelShowText);
|
|
groupBoxDate.Controls.Add(dateTextBox);
|
|
groupBoxDate.Location = new Point(204, 12);
|
|
groupBoxDate.Name = "groupBoxDate";
|
|
groupBoxDate.Size = new Size(203, 182);
|
|
groupBoxDate.TabIndex = 8;
|
|
groupBoxDate.TabStop = false;
|
|
groupBoxDate.Text = "Дата";
|
|
//
|
|
// ButtonCheckText
|
|
//
|
|
ButtonCheckText.Location = new Point(6, 85);
|
|
ButtonCheckText.Name = "ButtonCheckText";
|
|
ButtonCheckText.Size = new Size(191, 29);
|
|
ButtonCheckText.TabIndex = 8;
|
|
ButtonCheckText.Text = "CheckData";
|
|
ButtonCheckText.UseVisualStyleBackColor = true;
|
|
ButtonCheckText.Click += ButtonCheckText_Click;
|
|
//
|
|
// labelShowText
|
|
//
|
|
labelShowText.AutoSize = true;
|
|
labelShowText.Location = new Point(6, 62);
|
|
labelShowText.Name = "labelShowText";
|
|
labelShowText.Size = new Size(46, 20);
|
|
labelShowText.TabIndex = 8;
|
|
labelShowText.Text = "check";
|
|
//
|
|
// dateTextBox
|
|
//
|
|
dateTextBox.Location = new Point(6, 26);
|
|
dateTextBox.Name = "dateTextBox";
|
|
dateTextBox.Pattern = "^\\s*(3[01]|[12][0-9]|0?[1-9])\\.(1[012]|0?[1-9])\\.((?:0|1|2)\\d{3})\\s*$";
|
|
dateTextBox.Size = new Size(188, 27);
|
|
dateTextBox.TabIndex = 6;
|
|
//
|
|
// listBoxObjects
|
|
//
|
|
listBoxObjects.Location = new Point(424, 28);
|
|
listBoxObjects.Name = "listBoxObjects";
|
|
listBoxObjects.SelectedIndex = -1;
|
|
listBoxObjects.Size = new Size(485, 147);
|
|
listBoxObjects.TabIndex = 9;
|
|
//
|
|
// dateTimePicker
|
|
//
|
|
dateTimePicker.Format = DateTimePickerFormat.Short;
|
|
dateTimePicker.Location = new Point(915, 28);
|
|
dateTimePicker.Name = "dateTimePicker";
|
|
dateTimePicker.Size = new Size(148, 27);
|
|
dateTimePicker.TabIndex = 10;
|
|
//
|
|
// numericUpDown
|
|
//
|
|
numericUpDown.Location = new Point(915, 97);
|
|
numericUpDown.Name = "numericUpDown";
|
|
numericUpDown.Size = new Size(150, 27);
|
|
numericUpDown.TabIndex = 12;
|
|
//
|
|
// buttonInList
|
|
//
|
|
buttonInList.Location = new Point(915, 130);
|
|
buttonInList.Name = "buttonInList";
|
|
buttonInList.Size = new Size(150, 29);
|
|
buttonInList.TabIndex = 13;
|
|
buttonInList.Text = "Add";
|
|
buttonInList.UseVisualStyleBackColor = true;
|
|
buttonInList.Click += buttonInList_Click;
|
|
//
|
|
// buttonGet
|
|
//
|
|
buttonGet.Location = new Point(915, 165);
|
|
buttonGet.Name = "buttonGet";
|
|
buttonGet.Size = new Size(148, 29);
|
|
buttonGet.TabIndex = 14;
|
|
buttonGet.Text = "Get";
|
|
buttonGet.UseVisualStyleBackColor = true;
|
|
buttonGet.Click += buttonGet_Click;
|
|
//
|
|
// ButtonExample
|
|
//
|
|
ButtonExample.Location = new Point(6, 148);
|
|
ButtonExample.Name = "ButtonExample";
|
|
ButtonExample.Size = new Size(188, 29);
|
|
ButtonExample.TabIndex = 9;
|
|
ButtonExample.Text = "Change example";
|
|
ButtonExample.UseVisualStyleBackColor = true;
|
|
ButtonExample.Click += ButtonExample_Click;
|
|
//
|
|
// textBoxExample
|
|
//
|
|
textBoxExample.Location = new Point(6, 119);
|
|
textBoxExample.Name = "textBoxExample";
|
|
textBoxExample.Size = new Size(188, 27);
|
|
textBoxExample.TabIndex = 10;
|
|
//
|
|
// TestForm
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1068, 201);
|
|
Controls.Add(buttonGet);
|
|
Controls.Add(buttonInList);
|
|
Controls.Add(numericUpDown);
|
|
Controls.Add(dateTimePicker);
|
|
Controls.Add(listBoxObjects);
|
|
Controls.Add(groupBoxDate);
|
|
Controls.Add(groupBoxDrop);
|
|
Name = "TestForm";
|
|
Text = "TestForm";
|
|
groupBoxDrop.ResumeLayout(false);
|
|
groupBoxDrop.PerformLayout();
|
|
groupBoxDate.ResumeLayout(false);
|
|
groupBoxDate.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
private TextBox TextBoxList;
|
|
private Button ButtonAdd;
|
|
private Button ButtonClear;
|
|
private Button ButtonCheckDrop;
|
|
private CustomComponents.DropDownList dropDownList;
|
|
private GroupBox groupBoxDrop;
|
|
private GroupBox groupBoxDate;
|
|
private CustomComponents.DateTextBox dateTextBox;
|
|
private CustomComponents.ListBoxObjects listBoxObjects;
|
|
private DateTimePicker dateTimePicker;
|
|
private NumericUpDown numericUpDown;
|
|
private Button buttonInList;
|
|
private Button buttonGet;
|
|
private Label labelShowDrop;
|
|
private Label labelShowText;
|
|
private Button ButtonCheckText;
|
|
private TextBox textBoxExample;
|
|
private Button ButtonExample;
|
|
}
|
|
} |