Form3.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. 
  2. namespace WindowsFormsApp3
  3. {
  4. partial class Form3
  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. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this._12gkDataSet = new WindowsFormsApp3._12gkDataSet();
  32. this.prodyktBindingSource = new System.Windows.Forms.BindingSource(this.components);
  33. this.prodyktTableAdapter = new WindowsFormsApp3._12gkDataSetTableAdapters.ProdyktTableAdapter();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.textBox1 = new System.Windows.Forms.TextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.label10 = new System.Windows.Forms.Label();
  46. this.label11 = new System.Windows.Forms.Label();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.label13 = new System.Windows.Forms.Label();
  49. this.groupBox1 = new System.Windows.Forms.GroupBox();
  50. this.articleNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.categoryDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.photoDataGridViewImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
  55. this.manufacturerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.praisDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.единицаизмеренияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.размермаксскидкиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.поставщикDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.действующаяСкидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.количествонаскладеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ctatysDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.textBox2 = new System.Windows.Forms.TextBox();
  64. this.textBox3 = new System.Windows.Forms.TextBox();
  65. this.textBox4 = new System.Windows.Forms.TextBox();
  66. this.textBox5 = new System.Windows.Forms.TextBox();
  67. this.textBox6 = new System.Windows.Forms.TextBox();
  68. this.textBox7 = new System.Windows.Forms.TextBox();
  69. this.textBox8 = new System.Windows.Forms.TextBox();
  70. this.textBox9 = new System.Windows.Forms.TextBox();
  71. this.textBox10 = new System.Windows.Forms.TextBox();
  72. this.textBox11 = new System.Windows.Forms.TextBox();
  73. this.textBox12 = new System.Windows.Forms.TextBox();
  74. this.textBox13 = new System.Windows.Forms.TextBox();
  75. this.button2 = new System.Windows.Forms.Button();
  76. this.button3 = new System.Windows.Forms.Button();
  77. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this._12gkDataSet)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.prodyktBindingSource)).BeginInit();
  80. this.groupBox1.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // dataGridView1
  84. //
  85. this.dataGridView1.AutoGenerateColumns = false;
  86. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  87. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  88. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  89. this.articleNumberDataGridViewTextBoxColumn,
  90. this.nameDataGridViewTextBoxColumn,
  91. this.descriptionDataGridViewTextBoxColumn,
  92. this.categoryDataGridViewTextBoxColumn,
  93. this.photoDataGridViewImageColumn,
  94. this.manufacturerDataGridViewTextBoxColumn,
  95. this.praisDataGridViewTextBoxColumn,
  96. this.единицаизмеренияDataGridViewTextBoxColumn,
  97. this.размермаксскидкиDataGridViewTextBoxColumn,
  98. this.поставщикDataGridViewTextBoxColumn,
  99. this.действующаяСкидкаDataGridViewTextBoxColumn,
  100. this.количествонаскладеDataGridViewTextBoxColumn,
  101. this.ctatysDataGridViewTextBoxColumn});
  102. this.dataGridView1.DataSource = this.prodyktBindingSource;
  103. this.dataGridView1.Location = new System.Drawing.Point(12, 269);
  104. this.dataGridView1.Name = "dataGridView1";
  105. this.dataGridView1.Size = new System.Drawing.Size(980, 150);
  106. this.dataGridView1.TabIndex = 0;
  107. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  108. //
  109. // _12gkDataSet
  110. //
  111. this._12gkDataSet.DataSetName = "_12gkDataSet";
  112. this._12gkDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  113. //
  114. // prodyktBindingSource
  115. //
  116. this.prodyktBindingSource.DataMember = "Prodykt";
  117. this.prodyktBindingSource.DataSource = this._12gkDataSet;
  118. //
  119. // prodyktTableAdapter
  120. //
  121. this.prodyktTableAdapter.ClearBeforeFill = true;
  122. //
  123. // button1
  124. //
  125. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  126. this.button1.Location = new System.Drawing.Point(998, 269);
  127. this.button1.Name = "button1";
  128. this.button1.Size = new System.Drawing.Size(116, 23);
  129. this.button1.TabIndex = 1;
  130. this.button1.Text = "Удаления данных";
  131. this.button1.UseVisualStyleBackColor = false;
  132. this.button1.Click += new System.EventHandler(this.button1_Click);
  133. //
  134. // textBox1
  135. //
  136. this.textBox1.Location = new System.Drawing.Point(96, 20);
  137. this.textBox1.Name = "textBox1";
  138. this.textBox1.Size = new System.Drawing.Size(100, 20);
  139. this.textBox1.TabIndex = 2;
  140. //
  141. // label1
  142. //
  143. this.label1.AutoSize = true;
  144. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  145. this.label1.Location = new System.Drawing.Point(63, 22);
  146. this.label1.Name = "label1";
  147. this.label1.Size = new System.Drawing.Size(17, 15);
  148. this.label1.TabIndex = 3;
  149. this.label1.Text = "id";
  150. //
  151. // label2
  152. //
  153. this.label2.AutoSize = true;
  154. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  155. this.label2.Location = new System.Drawing.Point(23, 46);
  156. this.label2.Name = "label2";
  157. this.label2.Size = new System.Drawing.Size(57, 15);
  158. this.label2.TabIndex = 4;
  159. this.label2.Text = "Название";
  160. //
  161. // label3
  162. //
  163. this.label3.AutoSize = true;
  164. this.label3.Location = new System.Drawing.Point(22, 78);
  165. this.label3.Name = "label3";
  166. this.label3.Size = new System.Drawing.Size(37, 13);
  167. this.label3.TabIndex = 5;
  168. this.label3.Text = "Deskri";
  169. //
  170. // label4
  171. //
  172. this.label4.AutoSize = true;
  173. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  174. this.label4.Location = new System.Drawing.Point(22, 111);
  175. this.label4.Name = "label4";
  176. this.label4.Size = new System.Drawing.Size(65, 15);
  177. this.label4.TabIndex = 6;
  178. this.label4.Text = "Категория ";
  179. //
  180. // label5
  181. //
  182. this.label5.AutoSize = true;
  183. this.label5.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  184. this.label5.Location = new System.Drawing.Point(19, 150);
  185. this.label5.Name = "label5";
  186. this.label5.Size = new System.Drawing.Size(33, 15);
  187. this.label5.TabIndex = 7;
  188. this.label5.Text = "Фото";
  189. //
  190. // label6
  191. //
  192. this.label6.AutoSize = true;
  193. this.label6.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  194. this.label6.Location = new System.Drawing.Point(19, 185);
  195. this.label6.Name = "label6";
  196. this.label6.Size = new System.Drawing.Size(78, 15);
  197. this.label6.TabIndex = 8;
  198. this.label6.Text = "Мануфактура";
  199. //
  200. // label7
  201. //
  202. this.label7.AutoSize = true;
  203. this.label7.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  204. this.label7.Location = new System.Drawing.Point(19, 226);
  205. this.label7.Name = "label7";
  206. this.label7.Size = new System.Drawing.Size(34, 15);
  207. this.label7.TabIndex = 9;
  208. this.label7.Text = "Цена";
  209. //
  210. // label8
  211. //
  212. this.label8.AutoSize = true;
  213. this.label8.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  214. this.label8.Location = new System.Drawing.Point(239, 16);
  215. this.label8.Name = "label8";
  216. this.label8.Size = new System.Drawing.Size(81, 15);
  217. this.label8.TabIndex = 10;
  218. this.label8.Text = "Ед.измерения";
  219. //
  220. // label9
  221. //
  222. this.label9.AutoSize = true;
  223. this.label9.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  224. this.label9.Location = new System.Drawing.Point(239, 53);
  225. this.label9.Name = "label9";
  226. this.label9.Size = new System.Drawing.Size(44, 15);
  227. this.label9.TabIndex = 11;
  228. this.label9.Text = "размер";
  229. //
  230. // label10
  231. //
  232. this.label10.AutoSize = true;
  233. this.label10.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  234. this.label10.Location = new System.Drawing.Point(239, 89);
  235. this.label10.Name = "label10";
  236. this.label10.Size = new System.Drawing.Size(72, 15);
  237. this.label10.TabIndex = 12;
  238. this.label10.Text = "поставщики";
  239. //
  240. // label11
  241. //
  242. this.label11.AutoSize = true;
  243. this.label11.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  244. this.label11.Location = new System.Drawing.Point(239, 123);
  245. this.label11.Name = "label11";
  246. this.label11.Size = new System.Drawing.Size(43, 15);
  247. this.label11.TabIndex = 13;
  248. this.label11.Text = "скидка";
  249. //
  250. // label12
  251. //
  252. this.label12.AutoSize = true;
  253. this.label12.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  254. this.label12.Location = new System.Drawing.Point(239, 161);
  255. this.label12.Name = "label12";
  256. this.label12.Size = new System.Drawing.Size(69, 15);
  257. this.label12.TabIndex = 14;
  258. this.label12.Text = "количество";
  259. //
  260. // label13
  261. //
  262. this.label13.AutoSize = true;
  263. this.label13.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  264. this.label13.Location = new System.Drawing.Point(239, 187);
  265. this.label13.Name = "label13";
  266. this.label13.Size = new System.Drawing.Size(41, 15);
  267. this.label13.TabIndex = 15;
  268. this.label13.Text = "статус";
  269. //
  270. // groupBox1
  271. //
  272. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  273. this.groupBox1.Controls.Add(this.button2);
  274. this.groupBox1.Controls.Add(this.textBox13);
  275. this.groupBox1.Controls.Add(this.textBox12);
  276. this.groupBox1.Controls.Add(this.textBox11);
  277. this.groupBox1.Controls.Add(this.textBox10);
  278. this.groupBox1.Controls.Add(this.textBox9);
  279. this.groupBox1.Controls.Add(this.textBox8);
  280. this.groupBox1.Controls.Add(this.textBox7);
  281. this.groupBox1.Controls.Add(this.textBox6);
  282. this.groupBox1.Controls.Add(this.textBox5);
  283. this.groupBox1.Controls.Add(this.textBox4);
  284. this.groupBox1.Controls.Add(this.textBox3);
  285. this.groupBox1.Controls.Add(this.textBox2);
  286. this.groupBox1.Controls.Add(this.label1);
  287. this.groupBox1.Controls.Add(this.textBox1);
  288. this.groupBox1.Controls.Add(this.label13);
  289. this.groupBox1.Controls.Add(this.label2);
  290. this.groupBox1.Controls.Add(this.label12);
  291. this.groupBox1.Controls.Add(this.label3);
  292. this.groupBox1.Controls.Add(this.label11);
  293. this.groupBox1.Controls.Add(this.label4);
  294. this.groupBox1.Controls.Add(this.label10);
  295. this.groupBox1.Controls.Add(this.label5);
  296. this.groupBox1.Controls.Add(this.label9);
  297. this.groupBox1.Controls.Add(this.label6);
  298. this.groupBox1.Controls.Add(this.label8);
  299. this.groupBox1.Controls.Add(this.label7);
  300. this.groupBox1.Location = new System.Drawing.Point(12, 1);
  301. this.groupBox1.Name = "groupBox1";
  302. this.groupBox1.Size = new System.Drawing.Size(461, 262);
  303. this.groupBox1.TabIndex = 17;
  304. this.groupBox1.TabStop = false;
  305. this.groupBox1.Text = "Добавления товара";
  306. //
  307. // articleNumberDataGridViewTextBoxColumn
  308. //
  309. this.articleNumberDataGridViewTextBoxColumn.DataPropertyName = "ArticleNumber";
  310. this.articleNumberDataGridViewTextBoxColumn.HeaderText = "ArticleNumber";
  311. this.articleNumberDataGridViewTextBoxColumn.Name = "articleNumberDataGridViewTextBoxColumn";
  312. //
  313. // nameDataGridViewTextBoxColumn
  314. //
  315. this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
  316. this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
  317. this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
  318. //
  319. // descriptionDataGridViewTextBoxColumn
  320. //
  321. this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
  322. this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
  323. this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
  324. //
  325. // categoryDataGridViewTextBoxColumn
  326. //
  327. this.categoryDataGridViewTextBoxColumn.DataPropertyName = "Category";
  328. this.categoryDataGridViewTextBoxColumn.HeaderText = "Category";
  329. this.categoryDataGridViewTextBoxColumn.Name = "categoryDataGridViewTextBoxColumn";
  330. //
  331. // photoDataGridViewImageColumn
  332. //
  333. this.photoDataGridViewImageColumn.DataPropertyName = "Photo";
  334. this.photoDataGridViewImageColumn.HeaderText = "Photo";
  335. this.photoDataGridViewImageColumn.Name = "photoDataGridViewImageColumn";
  336. //
  337. // manufacturerDataGridViewTextBoxColumn
  338. //
  339. this.manufacturerDataGridViewTextBoxColumn.DataPropertyName = "Manufacturer";
  340. this.manufacturerDataGridViewTextBoxColumn.HeaderText = "Manufacturer";
  341. this.manufacturerDataGridViewTextBoxColumn.Name = "manufacturerDataGridViewTextBoxColumn";
  342. //
  343. // praisDataGridViewTextBoxColumn
  344. //
  345. this.praisDataGridViewTextBoxColumn.DataPropertyName = "Prais";
  346. this.praisDataGridViewTextBoxColumn.HeaderText = "Prais";
  347. this.praisDataGridViewTextBoxColumn.Name = "praisDataGridViewTextBoxColumn";
  348. //
  349. // единицаизмеренияDataGridViewTextBoxColumn
  350. //
  351. this.единицаизмеренияDataGridViewTextBoxColumn.DataPropertyName = "Единица_измерения";
  352. this.единицаизмеренияDataGridViewTextBoxColumn.HeaderText = "Единица_измерения";
  353. this.единицаизмеренияDataGridViewTextBoxColumn.Name = "единицаизмеренияDataGridViewTextBoxColumn";
  354. //
  355. // размермаксскидкиDataGridViewTextBoxColumn
  356. //
  357. this.размермаксскидкиDataGridViewTextBoxColumn.DataPropertyName = "Размер_макс_скидки";
  358. this.размермаксскидкиDataGridViewTextBoxColumn.HeaderText = "Размер_макс_скидки";
  359. this.размермаксскидкиDataGridViewTextBoxColumn.Name = "размермаксскидкиDataGridViewTextBoxColumn";
  360. //
  361. // поставщикDataGridViewTextBoxColumn
  362. //
  363. this.поставщикDataGridViewTextBoxColumn.DataPropertyName = "Поставщик";
  364. this.поставщикDataGridViewTextBoxColumn.HeaderText = "Поставщик";
  365. this.поставщикDataGridViewTextBoxColumn.Name = "поставщикDataGridViewTextBoxColumn";
  366. //
  367. // действующаяСкидкаDataGridViewTextBoxColumn
  368. //
  369. this.действующаяСкидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_Скидка";
  370. this.действующаяСкидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_Скидка";
  371. this.действующаяСкидкаDataGridViewTextBoxColumn.Name = "действующаяСкидкаDataGridViewTextBoxColumn";
  372. //
  373. // количествонаскладеDataGridViewTextBoxColumn
  374. //
  375. this.количествонаскладеDataGridViewTextBoxColumn.DataPropertyName = "Количество_на_складе";
  376. this.количествонаскладеDataGridViewTextBoxColumn.HeaderText = "Количество_на_складе";
  377. this.количествонаскладеDataGridViewTextBoxColumn.Name = "количествонаскладеDataGridViewTextBoxColumn";
  378. //
  379. // ctatysDataGridViewTextBoxColumn
  380. //
  381. this.ctatysDataGridViewTextBoxColumn.DataPropertyName = "Ctatys";
  382. this.ctatysDataGridViewTextBoxColumn.HeaderText = "Ctatys";
  383. this.ctatysDataGridViewTextBoxColumn.Name = "ctatysDataGridViewTextBoxColumn";
  384. //
  385. // textBox2
  386. //
  387. this.textBox2.Location = new System.Drawing.Point(96, 46);
  388. this.textBox2.Name = "textBox2";
  389. this.textBox2.Size = new System.Drawing.Size(100, 20);
  390. this.textBox2.TabIndex = 16;
  391. //
  392. // textBox3
  393. //
  394. this.textBox3.Location = new System.Drawing.Point(96, 75);
  395. this.textBox3.Name = "textBox3";
  396. this.textBox3.Size = new System.Drawing.Size(100, 20);
  397. this.textBox3.TabIndex = 17;
  398. //
  399. // textBox4
  400. //
  401. this.textBox4.Location = new System.Drawing.Point(96, 108);
  402. this.textBox4.Name = "textBox4";
  403. this.textBox4.Size = new System.Drawing.Size(100, 20);
  404. this.textBox4.TabIndex = 18;
  405. //
  406. // textBox5
  407. //
  408. this.textBox5.Location = new System.Drawing.Point(96, 147);
  409. this.textBox5.Name = "textBox5";
  410. this.textBox5.Size = new System.Drawing.Size(100, 20);
  411. this.textBox5.TabIndex = 19;
  412. //
  413. // textBox6
  414. //
  415. this.textBox6.Location = new System.Drawing.Point(100, 182);
  416. this.textBox6.Name = "textBox6";
  417. this.textBox6.Size = new System.Drawing.Size(100, 20);
  418. this.textBox6.TabIndex = 20;
  419. //
  420. // textBox7
  421. //
  422. this.textBox7.Location = new System.Drawing.Point(100, 219);
  423. this.textBox7.Name = "textBox7";
  424. this.textBox7.Size = new System.Drawing.Size(100, 20);
  425. this.textBox7.TabIndex = 21;
  426. //
  427. // textBox8
  428. //
  429. this.textBox8.Location = new System.Drawing.Point(324, 19);
  430. this.textBox8.Name = "textBox8";
  431. this.textBox8.Size = new System.Drawing.Size(100, 20);
  432. this.textBox8.TabIndex = 22;
  433. //
  434. // textBox9
  435. //
  436. this.textBox9.Location = new System.Drawing.Point(324, 50);
  437. this.textBox9.Name = "textBox9";
  438. this.textBox9.Size = new System.Drawing.Size(100, 20);
  439. this.textBox9.TabIndex = 23;
  440. //
  441. // textBox10
  442. //
  443. this.textBox10.Location = new System.Drawing.Point(324, 89);
  444. this.textBox10.Name = "textBox10";
  445. this.textBox10.Size = new System.Drawing.Size(100, 20);
  446. this.textBox10.TabIndex = 24;
  447. //
  448. // textBox11
  449. //
  450. this.textBox11.Location = new System.Drawing.Point(324, 120);
  451. this.textBox11.Name = "textBox11";
  452. this.textBox11.Size = new System.Drawing.Size(100, 20);
  453. this.textBox11.TabIndex = 25;
  454. //
  455. // textBox12
  456. //
  457. this.textBox12.Location = new System.Drawing.Point(324, 158);
  458. this.textBox12.Name = "textBox12";
  459. this.textBox12.Size = new System.Drawing.Size(100, 20);
  460. this.textBox12.TabIndex = 26;
  461. //
  462. // textBox13
  463. //
  464. this.textBox13.Location = new System.Drawing.Point(324, 187);
  465. this.textBox13.Name = "textBox13";
  466. this.textBox13.Size = new System.Drawing.Size(100, 20);
  467. this.textBox13.TabIndex = 27;
  468. //
  469. // button2
  470. //
  471. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
  472. this.button2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  473. this.button2.Location = new System.Drawing.Point(344, 226);
  474. this.button2.Name = "button2";
  475. this.button2.Size = new System.Drawing.Size(75, 23);
  476. this.button2.TabIndex = 28;
  477. this.button2.Text = "button2";
  478. this.button2.UseVisualStyleBackColor = false;
  479. this.button2.Click += new System.EventHandler(this.button2_Click);
  480. //
  481. // button3
  482. //
  483. this.button3.Location = new System.Drawing.Point(1039, 39);
  484. this.button3.Name = "button3";
  485. this.button3.Size = new System.Drawing.Size(75, 23);
  486. this.button3.TabIndex = 29;
  487. this.button3.Text = "Назад";
  488. this.button3.UseVisualStyleBackColor = true;
  489. this.button3.Click += new System.EventHandler(this.button3_Click);
  490. //
  491. // Form3
  492. //
  493. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  494. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  495. this.BackColor = System.Drawing.Color.White;
  496. this.ClientSize = new System.Drawing.Size(1151, 450);
  497. this.Controls.Add(this.button3);
  498. this.Controls.Add(this.groupBox1);
  499. this.Controls.Add(this.button1);
  500. this.Controls.Add(this.dataGridView1);
  501. this.Name = "Form3";
  502. this.Text = "Администратор ";
  503. this.Load += new System.EventHandler(this.Form3_Load);
  504. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  505. ((System.ComponentModel.ISupportInitialize)(this._12gkDataSet)).EndInit();
  506. ((System.ComponentModel.ISupportInitialize)(this.prodyktBindingSource)).EndInit();
  507. this.groupBox1.ResumeLayout(false);
  508. this.groupBox1.PerformLayout();
  509. this.ResumeLayout(false);
  510. }
  511. #endregion
  512. private System.Windows.Forms.DataGridView dataGridView1;
  513. private _12gkDataSet _12gkDataSet;
  514. private System.Windows.Forms.BindingSource prodyktBindingSource;
  515. private _12gkDataSetTableAdapters.ProdyktTableAdapter prodyktTableAdapter;
  516. private System.Windows.Forms.Button button1;
  517. private System.Windows.Forms.TextBox textBox1;
  518. private System.Windows.Forms.Label label1;
  519. private System.Windows.Forms.Label label2;
  520. private System.Windows.Forms.Label label3;
  521. private System.Windows.Forms.Label label4;
  522. private System.Windows.Forms.Label label5;
  523. private System.Windows.Forms.Label label6;
  524. private System.Windows.Forms.Label label7;
  525. private System.Windows.Forms.Label label8;
  526. private System.Windows.Forms.Label label9;
  527. private System.Windows.Forms.Label label10;
  528. private System.Windows.Forms.Label label11;
  529. private System.Windows.Forms.Label label12;
  530. private System.Windows.Forms.Label label13;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn articleNumberDataGridViewTextBoxColumn;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn categoryDataGridViewTextBoxColumn;
  535. private System.Windows.Forms.DataGridViewImageColumn photoDataGridViewImageColumn;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn manufacturerDataGridViewTextBoxColumn;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn praisDataGridViewTextBoxColumn;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn единицаизмеренияDataGridViewTextBoxColumn;
  539. private System.Windows.Forms.DataGridViewTextBoxColumn размермаксскидкиDataGridViewTextBoxColumn;
  540. private System.Windows.Forms.DataGridViewTextBoxColumn поставщикDataGridViewTextBoxColumn;
  541. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяСкидкаDataGridViewTextBoxColumn;
  542. private System.Windows.Forms.DataGridViewTextBoxColumn количествонаскладеDataGridViewTextBoxColumn;
  543. private System.Windows.Forms.DataGridViewTextBoxColumn ctatysDataGridViewTextBoxColumn;
  544. private System.Windows.Forms.GroupBox groupBox1;
  545. private System.Windows.Forms.Button button2;
  546. private System.Windows.Forms.TextBox textBox13;
  547. private System.Windows.Forms.TextBox textBox12;
  548. private System.Windows.Forms.TextBox textBox11;
  549. private System.Windows.Forms.TextBox textBox10;
  550. private System.Windows.Forms.TextBox textBox9;
  551. private System.Windows.Forms.TextBox textBox8;
  552. private System.Windows.Forms.TextBox textBox7;
  553. private System.Windows.Forms.TextBox textBox6;
  554. private System.Windows.Forms.TextBox textBox5;
  555. private System.Windows.Forms.TextBox textBox4;
  556. private System.Windows.Forms.TextBox textBox3;
  557. private System.Windows.Forms.TextBox textBox2;
  558. private System.Windows.Forms.Button button3;
  559. }
  560. }