FCeh.Designer.cs 25 KB

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