Товар.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. namespace Lyakhov_Tovar
  2. {
  3. partial class Товар
  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.Windows.Forms.Label название_товараLabel;
  30. System.Windows.Forms.Label количествоLabel;
  31. System.Windows.Forms.Label цена_за_штукуLabel;
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Товар));
  33. this.ляховDataSet = new Lyakhov_Tovar.ЛяховDataSet();
  34. this.товарыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.товарыTableAdapter = new Lyakhov_Tovar.ЛяховDataSetTableAdapters.ТоварыTableAdapter();
  36. this.tableAdapterManager = new Lyakhov_Tovar.ЛяховDataSetTableAdapters.TableAdapterManager();
  37. this.товарыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  38. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  40. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  41. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  44. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  45. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  49. this.товарыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  50. this.товарыDataGridView = new System.Windows.Forms.DataGridView();
  51. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.groupBox1 = new System.Windows.Forms.GroupBox();
  57. this.цена_за_штукуTextBox = new System.Windows.Forms.TextBox();
  58. this.количествоTextBox = new System.Windows.Forms.TextBox();
  59. this.название_товараTextBox = new System.Windows.Forms.TextBox();
  60. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  61. this.button1 = new System.Windows.Forms.Button();
  62. this.button2 = new System.Windows.Forms.Button();
  63. this.button3 = new System.Windows.Forms.Button();
  64. this.textBox1 = new System.Windows.Forms.TextBox();
  65. this.Поиск = new System.Windows.Forms.Label();
  66. this.button4 = new System.Windows.Forms.Button();
  67. название_товараLabel = new System.Windows.Forms.Label();
  68. количествоLabel = new System.Windows.Forms.Label();
  69. цена_за_штукуLabel = new System.Windows.Forms.Label();
  70. ((System.ComponentModel.ISupportInitialize)(this.ляховDataSet)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).BeginInit();
  73. this.товарыBindingNavigator.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.товарыDataGridView)).BeginInit();
  75. this.groupBox1.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // название_товараLabel
  80. //
  81. название_товараLabel.AutoSize = true;
  82. название_товараLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. название_товараLabel.Location = new System.Drawing.Point(6, 23);
  84. название_товараLabel.Name = "название_товараLabel";
  85. название_товараLabel.Size = new System.Drawing.Size(146, 21);
  86. название_товараLabel.TabIndex = 0;
  87. название_товараLabel.Text = "Название товара:";
  88. //
  89. // количествоLabel
  90. //
  91. количествоLabel.AutoSize = true;
  92. количествоLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. количествоLabel.Location = new System.Drawing.Point(43, 69);
  94. количествоLabel.Name = "количествоLabel";
  95. количествоLabel.Size = new System.Drawing.Size(109, 21);
  96. количествоLabel.TabIndex = 2;
  97. количествоLabel.Text = "Количество:";
  98. //
  99. // цена_за_штукуLabel
  100. //
  101. цена_за_штукуLabel.AutoSize = true;
  102. цена_за_штукуLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  103. цена_за_штукуLabel.Location = new System.Drawing.Point(24, 114);
  104. цена_за_штукуLabel.Name = "цена_за_штукуLabel";
  105. цена_за_штукуLabel.Size = new System.Drawing.Size(128, 21);
  106. цена_за_штукуLabel.TabIndex = 4;
  107. цена_за_штукуLabel.Text = "Цена за штуку:";
  108. //
  109. // ляховDataSet
  110. //
  111. this.ляховDataSet.DataSetName = "ЛяховDataSet";
  112. this.ляховDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  113. //
  114. // товарыBindingSource
  115. //
  116. this.товарыBindingSource.DataMember = "Товары";
  117. this.товарыBindingSource.DataSource = this.ляховDataSet;
  118. //
  119. // товарыTableAdapter
  120. //
  121. this.товарыTableAdapter.ClearBeforeFill = true;
  122. //
  123. // tableAdapterManager
  124. //
  125. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  126. this.tableAdapterManager.UpdateOrder = Lyakhov_Tovar.ЛяховDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  127. this.tableAdapterManager.Заказ_товараTableAdapter = null;
  128. this.tableAdapterManager.НакладнаяTableAdapter = null;
  129. this.tableAdapterManager.ПоставщикTableAdapter = null;
  130. this.tableAdapterManager.Продажа_товараTableAdapter = null;
  131. this.tableAdapterManager.СотрудникTableAdapter = null;
  132. this.tableAdapterManager.ТоварыTableAdapter = this.товарыTableAdapter;
  133. //
  134. // товарыBindingNavigator
  135. //
  136. this.товарыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  137. this.товарыBindingNavigator.BindingSource = this.товарыBindingSource;
  138. this.товарыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  139. this.товарыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  140. this.товарыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  141. this.bindingNavigatorMoveFirstItem,
  142. this.bindingNavigatorMovePreviousItem,
  143. this.bindingNavigatorSeparator,
  144. this.bindingNavigatorPositionItem,
  145. this.bindingNavigatorCountItem,
  146. this.bindingNavigatorSeparator1,
  147. this.bindingNavigatorMoveNextItem,
  148. this.bindingNavigatorMoveLastItem,
  149. this.bindingNavigatorSeparator2,
  150. this.bindingNavigatorAddNewItem,
  151. this.bindingNavigatorDeleteItem,
  152. this.товарыBindingNavigatorSaveItem});
  153. this.товарыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  154. this.товарыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  155. this.товарыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  156. this.товарыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  157. this.товарыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  158. this.товарыBindingNavigator.Name = "товарыBindingNavigator";
  159. this.товарыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  160. this.товарыBindingNavigator.Size = new System.Drawing.Size(800, 27);
  161. this.товарыBindingNavigator.TabIndex = 0;
  162. this.товарыBindingNavigator.Text = "bindingNavigator1";
  163. this.товарыBindingNavigator.Visible = false;
  164. //
  165. // bindingNavigatorAddNewItem
  166. //
  167. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  168. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  169. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  170. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  171. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 24);
  172. this.bindingNavigatorAddNewItem.Text = "Добавить";
  173. //
  174. // bindingNavigatorCountItem
  175. //
  176. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  177. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  178. this.bindingNavigatorCountItem.Text = "для {0}";
  179. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  180. //
  181. // bindingNavigatorDeleteItem
  182. //
  183. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  184. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  185. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  186. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  187. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  188. this.bindingNavigatorDeleteItem.Text = "Удалить";
  189. //
  190. // bindingNavigatorMoveFirstItem
  191. //
  192. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  193. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  194. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  195. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  196. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  197. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  198. //
  199. // bindingNavigatorMovePreviousItem
  200. //
  201. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  202. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  203. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  204. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  205. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  206. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  207. //
  208. // bindingNavigatorSeparator
  209. //
  210. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  211. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  212. //
  213. // bindingNavigatorPositionItem
  214. //
  215. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  216. this.bindingNavigatorPositionItem.AutoSize = false;
  217. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  218. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  219. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  220. this.bindingNavigatorPositionItem.Text = "0";
  221. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  222. //
  223. // bindingNavigatorSeparator1
  224. //
  225. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  226. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  227. //
  228. // bindingNavigatorMoveNextItem
  229. //
  230. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  231. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  232. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  233. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  234. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  235. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  236. //
  237. // bindingNavigatorMoveLastItem
  238. //
  239. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  240. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  241. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  242. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  243. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  244. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  245. //
  246. // bindingNavigatorSeparator2
  247. //
  248. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  249. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  250. //
  251. // товарыBindingNavigatorSaveItem
  252. //
  253. this.товарыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  254. this.товарыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("товарыBindingNavigatorSaveItem.Image")));
  255. this.товарыBindingNavigatorSaveItem.Name = "товарыBindingNavigatorSaveItem";
  256. this.товарыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  257. this.товарыBindingNavigatorSaveItem.Text = "Сохранить данные";
  258. this.товарыBindingNavigatorSaveItem.Click += new System.EventHandler(this.товарыBindingNavigatorSaveItem_Click);
  259. //
  260. // товарыDataGridView
  261. //
  262. this.товарыDataGridView.AutoGenerateColumns = false;
  263. this.товарыDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  264. this.товарыDataGridView.BackgroundColor = System.Drawing.Color.Pink;
  265. this.товарыDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  266. this.товарыDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  267. this.dataGridViewTextBoxColumn1,
  268. this.dataGridViewTextBoxColumn2,
  269. this.dataGridViewTextBoxColumn3,
  270. this.dataGridViewTextBoxColumn4,
  271. this.dataGridViewTextBoxColumn5});
  272. this.товарыDataGridView.DataSource = this.товарыBindingSource;
  273. this.товарыDataGridView.GridColor = System.Drawing.Color.Pink;
  274. this.товарыDataGridView.Location = new System.Drawing.Point(12, 272);
  275. this.товарыDataGridView.Name = "товарыDataGridView";
  276. this.товарыDataGridView.Size = new System.Drawing.Size(547, 253);
  277. this.товарыDataGridView.TabIndex = 1;
  278. //
  279. // dataGridViewTextBoxColumn1
  280. //
  281. this.dataGridViewTextBoxColumn1.DataPropertyName = "Название_товара";
  282. this.dataGridViewTextBoxColumn1.HeaderText = "Название_товара";
  283. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  284. //
  285. // dataGridViewTextBoxColumn2
  286. //
  287. this.dataGridViewTextBoxColumn2.DataPropertyName = "Количество";
  288. this.dataGridViewTextBoxColumn2.HeaderText = "Количество";
  289. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  290. //
  291. // dataGridViewTextBoxColumn3
  292. //
  293. this.dataGridViewTextBoxColumn3.DataPropertyName = "Цена_за_штуку";
  294. this.dataGridViewTextBoxColumn3.HeaderText = "Цена_за_штуку";
  295. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  296. //
  297. // dataGridViewTextBoxColumn4
  298. //
  299. this.dataGridViewTextBoxColumn4.DataPropertyName = "Код_товара";
  300. this.dataGridViewTextBoxColumn4.HeaderText = "Код_товара";
  301. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  302. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  303. this.dataGridViewTextBoxColumn4.Visible = false;
  304. //
  305. // dataGridViewTextBoxColumn5
  306. //
  307. this.dataGridViewTextBoxColumn5.DataPropertyName = "Код_заказа";
  308. this.dataGridViewTextBoxColumn5.HeaderText = "Код_заказа";
  309. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  310. this.dataGridViewTextBoxColumn5.Visible = false;
  311. //
  312. // groupBox1
  313. //
  314. this.groupBox1.Controls.Add(цена_за_штукуLabel);
  315. this.groupBox1.Controls.Add(this.цена_за_штукуTextBox);
  316. this.groupBox1.Controls.Add(количествоLabel);
  317. this.groupBox1.Controls.Add(this.количествоTextBox);
  318. this.groupBox1.Controls.Add(название_товараLabel);
  319. this.groupBox1.Controls.Add(this.название_товараTextBox);
  320. this.groupBox1.Location = new System.Drawing.Point(64, 23);
  321. this.groupBox1.Name = "groupBox1";
  322. this.groupBox1.Size = new System.Drawing.Size(283, 172);
  323. this.groupBox1.TabIndex = 2;
  324. this.groupBox1.TabStop = false;
  325. //
  326. // цена_за_штукуTextBox
  327. //
  328. this.цена_за_штукуTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Цена_за_штуку", true));
  329. this.цена_за_штукуTextBox.Location = new System.Drawing.Point(158, 114);
  330. this.цена_за_штукуTextBox.Name = "цена_за_штукуTextBox";
  331. this.цена_за_штукуTextBox.Size = new System.Drawing.Size(100, 20);
  332. this.цена_за_штукуTextBox.TabIndex = 5;
  333. //
  334. // количествоTextBox
  335. //
  336. this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Количество", true));
  337. this.количествоTextBox.Location = new System.Drawing.Point(158, 70);
  338. this.количествоTextBox.Name = "количествоTextBox";
  339. this.количествоTextBox.Size = new System.Drawing.Size(100, 20);
  340. this.количествоTextBox.TabIndex = 3;
  341. //
  342. // название_товараTextBox
  343. //
  344. this.название_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Название_товара", true));
  345. this.название_товараTextBox.Location = new System.Drawing.Point(158, 25);
  346. this.название_товараTextBox.Name = "название_товараTextBox";
  347. this.название_товараTextBox.Size = new System.Drawing.Size(100, 20);
  348. this.название_товараTextBox.TabIndex = 1;
  349. //
  350. // pictureBox1
  351. //
  352. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  353. this.pictureBox1.Location = new System.Drawing.Point(12, 13);
  354. this.pictureBox1.Name = "pictureBox1";
  355. this.pictureBox1.Size = new System.Drawing.Size(32, 38);
  356. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  357. this.pictureBox1.TabIndex = 17;
  358. this.pictureBox1.TabStop = false;
  359. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  360. //
  361. // button1
  362. //
  363. this.button1.BackColor = System.Drawing.Color.PaleTurquoise;
  364. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  365. this.button1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  366. this.button1.Location = new System.Drawing.Point(390, 25);
  367. this.button1.Name = "button1";
  368. this.button1.Size = new System.Drawing.Size(138, 65);
  369. this.button1.TabIndex = 20;
  370. this.button1.Text = "Добавить информацию о товаре";
  371. this.button1.UseVisualStyleBackColor = false;
  372. this.button1.Click += new System.EventHandler(this.button1_Click);
  373. //
  374. // button2
  375. //
  376. this.button2.BackColor = System.Drawing.Color.PaleTurquoise;
  377. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  378. this.button2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  379. this.button2.Location = new System.Drawing.Point(249, 222);
  380. this.button2.Name = "button2";
  381. this.button2.Size = new System.Drawing.Size(98, 32);
  382. this.button2.TabIndex = 21;
  383. this.button2.Text = "Найти";
  384. this.button2.UseVisualStyleBackColor = false;
  385. this.button2.Click += new System.EventHandler(this.button2_Click);
  386. //
  387. // button3
  388. //
  389. this.button3.BackColor = System.Drawing.Color.PaleTurquoise;
  390. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  391. this.button3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  392. this.button3.Location = new System.Drawing.Point(390, 195);
  393. this.button3.Name = "button3";
  394. this.button3.Size = new System.Drawing.Size(138, 65);
  395. this.button3.TabIndex = 22;
  396. this.button3.Text = "Удалить информацию о товаре";
  397. this.button3.UseVisualStyleBackColor = false;
  398. this.button3.Click += new System.EventHandler(this.button3_Click);
  399. //
  400. // textBox1
  401. //
  402. this.textBox1.Location = new System.Drawing.Point(65, 228);
  403. this.textBox1.Multiline = true;
  404. this.textBox1.Name = "textBox1";
  405. this.textBox1.Size = new System.Drawing.Size(172, 21);
  406. this.textBox1.TabIndex = 23;
  407. //
  408. // Поиск
  409. //
  410. this.Поиск.AutoSize = true;
  411. this.Поиск.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  412. this.Поиск.Location = new System.Drawing.Point(12, 229);
  413. this.Поиск.Name = "Поиск";
  414. this.Поиск.Size = new System.Drawing.Size(47, 16);
  415. this.Поиск.TabIndex = 24;
  416. this.Поиск.Text = "Поиск";
  417. //
  418. // button4
  419. //
  420. this.button4.BackColor = System.Drawing.Color.PaleTurquoise;
  421. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  422. this.button4.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  423. this.button4.Location = new System.Drawing.Point(390, 114);
  424. this.button4.Name = "button4";
  425. this.button4.Size = new System.Drawing.Size(138, 65);
  426. this.button4.TabIndex = 25;
  427. this.button4.Text = "Сохранить данные";
  428. this.button4.UseVisualStyleBackColor = false;
  429. this.button4.Click += new System.EventHandler(this.button4_Click);
  430. //
  431. // Товар
  432. //
  433. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
  434. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  435. this.BackColor = System.Drawing.Color.Pink;
  436. this.ClientSize = new System.Drawing.Size(571, 535);
  437. this.Controls.Add(this.button4);
  438. this.Controls.Add(this.Поиск);
  439. this.Controls.Add(this.textBox1);
  440. this.Controls.Add(this.button3);
  441. this.Controls.Add(this.button2);
  442. this.Controls.Add(this.button1);
  443. this.Controls.Add(this.pictureBox1);
  444. this.Controls.Add(this.groupBox1);
  445. this.Controls.Add(this.товарыDataGridView);
  446. this.Controls.Add(this.товарыBindingNavigator);
  447. this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  448. this.Name = "Товар";
  449. this.Text = "Товары";
  450. this.Load += new System.EventHandler(this.Товар_Load);
  451. ((System.ComponentModel.ISupportInitialize)(this.ляховDataSet)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).EndInit();
  454. this.товарыBindingNavigator.ResumeLayout(false);
  455. this.товарыBindingNavigator.PerformLayout();
  456. ((System.ComponentModel.ISupportInitialize)(this.товарыDataGridView)).EndInit();
  457. this.groupBox1.ResumeLayout(false);
  458. this.groupBox1.PerformLayout();
  459. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  460. this.ResumeLayout(false);
  461. this.PerformLayout();
  462. }
  463. #endregion
  464. private ЛяховDataSet ляховDataSet;
  465. private System.Windows.Forms.BindingSource товарыBindingSource;
  466. private ЛяховDataSetTableAdapters.ТоварыTableAdapter товарыTableAdapter;
  467. private ЛяховDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  468. private System.Windows.Forms.BindingNavigator товарыBindingNavigator;
  469. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  470. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  471. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  472. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  473. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  474. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  475. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  476. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  477. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  478. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  479. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  480. private System.Windows.Forms.ToolStripButton товарыBindingNavigatorSaveItem;
  481. private System.Windows.Forms.DataGridView товарыDataGridView;
  482. private System.Windows.Forms.GroupBox groupBox1;
  483. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  484. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  485. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  488. private System.Windows.Forms.TextBox цена_за_штукуTextBox;
  489. private System.Windows.Forms.TextBox количествоTextBox;
  490. private System.Windows.Forms.TextBox название_товараTextBox;
  491. private System.Windows.Forms.PictureBox pictureBox1;
  492. private System.Windows.Forms.Button button1;
  493. private System.Windows.Forms.Button button2;
  494. private System.Windows.Forms.Button button3;
  495. private System.Windows.Forms.TextBox textBox1;
  496. private System.Windows.Forms.Label Поиск;
  497. private System.Windows.Forms.Button button4;
  498. }
  499. }