tovarform.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. namespace YurevichIS31_Stroymaterialy
  2. {
  3. partial class tovarform
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(tovarform));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.savebutton = new System.Windows.Forms.Button();
  33. this.delbutton = new System.Windows.Forms.Button();
  34. this.addbutton = new System.Windows.Forms.Button();
  35. this.exitbutton = new System.Windows.Forms.Button();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.panel3 = new System.Windows.Forms.Panel();
  39. this.savebuttont = new System.Windows.Forms.Button();
  40. this.delbuttont = new System.Windows.Forms.Button();
  41. this.addbuttont = new System.Windows.Forms.Button();
  42. this.button4 = new System.Windows.Forms.Button();
  43. this.tovar = new System.Windows.Forms.DataGridView();
  44. this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.артикулDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.наименованиеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.единицаизмеренияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.стоимостьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.размермаксимальновозможнойскидкиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.производительDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.поставщикDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.категориятовараDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.действующаяскидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.колвонаскладеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.описаниеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.изображениеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.idзаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.товарimportСтройматериалыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  59. this.iS31YurevichDataSet = new YurevichIS31_Stroymaterialy.IS31YurevichDataSet();
  60. this.товар_import_СтройматериалыTableAdapter = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.Товар_import_СтройматериалыTableAdapter();
  61. this.tableAdapterManager1 = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
  62. this.poiskbutton = new System.Windows.Forms.Button();
  63. this.searchtextbox = new System.Windows.Forms.TextBox();
  64. this.panel1.SuspendLayout();
  65. this.panel2.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  67. this.panel3.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.tovar)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.товарimportСтройматериалыBindingSource)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // panel1
  74. //
  75. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  76. this.panel1.Controls.Add(this.poiskbutton);
  77. this.panel1.Controls.Add(this.searchtextbox);
  78. this.panel1.Controls.Add(this.panel2);
  79. this.panel1.Controls.Add(this.pictureBox1);
  80. this.panel1.Controls.Add(this.label1);
  81. this.panel1.Location = new System.Drawing.Point(-2, -1);
  82. this.panel1.Name = "panel1";
  83. this.panel1.Size = new System.Drawing.Size(818, 102);
  84. this.panel1.TabIndex = 3;
  85. //
  86. // panel2
  87. //
  88. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  89. this.panel2.Controls.Add(this.savebutton);
  90. this.panel2.Controls.Add(this.delbutton);
  91. this.panel2.Controls.Add(this.addbutton);
  92. this.panel2.Controls.Add(this.exitbutton);
  93. this.panel2.Location = new System.Drawing.Point(-2, 364);
  94. this.panel2.Name = "panel2";
  95. this.panel2.Size = new System.Drawing.Size(818, 102);
  96. this.panel2.TabIndex = 4;
  97. //
  98. // savebutton
  99. //
  100. this.savebutton.BackColor = System.Drawing.Color.White;
  101. this.savebutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  102. this.savebutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  103. this.savebutton.Location = new System.Drawing.Point(306, 20);
  104. this.savebutton.Name = "savebutton";
  105. this.savebutton.Size = new System.Drawing.Size(140, 54);
  106. this.savebutton.TabIndex = 3;
  107. this.savebutton.Text = "Сохранить";
  108. this.savebutton.UseVisualStyleBackColor = false;
  109. //
  110. // delbutton
  111. //
  112. this.delbutton.BackColor = System.Drawing.Color.White;
  113. this.delbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  114. this.delbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  115. this.delbutton.Location = new System.Drawing.Point(160, 20);
  116. this.delbutton.Name = "delbutton";
  117. this.delbutton.Size = new System.Drawing.Size(140, 54);
  118. this.delbutton.TabIndex = 2;
  119. this.delbutton.Text = "Удалить";
  120. this.delbutton.UseVisualStyleBackColor = false;
  121. //
  122. // addbutton
  123. //
  124. this.addbutton.BackColor = System.Drawing.Color.White;
  125. this.addbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  126. this.addbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  127. this.addbutton.Location = new System.Drawing.Point(14, 20);
  128. this.addbutton.Name = "addbutton";
  129. this.addbutton.Size = new System.Drawing.Size(140, 54);
  130. this.addbutton.TabIndex = 1;
  131. this.addbutton.Text = "Добавление данных";
  132. this.addbutton.UseVisualStyleBackColor = false;
  133. //
  134. // exitbutton
  135. //
  136. this.exitbutton.BackColor = System.Drawing.Color.White;
  137. this.exitbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  138. this.exitbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  139. this.exitbutton.Location = new System.Drawing.Point(650, 20);
  140. this.exitbutton.Name = "exitbutton";
  141. this.exitbutton.Size = new System.Drawing.Size(140, 54);
  142. this.exitbutton.TabIndex = 0;
  143. this.exitbutton.Text = "Выход";
  144. this.exitbutton.UseVisualStyleBackColor = false;
  145. //
  146. // pictureBox1
  147. //
  148. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  149. this.pictureBox1.Location = new System.Drawing.Point(-12, 15);
  150. this.pictureBox1.Name = "pictureBox1";
  151. this.pictureBox1.Size = new System.Drawing.Size(123, 87);
  152. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  153. this.pictureBox1.TabIndex = 1;
  154. this.pictureBox1.TabStop = false;
  155. //
  156. // label1
  157. //
  158. this.label1.AutoSize = true;
  159. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  160. this.label1.ForeColor = System.Drawing.Color.White;
  161. this.label1.Location = new System.Drawing.Point(177, 15);
  162. this.label1.Name = "label1";
  163. this.label1.Size = new System.Drawing.Size(203, 67);
  164. this.label1.TabIndex = 0;
  165. this.label1.Text = "Товары";
  166. //
  167. // panel3
  168. //
  169. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  170. this.panel3.Controls.Add(this.savebuttont);
  171. this.panel3.Controls.Add(this.delbuttont);
  172. this.panel3.Controls.Add(this.addbuttont);
  173. this.panel3.Controls.Add(this.button4);
  174. this.panel3.Location = new System.Drawing.Point(-2, 364);
  175. this.panel3.Name = "panel3";
  176. this.panel3.Size = new System.Drawing.Size(818, 102);
  177. this.panel3.TabIndex = 4;
  178. this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
  179. //
  180. // savebuttont
  181. //
  182. this.savebuttont.BackColor = System.Drawing.Color.White;
  183. this.savebuttont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  184. this.savebuttont.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  185. this.savebuttont.Location = new System.Drawing.Point(306, 20);
  186. this.savebuttont.Name = "savebuttont";
  187. this.savebuttont.Size = new System.Drawing.Size(140, 54);
  188. this.savebuttont.TabIndex = 3;
  189. this.savebuttont.Text = "Сохранить";
  190. this.savebuttont.UseVisualStyleBackColor = false;
  191. this.savebuttont.Click += new System.EventHandler(this.savebuttont_Click);
  192. //
  193. // delbuttont
  194. //
  195. this.delbuttont.BackColor = System.Drawing.Color.White;
  196. this.delbuttont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  197. this.delbuttont.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  198. this.delbuttont.Location = new System.Drawing.Point(160, 20);
  199. this.delbuttont.Name = "delbuttont";
  200. this.delbuttont.Size = new System.Drawing.Size(140, 54);
  201. this.delbuttont.TabIndex = 2;
  202. this.delbuttont.Text = "Удалить";
  203. this.delbuttont.UseVisualStyleBackColor = false;
  204. this.delbuttont.Click += new System.EventHandler(this.delbuttont_Click);
  205. //
  206. // addbuttont
  207. //
  208. this.addbuttont.BackColor = System.Drawing.Color.White;
  209. this.addbuttont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  210. this.addbuttont.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  211. this.addbuttont.Location = new System.Drawing.Point(14, 20);
  212. this.addbuttont.Name = "addbuttont";
  213. this.addbuttont.Size = new System.Drawing.Size(140, 54);
  214. this.addbuttont.TabIndex = 1;
  215. this.addbuttont.Text = "Добавление данных";
  216. this.addbuttont.UseVisualStyleBackColor = false;
  217. this.addbuttont.Click += new System.EventHandler(this.addbuttont_Click);
  218. //
  219. // button4
  220. //
  221. this.button4.BackColor = System.Drawing.Color.White;
  222. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  223. this.button4.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  224. this.button4.Location = new System.Drawing.Point(650, 20);
  225. this.button4.Name = "button4";
  226. this.button4.Size = new System.Drawing.Size(140, 54);
  227. this.button4.TabIndex = 0;
  228. this.button4.Text = "Выход";
  229. this.button4.UseVisualStyleBackColor = false;
  230. this.button4.Click += new System.EventHandler(this.button4_Click);
  231. //
  232. // tovar
  233. //
  234. this.tovar.AutoGenerateColumns = false;
  235. this.tovar.BackgroundColor = System.Drawing.Color.White;
  236. this.tovar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  237. this.tovar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  238. this.idDataGridViewTextBoxColumn,
  239. this.артикулDataGridViewTextBoxColumn,
  240. this.наименованиеDataGridViewTextBoxColumn,
  241. this.единицаизмеренияDataGridViewTextBoxColumn,
  242. this.стоимостьDataGridViewTextBoxColumn,
  243. this.размермаксимальновозможнойскидкиDataGridViewTextBoxColumn,
  244. this.производительDataGridViewTextBoxColumn,
  245. this.поставщикDataGridViewTextBoxColumn,
  246. this.категориятовараDataGridViewTextBoxColumn,
  247. this.действующаяскидкаDataGridViewTextBoxColumn,
  248. this.колвонаскладеDataGridViewTextBoxColumn,
  249. this.описаниеDataGridViewTextBoxColumn,
  250. this.изображениеDataGridViewTextBoxColumn,
  251. this.idзаказаDataGridViewTextBoxColumn});
  252. this.tovar.DataSource = this.товарimportСтройматериалыBindingSource;
  253. this.tovar.Location = new System.Drawing.Point(-2, 107);
  254. this.tovar.Name = "tovar";
  255. this.tovar.Size = new System.Drawing.Size(802, 251);
  256. this.tovar.TabIndex = 5;
  257. //
  258. // idDataGridViewTextBoxColumn
  259. //
  260. this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
  261. this.idDataGridViewTextBoxColumn.HeaderText = "id";
  262. this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
  263. this.idDataGridViewTextBoxColumn.ReadOnly = true;
  264. //
  265. // артикулDataGridViewTextBoxColumn
  266. //
  267. this.артикулDataGridViewTextBoxColumn.DataPropertyName = "Артикул";
  268. this.артикулDataGridViewTextBoxColumn.HeaderText = "Артикул";
  269. this.артикулDataGridViewTextBoxColumn.Name = "артикулDataGridViewTextBoxColumn";
  270. //
  271. // наименованиеDataGridViewTextBoxColumn
  272. //
  273. this.наименованиеDataGridViewTextBoxColumn.DataPropertyName = "Наименование";
  274. this.наименованиеDataGridViewTextBoxColumn.HeaderText = "Наименование";
  275. this.наименованиеDataGridViewTextBoxColumn.Name = "наименованиеDataGridViewTextBoxColumn";
  276. //
  277. // единицаизмеренияDataGridViewTextBoxColumn
  278. //
  279. this.единицаизмеренияDataGridViewTextBoxColumn.DataPropertyName = "Единица_измерения";
  280. this.единицаизмеренияDataGridViewTextBoxColumn.HeaderText = "Единица_измерения";
  281. this.единицаизмеренияDataGridViewTextBoxColumn.Name = "единицаизмеренияDataGridViewTextBoxColumn";
  282. //
  283. // стоимостьDataGridViewTextBoxColumn
  284. //
  285. this.стоимостьDataGridViewTextBoxColumn.DataPropertyName = "Стоимость";
  286. this.стоимостьDataGridViewTextBoxColumn.HeaderText = "Стоимость";
  287. this.стоимостьDataGridViewTextBoxColumn.Name = "стоимостьDataGridViewTextBoxColumn";
  288. //
  289. // размермаксимальновозможнойскидкиDataGridViewTextBoxColumn
  290. //
  291. this.размермаксимальновозможнойскидкиDataGridViewTextBoxColumn.DataPropertyName = "Размер_максимально_возможной_скидки";
  292. this.размермаксимальновозможнойскидкиDataGridViewTextBoxColumn.HeaderText = "Размер_максимально_возможной_скидки";
  293. this.размермаксимальновозможнойскидкиDataGridViewTextBoxColumn.Name = "размермаксимальновозможнойскидкиDataGridViewTextBoxColumn";
  294. //
  295. // производительDataGridViewTextBoxColumn
  296. //
  297. this.производительDataGridViewTextBoxColumn.DataPropertyName = "Производитель";
  298. this.производительDataGridViewTextBoxColumn.HeaderText = "Производитель";
  299. this.производительDataGridViewTextBoxColumn.Name = "производительDataGridViewTextBoxColumn";
  300. //
  301. // поставщикDataGridViewTextBoxColumn
  302. //
  303. this.поставщикDataGridViewTextBoxColumn.DataPropertyName = "Поставщик";
  304. this.поставщикDataGridViewTextBoxColumn.HeaderText = "Поставщик";
  305. this.поставщикDataGridViewTextBoxColumn.Name = "поставщикDataGridViewTextBoxColumn";
  306. //
  307. // категориятовараDataGridViewTextBoxColumn
  308. //
  309. this.категориятовараDataGridViewTextBoxColumn.DataPropertyName = "Категория_товара";
  310. this.категориятовараDataGridViewTextBoxColumn.HeaderText = "Категория_товара";
  311. this.категориятовараDataGridViewTextBoxColumn.Name = "категориятовараDataGridViewTextBoxColumn";
  312. //
  313. // действующаяскидкаDataGridViewTextBoxColumn
  314. //
  315. this.действующаяскидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_скидка";
  316. this.действующаяскидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_скидка";
  317. this.действующаяскидкаDataGridViewTextBoxColumn.Name = "действующаяскидкаDataGridViewTextBoxColumn";
  318. //
  319. // колвонаскладеDataGridViewTextBoxColumn
  320. //
  321. this.колвонаскладеDataGridViewTextBoxColumn.DataPropertyName = "Кол_во_на_складе";
  322. this.колвонаскладеDataGridViewTextBoxColumn.HeaderText = "Кол_во_на_складе";
  323. this.колвонаскладеDataGridViewTextBoxColumn.Name = "колвонаскладеDataGridViewTextBoxColumn";
  324. //
  325. // описаниеDataGridViewTextBoxColumn
  326. //
  327. this.описаниеDataGridViewTextBoxColumn.DataPropertyName = "Описание";
  328. this.описаниеDataGridViewTextBoxColumn.HeaderText = "Описание";
  329. this.описаниеDataGridViewTextBoxColumn.Name = "описаниеDataGridViewTextBoxColumn";
  330. //
  331. // изображениеDataGridViewTextBoxColumn
  332. //
  333. this.изображениеDataGridViewTextBoxColumn.DataPropertyName = "Изображение";
  334. this.изображениеDataGridViewTextBoxColumn.HeaderText = "Изображение";
  335. this.изображениеDataGridViewTextBoxColumn.Name = "изображениеDataGridViewTextBoxColumn";
  336. //
  337. // idзаказаDataGridViewTextBoxColumn
  338. //
  339. this.idзаказаDataGridViewTextBoxColumn.DataPropertyName = "id_заказа";
  340. this.idзаказаDataGridViewTextBoxColumn.HeaderText = "id_заказа";
  341. this.idзаказаDataGridViewTextBoxColumn.Name = "idзаказаDataGridViewTextBoxColumn";
  342. //
  343. // товарimportСтройматериалыBindingSource
  344. //
  345. this.товарimportСтройматериалыBindingSource.DataMember = "Товар_import_Стройматериалы";
  346. this.товарimportСтройматериалыBindingSource.DataSource = this.iS31YurevichDataSet;
  347. //
  348. // iS31YurevichDataSet
  349. //
  350. this.iS31YurevichDataSet.DataSetName = "IS31YurevichDataSet";
  351. this.iS31YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  352. //
  353. // товар_import_СтройматериалыTableAdapter
  354. //
  355. this.товар_import_СтройматериалыTableAdapter.ClearBeforeFill = true;
  356. //
  357. // tableAdapterManager1
  358. //
  359. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  360. this.tableAdapterManager1.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  361. this.tableAdapterManager1.user_importTableAdapter = null;
  362. this.tableAdapterManager1.Заказ_importTableAdapter = null;
  363. this.tableAdapterManager1.Пункты_выдачи_importTableAdapter = null;
  364. this.tableAdapterManager1.Товар_import_СтройматериалыTableAdapter = this.товар_import_СтройматериалыTableAdapter;
  365. //
  366. // poiskbutton
  367. //
  368. this.poiskbutton.BackColor = System.Drawing.Color.White;
  369. this.poiskbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  370. this.poiskbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  371. this.poiskbutton.Location = new System.Drawing.Point(630, 36);
  372. this.poiskbutton.Name = "poiskbutton";
  373. this.poiskbutton.Size = new System.Drawing.Size(160, 54);
  374. this.poiskbutton.TabIndex = 6;
  375. this.poiskbutton.Text = "Поиск";
  376. this.poiskbutton.UseVisualStyleBackColor = false;
  377. this.poiskbutton.Click += new System.EventHandler(this.poiskbutton_Click);
  378. //
  379. // searchtextbox
  380. //
  381. this.searchtextbox.Location = new System.Drawing.Point(630, 10);
  382. this.searchtextbox.Name = "searchtextbox";
  383. this.searchtextbox.Size = new System.Drawing.Size(160, 20);
  384. this.searchtextbox.TabIndex = 7;
  385. this.searchtextbox.TextChanged += new System.EventHandler(this.searchtextbox_TextChanged);
  386. //
  387. // tovarform
  388. //
  389. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  390. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  391. this.BackColor = System.Drawing.Color.White;
  392. this.ClientSize = new System.Drawing.Size(800, 450);
  393. this.Controls.Add(this.tovar);
  394. this.Controls.Add(this.panel3);
  395. this.Controls.Add(this.panel1);
  396. this.Name = "tovarform";
  397. this.Text = "tovarform";
  398. this.Load += new System.EventHandler(this.tovarform_Load);
  399. this.panel1.ResumeLayout(false);
  400. this.panel1.PerformLayout();
  401. this.panel2.ResumeLayout(false);
  402. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  403. this.panel3.ResumeLayout(false);
  404. ((System.ComponentModel.ISupportInitialize)(this.tovar)).EndInit();
  405. ((System.ComponentModel.ISupportInitialize)(this.товарimportСтройматериалыBindingSource)).EndInit();
  406. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).EndInit();
  407. this.ResumeLayout(false);
  408. }
  409. #endregion
  410. private System.Windows.Forms.Panel panel1;
  411. private System.Windows.Forms.PictureBox pictureBox1;
  412. private System.Windows.Forms.Label label1;
  413. private System.Windows.Forms.Panel panel2;
  414. private System.Windows.Forms.Button savebutton;
  415. private System.Windows.Forms.Button delbutton;
  416. private System.Windows.Forms.Button addbutton;
  417. private System.Windows.Forms.Button exitbutton;
  418. private System.Windows.Forms.Panel panel3;
  419. private System.Windows.Forms.Button savebuttont;
  420. private System.Windows.Forms.Button delbuttont;
  421. private System.Windows.Forms.Button addbuttont;
  422. private System.Windows.Forms.Button button4;
  423. private System.Windows.Forms.DataGridView tovar;
  424. private IS31YurevichDataSet iS31YurevichDataSet;
  425. private System.Windows.Forms.BindingSource товарimportСтройматериалыBindingSource;
  426. private IS31YurevichDataSetTableAdapters.Товар_import_СтройматериалыTableAdapter товар_import_СтройматериалыTableAdapter;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn артикулDataGridViewTextBoxColumn;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеDataGridViewTextBoxColumn;
  430. private System.Windows.Forms.DataGridViewTextBoxColumn единицаизмеренияDataGridViewTextBoxColumn;
  431. private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn размермаксимальновозможнойскидкиDataGridViewTextBoxColumn;
  433. private System.Windows.Forms.DataGridViewTextBoxColumn производительDataGridViewTextBoxColumn;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn поставщикDataGridViewTextBoxColumn;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn категориятовараDataGridViewTextBoxColumn;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn действующаяскидкаDataGridViewTextBoxColumn;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn колвонаскладеDataGridViewTextBoxColumn;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn описаниеDataGridViewTextBoxColumn;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn изображениеDataGridViewTextBoxColumn;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn idзаказаDataGridViewTextBoxColumn;
  441. private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
  442. private System.Windows.Forms.Button poiskbutton;
  443. private System.Windows.Forms.TextBox searchtextbox;
  444. }
  445. }