Form4.Designer.cs 30 KB

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