KlientForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. 
  2. namespace BeautySaloon
  3. {
  4. partial class KlientForm
  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 costLabel;
  31. System.Windows.Forms.Label durationInSecondsLabel;
  32. System.Windows.Forms.Label discountLabel;
  33. System.Windows.Forms.Label label3;
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KlientForm));
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.beauty_saloonDataSet = new BeautySaloon.beauty_saloonDataSet();
  40. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.serviceTableAdapter = new BeautySaloon.beauty_saloonDataSetTableAdapters.ServiceTableAdapter();
  42. this.tableAdapterManager = new BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager();
  43. this.titleTextBox = new System.Windows.Forms.TextBox();
  44. this.costTextBox = new System.Windows.Forms.TextBox();
  45. this.durationInSecondsTextBox = new System.Windows.Forms.TextBox();
  46. this.discountTextBox = new System.Windows.Forms.TextBox();
  47. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  48. this.nextButton = new System.Windows.Forms.Button();
  49. this.PrevButton = new System.Windows.Forms.Button();
  50. this.FirstButton = new System.Windows.Forms.Button();
  51. this.LastButton = new System.Windows.Forms.Button();
  52. this.exitButton = new System.Windows.Forms.Button();
  53. this.panel2 = new System.Windows.Forms.Panel();
  54. costLabel = new System.Windows.Forms.Label();
  55. durationInSecondsLabel = new System.Windows.Forms.Label();
  56. discountLabel = new System.Windows.Forms.Label();
  57. label3 = new System.Windows.Forms.Label();
  58. this.panel1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.beauty_saloonDataSet)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  63. this.panel2.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // costLabel
  67. //
  68. costLabel.AutoSize = true;
  69. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F);
  70. costLabel.Location = new System.Drawing.Point(349, 186);
  71. costLabel.Name = "costLabel";
  72. costLabel.Size = new System.Drawing.Size(97, 23);
  73. costLabel.TabIndex = 9;
  74. costLabel.Text = "рублей за";
  75. //
  76. // durationInSecondsLabel
  77. //
  78. durationInSecondsLabel.AutoSize = true;
  79. durationInSecondsLabel.Font = new System.Drawing.Font("Tahoma", 14.25F);
  80. durationInSecondsLabel.Location = new System.Drawing.Point(505, 186);
  81. durationInSecondsLabel.Name = "durationInSecondsLabel";
  82. durationInSecondsLabel.Size = new System.Drawing.Size(62, 23);
  83. durationInSecondsLabel.TabIndex = 11;
  84. durationInSecondsLabel.Text = "минут";
  85. //
  86. // discountLabel
  87. //
  88. discountLabel.AutoSize = true;
  89. discountLabel.Font = new System.Drawing.Font("Tahoma", 14.25F);
  90. discountLabel.Location = new System.Drawing.Point(236, 249);
  91. discountLabel.Name = "discountLabel";
  92. discountLabel.Size = new System.Drawing.Size(78, 23);
  93. discountLabel.TabIndex = 15;
  94. discountLabel.Text = "Скидка:";
  95. //
  96. // label3
  97. //
  98. label3.AutoSize = true;
  99. label3.Font = new System.Drawing.Font("Tahoma", 14.25F);
  100. label3.Location = new System.Drawing.Point(358, 249);
  101. label3.Name = "label3";
  102. label3.Size = new System.Drawing.Size(29, 23);
  103. label3.TabIndex = 18;
  104. label3.Text = "%";
  105. //
  106. // panel1
  107. //
  108. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  109. this.panel1.Controls.Add(this.label1);
  110. this.panel1.Location = new System.Drawing.Point(77, -1);
  111. this.panel1.Name = "panel1";
  112. this.panel1.Size = new System.Drawing.Size(729, 79);
  113. this.panel1.TabIndex = 2;
  114. //
  115. // label1
  116. //
  117. this.label1.AutoSize = true;
  118. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  119. this.label1.Location = new System.Drawing.Point(159, 10);
  120. this.label1.Name = "label1";
  121. this.label1.Size = new System.Drawing.Size(193, 46);
  122. this.label1.TabIndex = 0;
  123. this.label1.Text = " Салон красоты \r\n\"Бархатные бровки\" ";
  124. //
  125. // pictureBox1
  126. //
  127. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  128. this.pictureBox1.Location = new System.Drawing.Point(0, -1);
  129. this.pictureBox1.Name = "pictureBox1";
  130. this.pictureBox1.Size = new System.Drawing.Size(121, 85);
  131. this.pictureBox1.TabIndex = 3;
  132. this.pictureBox1.TabStop = false;
  133. //
  134. // label2
  135. //
  136. this.label2.AutoSize = true;
  137. this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  138. this.label2.Location = new System.Drawing.Point(264, 81);
  139. this.label2.Name = "label2";
  140. this.label2.Size = new System.Drawing.Size(123, 23);
  141. this.label2.TabIndex = 4;
  142. this.label2.Text = "Список услуг";
  143. //
  144. // beauty_saloonDataSet
  145. //
  146. this.beauty_saloonDataSet.DataSetName = "beauty_saloonDataSet";
  147. this.beauty_saloonDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  148. //
  149. // serviceBindingSource
  150. //
  151. this.serviceBindingSource.DataMember = "Service";
  152. this.serviceBindingSource.DataSource = this.beauty_saloonDataSet;
  153. //
  154. // serviceTableAdapter
  155. //
  156. this.serviceTableAdapter.ClearBeforeFill = true;
  157. //
  158. // tableAdapterManager
  159. //
  160. this.tableAdapterManager.AttachedProductTableAdapter = null;
  161. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  162. this.tableAdapterManager.ClientServiceTableAdapter = null;
  163. this.tableAdapterManager.ClientTableAdapter = null;
  164. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  165. this.tableAdapterManager.GenderTableAdapter = null;
  166. this.tableAdapterManager.ManufacturerTableAdapter = null;
  167. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  168. this.tableAdapterManager.ProductSaleTableAdapter = null;
  169. this.tableAdapterManager.ProductTableAdapter = null;
  170. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  171. this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
  172. this.tableAdapterManager.TagOfClientTableAdapter = null;
  173. this.tableAdapterManager.TagTableAdapter = null;
  174. this.tableAdapterManager.UpdateOrder = BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  175. //
  176. // titleTextBox
  177. //
  178. this.titleTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  179. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true));
  180. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F);
  181. this.titleTextBox.Location = new System.Drawing.Point(240, 119);
  182. this.titleTextBox.Multiline = true;
  183. this.titleTextBox.Name = "titleTextBox";
  184. this.titleTextBox.Size = new System.Drawing.Size(379, 51);
  185. this.titleTextBox.TabIndex = 8;
  186. //
  187. // costTextBox
  188. //
  189. this.costTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  190. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true));
  191. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F);
  192. this.costTextBox.Location = new System.Drawing.Point(240, 186);
  193. this.costTextBox.Name = "costTextBox";
  194. this.costTextBox.Size = new System.Drawing.Size(90, 23);
  195. this.costTextBox.TabIndex = 10;
  196. //
  197. // durationInSecondsTextBox
  198. //
  199. this.durationInSecondsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  200. this.durationInSecondsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInSeconds", true));
  201. this.durationInSecondsTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F);
  202. this.durationInSecondsTextBox.Location = new System.Drawing.Point(463, 186);
  203. this.durationInSecondsTextBox.Name = "durationInSecondsTextBox";
  204. this.durationInSecondsTextBox.Size = new System.Drawing.Size(60, 23);
  205. this.durationInSecondsTextBox.TabIndex = 12;
  206. this.durationInSecondsTextBox.TextChanged += new System.EventHandler(this.durationInSecondsTextBox_TextChanged);
  207. //
  208. // discountTextBox
  209. //
  210. this.discountTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  211. this.discountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
  212. this.discountTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F);
  213. this.discountTextBox.Location = new System.Drawing.Point(331, 249);
  214. this.discountTextBox.Name = "discountTextBox";
  215. this.discountTextBox.Size = new System.Drawing.Size(56, 23);
  216. this.discountTextBox.TabIndex = 16;
  217. //
  218. // pictureBox2
  219. //
  220. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  221. this.pictureBox2.Location = new System.Drawing.Point(12, 119);
  222. this.pictureBox2.Name = "pictureBox2";
  223. this.pictureBox2.Size = new System.Drawing.Size(187, 160);
  224. this.pictureBox2.TabIndex = 17;
  225. this.pictureBox2.TabStop = false;
  226. //
  227. // nextButton
  228. //
  229. this.nextButton.BackColor = System.Drawing.Color.White;
  230. this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  231. this.nextButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  232. this.nextButton.Location = new System.Drawing.Point(509, 10);
  233. this.nextButton.Name = "nextButton";
  234. this.nextButton.Size = new System.Drawing.Size(139, 39);
  235. this.nextButton.TabIndex = 19;
  236. this.nextButton.Text = "Следующее";
  237. this.nextButton.UseVisualStyleBackColor = false;
  238. this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
  239. //
  240. // PrevButton
  241. //
  242. this.PrevButton.BackColor = System.Drawing.Color.White;
  243. this.PrevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  244. this.PrevButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  245. this.PrevButton.Location = new System.Drawing.Point(22, 10);
  246. this.PrevButton.Name = "PrevButton";
  247. this.PrevButton.Size = new System.Drawing.Size(139, 39);
  248. this.PrevButton.TabIndex = 20;
  249. this.PrevButton.Text = "Предыдущее";
  250. this.PrevButton.UseVisualStyleBackColor = false;
  251. this.PrevButton.Click += new System.EventHandler(this.PrevButton_Click);
  252. //
  253. // FirstButton
  254. //
  255. this.FirstButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  256. this.FirstButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  257. this.FirstButton.Location = new System.Drawing.Point(175, 312);
  258. this.FirstButton.Name = "FirstButton";
  259. this.FirstButton.Size = new System.Drawing.Size(139, 39);
  260. this.FirstButton.TabIndex = 21;
  261. this.FirstButton.Text = "Первая";
  262. this.FirstButton.UseVisualStyleBackColor = true;
  263. this.FirstButton.Click += new System.EventHandler(this.FirstButton_Click);
  264. //
  265. // LastButton
  266. //
  267. this.LastButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  268. this.LastButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  269. this.LastButton.Location = new System.Drawing.Point(331, 312);
  270. this.LastButton.Name = "LastButton";
  271. this.LastButton.Size = new System.Drawing.Size(139, 39);
  272. this.LastButton.TabIndex = 22;
  273. this.LastButton.Text = "Последняя";
  274. this.LastButton.UseVisualStyleBackColor = true;
  275. this.LastButton.Click += new System.EventHandler(this.LastButton_Click);
  276. //
  277. // exitButton
  278. //
  279. this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  280. this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  281. this.exitButton.Location = new System.Drawing.Point(265, 368);
  282. this.exitButton.Name = "exitButton";
  283. this.exitButton.Size = new System.Drawing.Size(122, 39);
  284. this.exitButton.TabIndex = 23;
  285. this.exitButton.Text = "Выход";
  286. this.exitButton.UseVisualStyleBackColor = true;
  287. this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
  288. //
  289. // panel2
  290. //
  291. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  292. this.panel2.Controls.Add(this.nextButton);
  293. this.panel2.Controls.Add(this.PrevButton);
  294. this.panel2.Location = new System.Drawing.Point(-10, 302);
  295. this.panel2.Name = "panel2";
  296. this.panel2.Size = new System.Drawing.Size(671, 118);
  297. this.panel2.TabIndex = 24;
  298. //
  299. // KlientForm
  300. //
  301. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  302. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  303. this.BackColor = System.Drawing.Color.White;
  304. this.ClientSize = new System.Drawing.Size(650, 419);
  305. this.Controls.Add(this.exitButton);
  306. this.Controls.Add(this.LastButton);
  307. this.Controls.Add(this.FirstButton);
  308. this.Controls.Add(label3);
  309. this.Controls.Add(this.pictureBox2);
  310. this.Controls.Add(this.titleTextBox);
  311. this.Controls.Add(costLabel);
  312. this.Controls.Add(this.costTextBox);
  313. this.Controls.Add(durationInSecondsLabel);
  314. this.Controls.Add(this.durationInSecondsTextBox);
  315. this.Controls.Add(discountLabel);
  316. this.Controls.Add(this.discountTextBox);
  317. this.Controls.Add(this.label2);
  318. this.Controls.Add(this.panel1);
  319. this.Controls.Add(this.pictureBox1);
  320. this.Controls.Add(this.panel2);
  321. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  322. this.Name = "KlientForm";
  323. this.Text = "Услуги";
  324. this.Load += new System.EventHandler(this.KlientForm_Load);
  325. this.panel1.ResumeLayout(false);
  326. this.panel1.PerformLayout();
  327. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)(this.beauty_saloonDataSet)).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  331. this.panel2.ResumeLayout(false);
  332. this.ResumeLayout(false);
  333. this.PerformLayout();
  334. }
  335. #endregion
  336. private System.Windows.Forms.Panel panel1;
  337. private System.Windows.Forms.Label label1;
  338. private System.Windows.Forms.PictureBox pictureBox1;
  339. private System.Windows.Forms.Label label2;
  340. private beauty_saloonDataSet beauty_saloonDataSet;
  341. private System.Windows.Forms.BindingSource serviceBindingSource;
  342. private beauty_saloonDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  343. private beauty_saloonDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  344. private System.Windows.Forms.TextBox titleTextBox;
  345. private System.Windows.Forms.TextBox costTextBox;
  346. private System.Windows.Forms.TextBox durationInSecondsTextBox;
  347. private System.Windows.Forms.TextBox discountTextBox;
  348. private System.Windows.Forms.PictureBox pictureBox2;
  349. private System.Windows.Forms.Button nextButton;
  350. private System.Windows.Forms.Button PrevButton;
  351. private System.Windows.Forms.Button FirstButton;
  352. private System.Windows.Forms.Button LastButton;
  353. private System.Windows.Forms.Button exitButton;
  354. private System.Windows.Forms.Panel panel2;
  355. }
  356. }