LabSubd/Subd/Forms/FormCompany.Designer.cs
2023-05-05 20:47:09 +03:00

162 lines
6.9 KiB
C#

namespace Forms
{
partial class FormCompany
{
/// <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.Statuslabel = new System.Windows.Forms.Label();
this.StatuscomboBox = new System.Windows.Forms.ComboBox();
this.AddTenbutton = new System.Windows.Forms.Button();
this.Timelabel = new System.Windows.Forms.Label();
this.label1 = 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(132, 127);
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, 127);
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);
//
// Statuslabel
//
this.Statuslabel.AutoSize = true;
this.Statuslabel.Location = new System.Drawing.Point(22, 79);
this.Statuslabel.Name = "Statuslabel";
this.Statuslabel.Size = new System.Drawing.Size(59, 20);
this.Statuslabel.TabIndex = 7;
this.Statuslabel.Text = "Статус: ";
//
// StatuscomboBox
//
this.StatuscomboBox.FormattingEnabled = true;
this.StatuscomboBox.Location = new System.Drawing.Point(117, 79);
this.StatuscomboBox.Name = "StatuscomboBox";
this.StatuscomboBox.Size = new System.Drawing.Size(151, 28);
this.StatuscomboBox.TabIndex = 8;
this.StatuscomboBox.SelectedIndexChanged += new System.EventHandler(this.StatuscomboBox_SelectedIndexChanged);
//
// AddTenbutton
//
this.AddTenbutton.Location = new System.Drawing.Point(12, 129);
this.AddTenbutton.Name = "AddTenbutton";
this.AddTenbutton.Size = new System.Drawing.Size(94, 29);
this.AddTenbutton.TabIndex = 9;
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(12, 197);
this.Timelabel.Name = "Timelabel";
this.Timelabel.Size = new System.Drawing.Size(17, 20);
this.Timelabel.TabIndex = 10;
this.Timelabel.Text = "0";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(35, 197);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 20);
this.label1.TabIndex = 11;
this.label1.Text = "mc";
//
// FormCompany
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(375, 240);
this.Controls.Add(this.label1);
this.Controls.Add(this.Timelabel);
this.Controls.Add(this.AddTenbutton);
this.Controls.Add(this.StatuscomboBox);
this.Controls.Add(this.Statuslabel);
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 = "FormCompany";
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 Label Statuslabel;
private ComboBox StatuscomboBox;
private Button AddTenbutton;
private Label Timelabel;
private Label label1;
}
}