newTovarForm.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. 
  2. namespace Brovi07.session1
  3. {
  4. partial class newTovarForm
  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 titleLabel;
  31. System.Windows.Forms.Label costLabel;
  32. System.Windows.Forms.Label descriptionLabel;
  33. System.Windows.Forms.Label mainImagePathLabel;
  34. System.Windows.Forms.Label isActiveLabel;
  35. System.Windows.Forms.Label manufacturerIDLabel;
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(newTovarForm));
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.broviDataSet = new Brovi07.BroviDataSet();
  41. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this.productTableAdapter = new Brovi07.BroviDataSetTableAdapters.ProductTableAdapter();
  43. this.tableAdapterManager = new Brovi07.BroviDataSetTableAdapters.TableAdapterManager();
  44. this.titleTextBox = new System.Windows.Forms.TextBox();
  45. this.costTextBox = new System.Windows.Forms.TextBox();
  46. this.descriptionTextBox = new System.Windows.Forms.TextBox();
  47. this.mainImagePathTextBox = new System.Windows.Forms.TextBox();
  48. this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
  49. this.manufacturerIDTextBox = new System.Windows.Forms.TextBox();
  50. this.lastButton = new System.Windows.Forms.Button();
  51. this.firstButton = new System.Windows.Forms.Button();
  52. this.nextButton = new System.Windows.Forms.Button();
  53. this.prevButton = new System.Windows.Forms.Button();
  54. this.addButton = new System.Windows.Forms.Button();
  55. this.delButton = new System.Windows.Forms.Button();
  56. this.saveButtton = new System.Windows.Forms.Button();
  57. this.exitButton = new System.Windows.Forms.Button();
  58. titleLabel = new System.Windows.Forms.Label();
  59. costLabel = new System.Windows.Forms.Label();
  60. descriptionLabel = new System.Windows.Forms.Label();
  61. mainImagePathLabel = new System.Windows.Forms.Label();
  62. isActiveLabel = new System.Windows.Forms.Label();
  63. manufacturerIDLabel = new System.Windows.Forms.Label();
  64. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  65. this.panel1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // titleLabel
  71. //
  72. titleLabel.AutoSize = true;
  73. titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. titleLabel.Location = new System.Drawing.Point(12, 114);
  75. titleLabel.Name = "titleLabel";
  76. titleLabel.Size = new System.Drawing.Size(101, 23);
  77. titleLabel.TabIndex = 6;
  78. titleLabel.Text = "Название:";
  79. //
  80. // costLabel
  81. //
  82. costLabel.AutoSize = true;
  83. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. costLabel.Location = new System.Drawing.Point(12, 162);
  85. costLabel.Name = "costLabel";
  86. costLabel.Size = new System.Drawing.Size(108, 23);
  87. costLabel.TabIndex = 8;
  88. costLabel.Text = "Стоимость:";
  89. //
  90. // descriptionLabel
  91. //
  92. descriptionLabel.AutoSize = true;
  93. descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  94. descriptionLabel.Location = new System.Drawing.Point(12, 215);
  95. descriptionLabel.Name = "descriptionLabel";
  96. descriptionLabel.Size = new System.Drawing.Size(103, 23);
  97. descriptionLabel.TabIndex = 10;
  98. descriptionLabel.Text = "Описание:";
  99. //
  100. // mainImagePathLabel
  101. //
  102. mainImagePathLabel.AutoSize = true;
  103. mainImagePathLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. mainImagePathLabel.Location = new System.Drawing.Point(12, 269);
  105. mainImagePathLabel.Name = "mainImagePathLabel";
  106. mainImagePathLabel.Size = new System.Drawing.Size(136, 23);
  107. mainImagePathLabel.TabIndex = 12;
  108. mainImagePathLabel.Text = "Изображение:";
  109. //
  110. // isActiveLabel
  111. //
  112. isActiveLabel.AutoSize = true;
  113. isActiveLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. isActiveLabel.Location = new System.Drawing.Point(12, 321);
  115. isActiveLabel.Name = "isActiveLabel";
  116. isActiveLabel.Size = new System.Drawing.Size(88, 23);
  117. isActiveLabel.TabIndex = 14;
  118. isActiveLabel.Text = "Активен:";
  119. //
  120. // manufacturerIDLabel
  121. //
  122. manufacturerIDLabel.AutoSize = true;
  123. manufacturerIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. manufacturerIDLabel.Location = new System.Drawing.Point(11, 373);
  125. manufacturerIDLabel.Name = "manufacturerIDLabel";
  126. manufacturerIDLabel.Size = new System.Drawing.Size(177, 23);
  127. manufacturerIDLabel.TabIndex = 16;
  128. manufacturerIDLabel.Text = "ID производителя:";
  129. //
  130. // pictureBox1
  131. //
  132. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  133. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  134. this.pictureBox1.Name = "pictureBox1";
  135. this.pictureBox1.Size = new System.Drawing.Size(82, 84);
  136. this.pictureBox1.TabIndex = 3;
  137. this.pictureBox1.TabStop = false;
  138. //
  139. // panel1
  140. //
  141. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  142. this.panel1.Controls.Add(this.label1);
  143. this.panel1.Location = new System.Drawing.Point(82, 0);
  144. this.panel1.Name = "panel1";
  145. this.panel1.Size = new System.Drawing.Size(722, 86);
  146. this.panel1.TabIndex = 2;
  147. //
  148. // label1
  149. //
  150. this.label1.AutoSize = true;
  151. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  152. this.label1.Location = new System.Drawing.Point(7, 29);
  153. this.label1.Name = "label1";
  154. this.label1.Size = new System.Drawing.Size(204, 23);
  155. this.label1.TabIndex = 3;
  156. this.label1.Text = "Добавление товара";
  157. //
  158. // broviDataSet
  159. //
  160. this.broviDataSet.DataSetName = "BroviDataSet";
  161. this.broviDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  162. //
  163. // productBindingSource
  164. //
  165. this.productBindingSource.DataMember = "Product";
  166. this.productBindingSource.DataSource = this.broviDataSet;
  167. //
  168. // productTableAdapter
  169. //
  170. this.productTableAdapter.ClearBeforeFill = true;
  171. //
  172. // tableAdapterManager
  173. //
  174. this.tableAdapterManager.AttachedProductTableAdapter = null;
  175. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  176. this.tableAdapterManager.ClientServiceTableAdapter = null;
  177. this.tableAdapterManager.ClientTableAdapter = null;
  178. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  179. this.tableAdapterManager.GenderTableAdapter = null;
  180. this.tableAdapterManager.ManufacturerTableAdapter = null;
  181. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  182. this.tableAdapterManager.ProductSaleTableAdapter = null;
  183. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  184. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  185. this.tableAdapterManager.ServiceTableAdapter = null;
  186. this.tableAdapterManager.TagOfClientTableAdapter = null;
  187. this.tableAdapterManager.TagTableAdapter = null;
  188. this.tableAdapterManager.UpdateOrder = Brovi07.BroviDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  189. //
  190. // titleTextBox
  191. //
  192. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  193. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  194. this.titleTextBox.Location = new System.Drawing.Point(194, 111);
  195. this.titleTextBox.Name = "titleTextBox";
  196. this.titleTextBox.Size = new System.Drawing.Size(185, 30);
  197. this.titleTextBox.TabIndex = 7;
  198. //
  199. // costTextBox
  200. //
  201. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
  202. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  203. this.costTextBox.Location = new System.Drawing.Point(194, 159);
  204. this.costTextBox.Name = "costTextBox";
  205. this.costTextBox.Size = new System.Drawing.Size(185, 30);
  206. this.costTextBox.TabIndex = 9;
  207. //
  208. // descriptionTextBox
  209. //
  210. this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Description", true));
  211. this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  212. this.descriptionTextBox.Location = new System.Drawing.Point(194, 212);
  213. this.descriptionTextBox.Name = "descriptionTextBox";
  214. this.descriptionTextBox.Size = new System.Drawing.Size(185, 30);
  215. this.descriptionTextBox.TabIndex = 11;
  216. //
  217. // mainImagePathTextBox
  218. //
  219. this.mainImagePathTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "MainImagePath", true));
  220. this.mainImagePathTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  221. this.mainImagePathTextBox.Location = new System.Drawing.Point(194, 266);
  222. this.mainImagePathTextBox.Name = "mainImagePathTextBox";
  223. this.mainImagePathTextBox.Size = new System.Drawing.Size(185, 30);
  224. this.mainImagePathTextBox.TabIndex = 13;
  225. //
  226. // isActiveCheckBox
  227. //
  228. this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
  229. this.isActiveCheckBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  230. this.isActiveCheckBox.Location = new System.Drawing.Point(194, 320);
  231. this.isActiveCheckBox.Name = "isActiveCheckBox";
  232. this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24);
  233. this.isActiveCheckBox.TabIndex = 15;
  234. this.isActiveCheckBox.UseVisualStyleBackColor = true;
  235. //
  236. // manufacturerIDTextBox
  237. //
  238. this.manufacturerIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ManufacturerID", true));
  239. this.manufacturerIDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  240. this.manufacturerIDTextBox.Location = new System.Drawing.Point(194, 370);
  241. this.manufacturerIDTextBox.Name = "manufacturerIDTextBox";
  242. this.manufacturerIDTextBox.Size = new System.Drawing.Size(185, 30);
  243. this.manufacturerIDTextBox.TabIndex = 17;
  244. //
  245. // lastButton
  246. //
  247. this.lastButton.BackColor = System.Drawing.Color.White;
  248. this.lastButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  249. this.lastButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  250. this.lastButton.Location = new System.Drawing.Point(658, 107);
  251. this.lastButton.Name = "lastButton";
  252. this.lastButton.Size = new System.Drawing.Size(129, 37);
  253. this.lastButton.TabIndex = 21;
  254. this.lastButton.Text = "Последняя";
  255. this.lastButton.UseVisualStyleBackColor = false;
  256. this.lastButton.Click += new System.EventHandler(this.lastButton_Click);
  257. //
  258. // firstButton
  259. //
  260. this.firstButton.BackColor = System.Drawing.Color.White;
  261. this.firstButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  262. this.firstButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  263. this.firstButton.Location = new System.Drawing.Point(459, 111);
  264. this.firstButton.Name = "firstButton";
  265. this.firstButton.Size = new System.Drawing.Size(136, 37);
  266. this.firstButton.TabIndex = 20;
  267. this.firstButton.Text = "Первая";
  268. this.firstButton.UseVisualStyleBackColor = false;
  269. this.firstButton.Click += new System.EventHandler(this.firstButton_Click);
  270. //
  271. // nextButton
  272. //
  273. this.nextButton.BackColor = System.Drawing.Color.White;
  274. this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  275. this.nextButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  276. this.nextButton.Location = new System.Drawing.Point(658, 162);
  277. this.nextButton.Name = "nextButton";
  278. this.nextButton.Size = new System.Drawing.Size(129, 37);
  279. this.nextButton.TabIndex = 19;
  280. this.nextButton.Text = "Следующее";
  281. this.nextButton.UseVisualStyleBackColor = false;
  282. this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
  283. //
  284. // prevButton
  285. //
  286. this.prevButton.BackColor = System.Drawing.Color.White;
  287. this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  288. this.prevButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  289. this.prevButton.Location = new System.Drawing.Point(459, 162);
  290. this.prevButton.Name = "prevButton";
  291. this.prevButton.Size = new System.Drawing.Size(136, 37);
  292. this.prevButton.TabIndex = 18;
  293. this.prevButton.Text = "Предыдущее";
  294. this.prevButton.UseVisualStyleBackColor = false;
  295. this.prevButton.Click += new System.EventHandler(this.prevButton_Click);
  296. //
  297. // addButton
  298. //
  299. this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  300. this.addButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  301. this.addButton.Location = new System.Drawing.Point(571, 269);
  302. this.addButton.Name = "addButton";
  303. this.addButton.Size = new System.Drawing.Size(129, 37);
  304. this.addButton.TabIndex = 24;
  305. this.addButton.Text = "Добавить";
  306. this.addButton.UseVisualStyleBackColor = true;
  307. this.addButton.Click += new System.EventHandler(this.addButton_Click);
  308. //
  309. // delButton
  310. //
  311. this.delButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  312. this.delButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  313. this.delButton.Location = new System.Drawing.Point(658, 215);
  314. this.delButton.Name = "delButton";
  315. this.delButton.Size = new System.Drawing.Size(129, 37);
  316. this.delButton.TabIndex = 23;
  317. this.delButton.Text = "Удалить";
  318. this.delButton.UseVisualStyleBackColor = true;
  319. this.delButton.Click += new System.EventHandler(this.delButton_Click);
  320. //
  321. // saveButtton
  322. //
  323. this.saveButtton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  324. this.saveButtton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  325. this.saveButtton.Location = new System.Drawing.Point(459, 215);
  326. this.saveButtton.Name = "saveButtton";
  327. this.saveButtton.Size = new System.Drawing.Size(136, 37);
  328. this.saveButtton.TabIndex = 22;
  329. this.saveButtton.Text = "Сохранить";
  330. this.saveButtton.UseVisualStyleBackColor = true;
  331. this.saveButtton.Click += new System.EventHandler(this.saveButtton_Click);
  332. //
  333. // exitButton
  334. //
  335. this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  336. this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  337. this.exitButton.Location = new System.Drawing.Point(571, 401);
  338. this.exitButton.Name = "exitButton";
  339. this.exitButton.Size = new System.Drawing.Size(129, 37);
  340. this.exitButton.TabIndex = 25;
  341. this.exitButton.Text = "Выход";
  342. this.exitButton.UseVisualStyleBackColor = true;
  343. this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
  344. //
  345. // newTovarForm
  346. //
  347. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  348. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  349. this.BackColor = System.Drawing.Color.White;
  350. this.ClientSize = new System.Drawing.Size(824, 450);
  351. this.Controls.Add(this.exitButton);
  352. this.Controls.Add(this.addButton);
  353. this.Controls.Add(this.delButton);
  354. this.Controls.Add(this.saveButtton);
  355. this.Controls.Add(this.lastButton);
  356. this.Controls.Add(this.firstButton);
  357. this.Controls.Add(this.nextButton);
  358. this.Controls.Add(this.prevButton);
  359. this.Controls.Add(titleLabel);
  360. this.Controls.Add(this.titleTextBox);
  361. this.Controls.Add(costLabel);
  362. this.Controls.Add(this.costTextBox);
  363. this.Controls.Add(descriptionLabel);
  364. this.Controls.Add(this.descriptionTextBox);
  365. this.Controls.Add(mainImagePathLabel);
  366. this.Controls.Add(this.mainImagePathTextBox);
  367. this.Controls.Add(isActiveLabel);
  368. this.Controls.Add(this.isActiveCheckBox);
  369. this.Controls.Add(manufacturerIDLabel);
  370. this.Controls.Add(this.manufacturerIDTextBox);
  371. this.Controls.Add(this.pictureBox1);
  372. this.Controls.Add(this.panel1);
  373. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  374. this.Name = "newTovarForm";
  375. this.Text = "Добавление товара";
  376. this.Load += new System.EventHandler(this.newTovarForm_Load);
  377. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  378. this.panel1.ResumeLayout(false);
  379. this.panel1.PerformLayout();
  380. ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  382. this.ResumeLayout(false);
  383. this.PerformLayout();
  384. }
  385. #endregion
  386. private System.Windows.Forms.PictureBox pictureBox1;
  387. private System.Windows.Forms.Panel panel1;
  388. private System.Windows.Forms.Label label1;
  389. private BroviDataSet broviDataSet;
  390. private System.Windows.Forms.BindingSource productBindingSource;
  391. private BroviDataSetTableAdapters.ProductTableAdapter productTableAdapter;
  392. private BroviDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  393. private System.Windows.Forms.TextBox titleTextBox;
  394. private System.Windows.Forms.TextBox costTextBox;
  395. private System.Windows.Forms.TextBox descriptionTextBox;
  396. private System.Windows.Forms.TextBox mainImagePathTextBox;
  397. private System.Windows.Forms.CheckBox isActiveCheckBox;
  398. private System.Windows.Forms.TextBox manufacturerIDTextBox;
  399. private System.Windows.Forms.Button lastButton;
  400. private System.Windows.Forms.Button firstButton;
  401. private System.Windows.Forms.Button nextButton;
  402. private System.Windows.Forms.Button prevButton;
  403. private System.Windows.Forms.Button addButton;
  404. private System.Windows.Forms.Button delButton;
  405. private System.Windows.Forms.Button saveButtton;
  406. private System.Windows.Forms.Button exitButton;
  407. }
  408. }