Form3.Designer.cs 28 KB

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