ClientEditForm.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. namespace RestaurantApp
  2. {
  3. partial class ClientEditForm
  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.lblFirstName = new System.Windows.Forms.Label();
  17. this.txtFirstName = new System.Windows.Forms.TextBox();
  18. this.lblLastName = new System.Windows.Forms.Label();
  19. this.txtLastName = new System.Windows.Forms.TextBox();
  20. this.lblPhone = new System.Windows.Forms.Label();
  21. this.txtPhone = new System.Windows.Forms.TextBox();
  22. this.lblEmail = new System.Windows.Forms.Label();
  23. this.txtEmail = new System.Windows.Forms.TextBox();
  24. this.lblBirthDate = new System.Windows.Forms.Label();
  25. this.dtpBirthDate = new System.Windows.Forms.DateTimePicker();
  26. this.lblBonusPoints = new System.Windows.Forms.Label();
  27. this.numBonusPoints = new System.Windows.Forms.NumericUpDown();
  28. this.btnSave = new System.Windows.Forms.Button();
  29. this.btnCancel = new System.Windows.Forms.Button();
  30. ((System.ComponentModel.ISupportInitialize)(this.numBonusPoints)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // lblFirstName
  34. //
  35. this.lblFirstName.AutoSize = true;
  36. this.lblFirstName.Location = new System.Drawing.Point(30, 30);
  37. this.lblFirstName.Name = "lblFirstName";
  38. this.lblFirstName.Size = new System.Drawing.Size(32, 13);
  39. this.lblFirstName.TabIndex = 0;
  40. this.lblFirstName.Text = "Имя:";
  41. //
  42. // txtFirstName
  43. //
  44. this.txtFirstName.Location = new System.Drawing.Point(120, 27);
  45. this.txtFirstName.Name = "txtFirstName";
  46. this.txtFirstName.Size = new System.Drawing.Size(200, 20);
  47. this.txtFirstName.TabIndex = 1;
  48. //
  49. // lblLastName
  50. //
  51. this.lblLastName.AutoSize = true;
  52. this.lblLastName.Location = new System.Drawing.Point(30, 60);
  53. this.lblLastName.Name = "lblLastName";
  54. this.lblLastName.Size = new System.Drawing.Size(59, 13);
  55. this.lblLastName.TabIndex = 2;
  56. this.lblLastName.Text = "Фамилия:";
  57. //
  58. // txtLastName
  59. //
  60. this.txtLastName.Location = new System.Drawing.Point(120, 57);
  61. this.txtLastName.Name = "txtLastName";
  62. this.txtLastName.Size = new System.Drawing.Size(200, 20);
  63. this.txtLastName.TabIndex = 3;
  64. //
  65. // lblPhone
  66. //
  67. this.lblPhone.AutoSize = true;
  68. this.lblPhone.Location = new System.Drawing.Point(30, 90);
  69. this.lblPhone.Name = "lblPhone";
  70. this.lblPhone.Size = new System.Drawing.Size(55, 13);
  71. this.lblPhone.TabIndex = 4;
  72. this.lblPhone.Text = "Телефон:";
  73. //
  74. // txtPhone
  75. //
  76. this.txtPhone.Location = new System.Drawing.Point(120, 87);
  77. this.txtPhone.Name = "txtPhone";
  78. this.txtPhone.Size = new System.Drawing.Size(200, 20);
  79. this.txtPhone.TabIndex = 5;
  80. //
  81. // lblEmail
  82. //
  83. this.lblEmail.AutoSize = true;
  84. this.lblEmail.Location = new System.Drawing.Point(30, 120);
  85. this.lblEmail.Name = "lblEmail";
  86. this.lblEmail.Size = new System.Drawing.Size(35, 13);
  87. this.lblEmail.TabIndex = 6;
  88. this.lblEmail.Text = "Email:";
  89. //
  90. // txtEmail
  91. //
  92. this.txtEmail.Location = new System.Drawing.Point(120, 117);
  93. this.txtEmail.Name = "txtEmail";
  94. this.txtEmail.Size = new System.Drawing.Size(200, 20);
  95. this.txtEmail.TabIndex = 7;
  96. //
  97. // lblBirthDate
  98. //
  99. this.lblBirthDate.AutoSize = true;
  100. this.lblBirthDate.Location = new System.Drawing.Point(30, 150);
  101. this.lblBirthDate.Name = "lblBirthDate";
  102. this.lblBirthDate.Size = new System.Drawing.Size(89, 13);
  103. this.lblBirthDate.TabIndex = 8;
  104. this.lblBirthDate.Text = "Дата рождения:";
  105. //
  106. // dtpBirthDate
  107. //
  108. this.dtpBirthDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  109. this.dtpBirthDate.Location = new System.Drawing.Point(120, 147);
  110. this.dtpBirthDate.Name = "dtpBirthDate";
  111. this.dtpBirthDate.Size = new System.Drawing.Size(200, 20);
  112. this.dtpBirthDate.TabIndex = 9;
  113. //
  114. // lblBonusPoints
  115. //
  116. this.lblBonusPoints.AutoSize = true;
  117. this.lblBonusPoints.Location = new System.Drawing.Point(30, 180);
  118. this.lblBonusPoints.Name = "lblBonusPoints";
  119. this.lblBonusPoints.Size = new System.Drawing.Size(48, 13);
  120. this.lblBonusPoints.TabIndex = 10;
  121. this.lblBonusPoints.Text = "Бонусы:";
  122. //
  123. // numBonusPoints
  124. //
  125. this.numBonusPoints.Location = new System.Drawing.Point(120, 178);
  126. this.numBonusPoints.Maximum = new decimal(new int[] {
  127. 100000,
  128. 0,
  129. 0,
  130. 0});
  131. this.numBonusPoints.Name = "numBonusPoints";
  132. this.numBonusPoints.Size = new System.Drawing.Size(200, 20);
  133. this.numBonusPoints.TabIndex = 11;
  134. //
  135. // btnSave
  136. //
  137. this.btnSave.Location = new System.Drawing.Point(120, 220);
  138. this.btnSave.Name = "btnSave";
  139. this.btnSave.Size = new System.Drawing.Size(90, 30);
  140. this.btnSave.TabIndex = 12;
  141. this.btnSave.Text = "Сохранить";
  142. this.btnSave.UseVisualStyleBackColor = true;
  143. //
  144. // btnCancel
  145. //
  146. this.btnCancel.Location = new System.Drawing.Point(230, 220);
  147. this.btnCancel.Name = "btnCancel";
  148. this.btnCancel.Size = new System.Drawing.Size(90, 30);
  149. this.btnCancel.TabIndex = 13;
  150. this.btnCancel.Text = "Отмена";
  151. this.btnCancel.UseVisualStyleBackColor = true;
  152. //
  153. // ClientEditForm
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(354, 271);
  158. this.Controls.Add(this.btnCancel);
  159. this.Controls.Add(this.btnSave);
  160. this.Controls.Add(this.numBonusPoints);
  161. this.Controls.Add(this.lblBonusPoints);
  162. this.Controls.Add(this.dtpBirthDate);
  163. this.Controls.Add(this.lblBirthDate);
  164. this.Controls.Add(this.txtEmail);
  165. this.Controls.Add(this.lblEmail);
  166. this.Controls.Add(this.txtPhone);
  167. this.Controls.Add(this.lblPhone);
  168. this.Controls.Add(this.txtLastName);
  169. this.Controls.Add(this.lblLastName);
  170. this.Controls.Add(this.txtFirstName);
  171. this.Controls.Add(this.lblFirstName);
  172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  173. this.MaximizeBox = false;
  174. this.MinimizeBox = false;
  175. this.Name = "ClientEditForm";
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  177. this.Text = "Клиент";
  178. ((System.ComponentModel.ISupportInitialize)(this.numBonusPoints)).EndInit();
  179. this.ResumeLayout(false);
  180. this.PerformLayout();
  181. }
  182. private System.Windows.Forms.Label lblFirstName;
  183. private System.Windows.Forms.TextBox txtFirstName;
  184. private System.Windows.Forms.Label lblLastName;
  185. private System.Windows.Forms.TextBox txtLastName;
  186. private System.Windows.Forms.Label lblPhone;
  187. private System.Windows.Forms.TextBox txtPhone;
  188. private System.Windows.Forms.Label lblEmail;
  189. private System.Windows.Forms.TextBox txtEmail;
  190. private System.Windows.Forms.Label lblBirthDate;
  191. private System.Windows.Forms.DateTimePicker dtpBirthDate;
  192. private System.Windows.Forms.Label lblBonusPoints;
  193. private System.Windows.Forms.NumericUpDown numBonusPoints;
  194. private System.Windows.Forms.Button btnSave;
  195. private System.Windows.Forms.Button btnCancel;
  196. }
  197. }