SUBD_PIbd-21_Balberova_D.N./BeautySaloon/BeautySaloonView/FormTest.Designer.cs

154 lines
6.2 KiB
C#

namespace BeautySaloonView
{
partial class FormTest
{
/// <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.buttonAdd = new System.Windows.Forms.Button();
this.comboBoxWhat = new System.Windows.Forms.ComboBox();
this.textBoxCount = new System.Windows.Forms.TextBox();
this.comboBoxQuery = new System.Windows.Forms.ComboBox();
this.labelQuery = new System.Windows.Forms.Label();
this.labelWhat = new System.Windows.Forms.Label();
this.labelCount = new System.Windows.Forms.Label();
this.label = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// buttonAdd
//
this.buttonAdd.Location = new System.Drawing.Point(119, 95);
this.buttonAdd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(82, 22);
this.buttonAdd.TabIndex = 0;
this.buttonAdd.Text = "Добавить";
this.buttonAdd.UseVisualStyleBackColor = true;
this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click);
//
// comboBoxWhat
//
this.comboBoxWhat.FormattingEnabled = true;
this.comboBoxWhat.Items.AddRange(new object[] {
"Сотрудники",
"Клиенты",
"Заказы",
"Сложный запрос"});
this.comboBoxWhat.Location = new System.Drawing.Point(68, 31);
this.comboBoxWhat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxWhat.Name = "comboBoxWhat";
this.comboBoxWhat.Size = new System.Drawing.Size(133, 23);
this.comboBoxWhat.TabIndex = 1;
//
// textBoxCount
//
this.textBoxCount.Location = new System.Drawing.Point(68, 6);
this.textBoxCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxCount.Name = "textBoxCount";
this.textBoxCount.Size = new System.Drawing.Size(133, 23);
this.textBoxCount.TabIndex = 2;
//
// comboBoxQuery
//
this.comboBoxQuery.FormattingEnabled = true;
this.comboBoxQuery.Items.AddRange(new object[] {
"Добавить",
"Выбрать"});
this.comboBoxQuery.Location = new System.Drawing.Point(68, 56);
this.comboBoxQuery.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxQuery.Name = "comboBoxQuery";
this.comboBoxQuery.Size = new System.Drawing.Size(133, 23);
this.comboBoxQuery.TabIndex = 4;
//
// labelQuery
//
this.labelQuery.AutoSize = true;
this.labelQuery.Location = new System.Drawing.Point(10, 59);
this.labelQuery.Name = "labelQuery";
this.labelQuery.Size = new System.Drawing.Size(47, 15);
this.labelQuery.TabIndex = 5;
this.labelQuery.Text = "Запрос";
//
// labelWhat
//
this.labelWhat.AutoSize = true;
this.labelWhat.Location = new System.Drawing.Point(10, 34);
this.labelWhat.Name = "labelWhat";
this.labelWhat.Size = new System.Drawing.Size(27, 15);
this.labelWhat.TabIndex = 6;
this.labelWhat.Text = "Что";
//
// labelCount
//
this.labelCount.AutoSize = true;
this.labelCount.Location = new System.Drawing.Point(10, 9);
this.labelCount.Name = "labelCount";
this.labelCount.Size = new System.Drawing.Size(46, 15);
this.labelCount.TabIndex = 7;
this.labelCount.Text = "Кол-во";
//
// label
//
this.label.AutoSize = true;
this.label.Location = new System.Drawing.Point(12, 95);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(51, 15);
this.label.TabIndex = 8;
this.label.Text = "Время...";
//
// FormTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(209, 137);
this.Controls.Add(this.label);
this.Controls.Add(this.labelCount);
this.Controls.Add(this.labelWhat);
this.Controls.Add(this.labelQuery);
this.Controls.Add(this.comboBoxQuery);
this.Controls.Add(this.textBoxCount);
this.Controls.Add(this.comboBoxWhat);
this.Controls.Add(this.buttonAdd);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "FormTest";
this.Text = "FormTest";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Button buttonAdd;
private ComboBox comboBoxWhat;
private TextBox textBoxCount;
private ComboBox comboBoxQuery;
private Label labelQuery;
private Label labelWhat;
private Label labelCount;
private Label label;
}
}