PlanForJobMachiningControl.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. namespace Core.StlMes.Client.Mcp.Control.Machining
  2. {
  3. partial class PlanForJobControl
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dataTable1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASECODE");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASENAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SORTCODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISVISIBLE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MNEMONIC_CODE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SEQ");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  44. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  54. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  55. this.dataSet1 = new System.Data.DataSet();
  56. this.dtMcpPlan = new System.Data.DataTable();
  57. this.dataColumn1 = new System.Data.DataColumn();
  58. this.dataColumn2 = new System.Data.DataColumn();
  59. this.dataColumn3 = new System.Data.DataColumn();
  60. this.dataColumn4 = new System.Data.DataColumn();
  61. this.dataColumn5 = new System.Data.DataColumn();
  62. this.dataColumn6 = new System.Data.DataColumn();
  63. this.dataColumn7 = new System.Data.DataColumn();
  64. this.dataColumn8 = new System.Data.DataColumn();
  65. this.dataColumn9 = new System.Data.DataColumn();
  66. this.dataColumn10 = new System.Data.DataColumn();
  67. this.dataColumn11 = new System.Data.DataColumn();
  68. this.dataColumn12 = new System.Data.DataColumn();
  69. this.dataColumn13 = new System.Data.DataColumn();
  70. this.dataColumn14 = new System.Data.DataColumn();
  71. this.dataColumn15 = new System.Data.DataColumn();
  72. this.button1 = new System.Windows.Forms.Button();
  73. this.panel2 = new System.Windows.Forms.Panel();
  74. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  75. this.txtLotNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  76. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  77. this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  78. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  79. this.dtEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  80. this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  81. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  82. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  83. this.panel3 = new System.Windows.Forms.Panel();
  84. this.panel1 = new System.Windows.Forms.Panel();
  85. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.dtMcpPlan)).BeginInit();
  88. this.panel2.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
  94. this.panel3.SuspendLayout();
  95. this.panel1.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // ultraGrid1
  99. //
  100. this.ultraGrid1.DataSource = this.dataSet1;
  101. ultraGridColumn1.Header.VisiblePosition = 0;
  102. ultraGridColumn2.Header.VisiblePosition = 1;
  103. ultraGridColumn3.Header.VisiblePosition = 2;
  104. ultraGridColumn4.Header.VisiblePosition = 3;
  105. ultraGridColumn5.Header.VisiblePosition = 4;
  106. ultraGridColumn6.Header.VisiblePosition = 5;
  107. ultraGridColumn7.Header.VisiblePosition = 6;
  108. ultraGridColumn8.Header.VisiblePosition = 7;
  109. ultraGridColumn9.Header.VisiblePosition = 8;
  110. ultraGridColumn10.Header.VisiblePosition = 9;
  111. ultraGridColumn11.Header.VisiblePosition = 10;
  112. ultraGridColumn12.Header.VisiblePosition = 11;
  113. ultraGridColumn13.Header.VisiblePosition = 12;
  114. ultraGridColumn14.Header.VisiblePosition = 13;
  115. ultraGridColumn15.Header.VisiblePosition = 14;
  116. ultraGridBand1.Columns.AddRange(new object[] {
  117. ultraGridColumn1,
  118. ultraGridColumn2,
  119. ultraGridColumn3,
  120. ultraGridColumn4,
  121. ultraGridColumn5,
  122. ultraGridColumn6,
  123. ultraGridColumn7,
  124. ultraGridColumn8,
  125. ultraGridColumn9,
  126. ultraGridColumn10,
  127. ultraGridColumn11,
  128. ultraGridColumn12,
  129. ultraGridColumn13,
  130. ultraGridColumn14,
  131. ultraGridColumn15});
  132. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  133. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  134. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  135. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  136. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  137. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  138. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  139. this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
  140. appearance1.BackColor = System.Drawing.Color.LightSkyBlue;
  141. appearance1.FontData.BoldAsString = "True";
  142. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance1;
  143. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  144. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  145. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  146. appearance4.BackColor = System.Drawing.Color.Transparent;
  147. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance4;
  148. appearance5.TextVAlignAsString = "Middle";
  149. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance5;
  150. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  151. this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  152. appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
  153. appearance6.TextHAlignAsString = "Center";
  154. appearance6.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  155. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance6;
  156. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  157. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  158. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  159. appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
  160. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance7;
  161. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  162. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  163. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
  164. this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
  165. appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  166. appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  167. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  168. appearance9.ForeColor = System.Drawing.Color.Black;
  169. this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance9;
  170. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  171. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  172. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  173. this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  174. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  175. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  176. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  177. this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  178. this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  179. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  182. this.ultraGrid1.Name = "ultraGrid1";
  183. this.ultraGrid1.Size = new System.Drawing.Size(341, 355);
  184. this.ultraGrid1.TabIndex = 0;
  185. //
  186. // dataSet1
  187. //
  188. this.dataSet1.DataSetName = "NewDataSet";
  189. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  190. this.dtMcpPlan});
  191. //
  192. // dtMcpPlan
  193. //
  194. this.dtMcpPlan.Columns.AddRange(new System.Data.DataColumn[] {
  195. this.dataColumn1,
  196. this.dataColumn2,
  197. this.dataColumn3,
  198. this.dataColumn4,
  199. this.dataColumn5,
  200. this.dataColumn6,
  201. this.dataColumn7,
  202. this.dataColumn8,
  203. this.dataColumn9,
  204. this.dataColumn10,
  205. this.dataColumn11,
  206. this.dataColumn12,
  207. this.dataColumn13,
  208. this.dataColumn14,
  209. this.dataColumn15});
  210. this.dtMcpPlan.TableName = "dataTable1";
  211. //
  212. // dataColumn1
  213. //
  214. this.dataColumn1.Caption = "基础分类编码";
  215. this.dataColumn1.ColumnName = "BASECODE";
  216. //
  217. // dataColumn2
  218. //
  219. this.dataColumn2.Caption = "基础分类名称";
  220. this.dataColumn2.ColumnName = "BASENAME";
  221. //
  222. // dataColumn3
  223. //
  224. this.dataColumn3.Caption = "快速检索码";
  225. this.dataColumn3.ColumnName = "SORTCODE";
  226. //
  227. // dataColumn4
  228. //
  229. this.dataColumn4.Caption = "可编辑标志(1:可编辑,0:不可编辑)";
  230. this.dataColumn4.ColumnName = "ISVISIBLE";
  231. //
  232. // dataColumn5
  233. //
  234. this.dataColumn5.Caption = "拼音助记码";
  235. this.dataColumn5.ColumnName = "MNEMONIC_CODE";
  236. //
  237. // dataColumn6
  238. //
  239. this.dataColumn6.Caption = "序号(排序用)";
  240. this.dataColumn6.ColumnName = "SEQ";
  241. //
  242. // dataColumn7
  243. //
  244. this.dataColumn7.Caption = "是否允许增加子类(1:允许,0:不允许)";
  245. this.dataColumn7.ColumnName = "FLAG";
  246. //
  247. // dataColumn8
  248. //
  249. this.dataColumn8.Caption = "创建人";
  250. this.dataColumn8.ColumnName = "CREATE_NAME";
  251. //
  252. // dataColumn9
  253. //
  254. this.dataColumn9.Caption = "创建时间";
  255. this.dataColumn9.ColumnName = "CREATE_TIME";
  256. //
  257. // dataColumn10
  258. //
  259. this.dataColumn10.Caption = "修改人";
  260. this.dataColumn10.ColumnName = "UPDATE_NAME";
  261. //
  262. // dataColumn11
  263. //
  264. this.dataColumn11.Caption = "修改时间";
  265. this.dataColumn11.ColumnName = "UPDATE_TIME";
  266. //
  267. // dataColumn12
  268. //
  269. this.dataColumn12.Caption = "删除人";
  270. this.dataColumn12.ColumnName = "DELETE_NAME";
  271. //
  272. // dataColumn13
  273. //
  274. this.dataColumn13.Caption = "删除时间";
  275. this.dataColumn13.ColumnName = "DELETE_TIME";
  276. //
  277. // dataColumn14
  278. //
  279. this.dataColumn14.Caption = "有效标志(1:有效,0:无效)";
  280. this.dataColumn14.ColumnName = "VALIDFLAG";
  281. //
  282. // dataColumn15
  283. //
  284. this.dataColumn15.Caption = "备注";
  285. this.dataColumn15.ColumnName = "MEMO";
  286. //
  287. // button1
  288. //
  289. this.button1.Location = new System.Drawing.Point(237, 86);
  290. this.button1.Name = "button1";
  291. this.button1.Size = new System.Drawing.Size(75, 23);
  292. this.button1.TabIndex = 43;
  293. this.button1.Text = "查询";
  294. this.button1.UseVisualStyleBackColor = true;
  295. //
  296. // panel2
  297. //
  298. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  299. this.panel2.Controls.Add(this.button1);
  300. this.panel2.Controls.Add(this.ultraCheckEditor1);
  301. this.panel2.Controls.Add(this.txtLotNo);
  302. this.panel2.Controls.Add(this.ultraLabel4);
  303. this.panel2.Controls.Add(this.txtHeatNo);
  304. this.panel2.Controls.Add(this.ultraLabel3);
  305. this.panel2.Controls.Add(this.dtEndDate);
  306. this.panel2.Controls.Add(this.dtStartDate);
  307. this.panel2.Controls.Add(this.ultraLabel1);
  308. this.panel2.Controls.Add(this.ultraLabel2);
  309. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  310. this.panel2.Location = new System.Drawing.Point(0, 0);
  311. this.panel2.Name = "panel2";
  312. this.panel2.Size = new System.Drawing.Size(341, 116);
  313. this.panel2.TabIndex = 0;
  314. //
  315. // ultraCheckEditor1
  316. //
  317. this.ultraCheckEditor1.Location = new System.Drawing.Point(115, 87);
  318. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  319. this.ultraCheckEditor1.Size = new System.Drawing.Size(88, 20);
  320. this.ultraCheckEditor1.TabIndex = 42;
  321. this.ultraCheckEditor1.Text = "自动刷新";
  322. //
  323. // txtLotNo
  324. //
  325. this.txtLotNo.Location = new System.Drawing.Point(239, 52);
  326. this.txtLotNo.MaxLength = 100;
  327. this.txtLotNo.Name = "txtLotNo";
  328. this.txtLotNo.Size = new System.Drawing.Size(73, 21);
  329. this.txtLotNo.TabIndex = 40;
  330. //
  331. // ultraLabel4
  332. //
  333. appearance8.TextHAlignAsString = "Center";
  334. appearance8.TextVAlignAsString = "Middle";
  335. this.ultraLabel4.Appearance = appearance8;
  336. this.ultraLabel4.Location = new System.Drawing.Point(189, 52);
  337. this.ultraLabel4.Name = "ultraLabel4";
  338. this.ultraLabel4.Size = new System.Drawing.Size(65, 23);
  339. this.ultraLabel4.TabIndex = 41;
  340. this.ultraLabel4.Text = "批号";
  341. //
  342. // txtHeatNo
  343. //
  344. this.txtHeatNo.Location = new System.Drawing.Point(60, 52);
  345. this.txtHeatNo.MaxLength = 100;
  346. this.txtHeatNo.Name = "txtHeatNo";
  347. this.txtHeatNo.Size = new System.Drawing.Size(120, 21);
  348. this.txtHeatNo.TabIndex = 38;
  349. //
  350. // ultraLabel3
  351. //
  352. appearance3.TextHAlignAsString = "Center";
  353. appearance3.TextVAlignAsString = "Middle";
  354. this.ultraLabel3.Appearance = appearance3;
  355. this.ultraLabel3.Location = new System.Drawing.Point(7, 52);
  356. this.ultraLabel3.Name = "ultraLabel3";
  357. this.ultraLabel3.Size = new System.Drawing.Size(65, 23);
  358. this.ultraLabel3.TabIndex = 39;
  359. this.ultraLabel3.Text = "炉号";
  360. //
  361. // dtEndDate
  362. //
  363. this.dtEndDate.Location = new System.Drawing.Point(192, 14);
  364. this.dtEndDate.Name = "dtEndDate";
  365. this.dtEndDate.Size = new System.Drawing.Size(120, 21);
  366. this.dtEndDate.TabIndex = 36;
  367. //
  368. // dtStartDate
  369. //
  370. this.dtStartDate.Location = new System.Drawing.Point(60, 14);
  371. this.dtStartDate.Name = "dtStartDate";
  372. this.dtStartDate.Size = new System.Drawing.Size(120, 21);
  373. this.dtStartDate.TabIndex = 35;
  374. //
  375. // ultraLabel1
  376. //
  377. appearance2.TextHAlignAsString = "Center";
  378. appearance2.TextVAlignAsString = "Middle";
  379. this.ultraLabel1.Appearance = appearance2;
  380. this.ultraLabel1.Location = new System.Drawing.Point(7, 14);
  381. this.ultraLabel1.Name = "ultraLabel1";
  382. this.ultraLabel1.Size = new System.Drawing.Size(65, 23);
  383. this.ultraLabel1.TabIndex = 34;
  384. this.ultraLabel1.Text = "时间";
  385. //
  386. // ultraLabel2
  387. //
  388. appearance18.TextHAlignAsString = "Center";
  389. appearance18.TextVAlignAsString = "Middle";
  390. this.ultraLabel2.Appearance = appearance18;
  391. this.ultraLabel2.Location = new System.Drawing.Point(179, 14);
  392. this.ultraLabel2.Name = "ultraLabel2";
  393. this.ultraLabel2.Size = new System.Drawing.Size(14, 23);
  394. this.ultraLabel2.TabIndex = 37;
  395. this.ultraLabel2.Text = "-";
  396. //
  397. // panel3
  398. //
  399. this.panel3.Controls.Add(this.ultraGrid1);
  400. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.panel3.Location = new System.Drawing.Point(0, 116);
  402. this.panel3.Name = "panel3";
  403. this.panel3.Size = new System.Drawing.Size(341, 355);
  404. this.panel3.TabIndex = 1;
  405. //
  406. // panel1
  407. //
  408. this.panel1.Controls.Add(this.panel3);
  409. this.panel1.Controls.Add(this.panel2);
  410. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.panel1.Location = new System.Drawing.Point(0, 0);
  412. this.panel1.Name = "panel1";
  413. this.panel1.Size = new System.Drawing.Size(341, 471);
  414. this.panel1.TabIndex = 1;
  415. //
  416. // PlanForJobControl
  417. //
  418. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  419. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  420. this.BackColor = System.Drawing.Color.Transparent;
  421. this.Controls.Add(this.panel1);
  422. this.Name = "PlanForJobControl";
  423. this.Size = new System.Drawing.Size(341, 471);
  424. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  425. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.dtMcpPlan)).EndInit();
  427. this.panel2.ResumeLayout(false);
  428. this.panel2.PerformLayout();
  429. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  430. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).EndInit();
  431. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
  432. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
  433. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
  434. this.panel3.ResumeLayout(false);
  435. this.panel1.ResumeLayout(false);
  436. this.ResumeLayout(false);
  437. }
  438. #endregion
  439. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  440. private System.Data.DataSet dataSet1;
  441. private System.Data.DataTable dtMcpPlan;
  442. private System.Data.DataColumn dataColumn1;
  443. private System.Data.DataColumn dataColumn2;
  444. private System.Data.DataColumn dataColumn3;
  445. private System.Data.DataColumn dataColumn4;
  446. private System.Data.DataColumn dataColumn5;
  447. private System.Data.DataColumn dataColumn6;
  448. private System.Data.DataColumn dataColumn7;
  449. private System.Data.DataColumn dataColumn8;
  450. private System.Data.DataColumn dataColumn9;
  451. private System.Data.DataColumn dataColumn10;
  452. private System.Data.DataColumn dataColumn11;
  453. private System.Data.DataColumn dataColumn12;
  454. private System.Data.DataColumn dataColumn13;
  455. private System.Data.DataColumn dataColumn14;
  456. private System.Data.DataColumn dataColumn15;
  457. private System.Windows.Forms.Button button1;
  458. private System.Windows.Forms.Panel panel2;
  459. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  460. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtLotNo;
  461. public Infragistics.Win.Misc.UltraLabel ultraLabel4;
  462. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
  463. public Infragistics.Win.Misc.UltraLabel ultraLabel3;
  464. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
  465. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
  466. public Infragistics.Win.Misc.UltraLabel ultraLabel1;
  467. public Infragistics.Win.Misc.UltraLabel ultraLabel2;
  468. private System.Windows.Forms.Panel panel3;
  469. private System.Windows.Forms.Panel panel1;
  470. }
  471. }