Form5.Designer.cs 27 KB

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