FrmProcessParameters.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmProcessParameters
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_CODE", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEM_DESC");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEM_TYPE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEM_LV");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFTITEM_LVNAME");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESS_CODE");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESS_DESC");
  46. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  58. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  59. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  65. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  66. this.dataSet1 = new System.Data.DataSet();
  67. this.dataTable1 = new System.Data.DataTable();
  68. this.dataColumn1 = new System.Data.DataColumn();
  69. this.dataColumn2 = new System.Data.DataColumn();
  70. this.dataColumn3 = new System.Data.DataColumn();
  71. this.dataColumn4 = new System.Data.DataColumn();
  72. this.dataColumn5 = new System.Data.DataColumn();
  73. this.dataColumn6 = new System.Data.DataColumn();
  74. this.dataColumn7 = new System.Data.DataColumn();
  75. this.dataColumn8 = new System.Data.DataColumn();
  76. this.dataColumn9 = new System.Data.DataColumn();
  77. this.dataColumn10 = new System.Data.DataColumn();
  78. this.dataColumn11 = new System.Data.DataColumn();
  79. this.dataColumn12 = new System.Data.DataColumn();
  80. this.dataColumn13 = new System.Data.DataColumn();
  81. this.dataColumn14 = new System.Data.DataColumn();
  82. this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  83. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  84. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  85. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  86. this.cmbStyleName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  87. this.cmbParamType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  88. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  89. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  90. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  91. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  92. this.txtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  93. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  94. this.panel2 = new System.Windows.Forms.Panel();
  95. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  96. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  97. this.txtTitleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  98. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  99. this.dataColumn15 = new System.Data.DataColumn();
  100. this.dataColumn16 = new System.Data.DataColumn();
  101. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  102. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  103. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  105. this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  108. this.ultraExpandableGroupBox1.SuspendLayout();
  109. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.cmbStyleName)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.cmbParamType)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
  114. this.panel2.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).BeginInit();
  118. this.FrmBase_Fill_Panel.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  120. this.SuspendLayout();
  121. //
  122. // dataSet1
  123. //
  124. this.dataSet1.DataSetName = "NewDataSet";
  125. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  126. this.dataTable1});
  127. //
  128. // dataTable1
  129. //
  130. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  131. this.dataColumn1,
  132. this.dataColumn2,
  133. this.dataColumn3,
  134. this.dataColumn4,
  135. this.dataColumn5,
  136. this.dataColumn6,
  137. this.dataColumn7,
  138. this.dataColumn8,
  139. this.dataColumn9,
  140. this.dataColumn10,
  141. this.dataColumn11,
  142. this.dataColumn12,
  143. this.dataColumn13,
  144. this.dataColumn14,
  145. this.dataColumn15,
  146. this.dataColumn16});
  147. this.dataTable1.TableName = "Table1";
  148. //
  149. // dataColumn1
  150. //
  151. this.dataColumn1.Caption = "工艺参数代码";
  152. this.dataColumn1.ColumnName = "CRAFT_CODE";
  153. //
  154. // dataColumn2
  155. //
  156. this.dataColumn2.Caption = "工艺参数描述";
  157. this.dataColumn2.ColumnName = "CRAFTITEM_DESC";
  158. //
  159. // dataColumn3
  160. //
  161. this.dataColumn3.Caption = "工艺参数类型";
  162. this.dataColumn3.ColumnName = "CRAFTITEM_TYPE";
  163. //
  164. // dataColumn4
  165. //
  166. this.dataColumn4.Caption = "工艺参数级别";
  167. this.dataColumn4.ColumnName = "CRAFTITEM_LV";
  168. //
  169. // dataColumn5
  170. //
  171. this.dataColumn5.Caption = "创建人";
  172. this.dataColumn5.ColumnName = "CREATE_NAME";
  173. //
  174. // dataColumn6
  175. //
  176. this.dataColumn6.Caption = "创建时间";
  177. this.dataColumn6.ColumnName = "CREATE_TIME";
  178. //
  179. // dataColumn7
  180. //
  181. this.dataColumn7.Caption = "修改人";
  182. this.dataColumn7.ColumnName = "UPDATE_NAME";
  183. //
  184. // dataColumn8
  185. //
  186. this.dataColumn8.Caption = "修改时间";
  187. this.dataColumn8.ColumnName = "UPDATE_TIME";
  188. //
  189. // dataColumn9
  190. //
  191. this.dataColumn9.Caption = "删除人";
  192. this.dataColumn9.ColumnName = "DELETE_NAME";
  193. //
  194. // dataColumn10
  195. //
  196. this.dataColumn10.Caption = "删除时间";
  197. this.dataColumn10.ColumnName = "DELETE_TIME";
  198. //
  199. // dataColumn11
  200. //
  201. this.dataColumn11.Caption = "VALIDFLAG";
  202. this.dataColumn11.ColumnMapping = System.Data.MappingType.Hidden;
  203. this.dataColumn11.ColumnName = "VALIDFLAG";
  204. //
  205. // dataColumn12
  206. //
  207. this.dataColumn12.Caption = "备注";
  208. this.dataColumn12.ColumnName = "MEMO";
  209. //
  210. // dataColumn13
  211. //
  212. this.dataColumn13.Caption = "有效标识";
  213. this.dataColumn13.ColumnName = "VALIDFLAGNAME";
  214. //
  215. // dataColumn14
  216. //
  217. this.dataColumn14.Caption = "工艺参数级别";
  218. this.dataColumn14.ColumnName = "CRAFTITEM_LVNAME";
  219. //
  220. // FrmBase_Fill_Panel_Fill_Panel
  221. //
  222. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.ultraGrid1);
  223. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.ultraExpandableGroupBox1);
  224. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.panel2);
  225. this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  226. this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  228. this.FrmBase_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  229. this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
  230. this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1816, 565);
  231. this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
  232. //
  233. // ultraGrid1
  234. //
  235. this.ultraGrid1.DataMember = "Table1";
  236. this.ultraGrid1.DataSource = this.dataSet1;
  237. appearance14.BackColor = System.Drawing.SystemColors.Window;
  238. appearance14.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  239. this.ultraGrid1.DisplayLayout.Appearance = appearance14;
  240. ultraGridColumn1.Header.VisiblePosition = 0;
  241. ultraGridColumn2.Header.VisiblePosition = 1;
  242. ultraGridColumn3.Header.VisiblePosition = 2;
  243. ultraGridColumn4.Header.VisiblePosition = 3;
  244. ultraGridColumn4.Hidden = true;
  245. ultraGridColumn5.Header.VisiblePosition = 8;
  246. ultraGridColumn6.Header.VisiblePosition = 9;
  247. ultraGridColumn7.Header.VisiblePosition = 10;
  248. ultraGridColumn8.Header.VisiblePosition = 11;
  249. ultraGridColumn9.Header.VisiblePosition = 12;
  250. ultraGridColumn10.Header.VisiblePosition = 13;
  251. ultraGridColumn11.Header.VisiblePosition = 14;
  252. ultraGridColumn11.Hidden = true;
  253. ultraGridColumn12.Header.VisiblePosition = 7;
  254. ultraGridColumn13.Header.VisiblePosition = 6;
  255. ultraGridColumn14.Header.VisiblePosition = 4;
  256. ultraGridColumn15.Header.VisiblePosition = 15;
  257. ultraGridColumn15.Hidden = true;
  258. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  259. ultraGridColumn16.Header.VisiblePosition = 5;
  260. ultraGridBand1.Columns.AddRange(new object[] {
  261. ultraGridColumn1,
  262. ultraGridColumn2,
  263. ultraGridColumn3,
  264. ultraGridColumn4,
  265. ultraGridColumn5,
  266. ultraGridColumn6,
  267. ultraGridColumn7,
  268. ultraGridColumn8,
  269. ultraGridColumn9,
  270. ultraGridColumn10,
  271. ultraGridColumn11,
  272. ultraGridColumn12,
  273. ultraGridColumn13,
  274. ultraGridColumn14,
  275. ultraGridColumn15,
  276. ultraGridColumn16});
  277. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  278. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  279. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  280. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  281. appearance16.BackColor = System.Drawing.SystemColors.ActiveBorder;
  282. appearance16.BackColor2 = System.Drawing.SystemColors.ControlDark;
  283. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  284. appearance16.BorderColor = System.Drawing.SystemColors.Window;
  285. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance16;
  286. appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
  287. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance17;
  288. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  289. appearance19.BackColor = System.Drawing.SystemColors.ControlLightLight;
  290. appearance19.BackColor2 = System.Drawing.SystemColors.Control;
  291. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  292. appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
  293. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance19;
  294. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  295. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  296. appearance20.BackColor = System.Drawing.SystemColors.Window;
  297. appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
  298. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance20;
  299. appearance21.BackColor = System.Drawing.SystemColors.Highlight;
  300. appearance21.ForeColor = System.Drawing.SystemColors.HighlightText;
  301. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance21;
  302. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  303. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  304. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  305. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  306. appearance22.BackColor = System.Drawing.SystemColors.Window;
  307. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance22;
  308. appearance23.BorderColor = System.Drawing.Color.Silver;
  309. appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  310. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance23;
  311. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  312. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  313. appearance24.BackColor = System.Drawing.SystemColors.Control;
  314. appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
  315. appearance24.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  316. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  317. appearance24.BorderColor = System.Drawing.SystemColors.Window;
  318. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance24;
  319. appearance25.TextHAlignAsString = "Left";
  320. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance25;
  321. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  322. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  323. appearance26.BackColor = System.Drawing.SystemColors.Window;
  324. appearance26.BorderColor = System.Drawing.Color.Silver;
  325. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance26;
  326. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  327. appearance27.BackColor = System.Drawing.SystemColors.ControlLight;
  328. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance27;
  329. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  330. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  331. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  332. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  333. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.ultraGrid1.Location = new System.Drawing.Point(0, 54);
  335. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  336. this.ultraGrid1.Name = "ultraGrid1";
  337. this.ultraGrid1.Size = new System.Drawing.Size(1816, 393);
  338. this.ultraGrid1.TabIndex = 21;
  339. this.ultraGrid1.Text = "ultraGrid1";
  340. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  341. //
  342. // ultraExpandableGroupBox1
  343. //
  344. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  345. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  346. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1816, 118);
  347. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 447);
  348. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  349. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  350. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1816, 118);
  351. this.ultraExpandableGroupBox1.TabIndex = 20;
  352. this.ultraExpandableGroupBox1.Text = "编辑区域";
  353. //
  354. // ultraExpandableGroupBoxPanel1
  355. //
  356. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor1);
  357. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  358. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbStyleName);
  359. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbParamType);
  360. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  361. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
  362. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  363. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  364. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtName);
  365. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  366. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  367. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  368. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  369. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  370. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1810, 94);
  371. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  372. //
  373. // cmbStyleName
  374. //
  375. this.cmbStyleName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  376. valueListItem3.DataValue = "A";
  377. valueListItem3.DisplayText = "一级";
  378. valueListItem4.DataValue = "B";
  379. valueListItem4.DisplayText = "二级";
  380. this.cmbStyleName.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  381. valueListItem3,
  382. valueListItem4});
  383. this.cmbStyleName.Location = new System.Drawing.Point(733, 16);
  384. this.cmbStyleName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  385. this.cmbStyleName.Name = "cmbStyleName";
  386. this.cmbStyleName.Size = new System.Drawing.Size(192, 24);
  387. this.cmbStyleName.TabIndex = 4;
  388. //
  389. // cmbParamType
  390. //
  391. this.cmbParamType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  392. this.cmbParamType.Location = new System.Drawing.Point(429, 18);
  393. this.cmbParamType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  394. this.cmbParamType.Name = "cmbParamType";
  395. this.cmbParamType.Size = new System.Drawing.Size(192, 24);
  396. this.cmbParamType.TabIndex = 3;
  397. //
  398. // ultraLabel2
  399. //
  400. appearance13.TextHAlignAsString = "Center";
  401. appearance13.TextVAlignAsString = "Middle";
  402. this.ultraLabel2.Appearance = appearance13;
  403. this.ultraLabel2.Location = new System.Drawing.Point(629, 18);
  404. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  405. this.ultraLabel2.Name = "ultraLabel2";
  406. this.ultraLabel2.Size = new System.Drawing.Size(105, 28);
  407. this.ultraLabel2.TabIndex = 11;
  408. this.ultraLabel2.Text = "工艺参数级别";
  409. //
  410. // txtMemo
  411. //
  412. this.txtMemo.Location = new System.Drawing.Point(429, 48);
  413. this.txtMemo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  414. this.txtMemo.MaxLength = 100;
  415. this.txtMemo.Name = "txtMemo";
  416. this.txtMemo.Size = new System.Drawing.Size(496, 24);
  417. this.txtMemo.TabIndex = 5;
  418. //
  419. // ultraLabel6
  420. //
  421. appearance43.TextHAlignAsString = "Center";
  422. appearance43.TextVAlignAsString = "Middle";
  423. this.ultraLabel6.Appearance = appearance43;
  424. this.ultraLabel6.Location = new System.Drawing.Point(384, 48);
  425. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  426. this.ultraLabel6.Name = "ultraLabel6";
  427. this.ultraLabel6.Size = new System.Drawing.Size(40, 29);
  428. this.ultraLabel6.TabIndex = 8;
  429. this.ultraLabel6.Text = "备注";
  430. //
  431. // ultraLabel5
  432. //
  433. appearance42.TextHAlignAsString = "Center";
  434. appearance42.TextVAlignAsString = "Middle";
  435. this.ultraLabel5.Appearance = appearance42;
  436. this.ultraLabel5.Location = new System.Drawing.Point(323, 18);
  437. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  438. this.ultraLabel5.Name = "ultraLabel5";
  439. this.ultraLabel5.Size = new System.Drawing.Size(107, 29);
  440. this.ultraLabel5.TabIndex = 6;
  441. this.ultraLabel5.Text = "工艺参数类型";
  442. //
  443. // txtName
  444. //
  445. this.txtName.Location = new System.Drawing.Point(128, 18);
  446. this.txtName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  447. this.txtName.MaxLength = 50;
  448. this.txtName.Name = "txtName";
  449. this.txtName.Size = new System.Drawing.Size(189, 24);
  450. this.txtName.TabIndex = 2;
  451. //
  452. // ultraLabel4
  453. //
  454. appearance1.TextHAlignAsString = "Center";
  455. appearance1.TextVAlignAsString = "Middle";
  456. this.ultraLabel4.Appearance = appearance1;
  457. this.ultraLabel4.Location = new System.Drawing.Point(21, 18);
  458. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  459. this.ultraLabel4.Name = "ultraLabel4";
  460. this.ultraLabel4.Size = new System.Drawing.Size(107, 29);
  461. this.ultraLabel4.TabIndex = 4;
  462. this.ultraLabel4.Text = "工艺参数描述";
  463. //
  464. // panel2
  465. //
  466. this.panel2.Controls.Add(this.ultraCheckEditor1);
  467. this.panel2.Controls.Add(this.chkValid);
  468. this.panel2.Controls.Add(this.txtTitleName);
  469. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  470. this.panel2.Location = new System.Drawing.Point(0, 0);
  471. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  472. this.panel2.Name = "panel2";
  473. this.panel2.Size = new System.Drawing.Size(1816, 54);
  474. this.panel2.TabIndex = 16;
  475. //
  476. // ultraCheckEditor1
  477. //
  478. this.ultraCheckEditor1.AutoSize = true;
  479. this.ultraCheckEditor1.Location = new System.Drawing.Point(31, 15);
  480. this.ultraCheckEditor1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  481. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  482. this.ultraCheckEditor1.Size = new System.Drawing.Size(115, 22);
  483. this.ultraCheckEditor1.TabIndex = 2;
  484. this.ultraCheckEditor1.Text = "工艺参数描述";
  485. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  486. //
  487. // chkValid
  488. //
  489. this.chkValid.Location = new System.Drawing.Point(323, 12);
  490. this.chkValid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  491. this.chkValid.Name = "chkValid";
  492. this.chkValid.Size = new System.Drawing.Size(95, 29);
  493. this.chkValid.TabIndex = 1;
  494. this.chkValid.Text = "包含无效";
  495. //
  496. // txtTitleName
  497. //
  498. this.txtTitleName.Location = new System.Drawing.Point(159, 14);
  499. this.txtTitleName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  500. this.txtTitleName.MaxLength = 50;
  501. this.txtTitleName.Name = "txtTitleName";
  502. this.txtTitleName.ReadOnly = true;
  503. this.txtTitleName.Size = new System.Drawing.Size(151, 24);
  504. this.txtTitleName.TabIndex = 0;
  505. //
  506. // FrmBase_Fill_Panel
  507. //
  508. this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
  509. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  510. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  511. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  512. this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  513. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  514. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1816, 565);
  515. this.FrmBase_Fill_Panel.TabIndex = 1;
  516. //
  517. // dataColumn15
  518. //
  519. this.dataColumn15.Caption = "PROCESS_CODE";
  520. this.dataColumn15.ColumnName = "PROCESS_CODE";
  521. //
  522. // dataColumn16
  523. //
  524. this.dataColumn16.Caption = "工序";
  525. this.dataColumn16.ColumnName = "PROCESS_DESC";
  526. //
  527. // ultraLabel1
  528. //
  529. appearance15.TextHAlignAsString = "Center";
  530. appearance15.TextVAlignAsString = "Middle";
  531. this.ultraLabel1.Appearance = appearance15;
  532. this.ultraLabel1.AutoSize = true;
  533. this.ultraLabel1.Location = new System.Drawing.Point(86, 49);
  534. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  535. this.ultraLabel1.Name = "ultraLabel1";
  536. this.ultraLabel1.Size = new System.Drawing.Size(36, 19);
  537. this.ultraLabel1.TabIndex = 13;
  538. this.ultraLabel1.Text = "工序";
  539. //
  540. // ultraComboEditor1
  541. //
  542. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  543. valueListItem1.DataValue = "A";
  544. valueListItem1.DisplayText = "一级";
  545. valueListItem2.DataValue = "B";
  546. valueListItem2.DisplayText = "二级";
  547. this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  548. valueListItem1,
  549. valueListItem2});
  550. this.ultraComboEditor1.Location = new System.Drawing.Point(128, 48);
  551. this.ultraComboEditor1.Margin = new System.Windows.Forms.Padding(4);
  552. this.ultraComboEditor1.Name = "ultraComboEditor1";
  553. this.ultraComboEditor1.Size = new System.Drawing.Size(192, 24);
  554. this.ultraComboEditor1.TabIndex = 14;
  555. //
  556. // FrmProcessParameters
  557. //
  558. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  559. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  560. this.ClientSize = new System.Drawing.Size(1816, 565);
  561. this.Controls.Add(this.FrmBase_Fill_Panel);
  562. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  563. this.Name = "FrmProcessParameters";
  564. this.Text = "工艺参数管理";
  565. this.Load += new System.EventHandler(this.FrmProcessParameters_Load);
  566. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  567. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  568. this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
  569. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  570. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  571. this.ultraExpandableGroupBox1.ResumeLayout(false);
  572. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  573. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  574. ((System.ComponentModel.ISupportInitialize)(this.cmbStyleName)).EndInit();
  575. ((System.ComponentModel.ISupportInitialize)(this.cmbParamType)).EndInit();
  576. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  577. ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
  578. this.panel2.ResumeLayout(false);
  579. this.panel2.PerformLayout();
  580. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  581. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  582. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).EndInit();
  583. this.FrmBase_Fill_Panel.ResumeLayout(false);
  584. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  585. this.ResumeLayout(false);
  586. }
  587. #endregion
  588. private System.Data.DataSet dataSet1;
  589. private System.Data.DataTable dataTable1;
  590. private System.Data.DataColumn dataColumn1;
  591. private System.Data.DataColumn dataColumn2;
  592. private System.Data.DataColumn dataColumn3;
  593. private System.Data.DataColumn dataColumn4;
  594. private System.Data.DataColumn dataColumn5;
  595. private System.Data.DataColumn dataColumn6;
  596. private System.Data.DataColumn dataColumn7;
  597. private System.Data.DataColumn dataColumn8;
  598. private System.Data.DataColumn dataColumn9;
  599. private System.Data.DataColumn dataColumn10;
  600. private System.Data.DataColumn dataColumn11;
  601. private System.Data.DataColumn dataColumn12;
  602. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel;
  603. private System.Windows.Forms.Panel panel2;
  604. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  605. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTitleName;
  606. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  607. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  608. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  609. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  610. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  611. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  612. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  613. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  614. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtName;
  615. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  616. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbParamType;
  617. private System.Data.DataColumn dataColumn13;
  618. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStyleName;
  619. private System.Data.DataColumn dataColumn14;
  620. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  621. private System.Data.DataColumn dataColumn15;
  622. private System.Data.DataColumn dataColumn16;
  623. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  624. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  625. }
  626. }