Запись_на_услугу.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. 
  2. namespace Услуги_салона_красоты_Тураев
  3. {
  4. partial class Запись_на_услугу
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label действующая_скидкаLabel;
  31. System.Windows.Forms.Label стоимостьLabel;
  32. System.Windows.Forms.Label длительностьLabel;
  33. System.Windows.Forms.Label наименование_услугиLabel;
  34. System.Windows.Forms.Label iD_serviceLabel;
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Запись_на_услугу));
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.button6 = new System.Windows.Forms.Button();
  38. this.действующая_скидкаTextBox = new System.Windows.Forms.TextBox();
  39. this.стоимостьTextBox = new System.Windows.Forms.TextBox();
  40. this.длительностьTextBox = new System.Windows.Forms.TextBox();
  41. this.наименование_услугиTextBox = new System.Windows.Forms.TextBox();
  42. this.iD_serviceTextBox = new System.Windows.Forms.TextBox();
  43. this.dB_Turaev_V2DataSet = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSet();
  44. this.сервисBindingSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.сервисTableAdapter = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.СервисTableAdapter();
  46. this.tableAdapterManager = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager();
  47. this.button1 = new System.Windows.Forms.Button();
  48. действующая_скидкаLabel = new System.Windows.Forms.Label();
  49. стоимостьLabel = new System.Windows.Forms.Label();
  50. длительностьLabel = new System.Windows.Forms.Label();
  51. наименование_услугиLabel = new System.Windows.Forms.Label();
  52. iD_serviceLabel = new System.Windows.Forms.Label();
  53. this.groupBox1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.сервисBindingSource)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // groupBox1
  59. //
  60. this.groupBox1.Controls.Add(this.button6);
  61. this.groupBox1.Controls.Add(действующая_скидкаLabel);
  62. this.groupBox1.Controls.Add(this.действующая_скидкаTextBox);
  63. this.groupBox1.Controls.Add(стоимостьLabel);
  64. this.groupBox1.Controls.Add(this.стоимостьTextBox);
  65. this.groupBox1.Controls.Add(длительностьLabel);
  66. this.groupBox1.Controls.Add(this.длительностьTextBox);
  67. this.groupBox1.Controls.Add(наименование_услугиLabel);
  68. this.groupBox1.Controls.Add(this.наименование_услугиTextBox);
  69. this.groupBox1.Controls.Add(iD_serviceLabel);
  70. this.groupBox1.Controls.Add(this.iD_serviceTextBox);
  71. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  72. this.groupBox1.Name = "groupBox1";
  73. this.groupBox1.Size = new System.Drawing.Size(245, 179);
  74. this.groupBox1.TabIndex = 22;
  75. this.groupBox1.TabStop = false;
  76. this.groupBox1.Text = "Записаться";
  77. //
  78. // button6
  79. //
  80. this.button6.Location = new System.Drawing.Point(134, 150);
  81. this.button6.Name = "button6";
  82. this.button6.Size = new System.Drawing.Size(100, 23);
  83. this.button6.TabIndex = 16;
  84. this.button6.Text = "Завершить";
  85. this.button6.UseVisualStyleBackColor = true;
  86. this.button6.Click += new System.EventHandler(this.button6_Click);
  87. //
  88. // действующая_скидкаLabel
  89. //
  90. действующая_скидкаLabel.AutoSize = true;
  91. действующая_скидкаLabel.Location = new System.Drawing.Point(6, 124);
  92. действующая_скидкаLabel.Name = "действующая_скидкаLabel";
  93. действующая_скидкаLabel.Size = new System.Drawing.Size(121, 13);
  94. действующая_скидкаLabel.TabIndex = 8;
  95. действующая_скидкаLabel.Text = "Действующая скидка:";
  96. //
  97. // действующая_скидкаTextBox
  98. //
  99. this.действующая_скидкаTextBox.Location = new System.Drawing.Point(134, 121);
  100. this.действующая_скидкаTextBox.Name = "действующая_скидкаTextBox";
  101. this.действующая_скидкаTextBox.Size = new System.Drawing.Size(100, 20);
  102. this.действующая_скидкаTextBox.TabIndex = 9;
  103. //
  104. // стоимостьLabel
  105. //
  106. стоимостьLabel.AutoSize = true;
  107. стоимостьLabel.Location = new System.Drawing.Point(6, 98);
  108. стоимостьLabel.Name = "стоимостьLabel";
  109. стоимостьLabel.Size = new System.Drawing.Size(65, 13);
  110. стоимостьLabel.TabIndex = 6;
  111. стоимостьLabel.Text = "Стоимость:";
  112. //
  113. // стоимостьTextBox
  114. //
  115. this.стоимостьTextBox.Location = new System.Drawing.Point(134, 95);
  116. this.стоимостьTextBox.Name = "стоимостьTextBox";
  117. this.стоимостьTextBox.Size = new System.Drawing.Size(100, 20);
  118. this.стоимостьTextBox.TabIndex = 7;
  119. //
  120. // длительностьLabel
  121. //
  122. длительностьLabel.AutoSize = true;
  123. длительностьLabel.Location = new System.Drawing.Point(3, 72);
  124. длительностьLabel.Name = "длительностьLabel";
  125. длительностьLabel.Size = new System.Drawing.Size(83, 13);
  126. длительностьLabel.TabIndex = 4;
  127. длительностьLabel.Text = "Длительность:";
  128. //
  129. // длительностьTextBox
  130. //
  131. this.длительностьTextBox.Location = new System.Drawing.Point(134, 69);
  132. this.длительностьTextBox.Name = "длительностьTextBox";
  133. this.длительностьTextBox.Size = new System.Drawing.Size(100, 20);
  134. this.длительностьTextBox.TabIndex = 5;
  135. //
  136. // наименование_услугиLabel
  137. //
  138. наименование_услугиLabel.AutoSize = true;
  139. наименование_услугиLabel.Location = new System.Drawing.Point(3, 46);
  140. наименование_услугиLabel.Name = "наименование_услугиLabel";
  141. наименование_услугиLabel.Size = new System.Drawing.Size(122, 13);
  142. наименование_услугиLabel.TabIndex = 2;
  143. наименование_услугиLabel.Text = "Наименование услуги:";
  144. //
  145. // наименование_услугиTextBox
  146. //
  147. this.наименование_услугиTextBox.Location = new System.Drawing.Point(134, 43);
  148. this.наименование_услугиTextBox.Name = "наименование_услугиTextBox";
  149. this.наименование_услугиTextBox.Size = new System.Drawing.Size(100, 20);
  150. this.наименование_услугиTextBox.TabIndex = 3;
  151. //
  152. // iD_serviceLabel
  153. //
  154. iD_serviceLabel.AutoSize = true;
  155. iD_serviceLabel.Location = new System.Drawing.Point(6, 20);
  156. iD_serviceLabel.Name = "iD_serviceLabel";
  157. iD_serviceLabel.Size = new System.Drawing.Size(58, 13);
  158. iD_serviceLabel.TabIndex = 0;
  159. iD_serviceLabel.Text = "ID service:";
  160. //
  161. // iD_serviceTextBox
  162. //
  163. this.iD_serviceTextBox.Location = new System.Drawing.Point(134, 17);
  164. this.iD_serviceTextBox.Name = "iD_serviceTextBox";
  165. this.iD_serviceTextBox.Size = new System.Drawing.Size(100, 20);
  166. this.iD_serviceTextBox.TabIndex = 1;
  167. //
  168. // dB_Turaev_V2DataSet
  169. //
  170. this.dB_Turaev_V2DataSet.DataSetName = "DB_Turaev_V2DataSet";
  171. this.dB_Turaev_V2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  172. //
  173. // сервисBindingSource
  174. //
  175. this.сервисBindingSource.DataMember = "Сервис";
  176. this.сервисBindingSource.DataSource = this.dB_Turaev_V2DataSet;
  177. //
  178. // сервисTableAdapter
  179. //
  180. this.сервисTableAdapter.ClearBeforeFill = true;
  181. //
  182. // tableAdapterManager
  183. //
  184. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  185. this.tableAdapterManager.UpdateOrder = Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  186. this.tableAdapterManager.Клиент_СервисTableAdapter = null;
  187. this.tableAdapterManager.КлиентTableAdapter = null;
  188. this.tableAdapterManager.ПоставщикиTableAdapter = null;
  189. this.tableAdapterManager.СервисTableAdapter = this.сервисTableAdapter;
  190. this.tableAdapterManager.ТоварыTableAdapter = null;
  191. //
  192. // button1
  193. //
  194. this.button1.Location = new System.Drawing.Point(146, 197);
  195. this.button1.Name = "button1";
  196. this.button1.Size = new System.Drawing.Size(100, 23);
  197. this.button1.TabIndex = 17;
  198. this.button1.Text = "Выйти";
  199. this.button1.UseVisualStyleBackColor = true;
  200. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  201. //
  202. // Запись_на_услугу
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.ClientSize = new System.Drawing.Size(262, 226);
  207. this.Controls.Add(this.button1);
  208. this.Controls.Add(this.groupBox1);
  209. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  210. this.Name = "Запись_на_услугу";
  211. this.Text = "Запись на услугу";
  212. this.Load += new System.EventHandler(this.Запись_на_услугу_Load);
  213. this.groupBox1.ResumeLayout(false);
  214. this.groupBox1.PerformLayout();
  215. ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).EndInit();
  216. ((System.ComponentModel.ISupportInitialize)(this.сервисBindingSource)).EndInit();
  217. this.ResumeLayout(false);
  218. }
  219. #endregion
  220. private System.Windows.Forms.GroupBox groupBox1;
  221. private System.Windows.Forms.Button button6;
  222. private System.Windows.Forms.TextBox действующая_скидкаTextBox;
  223. private System.Windows.Forms.TextBox стоимостьTextBox;
  224. private System.Windows.Forms.TextBox длительностьTextBox;
  225. private System.Windows.Forms.TextBox наименование_услугиTextBox;
  226. private System.Windows.Forms.TextBox iD_serviceTextBox;
  227. private DB_Turaev_V2DataSet dB_Turaev_V2DataSet;
  228. private System.Windows.Forms.BindingSource сервисBindingSource;
  229. private DB_Turaev_V2DataSetTableAdapters.СервисTableAdapter сервисTableAdapter;
  230. private DB_Turaev_V2DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  231. private System.Windows.Forms.Button button1;
  232. }
  233. }