namespace Forms
{
partial class FormHuman
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.ComponentNameLabel = new System.Windows.Forms.Label();
this.FIOTextBox = new System.Windows.Forms.TextBox();
this.CostLabel = new System.Windows.Forms.Label();
this.PhoneTextBox = 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(49, 20);
this.ComponentNameLabel.TabIndex = 0;
this.ComponentNameLabel.Text = "ФИО: ";
//
// FIOTextBox
//
this.FIOTextBox.Location = new System.Drawing.Point(103, 16);
this.FIOTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.FIOTextBox.Name = "FIOTextBox";
this.FIOTextBox.Size = new System.Drawing.Size(238, 27);
this.FIOTextBox.TabIndex = 2;
//
// CostLabel
//
this.CostLabel.AutoSize = true;
this.CostLabel.Location = new System.Drawing.Point(22, 71);
this.CostLabel.Name = "CostLabel";
this.CostLabel.Size = new System.Drawing.Size(72, 20);
this.CostLabel.TabIndex = 3;
this.CostLabel.Text = "Телефон:";
//
// PhoneTextBox
//
this.PhoneTextBox.Location = new System.Drawing.Point(22, 95);
this.PhoneTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.PhoneTextBox.Name = "PhoneTextBox";
this.PhoneTextBox.Size = new System.Drawing.Size(238, 27);
this.PhoneTextBox.TabIndex = 4;
//
// SaveButton
//
this.SaveButton.Location = new System.Drawing.Point(141, 218);
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, 218);
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, 147);
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(123, 147);
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, 218);
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, 289);
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(44, 289);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 20);
this.label1.TabIndex = 11;
this.label1.Text = "mc";
//
// FormHuman
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(375, 318);
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.PhoneTextBox);
this.Controls.Add(this.CostLabel);
this.Controls.Add(this.FIOTextBox);
this.Controls.Add(this.ComponentNameLabel);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormHuman";
this.Text = "Компонент";
this.Load += new System.EventHandler(this.FormComponent_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Label ComponentNameLabel;
private TextBox FIOTextBox;
private Label CostLabel;
private TextBox PhoneTextBox;
private Button SaveButton;
private Button ButtonCancel;
private Label Statuslabel;
private ComboBox StatuscomboBox;
private Button AddTenbutton;
private Label Timelabel;
private Label label1;
}
}