FSpOd.Designer.cs 25 KB

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