KOP/TestingForm/FormMain.Designer.cs
2024-10-16 01:47:44 +04:00

93 lines
3.4 KiB
C#

namespace TestingForm
{
partial class FormMain
{
/// <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()
{
components = new System.ComponentModel.Container();
userControlTableDocument1 = new Components.UserControlTableDocument(components);
button1 = new Button();
button2 = new Button();
userControlConfigurableTableDocument1 = new Components.Nonvisual.UserControlConfigurableTableDocument(components);
button3 = new Button();
userControlHist1 = new Components.Nonvisual.UserControlHist(components);
SuspendLayout();
//
// button1
//
button1.Location = new Point(12, 12);
button1.Name = "button1";
button1.Size = new Size(188, 65);
button1.TabIndex = 0;
button1.Text = "Сохранить первый компонент";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// button2
//
button2.Location = new Point(218, 12);
button2.Name = "button2";
button2.Size = new Size(188, 65);
button2.TabIndex = 1;
button2.Text = "Сохранить второй компонент";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// button3
//
button3.Location = new Point(433, 12);
button3.Name = "button3";
button3.Size = new Size(188, 65);
button3.TabIndex = 2;
button3.Text = "Сохранить третий компонент";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// FormMain
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(button3);
Controls.Add(button2);
Controls.Add(button1);
Name = "FormMain";
Text = "Testing form";
ResumeLayout(false);
}
#endregion
private Components.UserControlTableDocument userControlTableDocument1;
private Button button1;
private Button button2;
private Components.Nonvisual.UserControlConfigurableTableDocument userControlConfigurableTableDocument1;
private Button button3;
private Components.Nonvisual.UserControlHist userControlHist1;
}
}