frmProcess_Items.Designer.cs 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmProcess_Items
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESSID");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NAME_");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DESCRIPTION");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECORDER");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INPUTTIME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISHAVE");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TABLE_NAME");
  38. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("PROCESSID");
  39. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("NAME_");
  40. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("DESCRIPTION");
  41. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RECORDER");
  42. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("INPUTTIME");
  43. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("FLAG");
  44. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ISHAVE");
  45. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TABLE_NAME");
  46. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEMID");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEMNAME");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCLASS");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTTYPE");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECORDER");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INPUTTIME");
  56. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTITEMID");
  57. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTITEMNAME");
  58. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ITEMCLASS");
  59. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTTYPE");
  60. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RECORDER");
  61. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("INPUTTIME");
  62. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  63. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEMID");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEMNAME");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCLASS");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTTYPE");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPERATOR");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INPUTTIME");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMNUM");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UCCHOOSE", 0);
  72. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn15 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTITEMID");
  74. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn16 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTITEMNAME");
  75. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn17 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ITEMCLASS");
  76. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn18 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CRAFTTYPE");
  77. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn19 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("OPERATOR");
  78. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn20 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("INPUTTIME");
  79. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn21 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ITEMNUM");
  80. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn22 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TABLE_NAME");
  81. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn23 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("COMMENTS");
  82. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnQuery");
  83. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnAdd");
  84. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnUpdate");
  85. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnDel");
  86. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnExcel");
  87. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnExit");
  88. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  89. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  90. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  91. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  92. this.ulGridProcess = new Infragistics.Win.UltraWinGrid.UltraGrid();
  93. this.uldtsrcProcess = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  94. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  95. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  96. this.ulcmbTableName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  97. this.ulcmeTableName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  98. this.label9 = new System.Windows.Forms.Label();
  99. this.checkBox1 = new System.Windows.Forms.CheckBox();
  100. this.ulcmeStyle_Process = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  101. this.label8 = new System.Windows.Forms.Label();
  102. this.txtDescription = new System.Windows.Forms.TextBox();
  103. this.label3 = new System.Windows.Forms.Label();
  104. this.txtName = new System.Windows.Forms.TextBox();
  105. this.label2 = new System.Windows.Forms.Label();
  106. this.txtBH = new System.Windows.Forms.TextBox();
  107. this.label1 = new System.Windows.Forms.Label();
  108. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  109. this.ulGridItems = new Infragistics.Win.UltraWinGrid.UltraGrid();
  110. this.uldtsrcItems = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  111. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  112. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  113. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  114. this.label4 = new System.Windows.Forms.Label();
  115. this.ulcmeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  116. this.txtItmeName = new System.Windows.Forms.TextBox();
  117. this.txtID = new System.Windows.Forms.TextBox();
  118. this.label5 = new System.Windows.Forms.Label();
  119. this.label6 = new System.Windows.Forms.Label();
  120. this.label7 = new System.Windows.Forms.Label();
  121. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  122. this.ulGridMain = new Infragistics.Win.UltraWinGrid.UltraGrid();
  123. this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
  124. this.AddItem = new System.Windows.Forms.ToolStripMenuItem();
  125. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  126. this.UpdateItem = new System.Windows.Forms.ToolStripMenuItem();
  127. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  128. this.DelItem = new System.Windows.Forms.ToolStripMenuItem();
  129. this.uldtsrcMain = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  130. this.treeView1 = new System.Windows.Forms.TreeView();
  131. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  132. this.Add = new System.Windows.Forms.ToolStripMenuItem();
  133. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  134. this.Update = new System.Windows.Forms.ToolStripMenuItem();
  135. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  136. this.Del = new System.Windows.Forms.ToolStripMenuItem();
  137. this.uldtsrcTableName = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  138. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  139. this.ulTab = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  140. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  141. this.ultraTabPageControl1.SuspendLayout();
  142. ((System.ComponentModel.ISupportInitialize)(this.ulGridProcess)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.uldtsrcProcess)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  145. this.ultraExpandableGroupBox1.SuspendLayout();
  146. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.ulcmbTableName)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.ulcmeTableName)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.ulcmeStyle_Process)).BeginInit();
  150. this.ultraTabPageControl2.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.ulGridItems)).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.uldtsrcItems)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  154. this.ultraExpandableGroupBox2.SuspendLayout();
  155. this.ultraExpandableGroupBoxPanel2.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.ulcmeType)).BeginInit();
  158. this.ultraTabPageControl3.SuspendLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.ulGridMain)).BeginInit();
  160. this.contextMenuStrip2.SuspendLayout();
  161. ((System.ComponentModel.ISupportInitialize)(this.uldtsrcMain)).BeginInit();
  162. this.contextMenuStrip1.SuspendLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.uldtsrcTableName)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.ulTab)).BeginInit();
  166. this.ulTab.SuspendLayout();
  167. this.SuspendLayout();
  168. //
  169. // ultraTabPageControl1
  170. //
  171. this.ultraTabPageControl1.Controls.Add(this.ulGridProcess);
  172. this.ultraTabPageControl1.Controls.Add(this.ultraExpandableGroupBox1);
  173. this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
  174. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  175. this.ultraTabPageControl1.Size = new System.Drawing.Size(1008, 481);
  176. //
  177. // ulGridProcess
  178. //
  179. this.ulGridProcess.DataSource = this.uldtsrcProcess;
  180. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  181. ultraGridColumn1.Header.Caption = "工序编码";
  182. ultraGridColumn1.Header.VisiblePosition = 0;
  183. ultraGridColumn1.Width = 100;
  184. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  185. ultraGridColumn2.Header.Caption = "工序名称";
  186. ultraGridColumn2.Header.VisiblePosition = 1;
  187. ultraGridColumn2.Width = 89;
  188. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  189. ultraGridColumn3.Header.Caption = "工序说明";
  190. ultraGridColumn3.Header.VisiblePosition = 2;
  191. ultraGridColumn3.Width = 179;
  192. ultraGridColumn4.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  193. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  194. ultraGridColumn4.Header.Caption = "维护人";
  195. ultraGridColumn4.Header.VisiblePosition = 3;
  196. ultraGridColumn4.Width = 77;
  197. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  198. ultraGridColumn5.Header.Caption = "维护时间";
  199. ultraGridColumn5.Header.VisiblePosition = 4;
  200. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  201. ultraGridColumn6.Header.VisiblePosition = 5;
  202. ultraGridColumn6.Hidden = true;
  203. ultraGridColumn7.Header.VisiblePosition = 6;
  204. ultraGridColumn7.Hidden = true;
  205. ultraGridColumn8.Header.Caption = "炼钢作业表名";
  206. ultraGridColumn8.Header.VisiblePosition = 7;
  207. ultraGridBand1.Columns.AddRange(new object[] {
  208. ultraGridColumn1,
  209. ultraGridColumn2,
  210. ultraGridColumn3,
  211. ultraGridColumn4,
  212. ultraGridColumn5,
  213. ultraGridColumn6,
  214. ultraGridColumn7,
  215. ultraGridColumn8});
  216. this.ulGridProcess.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  217. this.ulGridProcess.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.ulGridProcess.Location = new System.Drawing.Point(0, 0);
  219. this.ulGridProcess.Name = "ulGridProcess";
  220. this.ulGridProcess.Size = new System.Drawing.Size(1008, 381);
  221. this.ulGridProcess.TabIndex = 2;
  222. this.ulGridProcess.AfterRowActivate += new System.EventHandler(this.ulGridProcess_AfterRowActivate_1);
  223. //
  224. // uldtsrcProcess
  225. //
  226. this.uldtsrcProcess.Band.Columns.AddRange(new object[] {
  227. ultraDataColumn1,
  228. ultraDataColumn2,
  229. ultraDataColumn3,
  230. ultraDataColumn4,
  231. ultraDataColumn5,
  232. ultraDataColumn6,
  233. ultraDataColumn7,
  234. ultraDataColumn8});
  235. //
  236. // ultraExpandableGroupBox1
  237. //
  238. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  239. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  240. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(788, 145);
  241. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 381);
  242. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  243. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1008, 100);
  244. this.ultraExpandableGroupBox1.TabIndex = 1;
  245. this.ultraExpandableGroupBox1.Text = "编辑区域";
  246. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  247. //
  248. // ultraExpandableGroupBoxPanel1
  249. //
  250. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulcmbTableName);
  251. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulcmeTableName);
  252. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label9);
  253. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.checkBox1);
  254. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulcmeStyle_Process);
  255. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label8);
  256. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtDescription);
  257. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label3);
  258. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtName);
  259. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label2);
  260. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtBH);
  261. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
  262. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  264. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  265. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1004, 78);
  266. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  267. //
  268. // ulcmbTableName
  269. //
  270. this.ulcmbTableName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  271. valueListItem1.DataValue = "LG";
  272. valueListItem1.DisplayText = "炼钢";
  273. valueListItem2.DataValue = "ZG";
  274. valueListItem2.DisplayText = "轧钢";
  275. this.ulcmbTableName.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  276. valueListItem1,
  277. valueListItem2});
  278. this.ulcmbTableName.Location = new System.Drawing.Point(103, 37);
  279. this.ulcmbTableName.Name = "ulcmbTableName";
  280. this.ulcmbTableName.Size = new System.Drawing.Size(145, 21);
  281. this.ulcmbTableName.TabIndex = 21;
  282. //
  283. // ulcmeTableName
  284. //
  285. this.ulcmeTableName.Location = new System.Drawing.Point(864, 8);
  286. this.ulcmeTableName.Name = "ulcmeTableName";
  287. this.ulcmeTableName.Size = new System.Drawing.Size(21, 21);
  288. this.ulcmeTableName.TabIndex = 20;
  289. this.ulcmeTableName.Visible = false;
  290. //
  291. // label9
  292. //
  293. this.label9.AutoSize = true;
  294. this.label9.BackColor = System.Drawing.Color.Transparent;
  295. this.label9.Location = new System.Drawing.Point(8, 40);
  296. this.label9.Name = "label9";
  297. this.label9.Size = new System.Drawing.Size(89, 12);
  298. this.label9.TabIndex = 18;
  299. this.label9.Text = "对应炼钢作业表";
  300. //
  301. // checkBox1
  302. //
  303. this.checkBox1.AutoSize = true;
  304. this.checkBox1.Checked = true;
  305. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  306. this.checkBox1.Location = new System.Drawing.Point(800, 37);
  307. this.checkBox1.Name = "checkBox1";
  308. this.checkBox1.Size = new System.Drawing.Size(72, 16);
  309. this.checkBox1.TabIndex = 17;
  310. this.checkBox1.Text = "有效标志";
  311. this.checkBox1.UseVisualStyleBackColor = true;
  312. //
  313. // ulcmeStyle_Process
  314. //
  315. this.ulcmeStyle_Process.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  316. valueListItem3.DataValue = "炼钢";
  317. valueListItem3.DisplayText = "炼钢";
  318. this.ulcmeStyle_Process.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  319. valueListItem3});
  320. this.ulcmeStyle_Process.Location = new System.Drawing.Point(103, 6);
  321. this.ulcmeStyle_Process.Name = "ulcmeStyle_Process";
  322. this.ulcmeStyle_Process.Size = new System.Drawing.Size(145, 21);
  323. this.ulcmeStyle_Process.TabIndex = 16;
  324. this.ulcmeStyle_Process.ValueChanged += new System.EventHandler(this.ulcmeStyle_Process_ValueChanged);
  325. //
  326. // label8
  327. //
  328. this.label8.AutoSize = true;
  329. this.label8.BackColor = System.Drawing.Color.Transparent;
  330. this.label8.Location = new System.Drawing.Point(44, 10);
  331. this.label8.Name = "label8";
  332. this.label8.Size = new System.Drawing.Size(53, 12);
  333. this.label8.TabIndex = 15;
  334. this.label8.Text = "工序类型";
  335. //
  336. // txtDescription
  337. //
  338. this.txtDescription.Location = new System.Drawing.Point(323, 37);
  339. this.txtDescription.MaxLength = 99;
  340. this.txtDescription.Name = "txtDescription";
  341. this.txtDescription.Size = new System.Drawing.Size(447, 21);
  342. this.txtDescription.TabIndex = 11;
  343. //
  344. // label3
  345. //
  346. this.label3.AutoSize = true;
  347. this.label3.BackColor = System.Drawing.Color.Transparent;
  348. this.label3.Location = new System.Drawing.Point(264, 41);
  349. this.label3.Name = "label3";
  350. this.label3.Size = new System.Drawing.Size(53, 12);
  351. this.label3.TabIndex = 10;
  352. this.label3.Text = "工序说明";
  353. //
  354. // txtName
  355. //
  356. this.txtName.Location = new System.Drawing.Point(525, 8);
  357. this.txtName.MaxLength = 50;
  358. this.txtName.Name = "txtName";
  359. this.txtName.Size = new System.Drawing.Size(245, 21);
  360. this.txtName.TabIndex = 9;
  361. //
  362. // label2
  363. //
  364. this.label2.AutoSize = true;
  365. this.label2.BackColor = System.Drawing.Color.Transparent;
  366. this.label2.Location = new System.Drawing.Point(469, 12);
  367. this.label2.Name = "label2";
  368. this.label2.Size = new System.Drawing.Size(53, 12);
  369. this.label2.TabIndex = 8;
  370. this.label2.Text = "工序名称";
  371. //
  372. // txtBH
  373. //
  374. this.txtBH.Location = new System.Drawing.Point(323, 8);
  375. this.txtBH.MaxLength = 20;
  376. this.txtBH.Name = "txtBH";
  377. this.txtBH.Size = new System.Drawing.Size(120, 21);
  378. this.txtBH.TabIndex = 7;
  379. //
  380. // label1
  381. //
  382. this.label1.AutoSize = true;
  383. this.label1.BackColor = System.Drawing.Color.Transparent;
  384. this.label1.Location = new System.Drawing.Point(264, 11);
  385. this.label1.Name = "label1";
  386. this.label1.Size = new System.Drawing.Size(53, 12);
  387. this.label1.TabIndex = 6;
  388. this.label1.Text = "工序编码";
  389. //
  390. // ultraTabPageControl2
  391. //
  392. this.ultraTabPageControl2.Controls.Add(this.ulGridItems);
  393. this.ultraTabPageControl2.Controls.Add(this.ultraExpandableGroupBox2);
  394. this.ultraTabPageControl2.Location = new System.Drawing.Point(2, 2);
  395. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  396. this.ultraTabPageControl2.Size = new System.Drawing.Size(1008, 481);
  397. //
  398. // ulGridItems
  399. //
  400. this.ulGridItems.DataSource = this.uldtsrcItems;
  401. ultraGridColumn9.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  402. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  403. ultraGridColumn9.Header.Caption = "工艺参数编码";
  404. ultraGridColumn9.Header.VisiblePosition = 1;
  405. ultraGridColumn9.Width = 122;
  406. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  407. ultraGridColumn10.Header.Caption = "工艺参数名称";
  408. ultraGridColumn10.Header.VisiblePosition = 2;
  409. ultraGridColumn10.Width = 300;
  410. ultraGridColumn11.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  411. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  412. ultraGridColumn11.Header.Caption = "工艺参数类型";
  413. ultraGridColumn11.Header.VisiblePosition = 3;
  414. ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  415. ultraGridColumn11.Width = 127;
  416. ultraGridColumn12.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  417. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  418. ultraGridColumn12.Header.Caption = "工艺类型";
  419. ultraGridColumn12.Header.VisiblePosition = 0;
  420. ultraGridColumn12.Width = 97;
  421. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  422. ultraGridColumn13.Header.Caption = "维护人";
  423. ultraGridColumn13.Header.VisiblePosition = 4;
  424. ultraGridColumn13.Width = 90;
  425. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  426. ultraGridColumn14.Format = "yyyy-MM-dd HH:mm";
  427. ultraGridColumn14.Header.Caption = "维护时间";
  428. ultraGridColumn14.Header.VisiblePosition = 5;
  429. ultraGridColumn14.Width = 149;
  430. ultraGridBand2.Columns.AddRange(new object[] {
  431. ultraGridColumn9,
  432. ultraGridColumn10,
  433. ultraGridColumn11,
  434. ultraGridColumn12,
  435. ultraGridColumn13,
  436. ultraGridColumn14});
  437. this.ulGridItems.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  438. this.ulGridItems.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  439. this.ulGridItems.Dock = System.Windows.Forms.DockStyle.Fill;
  440. this.ulGridItems.Location = new System.Drawing.Point(0, 0);
  441. this.ulGridItems.Name = "ulGridItems";
  442. this.ulGridItems.Size = new System.Drawing.Size(1008, 391);
  443. this.ulGridItems.TabIndex = 6;
  444. this.ulGridItems.Text = "ultraGrid2";
  445. this.ulGridItems.AfterRowActivate += new System.EventHandler(this.ulGridItems_AfterRowActivate);
  446. //
  447. // uldtsrcItems
  448. //
  449. this.uldtsrcItems.Band.Columns.AddRange(new object[] {
  450. ultraDataColumn9,
  451. ultraDataColumn10,
  452. ultraDataColumn11,
  453. ultraDataColumn12,
  454. ultraDataColumn13,
  455. ultraDataColumn14});
  456. //
  457. // ultraExpandableGroupBox2
  458. //
  459. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  460. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  461. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(1008, 69);
  462. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 391);
  463. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  464. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(1008, 90);
  465. this.ultraExpandableGroupBox2.TabIndex = 7;
  466. this.ultraExpandableGroupBox2.Text = "编辑区域";
  467. this.ultraExpandableGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  468. //
  469. // ultraExpandableGroupBoxPanel2
  470. //
  471. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraComboEditor1);
  472. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label4);
  473. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ulcmeType);
  474. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtItmeName);
  475. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtID);
  476. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label5);
  477. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label6);
  478. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label7);
  479. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  480. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(2, 20);
  481. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  482. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1004, 68);
  483. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  484. //
  485. // ultraComboEditor1
  486. //
  487. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  488. valueListItem5.DataValue = "炼钢";
  489. valueListItem5.DisplayText = "炼钢";
  490. this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  491. valueListItem5});
  492. this.ultraComboEditor1.Location = new System.Drawing.Point(64, 23);
  493. this.ultraComboEditor1.Name = "ultraComboEditor1";
  494. this.ultraComboEditor1.Size = new System.Drawing.Size(93, 21);
  495. this.ultraComboEditor1.TabIndex = 18;
  496. //
  497. // label4
  498. //
  499. this.label4.AutoSize = true;
  500. this.label4.BackColor = System.Drawing.Color.Transparent;
  501. this.label4.Location = new System.Drawing.Point(8, 28);
  502. this.label4.Name = "label4";
  503. this.label4.Size = new System.Drawing.Size(53, 12);
  504. this.label4.TabIndex = 17;
  505. this.label4.Text = "工艺类型";
  506. //
  507. // ulcmeType
  508. //
  509. this.ulcmeType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  510. this.ulcmeType.Location = new System.Drawing.Point(822, 23);
  511. this.ulcmeType.Name = "ulcmeType";
  512. this.ulcmeType.Size = new System.Drawing.Size(116, 21);
  513. this.ulcmeType.TabIndex = 6;
  514. //
  515. // txtItmeName
  516. //
  517. this.txtItmeName.Location = new System.Drawing.Point(437, 23);
  518. this.txtItmeName.Name = "txtItmeName";
  519. this.txtItmeName.Size = new System.Drawing.Size(287, 21);
  520. this.txtItmeName.TabIndex = 5;
  521. //
  522. // txtID
  523. //
  524. this.txtID.Location = new System.Drawing.Point(251, 23);
  525. this.txtID.MaxLength = 10;
  526. this.txtID.Name = "txtID";
  527. this.txtID.Size = new System.Drawing.Size(100, 21);
  528. this.txtID.TabIndex = 4;
  529. //
  530. // label5
  531. //
  532. this.label5.AutoSize = true;
  533. this.label5.Location = new System.Drawing.Point(751, 27);
  534. this.label5.Name = "label5";
  535. this.label5.Size = new System.Drawing.Size(65, 12);
  536. this.label5.TabIndex = 2;
  537. this.label5.Text = "参数项类型";
  538. //
  539. // label6
  540. //
  541. this.label6.AutoSize = true;
  542. this.label6.Location = new System.Drawing.Point(371, 27);
  543. this.label6.Name = "label6";
  544. this.label6.Size = new System.Drawing.Size(65, 12);
  545. this.label6.TabIndex = 1;
  546. this.label6.Text = "参数项名称";
  547. //
  548. // label7
  549. //
  550. this.label7.AutoSize = true;
  551. this.label7.Location = new System.Drawing.Point(185, 27);
  552. this.label7.Name = "label7";
  553. this.label7.Size = new System.Drawing.Size(65, 12);
  554. this.label7.TabIndex = 0;
  555. this.label7.Text = "参数项编码";
  556. //
  557. // ultraTabPageControl3
  558. //
  559. this.ultraTabPageControl3.Controls.Add(this.ulGridMain);
  560. this.ultraTabPageControl3.Controls.Add(this.treeView1);
  561. this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
  562. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  563. this.ultraTabPageControl3.Size = new System.Drawing.Size(1008, 481);
  564. //
  565. // ulGridMain
  566. //
  567. this.ulGridMain.ContextMenuStrip = this.contextMenuStrip2;
  568. this.ulGridMain.DataSource = this.uldtsrcMain;
  569. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  570. ultraGridColumn15.Header.Caption = "工艺参数编码";
  571. ultraGridColumn15.Header.VisiblePosition = 1;
  572. ultraGridColumn15.Width = 102;
  573. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  574. ultraGridColumn16.Header.Caption = "工艺参数说明";
  575. ultraGridColumn16.Header.VisiblePosition = 2;
  576. ultraGridColumn16.Width = 124;
  577. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  578. ultraGridColumn17.Header.Caption = "参数类型";
  579. ultraGridColumn17.Header.VisiblePosition = 3;
  580. ultraGridColumn17.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  581. ultraGridColumn17.Width = 59;
  582. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  583. ultraGridColumn18.Header.Caption = "工艺类型";
  584. ultraGridColumn18.Header.VisiblePosition = 4;
  585. ultraGridColumn18.Hidden = true;
  586. ultraGridColumn18.Width = 83;
  587. ultraGridColumn19.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  588. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  589. ultraGridColumn19.Header.Caption = "维护人";
  590. ultraGridColumn19.Header.VisiblePosition = 6;
  591. ultraGridColumn19.Width = 97;
  592. ultraGridColumn20.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  593. ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  594. ultraGridColumn20.Header.Caption = "维护时间";
  595. ultraGridColumn20.Header.VisiblePosition = 7;
  596. ultraGridColumn20.Width = 153;
  597. ultraGridColumn21.DefaultCellValue = "1";
  598. ultraGridColumn21.Header.Caption = "维护个数";
  599. ultraGridColumn21.Header.VisiblePosition = 5;
  600. ultraGridColumn21.MaskInput = "nnnnn";
  601. ultraGridColumn21.MaxValue = 99;
  602. ultraGridColumn21.MinValue = 1;
  603. ultraGridColumn21.Width = 43;
  604. ultraGridColumn22.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  605. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  606. ultraGridColumn22.CellAppearance = appearance1;
  607. ultraGridColumn22.DataType = typeof(bool);
  608. ultraGridColumn22.DefaultCellValue = false;
  609. ultraGridColumn22.Header.Caption = "选择";
  610. ultraGridColumn22.Header.VisiblePosition = 0;
  611. ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  612. ultraGridColumn22.Width = 49;
  613. ultraGridBand3.Columns.AddRange(new object[] {
  614. ultraGridColumn15,
  615. ultraGridColumn16,
  616. ultraGridColumn17,
  617. ultraGridColumn18,
  618. ultraGridColumn19,
  619. ultraGridColumn20,
  620. ultraGridColumn21,
  621. ultraGridColumn22});
  622. this.ulGridMain.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  623. this.ulGridMain.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  624. this.ulGridMain.Dock = System.Windows.Forms.DockStyle.Fill;
  625. this.ulGridMain.Location = new System.Drawing.Point(344, 0);
  626. this.ulGridMain.Name = "ulGridMain";
  627. this.ulGridMain.Size = new System.Drawing.Size(664, 481);
  628. this.ulGridMain.TabIndex = 18;
  629. this.ulGridMain.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ulGrid_InitializeRow);
  630. //
  631. // contextMenuStrip2
  632. //
  633. this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  634. this.AddItem,
  635. this.toolStripSeparator1,
  636. this.UpdateItem,
  637. this.toolStripSeparator2,
  638. this.DelItem});
  639. this.contextMenuStrip2.Name = "contextMenuStrip2";
  640. this.contextMenuStrip2.Size = new System.Drawing.Size(195, 82);
  641. this.contextMenuStrip2.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip2_ItemClicked);
  642. //
  643. // AddItem
  644. //
  645. this.AddItem.Name = "AddItem";
  646. this.AddItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
  647. this.AddItem.Size = new System.Drawing.Size(194, 22);
  648. this.AddItem.Text = "增加工艺参数";
  649. //
  650. // toolStripSeparator1
  651. //
  652. this.toolStripSeparator1.Name = "toolStripSeparator1";
  653. this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6);
  654. //
  655. // UpdateItem
  656. //
  657. this.UpdateItem.Name = "UpdateItem";
  658. this.UpdateItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
  659. this.UpdateItem.Size = new System.Drawing.Size(194, 22);
  660. this.UpdateItem.Text = "修改工艺参数";
  661. //
  662. // toolStripSeparator2
  663. //
  664. this.toolStripSeparator2.Name = "toolStripSeparator2";
  665. this.toolStripSeparator2.Size = new System.Drawing.Size(191, 6);
  666. //
  667. // DelItem
  668. //
  669. this.DelItem.Name = "DelItem";
  670. this.DelItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
  671. this.DelItem.Size = new System.Drawing.Size(194, 22);
  672. this.DelItem.Text = "删除工艺参数";
  673. //
  674. // uldtsrcMain
  675. //
  676. this.uldtsrcMain.Band.Columns.AddRange(new object[] {
  677. ultraDataColumn15,
  678. ultraDataColumn16,
  679. ultraDataColumn17,
  680. ultraDataColumn18,
  681. ultraDataColumn19,
  682. ultraDataColumn20,
  683. ultraDataColumn21});
  684. //
  685. // treeView1
  686. //
  687. this.treeView1.BackColor = System.Drawing.Color.WhiteSmoke;
  688. this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
  689. this.treeView1.Cursor = System.Windows.Forms.Cursors.Arrow;
  690. this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
  691. this.treeView1.FullRowSelect = true;
  692. this.treeView1.HideSelection = false;
  693. this.treeView1.HotTracking = true;
  694. this.treeView1.LineColor = System.Drawing.Color.Blue;
  695. this.treeView1.Location = new System.Drawing.Point(0, 0);
  696. this.treeView1.Name = "treeView1";
  697. this.treeView1.Size = new System.Drawing.Size(344, 481);
  698. this.treeView1.TabIndex = 19;
  699. this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
  700. //
  701. // contextMenuStrip1
  702. //
  703. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  704. this.Add,
  705. this.toolStripSeparator3,
  706. this.Update,
  707. this.toolStripSeparator4,
  708. this.Del});
  709. this.contextMenuStrip1.Name = "contextMenuStrip1";
  710. this.contextMenuStrip1.Size = new System.Drawing.Size(171, 82);
  711. this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
  712. //
  713. // Add
  714. //
  715. this.Add.Name = "Add";
  716. this.Add.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
  717. this.Add.Size = new System.Drawing.Size(170, 22);
  718. this.Add.Text = "增加工序";
  719. //
  720. // toolStripSeparator3
  721. //
  722. this.toolStripSeparator3.Name = "toolStripSeparator3";
  723. this.toolStripSeparator3.Size = new System.Drawing.Size(167, 6);
  724. //
  725. // Update
  726. //
  727. this.Update.Name = "Update";
  728. this.Update.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
  729. this.Update.Size = new System.Drawing.Size(170, 22);
  730. this.Update.Text = "修改工序";
  731. //
  732. // toolStripSeparator4
  733. //
  734. this.toolStripSeparator4.Name = "toolStripSeparator4";
  735. this.toolStripSeparator4.Size = new System.Drawing.Size(167, 6);
  736. //
  737. // Del
  738. //
  739. this.Del.Name = "Del";
  740. this.Del.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
  741. this.Del.Size = new System.Drawing.Size(170, 22);
  742. this.Del.Text = "删除工序";
  743. //
  744. // uldtsrcTableName
  745. //
  746. this.uldtsrcTableName.Band.Columns.AddRange(new object[] {
  747. ultraDataColumn22,
  748. ultraDataColumn23});
  749. //
  750. // ultraToolbarsManager1
  751. //
  752. this.ultraToolbarsManager1.DesignerFlags = 1;
  753. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  754. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  755. buttonTool7.SharedPropsInternal.Caption = "刷新(&Q)";
  756. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  757. buttonTool8.SharedPropsInternal.Caption = "增加(&A)";
  758. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  759. buttonTool9.SharedPropsInternal.Caption = "修改(&U)";
  760. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  761. buttonTool10.SharedPropsInternal.Caption = "删除(&D)";
  762. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  763. buttonTool11.SharedPropsInternal.Caption = "导出(&P)";
  764. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  765. buttonTool12.SharedPropsInternal.Caption = "关闭(&C)";
  766. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  767. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  768. buttonTool7,
  769. buttonTool8,
  770. buttonTool9,
  771. buttonTool10,
  772. buttonTool11,
  773. buttonTool12});
  774. //
  775. // ulTab
  776. //
  777. this.ulTab.Controls.Add(this.ultraTabSharedControlsPage1);
  778. this.ulTab.Controls.Add(this.ultraTabPageControl1);
  779. this.ulTab.Controls.Add(this.ultraTabPageControl2);
  780. this.ulTab.Controls.Add(this.ultraTabPageControl3);
  781. this.ulTab.Dock = System.Windows.Forms.DockStyle.Fill;
  782. this.ulTab.Location = new System.Drawing.Point(0, 0);
  783. this.ulTab.Name = "ulTab";
  784. this.ulTab.SharedControlsPage = this.ultraTabSharedControlsPage1;
  785. this.ulTab.Size = new System.Drawing.Size(1012, 507);
  786. this.ulTab.TabIndex = 1;
  787. this.ulTab.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
  788. ultraTab1.Key = "ulTabProcess";
  789. ultraTab1.TabPage = this.ultraTabPageControl1;
  790. ultraTab1.Text = "工序管理";
  791. ultraTab2.Key = "ulTabItems";
  792. ultraTab2.TabPage = this.ultraTabPageControl2;
  793. ultraTab2.Text = "工艺参数管理";
  794. ultraTab3.Key = "ulTabSet";
  795. ultraTab3.TabPage = this.ultraTabPageControl3;
  796. ultraTab3.Text = "工序与工艺参数管理";
  797. this.ulTab.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  798. ultraTab1,
  799. ultraTab2,
  800. ultraTab3});
  801. this.ulTab.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2003;
  802. this.ulTab.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ulTab_SelectedTabChanged);
  803. //
  804. // ultraTabSharedControlsPage1
  805. //
  806. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  807. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  808. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1008, 481);
  809. //
  810. // frmProcess_Items
  811. //
  812. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  813. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  814. this.ClientSize = new System.Drawing.Size(1012, 507);
  815. this.Controls.Add(this.ulTab);
  816. this.Name = "frmProcess_Items";
  817. this.Text = "工序与工艺参数管理";
  818. this.Load += new System.EventHandler(this.frmProcess_Items_Load);
  819. this.ultraTabPageControl1.ResumeLayout(false);
  820. ((System.ComponentModel.ISupportInitialize)(this.ulGridProcess)).EndInit();
  821. ((System.ComponentModel.ISupportInitialize)(this.uldtsrcProcess)).EndInit();
  822. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  823. this.ultraExpandableGroupBox1.ResumeLayout(false);
  824. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  825. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  826. ((System.ComponentModel.ISupportInitialize)(this.ulcmbTableName)).EndInit();
  827. ((System.ComponentModel.ISupportInitialize)(this.ulcmeTableName)).EndInit();
  828. ((System.ComponentModel.ISupportInitialize)(this.ulcmeStyle_Process)).EndInit();
  829. this.ultraTabPageControl2.ResumeLayout(false);
  830. ((System.ComponentModel.ISupportInitialize)(this.ulGridItems)).EndInit();
  831. ((System.ComponentModel.ISupportInitialize)(this.uldtsrcItems)).EndInit();
  832. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  833. this.ultraExpandableGroupBox2.ResumeLayout(false);
  834. this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
  835. this.ultraExpandableGroupBoxPanel2.PerformLayout();
  836. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  837. ((System.ComponentModel.ISupportInitialize)(this.ulcmeType)).EndInit();
  838. this.ultraTabPageControl3.ResumeLayout(false);
  839. ((System.ComponentModel.ISupportInitialize)(this.ulGridMain)).EndInit();
  840. this.contextMenuStrip2.ResumeLayout(false);
  841. ((System.ComponentModel.ISupportInitialize)(this.uldtsrcMain)).EndInit();
  842. this.contextMenuStrip1.ResumeLayout(false);
  843. ((System.ComponentModel.ISupportInitialize)(this.uldtsrcTableName)).EndInit();
  844. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  845. ((System.ComponentModel.ISupportInitialize)(this.ulTab)).EndInit();
  846. this.ulTab.ResumeLayout(false);
  847. this.ResumeLayout(false);
  848. }
  849. #endregion
  850. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  851. private Infragistics.Win.UltraWinTabControl.UltraTabControl ulTab;
  852. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  853. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  854. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  855. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  856. private Infragistics.Win.UltraWinDataSource.UltraDataSource uldtsrcProcess;
  857. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  858. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  859. private System.Windows.Forms.TextBox txtDescription;
  860. private System.Windows.Forms.Label label3;
  861. private System.Windows.Forms.TextBox txtName;
  862. private System.Windows.Forms.Label label2;
  863. private System.Windows.Forms.TextBox txtBH;
  864. private System.Windows.Forms.Label label1;
  865. private Infragistics.Win.UltraWinGrid.UltraGrid ulGridItems;
  866. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  867. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  868. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmeType;
  869. private System.Windows.Forms.TextBox txtItmeName;
  870. private System.Windows.Forms.TextBox txtID;
  871. private System.Windows.Forms.Label label5;
  872. private System.Windows.Forms.Label label6;
  873. private System.Windows.Forms.Label label7;
  874. private Infragistics.Win.UltraWinGrid.UltraGrid ulGridMain;
  875. private System.Windows.Forms.TreeView treeView1;
  876. private Infragistics.Win.UltraWinDataSource.UltraDataSource uldtsrcItems;
  877. private Infragistics.Win.UltraWinDataSource.UltraDataSource uldtsrcMain;
  878. private Infragistics.Win.UltraWinDataSource.UltraDataSource uldtsrcTableName;
  879. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmeStyle_Process;
  880. private System.Windows.Forms.Label label8;
  881. private System.Windows.Forms.CheckBox checkBox1;
  882. private Infragistics.Win.UltraWinGrid.UltraGrid ulGridProcess;
  883. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  884. private System.Windows.Forms.Label label4;
  885. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmeTableName;
  886. private System.Windows.Forms.Label label9;
  887. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcmbTableName;
  888. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  889. private System.Windows.Forms.ToolStripMenuItem Add;
  890. private System.Windows.Forms.ToolStripMenuItem Update;
  891. private System.Windows.Forms.ToolStripMenuItem Del;
  892. private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
  893. private System.Windows.Forms.ToolStripMenuItem AddItem;
  894. private System.Windows.Forms.ToolStripMenuItem UpdateItem;
  895. private System.Windows.Forms.ToolStripMenuItem DelItem;
  896. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  897. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  898. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  899. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  900. }
  901. }