138 lines
5.7 KiB
C#
138 lines
5.7 KiB
C#
namespace Forms
|
|
{
|
|
partial class FormPlace
|
|
{
|
|
/// <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.ComponentNameLabel = new System.Windows.Forms.Label();
|
|
this.TitleTextBox = new System.Windows.Forms.TextBox();
|
|
this.SaveButton = new System.Windows.Forms.Button();
|
|
this.ButtonCancel = new System.Windows.Forms.Button();
|
|
this.AddTenbutton = new System.Windows.Forms.Button();
|
|
this.Timelabel = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// ComponentNameLabel
|
|
//
|
|
this.ComponentNameLabel.AutoSize = true;
|
|
this.ComponentNameLabel.Location = new System.Drawing.Point(22, 20);
|
|
this.ComponentNameLabel.Name = "ComponentNameLabel";
|
|
this.ComponentNameLabel.Size = new System.Drawing.Size(84, 20);
|
|
this.ComponentNameLabel.TabIndex = 0;
|
|
this.ComponentNameLabel.Text = "Название: ";
|
|
//
|
|
// TitleTextBox
|
|
//
|
|
this.TitleTextBox.Location = new System.Drawing.Point(103, 16);
|
|
this.TitleTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.TitleTextBox.Name = "TitleTextBox";
|
|
this.TitleTextBox.Size = new System.Drawing.Size(238, 27);
|
|
this.TitleTextBox.TabIndex = 2;
|
|
//
|
|
// SaveButton
|
|
//
|
|
this.SaveButton.Location = new System.Drawing.Point(137, 101);
|
|
this.SaveButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.SaveButton.Name = "SaveButton";
|
|
this.SaveButton.Size = new System.Drawing.Size(95, 31);
|
|
this.SaveButton.TabIndex = 5;
|
|
this.SaveButton.Text = "Сохранить";
|
|
this.SaveButton.UseVisualStyleBackColor = true;
|
|
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
|
|
//
|
|
// ButtonCancel
|
|
//
|
|
this.ButtonCancel.Location = new System.Drawing.Point(255, 101);
|
|
this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.ButtonCancel.Name = "ButtonCancel";
|
|
this.ButtonCancel.Size = new System.Drawing.Size(86, 31);
|
|
this.ButtonCancel.TabIndex = 6;
|
|
this.ButtonCancel.Text = "Отмена";
|
|
this.ButtonCancel.UseVisualStyleBackColor = true;
|
|
this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|
//
|
|
// AddTenbutton
|
|
//
|
|
this.AddTenbutton.Location = new System.Drawing.Point(22, 101);
|
|
this.AddTenbutton.Name = "AddTenbutton";
|
|
this.AddTenbutton.Size = new System.Drawing.Size(94, 29);
|
|
this.AddTenbutton.TabIndex = 7;
|
|
this.AddTenbutton.Text = "+10";
|
|
this.AddTenbutton.UseVisualStyleBackColor = true;
|
|
this.AddTenbutton.Click += new System.EventHandler(this.AddTenbutton_Click);
|
|
//
|
|
// Timelabel
|
|
//
|
|
this.Timelabel.AutoSize = true;
|
|
this.Timelabel.Location = new System.Drawing.Point(22, 172);
|
|
this.Timelabel.Name = "Timelabel";
|
|
this.Timelabel.Size = new System.Drawing.Size(17, 20);
|
|
this.Timelabel.TabIndex = 8;
|
|
this.Timelabel.Text = "0";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(45, 172);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(29, 20);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "mc";
|
|
//
|
|
// FormPlace
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(375, 201);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.Timelabel);
|
|
this.Controls.Add(this.AddTenbutton);
|
|
this.Controls.Add(this.ButtonCancel);
|
|
this.Controls.Add(this.SaveButton);
|
|
this.Controls.Add(this.TitleTextBox);
|
|
this.Controls.Add(this.ComponentNameLabel);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FormPlace";
|
|
this.Text = "Компонент";
|
|
this.Load += new System.EventHandler(this.FormComponent_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label ComponentNameLabel;
|
|
private TextBox TitleTextBox;
|
|
private Button SaveButton;
|
|
private Button ButtonCancel;
|
|
private Button AddTenbutton;
|
|
private Label Timelabel;
|
|
private Label label2;
|
|
}
|
|
} |