OrderItemEditForm.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace RestaurantApp
  2. {
  3. partial class OrderItemEditForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.lblDish = new System.Windows.Forms.Label();
  17. this.lblDishName = new System.Windows.Forms.Label();
  18. this.lblQuantity = new System.Windows.Forms.Label();
  19. this.numQuantity = new System.Windows.Forms.NumericUpDown();
  20. this.lblStatus = new System.Windows.Forms.Label();
  21. this.cmbStatus = new System.Windows.Forms.ComboBox();
  22. this.lblNotes = new System.Windows.Forms.Label();
  23. this.txtNotes = new System.Windows.Forms.TextBox();
  24. this.btnSave = new System.Windows.Forms.Button();
  25. this.btnCancel = new System.Windows.Forms.Button();
  26. ((System.ComponentModel.ISupportInitialize)(this.numQuantity)).BeginInit();
  27. this.SuspendLayout();
  28. //
  29. // lblDish
  30. //
  31. this.lblDish.AutoSize = true;
  32. this.lblDish.Location = new System.Drawing.Point(30, 30);
  33. this.lblDish.Name = "lblDish";
  34. this.lblDish.Size = new System.Drawing.Size(43, 13);
  35. this.lblDish.TabIndex = 0;
  36. this.lblDish.Text = "Блюдо:";
  37. //
  38. // lblDishName
  39. //
  40. this.lblDishName.AutoSize = true;
  41. this.lblDishName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
  42. this.lblDishName.Location = new System.Drawing.Point(120, 30);
  43. this.lblDishName.Name = "lblDishName";
  44. this.lblDishName.Size = new System.Drawing.Size(65, 13);
  45. this.lblDishName.TabIndex = 1;
  46. this.lblDishName.Text = "Название";
  47. //
  48. // lblQuantity
  49. //
  50. this.lblQuantity.AutoSize = true;
  51. this.lblQuantity.Location = new System.Drawing.Point(30, 65);
  52. this.lblQuantity.Name = "lblQuantity";
  53. this.lblQuantity.Size = new System.Drawing.Size(69, 13);
  54. this.lblQuantity.TabIndex = 2;
  55. this.lblQuantity.Text = "Количество:";
  56. //
  57. // numQuantity
  58. //
  59. this.numQuantity.Location = new System.Drawing.Point(120, 63);
  60. this.numQuantity.Minimum = new decimal(new int[] {
  61. 1,
  62. 0,
  63. 0,
  64. 0});
  65. this.numQuantity.Name = "numQuantity";
  66. this.numQuantity.Size = new System.Drawing.Size(100, 20);
  67. this.numQuantity.TabIndex = 3;
  68. this.numQuantity.Value = new decimal(new int[] {
  69. 1,
  70. 0,
  71. 0,
  72. 0});
  73. //
  74. // lblStatus
  75. //
  76. this.lblStatus.AutoSize = true;
  77. this.lblStatus.Location = new System.Drawing.Point(30, 100);
  78. this.lblStatus.Name = "lblStatus";
  79. this.lblStatus.Size = new System.Drawing.Size(44, 13);
  80. this.lblStatus.TabIndex = 4;
  81. this.lblStatus.Text = "Статус:";
  82. //
  83. // cmbStatus
  84. //
  85. this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  86. this.cmbStatus.Items.AddRange(new object[] {
  87. "ordered",
  88. "cooking",
  89. "ready",
  90. "served",
  91. "cancelled"});
  92. this.cmbStatus.Location = new System.Drawing.Point(120, 97);
  93. this.cmbStatus.Name = "cmbStatus";
  94. this.cmbStatus.Size = new System.Drawing.Size(150, 21);
  95. this.cmbStatus.TabIndex = 5;
  96. //
  97. // lblNotes
  98. //
  99. this.lblNotes.AutoSize = true;
  100. this.lblNotes.Location = new System.Drawing.Point(30, 135);
  101. this.lblNotes.Name = "lblNotes";
  102. this.lblNotes.Size = new System.Drawing.Size(73, 13);
  103. this.lblNotes.TabIndex = 6;
  104. this.lblNotes.Text = "Примечание:";
  105. //
  106. // txtNotes
  107. //
  108. this.txtNotes.Location = new System.Drawing.Point(120, 132);
  109. this.txtNotes.Multiline = true;
  110. this.txtNotes.Name = "txtNotes";
  111. this.txtNotes.Size = new System.Drawing.Size(250, 60);
  112. this.txtNotes.TabIndex = 7;
  113. //
  114. // btnSave
  115. //
  116. this.btnSave.BackColor = System.Drawing.Color.LimeGreen;
  117. this.btnSave.Location = new System.Drawing.Point(120, 210);
  118. this.btnSave.Name = "btnSave";
  119. this.btnSave.Size = new System.Drawing.Size(100, 30);
  120. this.btnSave.TabIndex = 8;
  121. this.btnSave.Text = "Сохранить";
  122. this.btnSave.UseVisualStyleBackColor = false;
  123. //
  124. // btnCancel
  125. //
  126. this.btnCancel.Location = new System.Drawing.Point(240, 210);
  127. this.btnCancel.Name = "btnCancel";
  128. this.btnCancel.Size = new System.Drawing.Size(100, 30);
  129. this.btnCancel.TabIndex = 9;
  130. this.btnCancel.Text = "Отмена";
  131. this.btnCancel.UseVisualStyleBackColor = true;
  132. //
  133. // OrderItemEditForm
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137. this.ClientSize = new System.Drawing.Size(400, 270);
  138. this.Controls.Add(this.btnCancel);
  139. this.Controls.Add(this.btnSave);
  140. this.Controls.Add(this.txtNotes);
  141. this.Controls.Add(this.lblNotes);
  142. this.Controls.Add(this.cmbStatus);
  143. this.Controls.Add(this.lblStatus);
  144. this.Controls.Add(this.numQuantity);
  145. this.Controls.Add(this.lblQuantity);
  146. this.Controls.Add(this.lblDishName);
  147. this.Controls.Add(this.lblDish);
  148. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  149. this.MaximizeBox = false;
  150. this.MinimizeBox = false;
  151. this.Name = "OrderItemEditForm";
  152. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  153. this.Text = "Редактирование позиции";
  154. ((System.ComponentModel.ISupportInitialize)(this.numQuantity)).EndInit();
  155. this.ResumeLayout(false);
  156. this.PerformLayout();
  157. }
  158. private System.Windows.Forms.Label lblDish;
  159. private System.Windows.Forms.Label lblDishName;
  160. private System.Windows.Forms.Label lblQuantity;
  161. private System.Windows.Forms.NumericUpDown numQuantity;
  162. private System.Windows.Forms.Label lblStatus;
  163. private System.Windows.Forms.ComboBox cmbStatus;
  164. private System.Windows.Forms.Label lblNotes;
  165. private System.Windows.Forms.TextBox txtNotes;
  166. private System.Windows.Forms.Button btnSave;
  167. private System.Windows.Forms.Button btnCancel;
  168. }
  169. }