ФомраКлиента.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. 
  2. namespace _02Trade
  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 productQuantityInStockLabel;
  31. System.Windows.Forms.Label productNameLabel;
  32. System.Windows.Forms.Label productDescriptionLabel;
  33. System.Windows.Forms.Label productManufacturerLabel;
  34. System.Windows.Forms.Label productCostLabel;
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ФомраКлиента));
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. this.panel4 = new System.Windows.Forms.Panel();
  40. this.servicePhotoPictureBox = new System.Windows.Forms.PictureBox();
  41. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this._02TradeDataSet = new _02Trade._02TradeDataSet();
  43. this.panel3 = new System.Windows.Forms.Panel();
  44. this.button9 = new System.Windows.Forms.Button();
  45. this.discountLabel1 = new System.Windows.Forms.Label();
  46. this.serviceTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ServiceTableAdapter();
  47. this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager();
  48. this.productNameComboBox = new System.Windows.Forms.ComboBox();
  49. this.costLabel1 = new System.Windows.Forms.Label();
  50. this.descriptionLabel1 = new System.Windows.Forms.Label();
  51. this.durationInSecondsLabel1 = new System.Windows.Forms.Label();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. productQuantityInStockLabel = new System.Windows.Forms.Label();
  54. productNameLabel = new System.Windows.Forms.Label();
  55. productDescriptionLabel = new System.Windows.Forms.Label();
  56. productManufacturerLabel = new System.Windows.Forms.Label();
  57. productCostLabel = new System.Windows.Forms.Label();
  58. this.panel2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  60. this.panel4.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
  64. this.panel3.SuspendLayout();
  65. this.panel1.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // productQuantityInStockLabel
  69. //
  70. productQuantityInStockLabel.AutoSize = true;
  71. productQuantityInStockLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. productQuantityInStockLabel.Location = new System.Drawing.Point(11, 28);
  73. productQuantityInStockLabel.Name = "productQuantityInStockLabel";
  74. productQuantityInStockLabel.Size = new System.Drawing.Size(78, 23);
  75. productQuantityInStockLabel.TabIndex = 30;
  76. productQuantityInStockLabel.Text = "Скидка:";
  77. //
  78. // productNameLabel
  79. //
  80. productNameLabel.AutoSize = true;
  81. productNameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. productNameLabel.Location = new System.Drawing.Point(11, 39);
  83. productNameLabel.Name = "productNameLabel";
  84. productNameLabel.Size = new System.Drawing.Size(164, 23);
  85. productNameLabel.TabIndex = 0;
  86. productNameLabel.Text = "Название услуги:";
  87. //
  88. // productDescriptionLabel
  89. //
  90. productDescriptionLabel.AutoSize = true;
  91. productDescriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  92. productDescriptionLabel.Location = new System.Drawing.Point(11, 115);
  93. productDescriptionLabel.Name = "productDescriptionLabel";
  94. productDescriptionLabel.Size = new System.Drawing.Size(166, 23);
  95. productDescriptionLabel.TabIndex = 2;
  96. productDescriptionLabel.Text = "Описание услуги:";
  97. //
  98. // productManufacturerLabel
  99. //
  100. productManufacturerLabel.AutoSize = true;
  101. productManufacturerLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  102. productManufacturerLabel.Location = new System.Drawing.Point(11, 212);
  103. productManufacturerLabel.Name = "productManufacturerLabel";
  104. productManufacturerLabel.Size = new System.Drawing.Size(141, 23);
  105. productManufacturerLabel.TabIndex = 4;
  106. productManufacturerLabel.Text = "Длительность:";
  107. //
  108. // productCostLabel
  109. //
  110. productCostLabel.AutoSize = true;
  111. productCostLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  112. productCostLabel.Location = new System.Drawing.Point(11, 273);
  113. productCostLabel.Name = "productCostLabel";
  114. productCostLabel.Size = new System.Drawing.Size(108, 23);
  115. productCostLabel.TabIndex = 6;
  116. productCostLabel.Text = "Стоимость:";
  117. //
  118. // panel2
  119. //
  120. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  121. this.panel2.Controls.Add(this.label1);
  122. this.panel2.Controls.Add(this.pictureBox1);
  123. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  124. this.panel2.Location = new System.Drawing.Point(0, 0);
  125. this.panel2.Name = "panel2";
  126. this.panel2.Size = new System.Drawing.Size(949, 91);
  127. this.panel2.TabIndex = 2;
  128. //
  129. // label1
  130. //
  131. this.label1.AutoSize = true;
  132. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  133. this.label1.Location = new System.Drawing.Point(395, 26);
  134. this.label1.Name = "label1";
  135. this.label1.Size = new System.Drawing.Size(208, 39);
  136. this.label1.TabIndex = 1;
  137. this.label1.Text = "Список услуг";
  138. //
  139. // pictureBox1
  140. //
  141. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  142. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  143. this.pictureBox1.Name = "pictureBox1";
  144. this.pictureBox1.Size = new System.Drawing.Size(153, 85);
  145. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  146. this.pictureBox1.TabIndex = 0;
  147. this.pictureBox1.TabStop = false;
  148. //
  149. // panel4
  150. //
  151. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  152. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  153. this.panel4.Controls.Add(this.servicePhotoPictureBox);
  154. this.panel4.Location = new System.Drawing.Point(0, 94);
  155. this.panel4.Name = "panel4";
  156. this.panel4.Size = new System.Drawing.Size(243, 511);
  157. this.panel4.TabIndex = 5;
  158. //
  159. // servicePhotoPictureBox
  160. //
  161. this.servicePhotoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.serviceBindingSource, "ServicePhoto", true));
  162. this.servicePhotoPictureBox.Location = new System.Drawing.Point(3, 3);
  163. this.servicePhotoPictureBox.Name = "servicePhotoPictureBox";
  164. this.servicePhotoPictureBox.Size = new System.Drawing.Size(235, 344);
  165. this.servicePhotoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  166. this.servicePhotoPictureBox.TabIndex = 1;
  167. this.servicePhotoPictureBox.TabStop = false;
  168. //
  169. // serviceBindingSource
  170. //
  171. this.serviceBindingSource.DataMember = "Service";
  172. this.serviceBindingSource.DataSource = this._02TradeDataSet;
  173. //
  174. // _02TradeDataSet
  175. //
  176. this._02TradeDataSet.DataSetName = "_02TradeDataSet";
  177. this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  178. //
  179. // panel3
  180. //
  181. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  182. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  183. this.panel3.Controls.Add(this.button9);
  184. this.panel3.Controls.Add(this.discountLabel1);
  185. this.panel3.Controls.Add(productQuantityInStockLabel);
  186. this.panel3.Cursor = System.Windows.Forms.Cursors.Default;
  187. this.panel3.Location = new System.Drawing.Point(249, 448);
  188. this.panel3.Name = "panel3";
  189. this.panel3.Size = new System.Drawing.Size(700, 157);
  190. this.panel3.TabIndex = 7;
  191. //
  192. // button9
  193. //
  194. this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  195. this.button9.Location = new System.Drawing.Point(519, 107);
  196. this.button9.Name = "button9";
  197. this.button9.Size = new System.Drawing.Size(168, 37);
  198. this.button9.TabIndex = 40;
  199. this.button9.Text = "Авторизация";
  200. this.button9.UseVisualStyleBackColor = true;
  201. this.button9.Click += new System.EventHandler(this.button9_Click);
  202. //
  203. // discountLabel1
  204. //
  205. this.discountLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
  206. this.discountLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  207. this.discountLabel1.Location = new System.Drawing.Point(261, 28);
  208. this.discountLabel1.Name = "discountLabel1";
  209. this.discountLabel1.Size = new System.Drawing.Size(249, 69);
  210. this.discountLabel1.TabIndex = 34;
  211. this.discountLabel1.Text = "label2";
  212. //
  213. // serviceTableAdapter
  214. //
  215. this.serviceTableAdapter.ClearBeforeFill = true;
  216. //
  217. // tableAdapterManager
  218. //
  219. this.tableAdapterManager.AttachedProductTableAdapter = null;
  220. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  221. this.tableAdapterManager.ClientServiceTableAdapter = null;
  222. this.tableAdapterManager.ClientTableTableAdapter = null;
  223. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  224. this.tableAdapterManager.GenderTableAdapter = null;
  225. this.tableAdapterManager.ManufacturerTableAdapter = null;
  226. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  227. this.tableAdapterManager.ProductSaleTableAdapter = null;
  228. this.tableAdapterManager.ProductTableAdapter = null;
  229. this.tableAdapterManager.RoleTableTableAdapter = null;
  230. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  231. this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
  232. this.tableAdapterManager.TagOfClientTableAdapter = null;
  233. this.tableAdapterManager.TagTableAdapter = null;
  234. this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  235. this.tableAdapterManager.UserTableTableAdapter = null;
  236. //
  237. // productNameComboBox
  238. //
  239. this.productNameComboBox.DataSource = this.serviceBindingSource;
  240. this.productNameComboBox.DisplayMember = "Title";
  241. this.productNameComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  242. this.productNameComboBox.FormattingEnabled = true;
  243. this.productNameComboBox.Location = new System.Drawing.Point(262, 39);
  244. this.productNameComboBox.Name = "productNameComboBox";
  245. this.productNameComboBox.Size = new System.Drawing.Size(289, 31);
  246. this.productNameComboBox.TabIndex = 8;
  247. //
  248. // costLabel1
  249. //
  250. this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true));
  251. this.costLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  252. this.costLabel1.Location = new System.Drawing.Point(262, 273);
  253. this.costLabel1.Name = "costLabel1";
  254. this.costLabel1.Size = new System.Drawing.Size(100, 23);
  255. this.costLabel1.TabIndex = 9;
  256. this.costLabel1.Text = "label2";
  257. //
  258. // descriptionLabel1
  259. //
  260. this.descriptionLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Description", true));
  261. this.descriptionLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  262. this.descriptionLabel1.Location = new System.Drawing.Point(262, 115);
  263. this.descriptionLabel1.Name = "descriptionLabel1";
  264. this.descriptionLabel1.Size = new System.Drawing.Size(100, 23);
  265. this.descriptionLabel1.TabIndex = 10;
  266. this.descriptionLabel1.Text = "label2";
  267. //
  268. // durationInSecondsLabel1
  269. //
  270. this.durationInSecondsLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInSeconds", true));
  271. this.durationInSecondsLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  272. this.durationInSecondsLabel1.Location = new System.Drawing.Point(262, 212);
  273. this.durationInSecondsLabel1.Name = "durationInSecondsLabel1";
  274. this.durationInSecondsLabel1.Size = new System.Drawing.Size(100, 23);
  275. this.durationInSecondsLabel1.TabIndex = 11;
  276. this.durationInSecondsLabel1.Text = "label2";
  277. //
  278. // panel1
  279. //
  280. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  281. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  282. this.panel1.Controls.Add(this.durationInSecondsLabel1);
  283. this.panel1.Controls.Add(this.descriptionLabel1);
  284. this.panel1.Controls.Add(this.costLabel1);
  285. this.panel1.Controls.Add(this.productNameComboBox);
  286. this.panel1.Controls.Add(productCostLabel);
  287. this.panel1.Controls.Add(productManufacturerLabel);
  288. this.panel1.Controls.Add(productDescriptionLabel);
  289. this.panel1.Controls.Add(productNameLabel);
  290. this.panel1.Location = new System.Drawing.Point(249, 94);
  291. this.panel1.Name = "panel1";
  292. this.panel1.Size = new System.Drawing.Size(700, 348);
  293. this.panel1.TabIndex = 6;
  294. //
  295. // ФомраКлиента
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.ClientSize = new System.Drawing.Size(949, 605);
  300. this.Controls.Add(this.panel3);
  301. this.Controls.Add(this.panel1);
  302. this.Controls.Add(this.panel4);
  303. this.Controls.Add(this.panel2);
  304. this.Name = "ФомраКлиента";
  305. this.Text = "Captcha";
  306. this.Load += new System.EventHandler(this.ФомраКлиента_Load);
  307. this.panel2.ResumeLayout(false);
  308. this.panel2.PerformLayout();
  309. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  310. this.panel4.ResumeLayout(false);
  311. ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
  314. this.panel3.ResumeLayout(false);
  315. this.panel3.PerformLayout();
  316. this.panel1.ResumeLayout(false);
  317. this.panel1.PerformLayout();
  318. this.ResumeLayout(false);
  319. }
  320. #endregion
  321. private System.Windows.Forms.Panel panel2;
  322. private System.Windows.Forms.Label label1;
  323. private System.Windows.Forms.PictureBox pictureBox1;
  324. private System.Windows.Forms.Panel panel4;
  325. private System.Windows.Forms.Panel panel3;
  326. private _02TradeDataSet _02TradeDataSet;
  327. private System.Windows.Forms.BindingSource serviceBindingSource;
  328. private _02TradeDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  329. private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  330. private System.Windows.Forms.Label discountLabel1;
  331. private System.Windows.Forms.ComboBox productNameComboBox;
  332. private System.Windows.Forms.Label costLabel1;
  333. private System.Windows.Forms.Label descriptionLabel1;
  334. private System.Windows.Forms.Label durationInSecondsLabel1;
  335. private System.Windows.Forms.Panel panel1;
  336. private System.Windows.Forms.Button button9;
  337. private System.Windows.Forms.PictureBox servicePhotoPictureBox;
  338. }
  339. }