Add.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. 
  2. namespace _02Trade
  3. {
  4. partial class Add
  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 iDLabel;
  31. System.Windows.Forms.Label titleLabel;
  32. System.Windows.Forms.Label costLabel;
  33. System.Windows.Forms.Label durationInSecondsLabel;
  34. System.Windows.Forms.Label descriptionLabel;
  35. System.Windows.Forms.Label discountLabel;
  36. System.Windows.Forms.Label mainImagePathLabel;
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Add));
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.panel4 = new System.Windows.Forms.Panel();
  42. this.button3 = new System.Windows.Forms.Button();
  43. this.button2 = new System.Windows.Forms.Button();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this._02TradeDataSet = new _02Trade._02TradeDataSet();
  46. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  47. this.serviceTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ServiceTableAdapter();
  48. this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager();
  49. this.iDTextBox = new System.Windows.Forms.TextBox();
  50. this.titleTextBox = new System.Windows.Forms.TextBox();
  51. this.costTextBox = new System.Windows.Forms.TextBox();
  52. this.durationInSecondsTextBox = new System.Windows.Forms.TextBox();
  53. this.descriptionTextBox = new System.Windows.Forms.TextBox();
  54. this.discountTextBox = new System.Windows.Forms.TextBox();
  55. this.mainImagePathTextBox = new System.Windows.Forms.TextBox();
  56. this.button4 = new System.Windows.Forms.Button();
  57. iDLabel = new System.Windows.Forms.Label();
  58. titleLabel = new System.Windows.Forms.Label();
  59. costLabel = new System.Windows.Forms.Label();
  60. durationInSecondsLabel = new System.Windows.Forms.Label();
  61. descriptionLabel = new System.Windows.Forms.Label();
  62. discountLabel = new System.Windows.Forms.Label();
  63. mainImagePathLabel = new System.Windows.Forms.Label();
  64. this.panel2.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  66. this.panel4.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // iDLabel
  72. //
  73. iDLabel.AutoSize = true;
  74. iDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  75. iDLabel.Location = new System.Drawing.Point(277, 128);
  76. iDLabel.Name = "iDLabel";
  77. iDLabel.Size = new System.Drawing.Size(37, 23);
  78. iDLabel.TabIndex = 35;
  79. iDLabel.Text = "ID:";
  80. //
  81. // titleLabel
  82. //
  83. titleLabel.AutoSize = true;
  84. titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  85. titleLabel.Location = new System.Drawing.Point(213, 168);
  86. titleLabel.Name = "titleLabel";
  87. titleLabel.Size = new System.Drawing.Size(101, 23);
  88. titleLabel.TabIndex = 36;
  89. titleLabel.Text = "Название:";
  90. //
  91. // costLabel
  92. //
  93. costLabel.AutoSize = true;
  94. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  95. costLabel.Location = new System.Drawing.Point(206, 215);
  96. costLabel.Name = "costLabel";
  97. costLabel.Size = new System.Drawing.Size(108, 23);
  98. costLabel.TabIndex = 37;
  99. costLabel.Text = "Стоимость:";
  100. //
  101. // durationInSecondsLabel
  102. //
  103. durationInSecondsLabel.AutoSize = true;
  104. durationInSecondsLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  105. durationInSecondsLabel.Location = new System.Drawing.Point(73, 274);
  106. durationInSecondsLabel.Name = "durationInSecondsLabel";
  107. durationInSecondsLabel.Size = new System.Drawing.Size(241, 23);
  108. durationInSecondsLabel.TabIndex = 38;
  109. durationInSecondsLabel.Text = "Длительность в секундах:";
  110. //
  111. // descriptionLabel
  112. //
  113. descriptionLabel.AutoSize = true;
  114. descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  115. descriptionLabel.Location = new System.Drawing.Point(211, 326);
  116. descriptionLabel.Name = "descriptionLabel";
  117. descriptionLabel.Size = new System.Drawing.Size(103, 23);
  118. descriptionLabel.TabIndex = 39;
  119. descriptionLabel.Text = "Описание:";
  120. //
  121. // discountLabel
  122. //
  123. discountLabel.AutoSize = true;
  124. discountLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  125. discountLabel.Location = new System.Drawing.Point(236, 378);
  126. discountLabel.Name = "discountLabel";
  127. discountLabel.Size = new System.Drawing.Size(78, 23);
  128. discountLabel.TabIndex = 40;
  129. discountLabel.Text = "Скидка:";
  130. //
  131. // mainImagePathLabel
  132. //
  133. mainImagePathLabel.AutoSize = true;
  134. mainImagePathLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  135. mainImagePathLabel.Location = new System.Drawing.Point(178, 425);
  136. mainImagePathLabel.Name = "mainImagePathLabel";
  137. mainImagePathLabel.Size = new System.Drawing.Size(136, 23);
  138. mainImagePathLabel.TabIndex = 41;
  139. mainImagePathLabel.Text = "Изображение:";
  140. //
  141. // panel2
  142. //
  143. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  144. this.panel2.Controls.Add(this.label1);
  145. this.panel2.Controls.Add(this.pictureBox1);
  146. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  147. this.panel2.Location = new System.Drawing.Point(0, 0);
  148. this.panel2.Name = "panel2";
  149. this.panel2.Size = new System.Drawing.Size(808, 91);
  150. this.panel2.TabIndex = 2;
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  156. this.label1.Location = new System.Drawing.Point(274, 30);
  157. this.label1.Name = "label1";
  158. this.label1.Size = new System.Drawing.Size(284, 39);
  159. this.label1.TabIndex = 1;
  160. this.label1.Text = "Добавление услуг";
  161. //
  162. // pictureBox1
  163. //
  164. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  165. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  166. this.pictureBox1.Name = "pictureBox1";
  167. this.pictureBox1.Size = new System.Drawing.Size(153, 85);
  168. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  169. this.pictureBox1.TabIndex = 0;
  170. this.pictureBox1.TabStop = false;
  171. //
  172. // panel4
  173. //
  174. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  175. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  176. this.panel4.Controls.Add(this.button3);
  177. this.panel4.Controls.Add(this.button2);
  178. this.panel4.Controls.Add(this.button1);
  179. this.panel4.Location = new System.Drawing.Point(517, 470);
  180. this.panel4.Name = "panel4";
  181. this.panel4.Size = new System.Drawing.Size(279, 150);
  182. this.panel4.TabIndex = 34;
  183. //
  184. // button3
  185. //
  186. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  187. this.button3.Location = new System.Drawing.Point(43, 105);
  188. this.button3.Name = "button3";
  189. this.button3.Size = new System.Drawing.Size(190, 34);
  190. this.button3.TabIndex = 2;
  191. this.button3.Text = "Сохранить запись";
  192. this.button3.UseVisualStyleBackColor = true;
  193. this.button3.Click += new System.EventHandler(this.button3_Click);
  194. //
  195. // button2
  196. //
  197. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  198. this.button2.Location = new System.Drawing.Point(54, 55);
  199. this.button2.Name = "button2";
  200. this.button2.Size = new System.Drawing.Size(172, 34);
  201. this.button2.TabIndex = 1;
  202. this.button2.Text = "Удалить запись";
  203. this.button2.UseVisualStyleBackColor = true;
  204. this.button2.Click += new System.EventHandler(this.button2_Click);
  205. //
  206. // button1
  207. //
  208. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  209. this.button1.Location = new System.Drawing.Point(20, 7);
  210. this.button1.Name = "button1";
  211. this.button1.Size = new System.Drawing.Size(239, 34);
  212. this.button1.TabIndex = 0;
  213. this.button1.Text = "Добавить новую запись";
  214. this.button1.UseVisualStyleBackColor = true;
  215. this.button1.Click += new System.EventHandler(this.button1_Click);
  216. //
  217. // _02TradeDataSet
  218. //
  219. this._02TradeDataSet.DataSetName = "_02TradeDataSet";
  220. this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  221. //
  222. // serviceBindingSource
  223. //
  224. this.serviceBindingSource.DataMember = "Service";
  225. this.serviceBindingSource.DataSource = this._02TradeDataSet;
  226. //
  227. // serviceTableAdapter
  228. //
  229. this.serviceTableAdapter.ClearBeforeFill = true;
  230. //
  231. // tableAdapterManager
  232. //
  233. this.tableAdapterManager.AttachedProductTableAdapter = null;
  234. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  235. this.tableAdapterManager.ClientServiceTableAdapter = null;
  236. this.tableAdapterManager.ClientTableTableAdapter = null;
  237. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  238. this.tableAdapterManager.GenderTableAdapter = null;
  239. this.tableAdapterManager.ManufacturerTableAdapter = null;
  240. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  241. this.tableAdapterManager.ProductSaleTableAdapter = null;
  242. this.tableAdapterManager.ProductTableAdapter = null;
  243. this.tableAdapterManager.RoleTableTableAdapter = null;
  244. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  245. this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
  246. this.tableAdapterManager.TagOfClientTableAdapter = null;
  247. this.tableAdapterManager.TagTableAdapter = null;
  248. this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  249. this.tableAdapterManager.UserTableTableAdapter = null;
  250. //
  251. // iDTextBox
  252. //
  253. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "ID", true));
  254. this.iDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  255. this.iDTextBox.Location = new System.Drawing.Point(517, 125);
  256. this.iDTextBox.Name = "iDTextBox";
  257. this.iDTextBox.Size = new System.Drawing.Size(100, 30);
  258. this.iDTextBox.TabIndex = 36;
  259. //
  260. // titleTextBox
  261. //
  262. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true));
  263. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  264. this.titleTextBox.Location = new System.Drawing.Point(517, 165);
  265. this.titleTextBox.Name = "titleTextBox";
  266. this.titleTextBox.Size = new System.Drawing.Size(100, 30);
  267. this.titleTextBox.TabIndex = 37;
  268. //
  269. // costTextBox
  270. //
  271. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true));
  272. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  273. this.costTextBox.Location = new System.Drawing.Point(517, 212);
  274. this.costTextBox.Name = "costTextBox";
  275. this.costTextBox.Size = new System.Drawing.Size(100, 30);
  276. this.costTextBox.TabIndex = 38;
  277. //
  278. // durationInSecondsTextBox
  279. //
  280. this.durationInSecondsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInSeconds", true));
  281. this.durationInSecondsTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  282. this.durationInSecondsTextBox.Location = new System.Drawing.Point(517, 271);
  283. this.durationInSecondsTextBox.Name = "durationInSecondsTextBox";
  284. this.durationInSecondsTextBox.Size = new System.Drawing.Size(100, 30);
  285. this.durationInSecondsTextBox.TabIndex = 39;
  286. //
  287. // descriptionTextBox
  288. //
  289. this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Description", true));
  290. this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  291. this.descriptionTextBox.Location = new System.Drawing.Point(517, 323);
  292. this.descriptionTextBox.Name = "descriptionTextBox";
  293. this.descriptionTextBox.Size = new System.Drawing.Size(100, 30);
  294. this.descriptionTextBox.TabIndex = 40;
  295. //
  296. // discountTextBox
  297. //
  298. this.discountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
  299. this.discountTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  300. this.discountTextBox.Location = new System.Drawing.Point(517, 375);
  301. this.discountTextBox.Name = "discountTextBox";
  302. this.discountTextBox.Size = new System.Drawing.Size(100, 30);
  303. this.discountTextBox.TabIndex = 41;
  304. //
  305. // mainImagePathTextBox
  306. //
  307. this.mainImagePathTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "MainImagePath", true));
  308. this.mainImagePathTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  309. this.mainImagePathTextBox.Location = new System.Drawing.Point(517, 422);
  310. this.mainImagePathTextBox.Name = "mainImagePathTextBox";
  311. this.mainImagePathTextBox.Size = new System.Drawing.Size(100, 30);
  312. this.mainImagePathTextBox.TabIndex = 42;
  313. //
  314. // button4
  315. //
  316. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  317. this.button4.Location = new System.Drawing.Point(12, 586);
  318. this.button4.Name = "button4";
  319. this.button4.Size = new System.Drawing.Size(144, 34);
  320. this.button4.TabIndex = 43;
  321. this.button4.Text = "Cписок услуг";
  322. this.button4.UseVisualStyleBackColor = true;
  323. this.button4.Click += new System.EventHandler(this.button4_Click);
  324. //
  325. // Add
  326. //
  327. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  328. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  329. this.ClientSize = new System.Drawing.Size(808, 632);
  330. this.Controls.Add(this.button4);
  331. this.Controls.Add(mainImagePathLabel);
  332. this.Controls.Add(this.mainImagePathTextBox);
  333. this.Controls.Add(discountLabel);
  334. this.Controls.Add(this.discountTextBox);
  335. this.Controls.Add(descriptionLabel);
  336. this.Controls.Add(this.descriptionTextBox);
  337. this.Controls.Add(durationInSecondsLabel);
  338. this.Controls.Add(this.durationInSecondsTextBox);
  339. this.Controls.Add(costLabel);
  340. this.Controls.Add(this.costTextBox);
  341. this.Controls.Add(titleLabel);
  342. this.Controls.Add(this.titleTextBox);
  343. this.Controls.Add(iDLabel);
  344. this.Controls.Add(this.iDTextBox);
  345. this.Controls.Add(this.panel4);
  346. this.Controls.Add(this.panel2);
  347. this.Name = "Add";
  348. this.Text = "Add";
  349. this.Load += new System.EventHandler(this.Add_Load);
  350. this.panel2.ResumeLayout(false);
  351. this.panel2.PerformLayout();
  352. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  353. this.panel4.ResumeLayout(false);
  354. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  356. this.ResumeLayout(false);
  357. this.PerformLayout();
  358. }
  359. #endregion
  360. private System.Windows.Forms.Panel panel2;
  361. private System.Windows.Forms.Label label1;
  362. private System.Windows.Forms.PictureBox pictureBox1;
  363. private System.Windows.Forms.Panel panel4;
  364. private System.Windows.Forms.Button button3;
  365. private System.Windows.Forms.Button button2;
  366. private System.Windows.Forms.Button button1;
  367. private _02TradeDataSet _02TradeDataSet;
  368. private System.Windows.Forms.BindingSource serviceBindingSource;
  369. private _02TradeDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  370. private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  371. private System.Windows.Forms.TextBox iDTextBox;
  372. private System.Windows.Forms.TextBox titleTextBox;
  373. private System.Windows.Forms.TextBox costTextBox;
  374. private System.Windows.Forms.TextBox durationInSecondsTextBox;
  375. private System.Windows.Forms.TextBox descriptionTextBox;
  376. private System.Windows.Forms.TextBox discountTextBox;
  377. private System.Windows.Forms.TextBox mainImagePathTextBox;
  378. private System.Windows.Forms.Button button4;
  379. }
  380. }