platoff aeeee 4def6e88ff done
2024-10-01 10:20:10 +04:00

119 lines
5.3 KiB
C#

namespace WinFormsAppTest
{
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()
{
this.defaultList = new Library15Gerimovich.DefaultList();
this.inputRealNumber = new Library15Gerimovich.InputRealNumber();
this.outputTableResults = new Library15Gerimovich.OutputTableResults();
this.CheckRealButton = new System.Windows.Forms.Button();
this.ClearListButton = new System.Windows.Forms.Button();
this.ClearDatagridButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// defaultList
//
this.defaultList.Location = new System.Drawing.Point(12, 12);
this.defaultList.Name = "defaultList";
this.defaultList.SelectedItem = "";
this.defaultList.Size = new System.Drawing.Size(150, 150);
this.defaultList.TabIndex = 1;
this.defaultList.ItemSelected += new System.EventHandler(this.defaultList_ItemSelected);
//
// inputRealNumber
//
this.inputRealNumber.Location = new System.Drawing.Point(168, 14);
this.inputRealNumber.Name = "inputRealNumber";
this.inputRealNumber.Size = new System.Drawing.Size(135, 101);
this.inputRealNumber.TabIndex = 2;
this.inputRealNumber.ValueChanged += new System.EventHandler(this.InputComponent_ValueChanged);
//
// outputTableResults
//
this.outputTableResults.Location = new System.Drawing.Point(324, 12);
this.outputTableResults.Name = "outputTableResults";
this.outputTableResults.SelectedRow = -1;
this.outputTableResults.Size = new System.Drawing.Size(414, 251);
this.outputTableResults.TabIndex = 3;
//
// CheckRealButton
//
this.CheckRealButton.Location = new System.Drawing.Point(178, 121);
this.CheckRealButton.Name = "CheckRealButton";
this.CheckRealButton.Size = new System.Drawing.Size(75, 23);
this.CheckRealButton.TabIndex = 4;
this.CheckRealButton.Text = "Проверить";
this.CheckRealButton.UseVisualStyleBackColor = true;
this.CheckRealButton.Click += new System.EventHandler(this.CheckRealButton_Click_1);
//
// ClearListButton
//
this.ClearListButton.Location = new System.Drawing.Point(44, 179);
this.ClearListButton.Name = "ClearListButton";
this.ClearListButton.Size = new System.Drawing.Size(75, 23);
this.ClearListButton.TabIndex = 5;
this.ClearListButton.Text = "Очистить";
this.ClearListButton.UseVisualStyleBackColor = true;
this.ClearListButton.Click += new System.EventHandler(this.ClearListButton_Click);
//
// ClearDatagridButton
//
this.ClearDatagridButton.Location = new System.Drawing.Point(656, 275);
this.ClearDatagridButton.Name = "ClearDatagridButton";
this.ClearDatagridButton.Size = new System.Drawing.Size(75, 23);
this.ClearDatagridButton.TabIndex = 6;
this.ClearDatagridButton.Text = "Очистить";
this.ClearDatagridButton.UseVisualStyleBackColor = true;
this.ClearDatagridButton.Click += new System.EventHandler(this.ClearDatagridButton_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(739, 355);
this.Controls.Add(this.ClearDatagridButton);
this.Controls.Add(this.ClearListButton);
this.Controls.Add(this.CheckRealButton);
this.Controls.Add(this.outputTableResults);
this.Controls.Add(this.inputRealNumber);
this.Controls.Add(this.defaultList);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private Library15Gerimovich.DefaultList defaultList;
private Library15Gerimovich.InputRealNumber inputRealNumber;
private Library15Gerimovich.OutputTableResults outputTableResults;
private Button CheckRealButton;
private Button ClearListButton;
private Button ClearDatagridButton;
}
}