Клиент.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. 
  2. namespace SalonKrasoti02
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Клиент));
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.durationInMinutesLabel1 = new System.Windows.Forms.Label();
  38. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.saloonKrasoti02DataSet = new SalonKrasoti02.SaloonKrasoti02DataSet();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.discountLabel1 = new System.Windows.Forms.Label();
  42. this.costLabel1 = new System.Windows.Forms.Label();
  43. this.titleComboBox = new System.Windows.Forms.ComboBox();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.serviceTableAdapter = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter();
  48. this.tableAdapterManager = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager();
  49. this.servicePhotoPictureBox = new System.Windows.Forms.PictureBox();
  50. this.panel1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. this.panel2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // panel1
  60. //
  61. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  62. this.panel1.Controls.Add(this.pictureBox2);
  63. this.panel1.Controls.Add(this.label1);
  64. this.panel1.Controls.Add(this.pictureBox1);
  65. this.panel1.Location = new System.Drawing.Point(3, 0);
  66. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  67. this.panel1.Name = "panel1";
  68. this.panel1.Size = new System.Drawing.Size(797, 100);
  69. this.panel1.TabIndex = 3;
  70. //
  71. // pictureBox2
  72. //
  73. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  74. this.pictureBox2.Location = new System.Drawing.Point(646, 0);
  75. this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  76. this.pictureBox2.Name = "pictureBox2";
  77. this.pictureBox2.Size = new System.Drawing.Size(148, 100);
  78. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  79. this.pictureBox2.TabIndex = 3;
  80. this.pictureBox2.TabStop = false;
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.label1.Location = new System.Drawing.Point(249, 31);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(299, 33);
  89. this.label1.TabIndex = 2;
  90. this.label1.Text = "Услуги салона красоты";
  91. //
  92. // pictureBox1
  93. //
  94. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  95. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  96. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  97. this.pictureBox1.Name = "pictureBox1";
  98. this.pictureBox1.Size = new System.Drawing.Size(148, 100);
  99. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  100. this.pictureBox1.TabIndex = 0;
  101. this.pictureBox1.TabStop = false;
  102. //
  103. // panel2
  104. //
  105. this.panel2.Controls.Add(this.button1);
  106. this.panel2.Controls.Add(this.durationInMinutesLabel1);
  107. this.panel2.Controls.Add(this.label5);
  108. this.panel2.Controls.Add(this.discountLabel1);
  109. this.panel2.Controls.Add(this.costLabel1);
  110. this.panel2.Controls.Add(this.titleComboBox);
  111. this.panel2.Controls.Add(this.label4);
  112. this.panel2.Controls.Add(this.label3);
  113. this.panel2.Controls.Add(this.label2);
  114. this.panel2.Location = new System.Drawing.Point(325, 104);
  115. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  116. this.panel2.Name = "panel2";
  117. this.panel2.Size = new System.Drawing.Size(472, 207);
  118. this.panel2.TabIndex = 4;
  119. //
  120. // button1
  121. //
  122. this.button1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  123. this.button1.Location = new System.Drawing.Point(301, 170);
  124. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  125. this.button1.Name = "button1";
  126. this.button1.Size = new System.Drawing.Size(162, 35);
  127. this.button1.TabIndex = 6;
  128. this.button1.Text = "В главное меню";
  129. this.button1.UseVisualStyleBackColor = true;
  130. this.button1.Click += new System.EventHandler(this.button1_Click);
  131. //
  132. // durationInMinutesLabel1
  133. //
  134. this.durationInMinutesLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInMinutes", true));
  135. this.durationInMinutesLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  136. this.durationInMinutesLabel1.Location = new System.Drawing.Point(232, 58);
  137. this.durationInMinutesLabel1.Name = "durationInMinutesLabel1";
  138. this.durationInMinutesLabel1.Size = new System.Drawing.Size(100, 24);
  139. this.durationInMinutesLabel1.TabIndex = 8;
  140. this.durationInMinutesLabel1.Text = "label6";
  141. //
  142. // serviceBindingSource
  143. //
  144. this.serviceBindingSource.DataMember = "Service";
  145. this.serviceBindingSource.DataSource = this.saloonKrasoti02DataSet;
  146. //
  147. // saloonKrasoti02DataSet
  148. //
  149. this.saloonKrasoti02DataSet.DataSetName = "SaloonKrasoti02DataSet";
  150. this.saloonKrasoti02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  151. //
  152. // label5
  153. //
  154. this.label5.AutoSize = true;
  155. this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  156. this.label5.Location = new System.Drawing.Point(14, 58);
  157. this.label5.Name = "label5";
  158. this.label5.Size = new System.Drawing.Size(212, 19);
  159. this.label5.TabIndex = 7;
  160. this.label5.Text = "Длительность выполнения:";
  161. //
  162. // discountLabel1
  163. //
  164. this.discountLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
  165. this.discountLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  166. this.discountLabel1.Location = new System.Drawing.Point(88, 144);
  167. this.discountLabel1.Name = "discountLabel1";
  168. this.discountLabel1.Size = new System.Drawing.Size(100, 24);
  169. this.discountLabel1.TabIndex = 6;
  170. this.discountLabel1.Text = "label5";
  171. //
  172. // costLabel1
  173. //
  174. this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true));
  175. this.costLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  176. this.costLabel1.Location = new System.Drawing.Point(70, 103);
  177. this.costLabel1.Name = "costLabel1";
  178. this.costLabel1.Size = new System.Drawing.Size(100, 24);
  179. this.costLabel1.TabIndex = 5;
  180. this.costLabel1.Text = "label5";
  181. //
  182. // titleComboBox
  183. //
  184. this.titleComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true));
  185. this.titleComboBox.DataSource = this.serviceBindingSource;
  186. this.titleComboBox.DisplayMember = "Title";
  187. this.titleComboBox.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  188. this.titleComboBox.FormattingEnabled = true;
  189. this.titleComboBox.Location = new System.Drawing.Point(188, 15);
  190. this.titleComboBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  191. this.titleComboBox.Name = "titleComboBox";
  192. this.titleComboBox.Size = new System.Drawing.Size(275, 27);
  193. this.titleComboBox.TabIndex = 4;
  194. //
  195. // label4
  196. //
  197. this.label4.AutoSize = true;
  198. this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  199. this.label4.Location = new System.Drawing.Point(14, 144);
  200. this.label4.Name = "label4";
  201. this.label4.Size = new System.Drawing.Size(67, 19);
  202. this.label4.TabIndex = 2;
  203. this.label4.Text = "Скидка:";
  204. //
  205. // label3
  206. //
  207. this.label3.AutoSize = true;
  208. this.label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  209. this.label3.Location = new System.Drawing.Point(14, 103);
  210. this.label3.Name = "label3";
  211. this.label3.Size = new System.Drawing.Size(51, 19);
  212. this.label3.TabIndex = 1;
  213. this.label3.Text = "Цена:";
  214. //
  215. // label2
  216. //
  217. this.label2.AutoSize = true;
  218. this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  219. this.label2.Location = new System.Drawing.Point(14, 15);
  220. this.label2.Name = "label2";
  221. this.label2.Size = new System.Drawing.Size(174, 19);
  222. this.label2.TabIndex = 0;
  223. this.label2.Text = "Наименование услуги:";
  224. //
  225. // serviceTableAdapter
  226. //
  227. this.serviceTableAdapter.ClearBeforeFill = true;
  228. //
  229. // tableAdapterManager
  230. //
  231. this.tableAdapterManager.AttachedProductTableAdapter = null;
  232. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  233. this.tableAdapterManager.ClientServiceTableAdapter = null;
  234. this.tableAdapterManager.ClientTableAdapter = null;
  235. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  236. this.tableAdapterManager.GenderTableAdapter = null;
  237. this.tableAdapterManager.ManufacturerTableAdapter = null;
  238. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  239. this.tableAdapterManager.ProductSaleTableAdapter = null;
  240. this.tableAdapterManager.ProductTableAdapter = null;
  241. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  242. this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
  243. this.tableAdapterManager.TagOfClientTableAdapter = null;
  244. this.tableAdapterManager.TagTableAdapter = null;
  245. this.tableAdapterManager.UpdateOrder = SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  246. //
  247. // servicePhotoPictureBox
  248. //
  249. this.servicePhotoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.serviceBindingSource, "ServicePhoto", true));
  250. this.servicePhotoPictureBox.Location = new System.Drawing.Point(3, 104);
  251. this.servicePhotoPictureBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  252. this.servicePhotoPictureBox.Name = "servicePhotoPictureBox";
  253. this.servicePhotoPictureBox.Size = new System.Drawing.Size(316, 207);
  254. this.servicePhotoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  255. this.servicePhotoPictureBox.TabIndex = 5;
  256. this.servicePhotoPictureBox.TabStop = false;
  257. //
  258. // Клиент
  259. //
  260. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  261. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  262. this.ClientSize = new System.Drawing.Size(800, 335);
  263. this.Controls.Add(this.servicePhotoPictureBox);
  264. this.Controls.Add(this.panel2);
  265. this.Controls.Add(this.panel1);
  266. this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  267. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  268. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  269. this.Name = "Клиент";
  270. this.Text = "Клиент";
  271. this.Load += new System.EventHandler(this.Клиент_Load);
  272. this.panel1.ResumeLayout(false);
  273. this.panel1.PerformLayout();
  274. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  276. this.panel2.ResumeLayout(false);
  277. this.panel2.PerformLayout();
  278. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).EndInit();
  281. this.ResumeLayout(false);
  282. }
  283. #endregion
  284. private System.Windows.Forms.Panel panel1;
  285. private System.Windows.Forms.Label label1;
  286. private System.Windows.Forms.PictureBox pictureBox1;
  287. private System.Windows.Forms.Panel panel2;
  288. private System.Windows.Forms.Label label4;
  289. private System.Windows.Forms.Label label3;
  290. private System.Windows.Forms.Label label2;
  291. private SaloonKrasoti02DataSet saloonKrasoti02DataSet;
  292. private System.Windows.Forms.BindingSource serviceBindingSource;
  293. private SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  294. private SaloonKrasoti02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  295. private System.Windows.Forms.ComboBox titleComboBox;
  296. private System.Windows.Forms.Label discountLabel1;
  297. private System.Windows.Forms.Label costLabel1;
  298. private System.Windows.Forms.PictureBox servicePhotoPictureBox;
  299. private System.Windows.Forms.PictureBox pictureBox2;
  300. private System.Windows.Forms.Label durationInMinutesLabel1;
  301. private System.Windows.Forms.Label label5;
  302. private System.Windows.Forms.Button button1;
  303. }
  304. }