FrmProcessProparameters.Designer.cs 34 KB

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