Manufacturer.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. 
  2. namespace Brovi11
  3. {
  4. partial class Manufacturer
  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 titleLabel;
  32. System.Windows.Forms.Label manufacturerIDLabel1;
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manufacturer));
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.button9 = new System.Windows.Forms.Button();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  39. this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.startDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
  43. this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter();
  44. this.panel2 = new System.Windows.Forms.Panel();
  45. this.costTextBox = new System.Windows.Forms.TextBox();
  46. this.titleTextBox = new System.Windows.Forms.TextBox();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.panel3 = new System.Windows.Forms.Panel();
  49. this.button2 = new System.Windows.Forms.Button();
  50. this.button1 = new System.Windows.Forms.Button();
  51. this.panel4 = new System.Windows.Forms.Panel();
  52. this.manufacturerIDComboBox = new System.Windows.Forms.ComboBox();
  53. this.button3 = new System.Windows.Forms.Button();
  54. this.panel5 = new System.Windows.Forms.Panel();
  55. this.button5 = new System.Windows.Forms.Button();
  56. this.panel7 = new System.Windows.Forms.Panel();
  57. this.button4 = new System.Windows.Forms.Button();
  58. this.button6 = new System.Windows.Forms.Button();
  59. this.button10 = new System.Windows.Forms.Button();
  60. this.button11 = new System.Windows.Forms.Button();
  61. costLabel = new System.Windows.Forms.Label();
  62. titleLabel = new System.Windows.Forms.Label();
  63. manufacturerIDLabel1 = new System.Windows.Forms.Label();
  64. this.panel1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
  69. this.panel2.SuspendLayout();
  70. this.panel3.SuspendLayout();
  71. this.panel4.SuspendLayout();
  72. this.panel5.SuspendLayout();
  73. this.panel7.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // costLabel
  77. //
  78. costLabel.AutoSize = true;
  79. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. costLabel.Location = new System.Drawing.Point(12, 96);
  81. costLabel.Name = "costLabel";
  82. costLabel.Size = new System.Drawing.Size(196, 23);
  83. costLabel.TabIndex = 3;
  84. costLabel.Text = "Дата начало работы:";
  85. //
  86. // titleLabel
  87. //
  88. titleLabel.AutoSize = true;
  89. titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. titleLabel.Location = new System.Drawing.Point(62, 48);
  91. titleLabel.Name = "titleLabel";
  92. titleLabel.Size = new System.Drawing.Size(146, 23);
  93. titleLabel.TabIndex = 1;
  94. titleLabel.Text = "Наименование:";
  95. //
  96. // manufacturerIDLabel1
  97. //
  98. manufacturerIDLabel1.AutoSize = true;
  99. manufacturerIDLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  100. manufacturerIDLabel1.Location = new System.Drawing.Point(3, 15);
  101. manufacturerIDLabel1.Name = "manufacturerIDLabel1";
  102. manufacturerIDLabel1.Size = new System.Drawing.Size(153, 23);
  103. manufacturerIDLabel1.TabIndex = 1;
  104. manufacturerIDLabel1.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.button9);
  110. this.panel1.Controls.Add(this.label1);
  111. this.panel1.Controls.Add(this.pictureBox1);
  112. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  113. this.panel1.Location = new System.Drawing.Point(0, 0);
  114. this.panel1.Name = "panel1";
  115. this.panel1.Size = new System.Drawing.Size(1029, 108);
  116. this.panel1.TabIndex = 2;
  117. //
  118. // button9
  119. //
  120. this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  121. this.button9.Location = new System.Drawing.Point(858, 37);
  122. this.button9.Name = "button9";
  123. this.button9.Size = new System.Drawing.Size(159, 34);
  124. this.button9.TabIndex = 2;
  125. this.button9.Text = "Список товаров";
  126. this.button9.UseVisualStyleBackColor = true;
  127. this.button9.Click += new System.EventHandler(this.button9_Click);
  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(392, 37);
  134. this.label1.Name = "label1";
  135. this.label1.Size = new System.Drawing.Size(245, 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(141, 102);
  145. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  146. this.pictureBox1.TabIndex = 0;
  147. this.pictureBox1.TabStop = false;
  148. //
  149. // dataGridView1
  150. //
  151. this.dataGridView1.AllowUserToOrderColumns = true;
  152. this.dataGridView1.AutoGenerateColumns = false;
  153. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  154. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  155. this.nameDataGridViewTextBoxColumn,
  156. this.startDateDataGridViewTextBoxColumn});
  157. this.dataGridView1.DataSource = this.manufacturerBindingSource;
  158. this.dataGridView1.Location = new System.Drawing.Point(0, 111);
  159. this.dataGridView1.Name = "dataGridView1";
  160. this.dataGridView1.Size = new System.Drawing.Size(1029, 215);
  161. this.dataGridView1.TabIndex = 3;
  162. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  163. //
  164. // nameDataGridViewTextBoxColumn
  165. //
  166. this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
  167. this.nameDataGridViewTextBoxColumn.HeaderText = "Наименование";
  168. this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
  169. //
  170. // startDateDataGridViewTextBoxColumn
  171. //
  172. this.startDateDataGridViewTextBoxColumn.DataPropertyName = "StartDate";
  173. this.startDateDataGridViewTextBoxColumn.HeaderText = "Дата начала работы";
  174. this.startDateDataGridViewTextBoxColumn.Name = "startDateDataGridViewTextBoxColumn";
  175. //
  176. // manufacturerBindingSource
  177. //
  178. this.manufacturerBindingSource.DataMember = "Manufacturer";
  179. this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet;
  180. //
  181. // _1Brovi11DataSet
  182. //
  183. this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
  184. this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  185. //
  186. // manufacturerTableAdapter
  187. //
  188. this.manufacturerTableAdapter.ClearBeforeFill = true;
  189. //
  190. // panel2
  191. //
  192. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  193. this.panel2.Controls.Add(costLabel);
  194. this.panel2.Controls.Add(this.costTextBox);
  195. this.panel2.Controls.Add(titleLabel);
  196. this.panel2.Controls.Add(this.titleTextBox);
  197. this.panel2.Controls.Add(this.label2);
  198. this.panel2.Location = new System.Drawing.Point(0, 332);
  199. this.panel2.Name = "panel2";
  200. this.panel2.Size = new System.Drawing.Size(432, 152);
  201. this.panel2.TabIndex = 4;
  202. //
  203. // costTextBox
  204. //
  205. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  206. this.costTextBox.Location = new System.Drawing.Point(214, 93);
  207. this.costTextBox.Name = "costTextBox";
  208. this.costTextBox.Size = new System.Drawing.Size(193, 30);
  209. this.costTextBox.TabIndex = 4;
  210. //
  211. // titleTextBox
  212. //
  213. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  214. this.titleTextBox.Location = new System.Drawing.Point(214, 45);
  215. this.titleTextBox.Name = "titleTextBox";
  216. this.titleTextBox.Size = new System.Drawing.Size(193, 30);
  217. this.titleTextBox.TabIndex = 2;
  218. //
  219. // label2
  220. //
  221. this.label2.AutoSize = true;
  222. this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  223. this.label2.Location = new System.Drawing.Point(3, 9);
  224. this.label2.Name = "label2";
  225. this.label2.Size = new System.Drawing.Size(78, 23);
  226. this.label2.TabIndex = 0;
  227. this.label2.Text = "Запись:";
  228. //
  229. // panel3
  230. //
  231. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  232. this.panel3.Controls.Add(this.button2);
  233. this.panel3.Controls.Add(this.button1);
  234. this.panel3.Location = new System.Drawing.Point(0, 490);
  235. this.panel3.Name = "panel3";
  236. this.panel3.Size = new System.Drawing.Size(211, 136);
  237. this.panel3.TabIndex = 5;
  238. //
  239. // button2
  240. //
  241. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  242. this.button2.Location = new System.Drawing.Point(26, 71);
  243. this.button2.Name = "button2";
  244. this.button2.Size = new System.Drawing.Size(162, 45);
  245. this.button2.TabIndex = 1;
  246. this.button2.Text = "По убыванию";
  247. this.button2.UseVisualStyleBackColor = true;
  248. this.button2.Click += new System.EventHandler(this.button2_Click);
  249. //
  250. // button1
  251. //
  252. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  253. this.button1.Location = new System.Drawing.Point(26, 20);
  254. this.button1.Name = "button1";
  255. this.button1.Size = new System.Drawing.Size(162, 45);
  256. this.button1.TabIndex = 0;
  257. this.button1.Text = "По возрастанию";
  258. this.button1.UseVisualStyleBackColor = true;
  259. this.button1.Click += new System.EventHandler(this.button1_Click);
  260. //
  261. // panel4
  262. //
  263. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  264. this.panel4.Controls.Add(manufacturerIDLabel1);
  265. this.panel4.Controls.Add(this.manufacturerIDComboBox);
  266. this.panel4.Controls.Add(this.button3);
  267. this.panel4.Location = new System.Drawing.Point(438, 332);
  268. this.panel4.Name = "panel4";
  269. this.panel4.Size = new System.Drawing.Size(329, 152);
  270. this.panel4.TabIndex = 6;
  271. //
  272. // manufacturerIDComboBox
  273. //
  274. this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.manufacturerBindingSource, "Name", true));
  275. this.manufacturerIDComboBox.DataSource = this.manufacturerBindingSource;
  276. this.manufacturerIDComboBox.DisplayMember = "Name";
  277. this.manufacturerIDComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  278. this.manufacturerIDComboBox.FormattingEnabled = true;
  279. this.manufacturerIDComboBox.Location = new System.Drawing.Point(162, 12);
  280. this.manufacturerIDComboBox.Name = "manufacturerIDComboBox";
  281. this.manufacturerIDComboBox.Size = new System.Drawing.Size(158, 31);
  282. this.manufacturerIDComboBox.TabIndex = 2;
  283. this.manufacturerIDComboBox.ValueMember = "Name";
  284. //
  285. // button3
  286. //
  287. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  288. this.button3.Location = new System.Drawing.Point(89, 61);
  289. this.button3.Name = "button3";
  290. this.button3.Size = new System.Drawing.Size(162, 45);
  291. this.button3.TabIndex = 1;
  292. this.button3.Text = "Фильтровать";
  293. this.button3.UseVisualStyleBackColor = true;
  294. this.button3.Click += new System.EventHandler(this.button3_Click);
  295. //
  296. // panel5
  297. //
  298. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  299. this.panel5.Controls.Add(this.button5);
  300. this.panel5.Location = new System.Drawing.Point(221, 490);
  301. this.panel5.Name = "panel5";
  302. this.panel5.Size = new System.Drawing.Size(211, 136);
  303. this.panel5.TabIndex = 7;
  304. //
  305. // button5
  306. //
  307. this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  308. this.button5.Location = new System.Drawing.Point(24, 43);
  309. this.button5.Name = "button5";
  310. this.button5.Size = new System.Drawing.Size(162, 45);
  311. this.button5.TabIndex = 0;
  312. this.button5.Text = "Отобразить все";
  313. this.button5.UseVisualStyleBackColor = true;
  314. this.button5.Click += new System.EventHandler(this.button5_Click);
  315. //
  316. // panel7
  317. //
  318. this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  319. this.panel7.Controls.Add(this.button4);
  320. this.panel7.Controls.Add(this.button6);
  321. this.panel7.Controls.Add(this.button10);
  322. this.panel7.Controls.Add(this.button11);
  323. this.panel7.Location = new System.Drawing.Point(773, 332);
  324. this.panel7.Name = "panel7";
  325. this.panel7.Size = new System.Drawing.Size(256, 294);
  326. this.panel7.TabIndex = 9;
  327. this.panel7.Paint += new System.Windows.Forms.PaintEventHandler(this.panel7_Paint);
  328. //
  329. // button4
  330. //
  331. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  332. this.button4.Location = new System.Drawing.Point(11, 162);
  333. this.button4.Name = "button4";
  334. this.button4.Size = new System.Drawing.Size(238, 45);
  335. this.button4.TabIndex = 5;
  336. this.button4.Text = "Редактировать запись";
  337. this.button4.UseVisualStyleBackColor = true;
  338. this.button4.Click += new System.EventHandler(this.button4_Click);
  339. //
  340. // button6
  341. //
  342. this.button6.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  343. this.button6.Location = new System.Drawing.Point(11, 9);
  344. this.button6.Name = "button6";
  345. this.button6.Size = new System.Drawing.Size(238, 45);
  346. this.button6.TabIndex = 4;
  347. this.button6.Text = "Добавить новую запись";
  348. this.button6.UseVisualStyleBackColor = true;
  349. this.button6.Click += new System.EventHandler(this.button6_Click);
  350. //
  351. // button10
  352. //
  353. this.button10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  354. this.button10.Location = new System.Drawing.Point(43, 111);
  355. this.button10.Name = "button10";
  356. this.button10.Size = new System.Drawing.Size(179, 45);
  357. this.button10.TabIndex = 3;
  358. this.button10.Text = "Сохранить запись";
  359. this.button10.UseVisualStyleBackColor = true;
  360. this.button10.Click += new System.EventHandler(this.button10_Click);
  361. //
  362. // button11
  363. //
  364. this.button11.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  365. this.button11.Location = new System.Drawing.Point(52, 60);
  366. this.button11.Name = "button11";
  367. this.button11.Size = new System.Drawing.Size(162, 45);
  368. this.button11.TabIndex = 1;
  369. this.button11.Text = "Удалить запись";
  370. this.button11.UseVisualStyleBackColor = true;
  371. this.button11.Click += new System.EventHandler(this.button11_Click);
  372. //
  373. // Manufacturer
  374. //
  375. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  377. this.ClientSize = new System.Drawing.Size(1029, 624);
  378. this.Controls.Add(this.panel7);
  379. this.Controls.Add(this.panel5);
  380. this.Controls.Add(this.panel4);
  381. this.Controls.Add(this.panel3);
  382. this.Controls.Add(this.panel2);
  383. this.Controls.Add(this.dataGridView1);
  384. this.Controls.Add(this.panel1);
  385. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  386. this.Name = "Manufacturer";
  387. this.Text = "Manufacturer";
  388. this.Load += new System.EventHandler(this.Manufacturer_Load);
  389. this.panel1.ResumeLayout(false);
  390. this.panel1.PerformLayout();
  391. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
  395. this.panel2.ResumeLayout(false);
  396. this.panel2.PerformLayout();
  397. this.panel3.ResumeLayout(false);
  398. this.panel4.ResumeLayout(false);
  399. this.panel4.PerformLayout();
  400. this.panel5.ResumeLayout(false);
  401. this.panel7.ResumeLayout(false);
  402. this.ResumeLayout(false);
  403. }
  404. #endregion
  405. private System.Windows.Forms.Panel panel1;
  406. private System.Windows.Forms.Button button9;
  407. private System.Windows.Forms.Label label1;
  408. private System.Windows.Forms.PictureBox pictureBox1;
  409. private System.Windows.Forms.DataGridView dataGridView1;
  410. private _1Brovi11DataSet _1Brovi11DataSet;
  411. private System.Windows.Forms.BindingSource manufacturerBindingSource;
  412. private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn startDateDataGridViewTextBoxColumn;
  415. private System.Windows.Forms.Panel panel2;
  416. private System.Windows.Forms.TextBox costTextBox;
  417. private System.Windows.Forms.TextBox titleTextBox;
  418. private System.Windows.Forms.Label label2;
  419. private System.Windows.Forms.Panel panel3;
  420. private System.Windows.Forms.Button button2;
  421. private System.Windows.Forms.Button button1;
  422. private System.Windows.Forms.Panel panel4;
  423. private System.Windows.Forms.ComboBox manufacturerIDComboBox;
  424. private System.Windows.Forms.Button button3;
  425. private System.Windows.Forms.Panel panel5;
  426. private System.Windows.Forms.Button button5;
  427. private System.Windows.Forms.Panel panel7;
  428. private System.Windows.Forms.Button button6;
  429. private System.Windows.Forms.Button button10;
  430. private System.Windows.Forms.Button button11;
  431. private System.Windows.Forms.Button button4;
  432. }
  433. }