275 lines
13 KiB
C#
275 lines
13 KiB
C#
namespace BeautySaloonView
|
|
{
|
|
partial class FormCreateOrder
|
|
{
|
|
/// <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.dateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|
this.comboBoxEmployee = new System.Windows.Forms.ComboBox();
|
|
this.textBox = new System.Windows.Forms.TextBox();
|
|
this.labelDate = new System.Windows.Forms.Label();
|
|
this.labelCashier = new System.Windows.Forms.Label();
|
|
this.labelSum = new System.Windows.Forms.Label();
|
|
this.groupBoxServices = new System.Windows.Forms.GroupBox();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
this.buttonUpdate = new System.Windows.Forms.Button();
|
|
this.buttonDelete = new System.Windows.Forms.Button();
|
|
this.buttonEdit = new System.Windows.Forms.Button();
|
|
this.buttonAdd = new System.Windows.Forms.Button();
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnServiceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnEmployeeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.groupBoxServices.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dateTimePicker
|
|
//
|
|
this.dateTimePicker.Location = new System.Drawing.Point(109, 18);
|
|
this.dateTimePicker.Name = "dateTimePicker";
|
|
this.dateTimePicker.Size = new System.Drawing.Size(525, 23);
|
|
this.dateTimePicker.TabIndex = 0;
|
|
//
|
|
// comboBoxEmployee
|
|
//
|
|
this.comboBoxEmployee.FormattingEnabled = true;
|
|
this.comboBoxEmployee.Location = new System.Drawing.Point(109, 47);
|
|
this.comboBoxEmployee.Name = "comboBoxEmployee";
|
|
this.comboBoxEmployee.Size = new System.Drawing.Size(525, 23);
|
|
this.comboBoxEmployee.TabIndex = 2;
|
|
//
|
|
// textBox
|
|
//
|
|
this.textBox.Location = new System.Drawing.Point(109, 76);
|
|
this.textBox.Name = "textBox";
|
|
this.textBox.Size = new System.Drawing.Size(525, 23);
|
|
this.textBox.TabIndex = 3;
|
|
//
|
|
// labelDate
|
|
//
|
|
this.labelDate.AutoSize = true;
|
|
this.labelDate.Location = new System.Drawing.Point(12, 24);
|
|
this.labelDate.Name = "labelDate";
|
|
this.labelDate.Size = new System.Drawing.Size(69, 15);
|
|
this.labelDate.TabIndex = 4;
|
|
this.labelDate.Text = "Дата заказа";
|
|
//
|
|
// labelCashier
|
|
//
|
|
this.labelCashier.AutoSize = true;
|
|
this.labelCashier.Location = new System.Drawing.Point(12, 50);
|
|
this.labelCashier.Name = "labelCashier";
|
|
this.labelCashier.Size = new System.Drawing.Size(61, 15);
|
|
this.labelCashier.TabIndex = 5;
|
|
this.labelCashier.Text = "Продавец";
|
|
//
|
|
// labelSum
|
|
//
|
|
this.labelSum.AutoSize = true;
|
|
this.labelSum.Location = new System.Drawing.Point(12, 79);
|
|
this.labelSum.Name = "labelSum";
|
|
this.labelSum.Size = new System.Drawing.Size(82, 15);
|
|
this.labelSum.TabIndex = 6;
|
|
this.labelSum.Text = "Сумма заказа";
|
|
//
|
|
// groupBoxServices
|
|
//
|
|
this.groupBoxServices.Controls.Add(this.buttonCancel);
|
|
this.groupBoxServices.Controls.Add(this.buttonSave);
|
|
this.groupBoxServices.Controls.Add(this.buttonUpdate);
|
|
this.groupBoxServices.Controls.Add(this.buttonDelete);
|
|
this.groupBoxServices.Controls.Add(this.buttonEdit);
|
|
this.groupBoxServices.Controls.Add(this.buttonAdd);
|
|
this.groupBoxServices.Controls.Add(this.dataGridView);
|
|
this.groupBoxServices.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.groupBoxServices.Location = new System.Drawing.Point(0, 105);
|
|
this.groupBoxServices.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBoxServices.Name = "groupBoxServices";
|
|
this.groupBoxServices.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBoxServices.Size = new System.Drawing.Size(737, 206);
|
|
this.groupBoxServices.TabIndex = 18;
|
|
this.groupBoxServices.TabStop = false;
|
|
this.groupBoxServices.Text = "Услуги";
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Location = new System.Drawing.Point(646, 176);
|
|
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(79, 22);
|
|
this.buttonCancel.TabIndex = 6;
|
|
this.buttonCancel.Text = "Отмена";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.Location = new System.Drawing.Point(646, 150);
|
|
this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.Size = new System.Drawing.Size(79, 22);
|
|
this.buttonSave.TabIndex = 5;
|
|
this.buttonSave.Text = "Сохранить";
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
|
//
|
|
// buttonUpdate
|
|
//
|
|
this.buttonUpdate.Location = new System.Drawing.Point(646, 98);
|
|
this.buttonUpdate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonUpdate.Name = "buttonUpdate";
|
|
this.buttonUpdate.Size = new System.Drawing.Size(79, 22);
|
|
this.buttonUpdate.TabIndex = 4;
|
|
this.buttonUpdate.Text = "Обновить";
|
|
this.buttonUpdate.UseVisualStyleBackColor = true;
|
|
this.buttonUpdate.Click += new System.EventHandler(this.ButtonRef_Click);
|
|
//
|
|
// buttonDelete
|
|
//
|
|
this.buttonDelete.Location = new System.Drawing.Point(646, 72);
|
|
this.buttonDelete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonDelete.Name = "buttonDelete";
|
|
this.buttonDelete.Size = new System.Drawing.Size(79, 22);
|
|
this.buttonDelete.TabIndex = 3;
|
|
this.buttonDelete.Text = "Удалить";
|
|
this.buttonDelete.UseVisualStyleBackColor = true;
|
|
this.buttonDelete.Click += new System.EventHandler(this.ButtonDel_Click);
|
|
//
|
|
// buttonEdit
|
|
//
|
|
this.buttonEdit.Location = new System.Drawing.Point(646, 46);
|
|
this.buttonEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonEdit.Name = "buttonEdit";
|
|
this.buttonEdit.Size = new System.Drawing.Size(79, 22);
|
|
this.buttonEdit.TabIndex = 2;
|
|
this.buttonEdit.Text = "Изменить";
|
|
this.buttonEdit.UseVisualStyleBackColor = true;
|
|
this.buttonEdit.Click += new System.EventHandler(this.ButtonUpd_Click);
|
|
//
|
|
// buttonAdd
|
|
//
|
|
this.buttonAdd.Location = new System.Drawing.Point(646, 20);
|
|
this.buttonAdd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonAdd.Name = "buttonAdd";
|
|
this.buttonAdd.Size = new System.Drawing.Size(79, 22);
|
|
this.buttonAdd.TabIndex = 1;
|
|
this.buttonAdd.Text = "Добавить";
|
|
this.buttonAdd.UseVisualStyleBackColor = true;
|
|
this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click);
|
|
//
|
|
// dataGridView
|
|
//
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ID,
|
|
this.ColumnServiceName,
|
|
this.ColumnDate,
|
|
this.ColumnEmployeeName});
|
|
this.dataGridView.Location = new System.Drawing.Point(5, 20);
|
|
this.dataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.dataGridView.Name = "dataGridView";
|
|
this.dataGridView.RowHeadersWidth = 51;
|
|
this.dataGridView.RowTemplate.Height = 29;
|
|
this.dataGridView.Size = new System.Drawing.Size(629, 182);
|
|
this.dataGridView.TabIndex = 0;
|
|
//
|
|
// ID
|
|
//
|
|
this.ID.HeaderText = "ID";
|
|
this.ID.MinimumWidth = 6;
|
|
this.ID.Name = "ID";
|
|
this.ID.Visible = false;
|
|
this.ID.Width = 125;
|
|
//
|
|
// ColumnServiceName
|
|
//
|
|
this.ColumnServiceName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.ColumnServiceName.HeaderText = "Услуга";
|
|
this.ColumnServiceName.MinimumWidth = 6;
|
|
this.ColumnServiceName.Name = "ColumnServiceName";
|
|
this.ColumnServiceName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// ColumnDate
|
|
//
|
|
this.ColumnDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.ColumnDate.HeaderText = "Время";
|
|
this.ColumnDate.MinimumWidth = 6;
|
|
this.ColumnDate.Name = "ColumnDate";
|
|
//
|
|
// ColumnEmployeeName
|
|
//
|
|
this.ColumnEmployeeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.ColumnEmployeeName.HeaderText = "Сотрудник";
|
|
this.ColumnEmployeeName.Name = "ColumnEmployeeName";
|
|
//
|
|
// FormCreateOrder
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(737, 311);
|
|
this.Controls.Add(this.groupBoxServices);
|
|
this.Controls.Add(this.labelSum);
|
|
this.Controls.Add(this.labelCashier);
|
|
this.Controls.Add(this.labelDate);
|
|
this.Controls.Add(this.textBox);
|
|
this.Controls.Add(this.comboBoxEmployee);
|
|
this.Controls.Add(this.dateTimePicker);
|
|
this.Name = "FormCreateOrder";
|
|
this.Text = "Форма создания заказа";
|
|
this.Load += new System.EventHandler(this.FormCreateOrder_Load);
|
|
this.groupBoxServices.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DateTimePicker dateTimePicker;
|
|
private ComboBox comboBoxEmployee;
|
|
private TextBox textBox;
|
|
private Label labelDate;
|
|
private Label labelCashier;
|
|
private Label labelSum;
|
|
private GroupBox groupBoxServices;
|
|
private Button buttonCancel;
|
|
private Button buttonSave;
|
|
private Button buttonUpdate;
|
|
private Button buttonDelete;
|
|
private Button buttonEdit;
|
|
private Button buttonAdd;
|
|
private DataGridView dataGridView;
|
|
private DataGridViewTextBoxColumn ID;
|
|
private DataGridViewTextBoxColumn ColumnServiceName;
|
|
private DataGridViewTextBoxColumn ColumnDate;
|
|
private DataGridViewTextBoxColumn ColumnEmployeeName;
|
|
}
|
|
} |