| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- namespace RestaurantApp
- {
- partial class ReservationEditForm
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- this.lblTable = new System.Windows.Forms.Label();
- this.cmbTable = new System.Windows.Forms.ComboBox();
- this.lblClient = new System.Windows.Forms.Label();
- this.cmbClient = new System.Windows.Forms.ComboBox();
- this.lblEmployee = new System.Windows.Forms.Label();
- this.cmbEmployee = new System.Windows.Forms.ComboBox();
- this.lblDateTime = new System.Windows.Forms.Label();
- this.dtpReservedAt = new System.Windows.Forms.DateTimePicker();
- this.lblDuration = new System.Windows.Forms.Label();
- this.numDuration = new System.Windows.Forms.NumericUpDown();
- this.lblGuests = new System.Windows.Forms.Label();
- this.numGuests = new System.Windows.Forms.NumericUpDown();
- this.lblStatus = new System.Windows.Forms.Label();
- this.cmbStatus = new System.Windows.Forms.ComboBox();
- this.lblNotes = new System.Windows.Forms.Label();
- this.txtNotes = new System.Windows.Forms.TextBox();
- this.btnSave = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.chkNoClient = new System.Windows.Forms.CheckBox();
- ((System.ComponentModel.ISupportInitialize)(this.numDuration)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numGuests)).BeginInit();
- this.SuspendLayout();
- //
- // lblTable
- //
- this.lblTable.AutoSize = true;
- this.lblTable.Location = new System.Drawing.Point(30, 25);
- this.lblTable.Name = "lblTable";
- this.lblTable.Size = new System.Drawing.Size(38, 13);
- this.lblTable.TabIndex = 0;
- this.lblTable.Text = "Стол:";
- //
- // cmbTable
- //
- this.cmbTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbTable.Location = new System.Drawing.Point(120, 22);
- this.cmbTable.Name = "cmbTable";
- this.cmbTable.Size = new System.Drawing.Size(250, 21);
- this.cmbTable.TabIndex = 1;
- //
- // lblClient
- //
- this.lblClient.AutoSize = true;
- this.lblClient.Location = new System.Drawing.Point(30, 55);
- this.lblClient.Name = "lblClient";
- this.lblClient.Size = new System.Drawing.Size(46, 13);
- this.lblClient.TabIndex = 2;
- this.lblClient.Text = "Клиент:";
- //
- // cmbClient
- //
- this.cmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbClient.Location = new System.Drawing.Point(120, 52);
- this.cmbClient.Name = "cmbClient";
- this.cmbClient.Size = new System.Drawing.Size(250, 21);
- this.cmbClient.TabIndex = 3;
- //
- // lblEmployee
- //
- this.lblEmployee.AutoSize = true;
- this.lblEmployee.Location = new System.Drawing.Point(30, 85);
- this.lblEmployee.Name = "lblEmployee";
- this.lblEmployee.Size = new System.Drawing.Size(66, 13);
- this.lblEmployee.TabIndex = 4;
- this.lblEmployee.Text = "Официант:";
- //
- // cmbEmployee
- //
- this.cmbEmployee.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbEmployee.Location = new System.Drawing.Point(120, 82);
- this.cmbEmployee.Name = "cmbEmployee";
- this.cmbEmployee.Size = new System.Drawing.Size(250, 21);
- this.cmbEmployee.TabIndex = 5;
- //
- // chkNoClient
- //
- this.chkNoClient.AutoSize = true;
- this.chkNoClient.Location = new System.Drawing.Point(120, 110);
- this.chkNoClient.Name = "chkNoClient";
- this.chkNoClient.Size = new System.Drawing.Size(103, 17);
- this.chkNoClient.TabIndex = 6;
- this.chkNoClient.Text = "Без клиента";
- this.chkNoClient.UseVisualStyleBackColor = true;
- //
- // lblDateTime
- //
- this.lblDateTime.AutoSize = true;
- this.lblDateTime.Location = new System.Drawing.Point(30, 140);
- this.lblDateTime.Name = "lblDateTime";
- this.lblDateTime.Size = new System.Drawing.Size(77, 13);
- this.lblDateTime.TabIndex = 7;
- this.lblDateTime.Text = "Дата и время:";
- //
- // dtpReservedAt
- //
- this.dtpReservedAt.CustomFormat = "dd.MM.yyyy HH:mm";
- this.dtpReservedAt.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpReservedAt.Location = new System.Drawing.Point(120, 137);
- this.dtpReservedAt.Name = "dtpReservedAt";
- this.dtpReservedAt.Size = new System.Drawing.Size(150, 20);
- this.dtpReservedAt.TabIndex = 8;
- //
- // lblDuration
- //
- this.lblDuration.AutoSize = true;
- this.lblDuration.Location = new System.Drawing.Point(30, 170);
- this.lblDuration.Name = "lblDuration";
- this.lblDuration.Size = new System.Drawing.Size(76, 13);
- this.lblDuration.TabIndex = 9;
- this.lblDuration.Text = "Длительность:";
- //
- // numDuration
- //
- this.numDuration.Location = new System.Drawing.Point(120, 168);
- this.numDuration.Maximum = new decimal(new int[] { 480, 0, 0, 0 });
- this.numDuration.Minimum = new decimal(new int[] { 30, 0, 0, 0 });
- this.numDuration.Name = "numDuration";
- this.numDuration.Size = new System.Drawing.Size(100, 20);
- this.numDuration.TabIndex = 10;
- this.numDuration.Value = new decimal(new int[] { 120, 0, 0, 0 });
- //
- // lblGuests
- //
- this.lblGuests.AutoSize = true;
- this.lblGuests.Location = new System.Drawing.Point(30, 200);
- this.lblGuests.Name = "lblGuests";
- this.lblGuests.Size = new System.Drawing.Size(67, 13);
- this.lblGuests.TabIndex = 11;
- this.lblGuests.Text = "Кол-во гостей:";
- //
- // numGuests
- //
- this.numGuests.Location = new System.Drawing.Point(120, 198);
- this.numGuests.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
- this.numGuests.Name = "numGuests";
- this.numGuests.Size = new System.Drawing.Size(100, 20);
- this.numGuests.TabIndex = 12;
- this.numGuests.Value = new decimal(new int[] { 2, 0, 0, 0 });
- //
- // lblStatus
- //
- this.lblStatus.AutoSize = true;
- this.lblStatus.Location = new System.Drawing.Point(30, 230);
- this.lblStatus.Name = "lblStatus";
- this.lblStatus.Size = new System.Drawing.Size(44, 13);
- this.lblStatus.TabIndex = 13;
- this.lblStatus.Text = "Статус:";
- //
- // cmbStatus
- //
- this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbStatus.Items.AddRange(new object[] { "confirmed", "cancelled", "completed" });
- this.cmbStatus.Location = new System.Drawing.Point(120, 227);
- this.cmbStatus.Name = "cmbStatus";
- this.cmbStatus.Size = new System.Drawing.Size(150, 21);
- this.cmbStatus.TabIndex = 14;
- //
- // lblNotes
- //
- this.lblNotes.AutoSize = true;
- this.lblNotes.Location = new System.Drawing.Point(30, 260);
- this.lblNotes.Name = "lblNotes";
- this.lblNotes.Size = new System.Drawing.Size(73, 13);
- this.lblNotes.TabIndex = 15;
- this.lblNotes.Text = "Примечание:";
- //
- // txtNotes
- //
- this.txtNotes.Location = new System.Drawing.Point(120, 257);
- this.txtNotes.Multiline = true;
- this.txtNotes.Name = "txtNotes";
- this.txtNotes.Size = new System.Drawing.Size(250, 50);
- this.txtNotes.TabIndex = 16;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.LimeGreen;
- this.btnSave.Location = new System.Drawing.Point(120, 320);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(100, 30);
- this.btnSave.TabIndex = 17;
- this.btnSave.Text = "Сохранить";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(240, 320);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(100, 30);
- this.btnCancel.TabIndex = 18;
- this.btnCancel.Text = "Отмена";
- this.btnCancel.UseVisualStyleBackColor = true;
- //
- // ReservationEditForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(420, 380);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.txtNotes);
- this.Controls.Add(this.lblNotes);
- this.Controls.Add(this.cmbStatus);
- this.Controls.Add(this.lblStatus);
- this.Controls.Add(this.numGuests);
- this.Controls.Add(this.lblGuests);
- this.Controls.Add(this.numDuration);
- this.Controls.Add(this.lblDuration);
- this.Controls.Add(this.dtpReservedAt);
- this.Controls.Add(this.lblDateTime);
- this.Controls.Add(this.chkNoClient);
- this.Controls.Add(this.cmbEmployee);
- this.Controls.Add(this.lblEmployee);
- this.Controls.Add(this.cmbClient);
- this.Controls.Add(this.lblClient);
- this.Controls.Add(this.cmbTable);
- this.Controls.Add(this.lblTable);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "ReservationEditForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Бронирование";
- ((System.ComponentModel.ISupportInitialize)(this.numDuration)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numGuests)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private System.Windows.Forms.Label lblTable;
- private System.Windows.Forms.ComboBox cmbTable;
- private System.Windows.Forms.Label lblClient;
- private System.Windows.Forms.ComboBox cmbClient;
- private System.Windows.Forms.Label lblEmployee;
- private System.Windows.Forms.ComboBox cmbEmployee;
- private System.Windows.Forms.CheckBox chkNoClient;
- private System.Windows.Forms.Label lblDateTime;
- private System.Windows.Forms.DateTimePicker dtpReservedAt;
- private System.Windows.Forms.Label lblDuration;
- private System.Windows.Forms.NumericUpDown numDuration;
- private System.Windows.Forms.Label lblGuests;
- private System.Windows.Forms.NumericUpDown numGuests;
- private System.Windows.Forms.Label lblStatus;
- private System.Windows.Forms.ComboBox cmbStatus;
- private System.Windows.Forms.Label lblNotes;
- private System.Windows.Forms.TextBox txtNotes;
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.Button btnCancel;
- }
- }
|