Добавление продуктов.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. namespace ИС32Осадчий
  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 productArticleNumberLabel;
  30. System.Windows.Forms.Label productNameLabel;
  31. System.Windows.Forms.Label productDescriptionLabel;
  32. System.Windows.Forms.Label productCategoryLabel;
  33. System.Windows.Forms.Label productManufacturerLabel;
  34. System.Windows.Forms.Label productCostLabel;
  35. System.Windows.Forms.Label productDiscountAmountLabel;
  36. System.Windows.Forms.Label productQuantityInStockLabel;
  37. System.Windows.Forms.Label productStatusLabel;
  38. System.Windows.Forms.Label userIDLabel;
  39. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Добавление_продуктов));
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.comboBox1 = new System.Windows.Forms.ComboBox();
  42. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  43. this.иС32ОсадчийDataSet = new ИС32Осадчий.ИС32ОсадчийDataSet();
  44. this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.productStatusTextBox = new System.Windows.Forms.TextBox();
  46. this.productQuantityInStockTextBox = new System.Windows.Forms.TextBox();
  47. this.productDiscountAmountTextBox = new System.Windows.Forms.TextBox();
  48. this.productCostTextBox = new System.Windows.Forms.TextBox();
  49. this.productManufacturerTextBox = new System.Windows.Forms.TextBox();
  50. this.productCategoryTextBox = new System.Windows.Forms.TextBox();
  51. this.productDescriptionTextBox = new System.Windows.Forms.TextBox();
  52. this.productNameTextBox = new System.Windows.Forms.TextBox();
  53. this.productArticleNumberTextBox = new System.Windows.Forms.TextBox();
  54. this.button6 = new System.Windows.Forms.Button();
  55. this.productTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.ProductTableAdapter();
  56. this.tableAdapterManager = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager();
  57. this.userTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.UserTableAdapter();
  58. this.productBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  59. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  60. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  61. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  62. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  63. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  64. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  65. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  66. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  67. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  68. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  69. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  70. this.productBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  71. this.button3 = new System.Windows.Forms.Button();
  72. this.button2 = new System.Windows.Forms.Button();
  73. this.button1 = new System.Windows.Forms.Button();
  74. productArticleNumberLabel = new System.Windows.Forms.Label();
  75. productNameLabel = new System.Windows.Forms.Label();
  76. productDescriptionLabel = new System.Windows.Forms.Label();
  77. productCategoryLabel = new System.Windows.Forms.Label();
  78. productManufacturerLabel = new System.Windows.Forms.Label();
  79. productCostLabel = new System.Windows.Forms.Label();
  80. productDiscountAmountLabel = new System.Windows.Forms.Label();
  81. productQuantityInStockLabel = new System.Windows.Forms.Label();
  82. productStatusLabel = new System.Windows.Forms.Label();
  83. userIDLabel = new System.Windows.Forms.Label();
  84. this.panel1.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).BeginInit();
  89. this.productBindingNavigator.SuspendLayout();
  90. this.SuspendLayout();
  91. //
  92. // productArticleNumberLabel
  93. //
  94. productArticleNumberLabel.AutoSize = true;
  95. productArticleNumberLabel.Location = new System.Drawing.Point(259, 40);
  96. productArticleNumberLabel.Name = "productArticleNumberLabel";
  97. productArticleNumberLabel.Size = new System.Drawing.Size(119, 13);
  98. productArticleNumberLabel.TabIndex = 9;
  99. productArticleNumberLabel.Text = "Product Article Number:";
  100. //
  101. // productNameLabel
  102. //
  103. productNameLabel.AutoSize = true;
  104. productNameLabel.Location = new System.Drawing.Point(259, 69);
  105. productNameLabel.Name = "productNameLabel";
  106. productNameLabel.Size = new System.Drawing.Size(78, 13);
  107. productNameLabel.TabIndex = 10;
  108. productNameLabel.Text = "Product Name:";
  109. //
  110. // productDescriptionLabel
  111. //
  112. productDescriptionLabel.AutoSize = true;
  113. productDescriptionLabel.Location = new System.Drawing.Point(259, 101);
  114. productDescriptionLabel.Name = "productDescriptionLabel";
  115. productDescriptionLabel.Size = new System.Drawing.Size(103, 13);
  116. productDescriptionLabel.TabIndex = 11;
  117. productDescriptionLabel.Text = "Product Description:";
  118. //
  119. // productCategoryLabel
  120. //
  121. productCategoryLabel.AutoSize = true;
  122. productCategoryLabel.Location = new System.Drawing.Point(259, 140);
  123. productCategoryLabel.Name = "productCategoryLabel";
  124. productCategoryLabel.Size = new System.Drawing.Size(92, 13);
  125. productCategoryLabel.TabIndex = 12;
  126. productCategoryLabel.Text = "Product Category:";
  127. //
  128. // productManufacturerLabel
  129. //
  130. productManufacturerLabel.AutoSize = true;
  131. productManufacturerLabel.Location = new System.Drawing.Point(259, 179);
  132. productManufacturerLabel.Name = "productManufacturerLabel";
  133. productManufacturerLabel.Size = new System.Drawing.Size(113, 13);
  134. productManufacturerLabel.TabIndex = 13;
  135. productManufacturerLabel.Text = "Product Manufacturer:";
  136. //
  137. // productCostLabel
  138. //
  139. productCostLabel.AutoSize = true;
  140. productCostLabel.Location = new System.Drawing.Point(259, 213);
  141. productCostLabel.Name = "productCostLabel";
  142. productCostLabel.Size = new System.Drawing.Size(71, 13);
  143. productCostLabel.TabIndex = 14;
  144. productCostLabel.Text = "Product Cost:";
  145. //
  146. // productDiscountAmountLabel
  147. //
  148. productDiscountAmountLabel.AutoSize = true;
  149. productDiscountAmountLabel.Location = new System.Drawing.Point(259, 244);
  150. productDiscountAmountLabel.Name = "productDiscountAmountLabel";
  151. productDiscountAmountLabel.Size = new System.Drawing.Size(131, 13);
  152. productDiscountAmountLabel.TabIndex = 15;
  153. productDiscountAmountLabel.Text = "Product Discount Amount:";
  154. //
  155. // productQuantityInStockLabel
  156. //
  157. productQuantityInStockLabel.AutoSize = true;
  158. productQuantityInStockLabel.Location = new System.Drawing.Point(259, 278);
  159. productQuantityInStockLabel.Name = "productQuantityInStockLabel";
  160. productQuantityInStockLabel.Size = new System.Drawing.Size(132, 13);
  161. productQuantityInStockLabel.TabIndex = 16;
  162. productQuantityInStockLabel.Text = "Product Quantity In Stock:";
  163. //
  164. // productStatusLabel
  165. //
  166. productStatusLabel.AutoSize = true;
  167. productStatusLabel.Location = new System.Drawing.Point(259, 307);
  168. productStatusLabel.Name = "productStatusLabel";
  169. productStatusLabel.Size = new System.Drawing.Size(80, 13);
  170. productStatusLabel.TabIndex = 17;
  171. productStatusLabel.Text = "Product Status:";
  172. //
  173. // userIDLabel
  174. //
  175. userIDLabel.AutoSize = true;
  176. userIDLabel.Location = new System.Drawing.Point(259, 343);
  177. userIDLabel.Name = "userIDLabel";
  178. userIDLabel.Size = new System.Drawing.Size(46, 13);
  179. userIDLabel.TabIndex = 19;
  180. userIDLabel.Text = "User ID:";
  181. //
  182. // panel1
  183. //
  184. this.panel1.BackColor = System.Drawing.Color.Moccasin;
  185. this.panel1.Controls.Add(this.button3);
  186. this.panel1.Controls.Add(this.comboBox1);
  187. this.panel1.Controls.Add(this.button2);
  188. this.panel1.Controls.Add(userIDLabel);
  189. this.panel1.Controls.Add(this.button1);
  190. this.panel1.Controls.Add(productStatusLabel);
  191. this.panel1.Controls.Add(this.productStatusTextBox);
  192. this.panel1.Controls.Add(productQuantityInStockLabel);
  193. this.panel1.Controls.Add(this.productQuantityInStockTextBox);
  194. this.panel1.Controls.Add(productDiscountAmountLabel);
  195. this.panel1.Controls.Add(this.productDiscountAmountTextBox);
  196. this.panel1.Controls.Add(productCostLabel);
  197. this.panel1.Controls.Add(this.productCostTextBox);
  198. this.panel1.Controls.Add(productManufacturerLabel);
  199. this.panel1.Controls.Add(this.productManufacturerTextBox);
  200. this.panel1.Controls.Add(productCategoryLabel);
  201. this.panel1.Controls.Add(this.productCategoryTextBox);
  202. this.panel1.Controls.Add(productDescriptionLabel);
  203. this.panel1.Controls.Add(this.productDescriptionTextBox);
  204. this.panel1.Controls.Add(productNameLabel);
  205. this.panel1.Controls.Add(this.productNameTextBox);
  206. this.panel1.Controls.Add(productArticleNumberLabel);
  207. this.panel1.Controls.Add(this.productArticleNumberTextBox);
  208. this.panel1.Controls.Add(this.button6);
  209. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.panel1.Location = new System.Drawing.Point(0, 0);
  211. this.panel1.Name = "panel1";
  212. this.panel1.Size = new System.Drawing.Size(808, 458);
  213. this.panel1.TabIndex = 1;
  214. //
  215. // comboBox1
  216. //
  217. this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.productBindingSource, "UserID", true));
  218. this.comboBox1.DataSource = this.userBindingSource;
  219. this.comboBox1.DisplayMember = "UserID";
  220. this.comboBox1.FormattingEnabled = true;
  221. this.comboBox1.Location = new System.Drawing.Point(384, 335);
  222. this.comboBox1.Name = "comboBox1";
  223. this.comboBox1.Size = new System.Drawing.Size(100, 21);
  224. this.comboBox1.TabIndex = 20;
  225. this.comboBox1.ValueMember = "UserID";
  226. //
  227. // productBindingSource
  228. //
  229. this.productBindingSource.DataMember = "Product";
  230. this.productBindingSource.DataSource = this.иС32ОсадчийDataSet;
  231. //
  232. // иС32ОсадчийDataSet
  233. //
  234. this.иС32ОсадчийDataSet.DataSetName = "ИС32ОсадчийDataSet";
  235. this.иС32ОсадчийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  236. //
  237. // userBindingSource
  238. //
  239. this.userBindingSource.DataMember = "User";
  240. this.userBindingSource.DataSource = this.иС32ОсадчийDataSet;
  241. //
  242. // productStatusTextBox
  243. //
  244. this.productStatusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductStatus", true));
  245. this.productStatusTextBox.Location = new System.Drawing.Point(397, 304);
  246. this.productStatusTextBox.Name = "productStatusTextBox";
  247. this.productStatusTextBox.Size = new System.Drawing.Size(100, 20);
  248. this.productStatusTextBox.TabIndex = 18;
  249. //
  250. // productQuantityInStockTextBox
  251. //
  252. this.productQuantityInStockTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductQuantityInStock", true));
  253. this.productQuantityInStockTextBox.Location = new System.Drawing.Point(397, 275);
  254. this.productQuantityInStockTextBox.Name = "productQuantityInStockTextBox";
  255. this.productQuantityInStockTextBox.Size = new System.Drawing.Size(100, 20);
  256. this.productQuantityInStockTextBox.TabIndex = 17;
  257. //
  258. // productDiscountAmountTextBox
  259. //
  260. this.productDiscountAmountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDiscountAmount", true));
  261. this.productDiscountAmountTextBox.Location = new System.Drawing.Point(396, 241);
  262. this.productDiscountAmountTextBox.Name = "productDiscountAmountTextBox";
  263. this.productDiscountAmountTextBox.Size = new System.Drawing.Size(100, 20);
  264. this.productDiscountAmountTextBox.TabIndex = 16;
  265. this.productDiscountAmountTextBox.TextChanged += new System.EventHandler(this.productDiscountAmountTextBox_TextChanged);
  266. //
  267. // productCostTextBox
  268. //
  269. this.productCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCost", true));
  270. this.productCostTextBox.Location = new System.Drawing.Point(384, 210);
  271. this.productCostTextBox.Name = "productCostTextBox";
  272. this.productCostTextBox.Size = new System.Drawing.Size(100, 20);
  273. this.productCostTextBox.TabIndex = 15;
  274. //
  275. // productManufacturerTextBox
  276. //
  277. this.productManufacturerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductManufacturer", true));
  278. this.productManufacturerTextBox.Location = new System.Drawing.Point(384, 179);
  279. this.productManufacturerTextBox.Name = "productManufacturerTextBox";
  280. this.productManufacturerTextBox.Size = new System.Drawing.Size(100, 20);
  281. this.productManufacturerTextBox.TabIndex = 14;
  282. //
  283. // productCategoryTextBox
  284. //
  285. this.productCategoryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCategory", true));
  286. this.productCategoryTextBox.Location = new System.Drawing.Point(384, 140);
  287. this.productCategoryTextBox.Name = "productCategoryTextBox";
  288. this.productCategoryTextBox.Size = new System.Drawing.Size(100, 20);
  289. this.productCategoryTextBox.TabIndex = 13;
  290. //
  291. // productDescriptionTextBox
  292. //
  293. this.productDescriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDescription", true));
  294. this.productDescriptionTextBox.Location = new System.Drawing.Point(384, 101);
  295. this.productDescriptionTextBox.Name = "productDescriptionTextBox";
  296. this.productDescriptionTextBox.Size = new System.Drawing.Size(100, 20);
  297. this.productDescriptionTextBox.TabIndex = 12;
  298. //
  299. // productNameTextBox
  300. //
  301. this.productNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductName", true));
  302. this.productNameTextBox.Location = new System.Drawing.Point(384, 66);
  303. this.productNameTextBox.Name = "productNameTextBox";
  304. this.productNameTextBox.Size = new System.Drawing.Size(100, 20);
  305. this.productNameTextBox.TabIndex = 11;
  306. //
  307. // productArticleNumberTextBox
  308. //
  309. this.productArticleNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductArticleNumber", true));
  310. this.productArticleNumberTextBox.Location = new System.Drawing.Point(384, 37);
  311. this.productArticleNumberTextBox.Name = "productArticleNumberTextBox";
  312. this.productArticleNumberTextBox.Size = new System.Drawing.Size(100, 20);
  313. this.productArticleNumberTextBox.TabIndex = 10;
  314. //
  315. // button6
  316. //
  317. this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  318. this.button6.Location = new System.Drawing.Point(678, 400);
  319. this.button6.Name = "button6";
  320. this.button6.Size = new System.Drawing.Size(110, 38);
  321. this.button6.TabIndex = 9;
  322. this.button6.Text = "Назад";
  323. this.button6.UseVisualStyleBackColor = true;
  324. this.button6.Click += new System.EventHandler(this.button6_Click);
  325. //
  326. // productTableAdapter
  327. //
  328. this.productTableAdapter.ClearBeforeFill = true;
  329. //
  330. // tableAdapterManager
  331. //
  332. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  333. this.tableAdapterManager.OrderProductTableAdapter = null;
  334. this.tableAdapterManager.OrderTableAdapter = null;
  335. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  336. this.tableAdapterManager.RoleTableAdapter = null;
  337. this.tableAdapterManager.UpdateOrder = ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  338. this.tableAdapterManager.UserTableAdapter = this.userTableAdapter;
  339. //
  340. // userTableAdapter
  341. //
  342. this.userTableAdapter.ClearBeforeFill = true;
  343. //
  344. // productBindingNavigator
  345. //
  346. this.productBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  347. this.productBindingNavigator.BindingSource = this.productBindingSource;
  348. this.productBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  349. this.productBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  350. this.productBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  351. this.bindingNavigatorMoveFirstItem,
  352. this.bindingNavigatorMovePreviousItem,
  353. this.bindingNavigatorSeparator,
  354. this.bindingNavigatorPositionItem,
  355. this.bindingNavigatorCountItem,
  356. this.bindingNavigatorSeparator1,
  357. this.bindingNavigatorMoveNextItem,
  358. this.bindingNavigatorMoveLastItem,
  359. this.bindingNavigatorSeparator2,
  360. this.bindingNavigatorAddNewItem,
  361. this.bindingNavigatorDeleteItem,
  362. this.productBindingNavigatorSaveItem});
  363. this.productBindingNavigator.Location = new System.Drawing.Point(0, 0);
  364. this.productBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  365. this.productBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  366. this.productBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  367. this.productBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  368. this.productBindingNavigator.Name = "productBindingNavigator";
  369. this.productBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  370. this.productBindingNavigator.Size = new System.Drawing.Size(808, 25);
  371. this.productBindingNavigator.TabIndex = 2;
  372. this.productBindingNavigator.Text = "bindingNavigator1";
  373. //
  374. // bindingNavigatorAddNewItem
  375. //
  376. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  377. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  378. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  379. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  380. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  381. this.bindingNavigatorAddNewItem.Text = "Добавить";
  382. //
  383. // bindingNavigatorCountItem
  384. //
  385. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  386. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  387. this.bindingNavigatorCountItem.Text = "для {0}";
  388. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  389. //
  390. // bindingNavigatorDeleteItem
  391. //
  392. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  393. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  394. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  395. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  396. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  397. this.bindingNavigatorDeleteItem.Text = "Удалить";
  398. //
  399. // bindingNavigatorMoveFirstItem
  400. //
  401. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  402. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  403. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  404. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  405. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  406. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  407. //
  408. // bindingNavigatorMovePreviousItem
  409. //
  410. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  411. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  412. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  413. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  414. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  415. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  416. //
  417. // bindingNavigatorSeparator
  418. //
  419. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  420. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  421. //
  422. // bindingNavigatorPositionItem
  423. //
  424. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  425. this.bindingNavigatorPositionItem.AutoSize = false;
  426. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  427. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  428. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  429. this.bindingNavigatorPositionItem.Text = "0";
  430. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  431. //
  432. // bindingNavigatorSeparator1
  433. //
  434. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  435. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  436. //
  437. // bindingNavigatorMoveNextItem
  438. //
  439. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  440. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  441. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  442. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  443. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  444. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  445. //
  446. // bindingNavigatorMoveLastItem
  447. //
  448. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  449. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  450. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  451. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  452. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  453. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  454. //
  455. // bindingNavigatorSeparator2
  456. //
  457. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  458. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  459. //
  460. // productBindingNavigatorSaveItem
  461. //
  462. this.productBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  463. this.productBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("productBindingNavigatorSaveItem.Image")));
  464. this.productBindingNavigatorSaveItem.Name = "productBindingNavigatorSaveItem";
  465. this.productBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  466. this.productBindingNavigatorSaveItem.Text = "Сохранить данные";
  467. this.productBindingNavigatorSaveItem.Click += new System.EventHandler(this.productBindingNavigatorSaveItem_Click);
  468. //
  469. // button3
  470. //
  471. this.button3.Location = new System.Drawing.Point(24, 113);
  472. this.button3.Name = "button3";
  473. this.button3.Size = new System.Drawing.Size(180, 32);
  474. this.button3.TabIndex = 22;
  475. this.button3.Text = "Сохранить информацию";
  476. this.button3.UseVisualStyleBackColor = true;
  477. this.button3.Click += new System.EventHandler(this.button3_Click);
  478. //
  479. // button2
  480. //
  481. this.button2.Location = new System.Drawing.Point(24, 75);
  482. this.button2.Name = "button2";
  483. this.button2.Size = new System.Drawing.Size(180, 32);
  484. this.button2.TabIndex = 21;
  485. this.button2.Text = "Удалить";
  486. this.button2.UseVisualStyleBackColor = true;
  487. this.button2.Click += new System.EventHandler(this.button2_Click);
  488. //
  489. // button1
  490. //
  491. this.button1.Location = new System.Drawing.Point(24, 37);
  492. this.button1.Name = "button1";
  493. this.button1.Size = new System.Drawing.Size(180, 32);
  494. this.button1.TabIndex = 20;
  495. this.button1.Text = "Добавить ";
  496. this.button1.UseVisualStyleBackColor = true;
  497. this.button1.Click += new System.EventHandler(this.button1_Click);
  498. //
  499. // Добавление_продуктов
  500. //
  501. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  502. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  503. this.ClientSize = new System.Drawing.Size(808, 458);
  504. this.Controls.Add(this.productBindingNavigator);
  505. this.Controls.Add(this.panel1);
  506. this.Name = "Добавление_продуктов";
  507. this.Text = "Добавление_продуктов";
  508. this.Load += new System.EventHandler(this.Добавление_продуктов_Load);
  509. this.panel1.ResumeLayout(false);
  510. this.panel1.PerformLayout();
  511. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  512. ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
  514. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).EndInit();
  515. this.productBindingNavigator.ResumeLayout(false);
  516. this.productBindingNavigator.PerformLayout();
  517. this.ResumeLayout(false);
  518. this.PerformLayout();
  519. }
  520. #endregion
  521. private System.Windows.Forms.Panel panel1;
  522. private System.Windows.Forms.Button button6;
  523. private ИС32ОсадчийDataSet иС32ОсадчийDataSet;
  524. private System.Windows.Forms.BindingSource productBindingSource;
  525. private ИС32ОсадчийDataSetTableAdapters.ProductTableAdapter productTableAdapter;
  526. private ИС32ОсадчийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  527. private System.Windows.Forms.BindingNavigator productBindingNavigator;
  528. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  529. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  530. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  531. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  532. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  533. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  534. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  535. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  536. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  537. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  538. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  539. private System.Windows.Forms.ToolStripButton productBindingNavigatorSaveItem;
  540. private System.Windows.Forms.TextBox productStatusTextBox;
  541. private System.Windows.Forms.TextBox productQuantityInStockTextBox;
  542. private System.Windows.Forms.TextBox productDiscountAmountTextBox;
  543. private System.Windows.Forms.TextBox productCostTextBox;
  544. private System.Windows.Forms.TextBox productManufacturerTextBox;
  545. private System.Windows.Forms.TextBox productCategoryTextBox;
  546. private System.Windows.Forms.TextBox productDescriptionTextBox;
  547. private System.Windows.Forms.TextBox productNameTextBox;
  548. private System.Windows.Forms.TextBox productArticleNumberTextBox;
  549. private System.Windows.Forms.ComboBox comboBox1;
  550. private ИС32ОсадчийDataSetTableAdapters.UserTableAdapter userTableAdapter;
  551. private System.Windows.Forms.BindingSource userBindingSource;
  552. private System.Windows.Forms.Button button3;
  553. private System.Windows.Forms.Button button2;
  554. private System.Windows.Forms.Button button1;
  555. }
  556. }