SUBD_PIbd-21_Balberova_D.N./BeautySaloon/BeautySaloonView/FormOrderServices.Designer.cs
2023-03-29 20:00:53 +04:00

149 lines
6.4 KiB
C#

namespace BeautySaloonView
{
partial class FormOrderServices
{
/// <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.comboBoxService = new System.Windows.Forms.ComboBox();
this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.comboBoxEmployee = new System.Windows.Forms.ComboBox();
this.labelService = new System.Windows.Forms.Label();
this.labelEmployee = new System.Windows.Forms.Label();
this.labelDate = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// comboBoxService
//
this.comboBoxService.FormattingEnabled = true;
this.comboBoxService.Location = new System.Drawing.Point(133, 11);
this.comboBoxService.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxService.Name = "comboBoxService";
this.comboBoxService.Size = new System.Drawing.Size(311, 23);
this.comboBoxService.TabIndex = 9;
//
// dateTimePicker
//
this.dateTimePicker.CustomFormat = "HH:mm";
this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker.Location = new System.Drawing.Point(133, 68);
this.dateTimePicker.Name = "dateTimePicker";
this.dateTimePicker.ShowUpDown = true;
this.dateTimePicker.Size = new System.Drawing.Size(311, 23);
this.dateTimePicker.TabIndex = 10;
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(365, 96);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(80, 22);
this.buttonCancel.TabIndex = 13;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(279, 96);
this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(80, 22);
this.buttonSave.TabIndex = 12;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
//
// comboBoxEmployee
//
this.comboBoxEmployee.FormattingEnabled = true;
this.comboBoxEmployee.Location = new System.Drawing.Point(133, 40);
this.comboBoxEmployee.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxEmployee.Name = "comboBoxEmployee";
this.comboBoxEmployee.Size = new System.Drawing.Size(311, 23);
this.comboBoxEmployee.TabIndex = 14;
//
// labelService
//
this.labelService.AutoSize = true;
this.labelService.Location = new System.Drawing.Point(12, 14);
this.labelService.Name = "labelService";
this.labelService.Size = new System.Drawing.Size(44, 15);
this.labelService.TabIndex = 15;
this.labelService.Text = "Услуга";
//
// labelEmployee
//
this.labelEmployee.AutoSize = true;
this.labelEmployee.Location = new System.Drawing.Point(12, 43);
this.labelEmployee.Name = "labelEmployee";
this.labelEmployee.Size = new System.Drawing.Size(59, 15);
this.labelEmployee.TabIndex = 16;
this.labelEmployee.Text = "Работник";
//
// labelDate
//
this.labelDate.AutoSize = true;
this.labelDate.Location = new System.Drawing.Point(12, 74);
this.labelDate.Name = "labelDate";
this.labelDate.Size = new System.Drawing.Size(82, 15);
this.labelDate.TabIndex = 17;
this.labelDate.Text = "Время услуги";
//
// FormOrderServices
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(456, 126);
this.Controls.Add(this.labelDate);
this.Controls.Add(this.labelEmployee);
this.Controls.Add(this.labelService);
this.Controls.Add(this.comboBoxEmployee);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.dateTimePicker);
this.Controls.Add(this.comboBoxService);
this.Name = "FormOrderServices";
this.Text = "Услуга заказа";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ComboBox comboBoxService;
private DateTimePicker dateTimePicker;
private Button buttonCancel;
private Button buttonSave;
private ComboBox comboBoxEmployee;
private Label labelService;
private Label labelEmployee;
private Label labelDate;
}
}