196 lines
7.1 KiB
C#
196 lines
7.1 KiB
C#
namespace HotelView
|
|
{
|
|
partial class FormServiceCheck
|
|
{
|
|
/// <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()
|
|
{
|
|
dateTimePicker = new DateTimePicker();
|
|
label2 = new Label();
|
|
label1 = new Label();
|
|
comboBoxService = new ComboBox();
|
|
numericUpDownCount = new NumericUpDown();
|
|
label5 = new Label();
|
|
labelAuth = new Label();
|
|
comboBoxReservation = new ComboBox();
|
|
button3 = new Button();
|
|
button2 = new Button();
|
|
button1 = new Button();
|
|
dataGridView = new DataGridView();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownCount).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// dateTimePicker
|
|
//
|
|
dateTimePicker.Location = new Point(628, 305);
|
|
dateTimePicker.Name = "dateTimePicker";
|
|
dateTimePicker.Size = new Size(274, 27);
|
|
dateTimePicker.TabIndex = 74;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(643, 282);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(89, 20);
|
|
label2.TabIndex = 73;
|
|
label2.Text = "Дата услуги";
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(643, 90);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(54, 20);
|
|
label1.TabIndex = 72;
|
|
label1.Text = "Услуга";
|
|
//
|
|
// comboBoxService
|
|
//
|
|
comboBoxService.FormattingEnabled = true;
|
|
comboBoxService.Location = new Point(628, 115);
|
|
comboBoxService.Margin = new Padding(3, 5, 3, 5);
|
|
comboBoxService.Name = "comboBoxService";
|
|
comboBoxService.Size = new Size(274, 28);
|
|
comboBoxService.TabIndex = 71;
|
|
//
|
|
// numericUpDownCount
|
|
//
|
|
numericUpDownCount.Location = new Point(628, 207);
|
|
numericUpDownCount.Name = "numericUpDownCount";
|
|
numericUpDownCount.Size = new Size(274, 27);
|
|
numericUpDownCount.TabIndex = 70;
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Location = new Point(643, 184);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(90, 20);
|
|
label5.TabIndex = 69;
|
|
label5.Text = "Количество";
|
|
//
|
|
// labelAuth
|
|
//
|
|
labelAuth.AutoSize = true;
|
|
labelAuth.Location = new Point(643, 15);
|
|
labelAuth.Name = "labelAuth";
|
|
labelAuth.Size = new Size(114, 20);
|
|
labelAuth.TabIndex = 68;
|
|
labelAuth.Text = "Бронирование";
|
|
//
|
|
// comboBoxReservation
|
|
//
|
|
comboBoxReservation.FormattingEnabled = true;
|
|
comboBoxReservation.Location = new Point(628, 40);
|
|
comboBoxReservation.Margin = new Padding(3, 5, 3, 5);
|
|
comboBoxReservation.Name = "comboBoxReservation";
|
|
comboBoxReservation.Size = new Size(274, 28);
|
|
comboBoxReservation.TabIndex = 67;
|
|
//
|
|
// button3
|
|
//
|
|
button3.Location = new Point(814, 409);
|
|
button3.Name = "button3";
|
|
button3.Size = new Size(94, 29);
|
|
button3.TabIndex = 66;
|
|
button3.Text = "Удалить";
|
|
button3.UseVisualStyleBackColor = true;
|
|
button3.Click += ButtonDelete_Click;
|
|
//
|
|
// button2
|
|
//
|
|
button2.Location = new Point(714, 409);
|
|
button2.Name = "button2";
|
|
button2.Size = new Size(94, 29);
|
|
button2.TabIndex = 65;
|
|
button2.Text = "Изменить";
|
|
button2.UseVisualStyleBackColor = true;
|
|
button2.Click += ButtonUpdate_Click;
|
|
//
|
|
// button1
|
|
//
|
|
button1.Location = new Point(614, 409);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(94, 29);
|
|
button1.TabIndex = 64;
|
|
button1.Text = "Добавить";
|
|
button1.UseVisualStyleBackColor = true;
|
|
button1.Click += ButtonCreate_Click;
|
|
//
|
|
// dataGridView
|
|
//
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridView.Location = new Point(-1, 2);
|
|
dataGridView.Name = "dataGridView";
|
|
dataGridView.RowHeadersWidth = 51;
|
|
dataGridView.RowTemplate.Height = 29;
|
|
dataGridView.Size = new Size(609, 446);
|
|
dataGridView.TabIndex = 63;
|
|
//
|
|
// FormServiceCheck
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(916, 450);
|
|
Controls.Add(dateTimePicker);
|
|
Controls.Add(label2);
|
|
Controls.Add(label1);
|
|
Controls.Add(comboBoxService);
|
|
Controls.Add(numericUpDownCount);
|
|
Controls.Add(label5);
|
|
Controls.Add(labelAuth);
|
|
Controls.Add(comboBoxReservation);
|
|
Controls.Add(button3);
|
|
Controls.Add(button2);
|
|
Controls.Add(button1);
|
|
Controls.Add(dataGridView);
|
|
Name = "FormServiceCheck";
|
|
Text = "FormServiceCheck";
|
|
Load += FormServiceCheck_Load;
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownCount).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DateTimePicker dateTimePicker;
|
|
private Label label2;
|
|
private Label label1;
|
|
private ComboBox comboBoxService;
|
|
private NumericUpDown numericUpDownCount;
|
|
private Label label5;
|
|
private Label labelAuth;
|
|
private ComboBox comboBoxReservation;
|
|
private Button button3;
|
|
private Button button2;
|
|
private Button button1;
|
|
private DataGridView dataGridView;
|
|
}
|
|
} |