2024-09-05 19:32:10 +04:00
|
|
|
|
namespace WinForms
|
|
|
|
|
{
|
2024-09-05 23:36:10 +04:00
|
|
|
|
partial class FormTest
|
2024-09-05 19:32:10 +04:00
|
|
|
|
{
|
|
|
|
|
/// <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-09-21 11:26:26 +04:00
|
|
|
|
comboBoxControl = new RodionovLibrary.VisualComponents.ComboBoxControl();
|
|
|
|
|
listBoxControl = new RodionovLibrary.VisualComponents.ListBoxControl();
|
|
|
|
|
textBoxControl = new RodionovLibrary.VisualComponents.TextBoxControl();
|
|
|
|
|
buttonClear = new Button();
|
|
|
|
|
buttonGetComboBox = new Button();
|
|
|
|
|
buttonSetComboBox = new Button();
|
|
|
|
|
buttonGetTextBox = new Button();
|
|
|
|
|
buttonSetTextBox = new Button();
|
|
|
|
|
buttonSetWrongTextBox = new Button();
|
|
|
|
|
buttonGetObject = new Button();
|
|
|
|
|
buttonGetIndex = new Button();
|
|
|
|
|
buttonSetIndex = new Button();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// comboBoxControl
|
|
|
|
|
//
|
|
|
|
|
comboBoxControl.AutoSize = true;
|
|
|
|
|
comboBoxControl.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
|
|
|
comboBoxControl.Location = new Point(45, 27);
|
|
|
|
|
comboBoxControl.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
comboBoxControl.Name = "comboBoxControl";
|
|
|
|
|
comboBoxControl.SelectedValue = "";
|
|
|
|
|
comboBoxControl.Size = new Size(210, 32);
|
|
|
|
|
comboBoxControl.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// listBoxControl
|
|
|
|
|
//
|
|
|
|
|
listBoxControl.AutoSize = true;
|
|
|
|
|
listBoxControl.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
|
|
|
listBoxControl.Location = new Point(45, 276);
|
|
|
|
|
listBoxControl.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
listBoxControl.Name = "listBoxControl";
|
|
|
|
|
listBoxControl.SelectedIndex = -1;
|
|
|
|
|
listBoxControl.Size = new Size(647, 488);
|
|
|
|
|
listBoxControl.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// textBoxControl
|
|
|
|
|
//
|
|
|
|
|
textBoxControl.AutoSize = true;
|
|
|
|
|
textBoxControl.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
|
|
|
textBoxControl.Location = new Point(446, 27);
|
|
|
|
|
textBoxControl.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
textBoxControl.Name = "textBoxControl";
|
|
|
|
|
textBoxControl.Pattern = null;
|
|
|
|
|
textBoxControl.Size = new Size(246, 31);
|
|
|
|
|
textBoxControl.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// buttonClear
|
|
|
|
|
//
|
|
|
|
|
buttonClear.Location = new Point(47, 66);
|
|
|
|
|
buttonClear.Name = "buttonClear";
|
|
|
|
|
buttonClear.Size = new Size(94, 29);
|
|
|
|
|
buttonClear.TabIndex = 3;
|
|
|
|
|
buttonClear.Text = "Отчистка";
|
|
|
|
|
buttonClear.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonClear.Click += ButtonClear_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonGetComboBox
|
|
|
|
|
//
|
|
|
|
|
buttonGetComboBox.Location = new Point(47, 114);
|
|
|
|
|
buttonGetComboBox.Name = "buttonGetComboBox";
|
|
|
|
|
buttonGetComboBox.Size = new Size(165, 29);
|
|
|
|
|
buttonGetComboBox.TabIndex = 4;
|
|
|
|
|
buttonGetComboBox.Text = "Получение значения";
|
|
|
|
|
buttonGetComboBox.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonGetComboBox.Click += ButtonGetComboBox_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonSetComboBox
|
|
|
|
|
//
|
|
|
|
|
buttonSetComboBox.Location = new Point(47, 165);
|
|
|
|
|
buttonSetComboBox.Name = "buttonSetComboBox";
|
|
|
|
|
buttonSetComboBox.Size = new Size(165, 29);
|
|
|
|
|
buttonSetComboBox.TabIndex = 5;
|
|
|
|
|
buttonSetComboBox.Text = "Установка значения";
|
|
|
|
|
buttonSetComboBox.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSetComboBox.Click += ButtonSetComboBox_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonGetTextBox
|
|
|
|
|
//
|
|
|
|
|
buttonGetTextBox.Location = new Point(446, 66);
|
|
|
|
|
buttonGetTextBox.Name = "buttonGetTextBox";
|
|
|
|
|
buttonGetTextBox.Size = new Size(165, 29);
|
|
|
|
|
buttonGetTextBox.TabIndex = 6;
|
|
|
|
|
buttonGetTextBox.Text = "Получение значения";
|
|
|
|
|
buttonGetTextBox.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonGetTextBox.Click += ButtonGetTextBox_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonSetTextBox
|
|
|
|
|
//
|
|
|
|
|
buttonSetTextBox.Location = new Point(446, 114);
|
|
|
|
|
buttonSetTextBox.Name = "buttonSetTextBox";
|
|
|
|
|
buttonSetTextBox.Size = new Size(165, 29);
|
|
|
|
|
buttonSetTextBox.TabIndex = 7;
|
|
|
|
|
buttonSetTextBox.Text = "Установка значения";
|
|
|
|
|
buttonSetTextBox.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSetTextBox.Click += ButtonSetTextBox_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonSetWrongTextBox
|
|
|
|
|
//
|
|
|
|
|
buttonSetWrongTextBox.Location = new Point(446, 165);
|
|
|
|
|
buttonSetWrongTextBox.Name = "buttonSetWrongTextBox";
|
|
|
|
|
buttonSetWrongTextBox.Size = new Size(246, 29);
|
|
|
|
|
buttonSetWrongTextBox.TabIndex = 8;
|
|
|
|
|
buttonSetWrongTextBox.Text = "Установка значения (неверное)";
|
|
|
|
|
buttonSetWrongTextBox.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSetWrongTextBox.Click += ButtonSetWrongTextBox_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonGetObject
|
|
|
|
|
//
|
|
|
|
|
buttonGetObject.Location = new Point(699, 463);
|
|
|
|
|
buttonGetObject.Name = "buttonGetObject";
|
|
|
|
|
buttonGetObject.Size = new Size(165, 29);
|
|
|
|
|
buttonGetObject.TabIndex = 9;
|
|
|
|
|
buttonGetObject.Text = "Получение объекта";
|
|
|
|
|
buttonGetObject.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonGetObject.Click += ButtonGetObject_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonGetIndex
|
|
|
|
|
//
|
|
|
|
|
buttonGetIndex.Location = new Point(699, 516);
|
|
|
|
|
buttonGetIndex.Name = "buttonGetIndex";
|
|
|
|
|
buttonGetIndex.Size = new Size(165, 29);
|
|
|
|
|
buttonGetIndex.TabIndex = 10;
|
|
|
|
|
buttonGetIndex.Text = "Получение индекса";
|
|
|
|
|
buttonGetIndex.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonGetIndex.Click += ButtonGetIndex_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonSetIndex
|
|
|
|
|
//
|
|
|
|
|
buttonSetIndex.Location = new Point(699, 569);
|
|
|
|
|
buttonSetIndex.Name = "buttonSetIndex";
|
|
|
|
|
buttonSetIndex.Size = new Size(165, 29);
|
|
|
|
|
buttonSetIndex.TabIndex = 11;
|
|
|
|
|
buttonSetIndex.Text = "Установка индекса";
|
|
|
|
|
buttonSetIndex.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSetIndex.Click += ButtonSetIndex_Click;
|
|
|
|
|
//
|
|
|
|
|
// FormTest
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(878, 787);
|
|
|
|
|
Controls.Add(buttonSetIndex);
|
|
|
|
|
Controls.Add(buttonGetIndex);
|
|
|
|
|
Controls.Add(buttonGetObject);
|
|
|
|
|
Controls.Add(buttonSetWrongTextBox);
|
|
|
|
|
Controls.Add(buttonSetTextBox);
|
|
|
|
|
Controls.Add(buttonGetTextBox);
|
|
|
|
|
Controls.Add(buttonSetComboBox);
|
|
|
|
|
Controls.Add(buttonGetComboBox);
|
|
|
|
|
Controls.Add(buttonClear);
|
|
|
|
|
Controls.Add(textBoxControl);
|
|
|
|
|
Controls.Add(listBoxControl);
|
|
|
|
|
Controls.Add(comboBoxControl);
|
|
|
|
|
Name = "FormTest";
|
|
|
|
|
Text = "FormTest";
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
2024-09-05 19:32:10 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-09-21 11:26:26 +04:00
|
|
|
|
|
|
|
|
|
private RodionovLibrary.VisualComponents.ComboBoxControl comboBoxControl;
|
|
|
|
|
private RodionovLibrary.VisualComponents.ListBoxControl listBoxControl;
|
|
|
|
|
private RodionovLibrary.VisualComponents.TextBoxControl textBoxControl;
|
|
|
|
|
private Button buttonClear;
|
|
|
|
|
private Button buttonGetComboBox;
|
|
|
|
|
private Button buttonSetComboBox;
|
|
|
|
|
private Button buttonGetTextBox;
|
|
|
|
|
private Button buttonSetTextBox;
|
|
|
|
|
private Button buttonSetWrongTextBox;
|
|
|
|
|
private Button buttonGetObject;
|
|
|
|
|
private Button buttonGetIndex;
|
|
|
|
|
private Button buttonSetIndex;
|
2024-09-05 19:32:10 +04:00
|
|
|
|
}
|
|
|
|
|
}
|