FCeh.Designer.cs 21 KB

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