Zhelovanov_Dmitrii_COP/WinForm/Form1.Designer.cs

182 lines
5.5 KiB
C#

namespace WinForm
{
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()
{
booksForm1 = new KOP_Labs.BooksForm();
buttonFillValues = new Button();
buttonClear = new Button();
textBoxComponent1 = new KOP_Labs.TextBoxComponent();
labelCheckComponent = new Label();
buttonTextBox = new Button();
tableComponent = new KOP_Labs.TableComponent();
buttonTable = new Button();
buttonConfig = new Button();
buttonCleatTable = new Button();
buttonGetObj = new Button();
SuspendLayout();
//
// booksForm1
//
booksForm1.Location = new Point(12, 12);
booksForm1.Name = "booksForm1";
booksForm1.SelectedValue = null;
booksForm1.Size = new Size(563, 251);
booksForm1.TabIndex = 0;
//
// buttonFillValues
//
buttonFillValues.Location = new Point(51, 290);
buttonFillValues.Name = "buttonFillValues";
buttonFillValues.Size = new Size(94, 29);
buttonFillValues.TabIndex = 1;
buttonFillValues.Text = "Заполнить";
buttonFillValues.UseVisualStyleBackColor = true;
buttonFillValues.Click += buttonFillValues_Click;
//
// buttonClear
//
buttonClear.Location = new Point(180, 290);
buttonClear.Name = "buttonClear";
buttonClear.Size = new Size(94, 29);
buttonClear.TabIndex = 2;
buttonClear.Text = "Очистить";
buttonClear.UseVisualStyleBackColor = true;
buttonClear.Click += buttonClear_Click;
//
// textBoxComponent1
//
textBoxComponent1.Location = new Point(280, 212);
textBoxComponent1.Name = "textBoxComponent1";
textBoxComponent1.Size = new Size(549, 315);
textBoxComponent1.TabIndex = 3;
//
// labelCheckComponent
//
labelCheckComponent.AutoSize = true;
labelCheckComponent.Location = new Point(491, 358);
labelCheckComponent.Name = "labelCheckComponent";
labelCheckComponent.Size = new Size(129, 20);
labelCheckComponent.TabIndex = 4;
labelCheckComponent.Text = "Введенный текст:";
//
// buttonTextBox
//
buttonTextBox.Location = new Point(324, 349);
buttonTextBox.Name = "buttonTextBox";
buttonTextBox.Size = new Size(142, 29);
buttonTextBox.TabIndex = 5;
buttonTextBox.Text = "Ввести значение";
buttonTextBox.UseVisualStyleBackColor = true;
buttonTextBox.Click += buttonTextBox_Click;
//
// tableComponent
//
tableComponent.IndexRow = 0;
tableComponent.Location = new Point(649, 12);
tableComponent.Name = "tableComponent";
tableComponent.Size = new Size(678, 242);
tableComponent.TabIndex = 6;
//
// buttonTable
//
buttonTable.Location = new Point(790, 270);
buttonTable.Name = "buttonTable";
buttonTable.Size = new Size(94, 29);
buttonTable.TabIndex = 7;
buttonTable.Text = "Ввести";
buttonTable.UseVisualStyleBackColor = true;
buttonTable.Click += buttonTable_Click;
//
// buttonConfig
//
buttonConfig.Location = new Point(661, 270);
buttonConfig.Name = "buttonConfig";
buttonConfig.Size = new Size(123, 29);
buttonConfig.TabIndex = 8;
buttonConfig.Text = "Конфигурация";
buttonConfig.UseVisualStyleBackColor = true;
buttonConfig.Click += buttonConfig_Click;
//
// buttonCleatTable
//
buttonCleatTable.Location = new Point(890, 270);
buttonCleatTable.Name = "buttonCleatTable";
buttonCleatTable.Size = new Size(94, 29);
buttonCleatTable.TabIndex = 9;
buttonCleatTable.Text = "Очистить";
buttonCleatTable.UseVisualStyleBackColor = true;
buttonCleatTable.Click += buttonCleatTable_Click;
//
// buttonGetObj
//
buttonGetObj.Location = new Point(990, 270);
buttonGetObj.Name = "buttonGetObj";
buttonGetObj.Size = new Size(156, 29);
buttonGetObj.TabIndex = 10;
buttonGetObj.Text = "Получить значение";
buttonGetObj.UseVisualStyleBackColor = true;
buttonGetObj.Click += buttonGetObj_Click;
//
// Form1
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1153, 450);
Controls.Add(buttonGetObj);
Controls.Add(buttonCleatTable);
Controls.Add(buttonConfig);
Controls.Add(buttonTable);
Controls.Add(tableComponent);
Controls.Add(buttonTextBox);
Controls.Add(labelCheckComponent);
Controls.Add(textBoxComponent1);
Controls.Add(buttonClear);
Controls.Add(buttonFillValues);
Controls.Add(booksForm1);
Name = "Form1";
Text = "Form1";
ResumeLayout(false);
PerformLayout();
}
#endregion
private KOP_Labs.BooksForm booksForm1;
private Button buttonFillValues;
private Button buttonClear;
private KOP_Labs.TextBoxComponent textBoxComponent1;
private Label labelCheckComponent;
private Button buttonTextBox;
private KOP_Labs.TableComponent tableComponent;
private Button buttonTable;
private Button buttonConfig;
private Button buttonCleatTable;
private Button buttonGetObj;
}
}