FrmOfficeD.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. namespace Core.StlMes.Client.Mcp.Mch.MchResult
  2. {
  3. partial class FrmOfficeD
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEAT_PLAN_NO");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZY_BATCH_ID");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OP_PROCESS");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFICE_D");
  36. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("查询");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  49. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
  51. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  53. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  54. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOfficeD));
  55. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  56. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
  58. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  60. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  61. this.panel2 = new System.Windows.Forms.Panel();
  62. this.textPline = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  63. this.textheatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  64. this.label3 = new System.Windows.Forms.Label();
  65. this.label1 = new System.Windows.Forms.Label();
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  74. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  75. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  76. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  77. this.txtlotno = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  78. this.txtpline = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  79. this.txtdirect = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  80. this.label10 = new System.Windows.Forms.Label();
  81. this.txtprocess = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  82. this.label9 = new System.Windows.Forms.Label();
  83. this.label8 = new System.Windows.Forms.Label();
  84. this.label6 = new System.Windows.Forms.Label();
  85. this.label4 = new System.Windows.Forms.Label();
  86. this.txtheatno = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  87. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  88. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  89. this.label2 = new System.Windows.Forms.Label();
  90. this.productPost = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  91. this.label7 = new System.Windows.Forms.Label();
  92. this.txt_RECORD_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  93. this.label5 = new System.Windows.Forms.Label();
  94. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  95. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  96. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  97. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  98. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  99. this.panel2.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.textPline)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.textheatNo)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  105. this.splitContainer1.Panel1.SuspendLayout();
  106. this.splitContainer1.Panel2.SuspendLayout();
  107. this.splitContainer1.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  109. this.ultraGroupBox1.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  112. this.ultraGroupBox2.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.txtlotno)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.txtpline)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.txtdirect)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.txtprocess)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.txtheatno)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  119. this.ultraGroupBox5.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.productPost)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.txt_RECORD_CODE)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  124. this.SuspendLayout();
  125. //
  126. // panel2
  127. //
  128. this.panel2.Controls.Add(this.textPline);
  129. this.panel2.Controls.Add(this.textheatNo);
  130. this.panel2.Controls.Add(this.label3);
  131. this.panel2.Controls.Add(this.label1);
  132. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  133. this.panel2.Location = new System.Drawing.Point(0, 28);
  134. this.panel2.Margin = new System.Windows.Forms.Padding(1);
  135. this.panel2.Name = "panel2";
  136. this.panel2.Size = new System.Drawing.Size(1315, 39);
  137. this.panel2.TabIndex = 9;
  138. //
  139. // textPline
  140. //
  141. this.textPline.Location = new System.Drawing.Point(385, 7);
  142. this.textPline.Margin = new System.Windows.Forms.Padding(4);
  143. this.textPline.Name = "textPline";
  144. this.textPline.Size = new System.Drawing.Size(176, 24);
  145. this.textPline.TabIndex = 167;
  146. //
  147. // textheatNo
  148. //
  149. this.textheatNo.Location = new System.Drawing.Point(132, 8);
  150. this.textheatNo.Margin = new System.Windows.Forms.Padding(4);
  151. this.textheatNo.Name = "textheatNo";
  152. this.textheatNo.Size = new System.Drawing.Size(176, 24);
  153. this.textheatNo.TabIndex = 166;
  154. //
  155. // label3
  156. //
  157. this.label3.AutoSize = true;
  158. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  159. this.label3.Location = new System.Drawing.Point(314, 12);
  160. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  161. this.label3.Name = "label3";
  162. this.label3.Size = new System.Drawing.Size(67, 15);
  163. this.label3.TabIndex = 158;
  164. this.label3.Text = "生产产线";
  165. //
  166. // label1
  167. //
  168. this.label1.AutoSize = true;
  169. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  170. this.label1.Location = new System.Drawing.Point(49, 12);
  171. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.label1.Name = "label1";
  173. this.label1.Size = new System.Drawing.Size(82, 15);
  174. this.label1.TabIndex = 157;
  175. this.label1.Text = "炉批计划号";
  176. //
  177. // dataSet1
  178. //
  179. this.dataSet1.DataSetName = "NewDataSet";
  180. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  181. this.dataTable1});
  182. //
  183. // dataTable1
  184. //
  185. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  186. this.dataColumn1,
  187. this.dataColumn2,
  188. this.dataColumn3,
  189. this.dataColumn4,
  190. this.dataColumn5});
  191. this.dataTable1.TableName = "Table1";
  192. //
  193. // dataColumn1
  194. //
  195. this.dataColumn1.Caption = "炉批计划号";
  196. this.dataColumn1.ColumnName = "HEAT_PLAN_NO";
  197. //
  198. // dataColumn2
  199. //
  200. this.dataColumn2.Caption = "批号";
  201. this.dataColumn2.ColumnName = "ZY_BATCH_ID";
  202. //
  203. // dataColumn3
  204. //
  205. this.dataColumn3.Caption = "产线";
  206. this.dataColumn3.ColumnName = "PLINE_NAME";
  207. //
  208. // dataColumn4
  209. //
  210. this.dataColumn4.Caption = "工序";
  211. this.dataColumn4.ColumnName = "OP_PROCESS";
  212. //
  213. // dataColumn5
  214. //
  215. this.dataColumn5.Caption = "离线去向";
  216. this.dataColumn5.ColumnName = "OFFICE_D";
  217. //
  218. // splitContainer1
  219. //
  220. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.splitContainer1.Location = new System.Drawing.Point(0, 67);
  222. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
  223. this.splitContainer1.Name = "splitContainer1";
  224. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  225. //
  226. // splitContainer1.Panel1
  227. //
  228. this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox1);
  229. //
  230. // splitContainer1.Panel2
  231. //
  232. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
  233. this.splitContainer1.Size = new System.Drawing.Size(1315, 487);
  234. this.splitContainer1.SplitterDistance = 347;
  235. this.splitContainer1.SplitterWidth = 5;
  236. this.splitContainer1.TabIndex = 11;
  237. //
  238. // ultraGroupBox1
  239. //
  240. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  241. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  242. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  243. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  244. this.ultraGroupBox1.Name = "ultraGroupBox1";
  245. this.ultraGroupBox1.Size = new System.Drawing.Size(1315, 347);
  246. this.ultraGroupBox1.TabIndex = 11;
  247. this.ultraGroupBox1.Text = "离线信息";
  248. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  249. //
  250. // ultraGrid1
  251. //
  252. this.ultraGrid1.DataMember = "Table1";
  253. this.ultraGrid1.DataSource = this.dataSet1;
  254. appearance4.BackColor = System.Drawing.SystemColors.Window;
  255. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  256. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  257. ultraGridColumn1.Header.VisiblePosition = 0;
  258. ultraGridColumn2.Header.VisiblePosition = 1;
  259. ultraGridColumn3.Header.VisiblePosition = 2;
  260. ultraGridColumn4.Header.VisiblePosition = 3;
  261. ultraGridColumn5.Header.VisiblePosition = 4;
  262. ultraGridBand1.Columns.AddRange(new object[] {
  263. ultraGridColumn1,
  264. ultraGridColumn2,
  265. ultraGridColumn3,
  266. ultraGridColumn4,
  267. ultraGridColumn5});
  268. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  269. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  270. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  271. appearance7.BackColor = System.Drawing.SystemColors.ActiveBorder;
  272. appearance7.BackColor2 = System.Drawing.SystemColors.ControlDark;
  273. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  274. appearance7.BorderColor = System.Drawing.SystemColors.Window;
  275. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance7;
  276. appearance9.ForeColor = System.Drawing.SystemColors.GrayText;
  277. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance9;
  278. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  279. appearance8.BackColor = System.Drawing.SystemColors.ControlLightLight;
  280. appearance8.BackColor2 = System.Drawing.SystemColors.Control;
  281. appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  282. appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
  283. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance8;
  284. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  285. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  286. appearance12.BackColor = System.Drawing.SystemColors.Window;
  287. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  288. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  289. appearance15.BackColor = System.Drawing.SystemColors.Highlight;
  290. appearance15.ForeColor = System.Drawing.SystemColors.HighlightText;
  291. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance15;
  292. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  293. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  294. appearance17.BackColor = System.Drawing.SystemColors.Window;
  295. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance17;
  296. appearance13.BorderColor = System.Drawing.Color.Silver;
  297. appearance13.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  298. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance13;
  299. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  300. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  301. appearance11.BackColor = System.Drawing.SystemColors.Control;
  302. appearance11.BackColor2 = System.Drawing.SystemColors.ControlDark;
  303. appearance11.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  304. appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  305. appearance11.BorderColor = System.Drawing.SystemColors.Window;
  306. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance11;
  307. appearance10.TextHAlignAsString = "Left";
  308. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  309. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  310. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  311. appearance16.BackColor = System.Drawing.SystemColors.Window;
  312. appearance16.BorderColor = System.Drawing.Color.Silver;
  313. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance16;
  314. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  315. appearance14.BackColor = System.Drawing.SystemColors.ControlLight;
  316. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance14;
  317. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  318. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  319. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  320. this.ultraGrid1.Location = new System.Drawing.Point(3, 21);
  321. this.ultraGrid1.Name = "ultraGrid1";
  322. this.ultraGrid1.Size = new System.Drawing.Size(1309, 323);
  323. this.ultraGrid1.TabIndex = 0;
  324. this.ultraGrid1.Text = "ultraGrid1";
  325. //
  326. // ultraGroupBox2
  327. //
  328. this.ultraGroupBox2.Controls.Add(this.txtlotno);
  329. this.ultraGroupBox2.Controls.Add(this.txtpline);
  330. this.ultraGroupBox2.Controls.Add(this.txtdirect);
  331. this.ultraGroupBox2.Controls.Add(this.label10);
  332. this.ultraGroupBox2.Controls.Add(this.txtprocess);
  333. this.ultraGroupBox2.Controls.Add(this.label9);
  334. this.ultraGroupBox2.Controls.Add(this.label8);
  335. this.ultraGroupBox2.Controls.Add(this.label6);
  336. this.ultraGroupBox2.Controls.Add(this.label4);
  337. this.ultraGroupBox2.Controls.Add(this.txtheatno);
  338. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  339. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  340. this.ultraGroupBox2.Name = "ultraGroupBox2";
  341. this.ultraGroupBox2.Size = new System.Drawing.Size(1315, 135);
  342. this.ultraGroupBox2.TabIndex = 0;
  343. this.ultraGroupBox2.Text = "编辑区";
  344. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  345. //
  346. // txtlotno
  347. //
  348. this.txtlotno.Location = new System.Drawing.Point(364, 22);
  349. this.txtlotno.Margin = new System.Windows.Forms.Padding(4);
  350. this.txtlotno.Name = "txtlotno";
  351. this.txtlotno.Size = new System.Drawing.Size(176, 24);
  352. this.txtlotno.TabIndex = 171;
  353. //
  354. // txtpline
  355. //
  356. this.txtpline.Location = new System.Drawing.Point(631, 22);
  357. this.txtpline.Margin = new System.Windows.Forms.Padding(4);
  358. this.txtpline.Name = "txtpline";
  359. this.txtpline.Size = new System.Drawing.Size(176, 24);
  360. this.txtpline.TabIndex = 170;
  361. //
  362. // txtdirect
  363. //
  364. this.txtdirect.Location = new System.Drawing.Point(116, 62);
  365. this.txtdirect.Margin = new System.Windows.Forms.Padding(4);
  366. this.txtdirect.Multiline = true;
  367. this.txtdirect.Name = "txtdirect";
  368. this.txtdirect.Size = new System.Drawing.Size(907, 68);
  369. this.txtdirect.TabIndex = 169;
  370. //
  371. // label10
  372. //
  373. this.label10.AutoSize = true;
  374. this.label10.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  375. this.label10.Location = new System.Drawing.Point(32, 66);
  376. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  377. this.label10.Name = "label10";
  378. this.label10.Size = new System.Drawing.Size(67, 15);
  379. this.label10.TabIndex = 168;
  380. this.label10.Text = "离线去向";
  381. //
  382. // txtprocess
  383. //
  384. this.txtprocess.Location = new System.Drawing.Point(856, 22);
  385. this.txtprocess.Margin = new System.Windows.Forms.Padding(4);
  386. this.txtprocess.Name = "txtprocess";
  387. this.txtprocess.Size = new System.Drawing.Size(176, 24);
  388. this.txtprocess.TabIndex = 167;
  389. //
  390. // label9
  391. //
  392. this.label9.AutoSize = true;
  393. this.label9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  394. this.label9.Location = new System.Drawing.Point(813, 27);
  395. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  396. this.label9.Name = "label9";
  397. this.label9.Size = new System.Drawing.Size(37, 15);
  398. this.label9.TabIndex = 166;
  399. this.label9.Text = "工序";
  400. //
  401. // label8
  402. //
  403. this.label8.AutoSize = true;
  404. this.label8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  405. this.label8.Location = new System.Drawing.Point(556, 26);
  406. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  407. this.label8.Name = "label8";
  408. this.label8.Size = new System.Drawing.Size(67, 15);
  409. this.label8.TabIndex = 163;
  410. this.label8.Text = "生产产线";
  411. //
  412. // label6
  413. //
  414. this.label6.AutoSize = true;
  415. this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  416. this.label6.Location = new System.Drawing.Point(321, 26);
  417. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  418. this.label6.Name = "label6";
  419. this.label6.Size = new System.Drawing.Size(37, 15);
  420. this.label6.TabIndex = 161;
  421. this.label6.Text = "批号";
  422. //
  423. // label4
  424. //
  425. this.label4.AutoSize = true;
  426. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  427. this.label4.Location = new System.Drawing.Point(31, 26);
  428. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  429. this.label4.Name = "label4";
  430. this.label4.Size = new System.Drawing.Size(82, 15);
  431. this.label4.TabIndex = 159;
  432. this.label4.Text = "炉批计划号";
  433. //
  434. // txtheatno
  435. //
  436. this.txtheatno.Location = new System.Drawing.Point(116, 22);
  437. this.txtheatno.Margin = new System.Windows.Forms.Padding(4);
  438. this.txtheatno.Name = "txtheatno";
  439. this.txtheatno.Size = new System.Drawing.Size(176, 24);
  440. this.txtheatno.TabIndex = 158;
  441. //
  442. // ultraGroupBox5
  443. //
  444. this.ultraGroupBox5.Controls.Add(this.ultraTextEditor1);
  445. this.ultraGroupBox5.Controls.Add(this.label2);
  446. this.ultraGroupBox5.Controls.Add(this.productPost);
  447. this.ultraGroupBox5.Controls.Add(this.label7);
  448. this.ultraGroupBox5.Controls.Add(this.txt_RECORD_CODE);
  449. this.ultraGroupBox5.Controls.Add(this.label5);
  450. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  451. this.ultraGroupBox5.Location = new System.Drawing.Point(0, 0);
  452. this.ultraGroupBox5.Margin = new System.Windows.Forms.Padding(4);
  453. this.ultraGroupBox5.Name = "ultraGroupBox5";
  454. this.ultraGroupBox5.Size = new System.Drawing.Size(1315, 69);
  455. this.ultraGroupBox5.TabIndex = 5;
  456. this.ultraGroupBox5.Text = "编辑区";
  457. this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  458. //
  459. // ultraTextEditor1
  460. //
  461. this.ultraTextEditor1.Location = new System.Drawing.Point(782, 24);
  462. this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(4);
  463. this.ultraTextEditor1.Name = "ultraTextEditor1";
  464. this.ultraTextEditor1.Size = new System.Drawing.Size(239, 24);
  465. this.ultraTextEditor1.TabIndex = 157;
  466. //
  467. // label2
  468. //
  469. this.label2.AutoSize = true;
  470. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  471. this.label2.Location = new System.Drawing.Point(707, 29);
  472. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  473. this.label2.Name = "label2";
  474. this.label2.Size = new System.Drawing.Size(67, 15);
  475. this.label2.TabIndex = 156;
  476. this.label2.Text = "生产班次";
  477. //
  478. // productPost
  479. //
  480. this.productPost.Location = new System.Drawing.Point(124, 28);
  481. this.productPost.Margin = new System.Windows.Forms.Padding(4);
  482. this.productPost.Name = "productPost";
  483. this.productPost.Size = new System.Drawing.Size(239, 24);
  484. this.productPost.TabIndex = 152;
  485. //
  486. // label7
  487. //
  488. this.label7.AutoSize = true;
  489. this.label7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  490. this.label7.Location = new System.Drawing.Point(49, 33);
  491. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  492. this.label7.Name = "label7";
  493. this.label7.Size = new System.Drawing.Size(67, 15);
  494. this.label7.TabIndex = 151;
  495. this.label7.Text = "人员名称";
  496. //
  497. // txt_RECORD_CODE
  498. //
  499. this.txt_RECORD_CODE.Location = new System.Drawing.Point(455, 24);
  500. this.txt_RECORD_CODE.Margin = new System.Windows.Forms.Padding(4);
  501. this.txt_RECORD_CODE.Name = "txt_RECORD_CODE";
  502. this.txt_RECORD_CODE.Size = new System.Drawing.Size(239, 24);
  503. this.txt_RECORD_CODE.TabIndex = 150;
  504. //
  505. // label5
  506. //
  507. this.label5.AutoSize = true;
  508. this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  509. this.label5.Location = new System.Drawing.Point(380, 29);
  510. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  511. this.label5.Name = "label5";
  512. this.label5.Size = new System.Drawing.Size(67, 15);
  513. this.label5.TabIndex = 149;
  514. this.label5.Text = "生产产线";
  515. //
  516. // ultraToolbarsManager1
  517. //
  518. this.ultraToolbarsManager1.DesignerFlags = 1;
  519. this.ultraToolbarsManager1.DockWithinContainer = this;
  520. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  521. ultraToolbar1.DockedColumn = 0;
  522. ultraToolbar1.DockedRow = 0;
  523. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  524. buttonTool1,
  525. buttonTool3,
  526. buttonTool5,
  527. buttonTool7});
  528. ultraToolbar1.Text = "查询";
  529. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  530. ultraToolbar1});
  531. appearance34.Image = ((object)(resources.GetObject("appearance34.Image")));
  532. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance34;
  533. buttonTool2.SharedPropsInternal.Caption = "查询";
  534. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  535. appearance35.Image = ((object)(resources.GetObject("appearance35.Image")));
  536. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance35;
  537. buttonTool4.SharedPropsInternal.Caption = "新增";
  538. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  539. appearance36.Image = ((object)(resources.GetObject("appearance36.Image")));
  540. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance36;
  541. buttonTool6.SharedPropsInternal.Caption = "删除";
  542. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  543. appearance37.Image = ((object)(resources.GetObject("appearance37.Image")));
  544. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance37;
  545. buttonTool8.SharedPropsInternal.Caption = "关闭";
  546. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  547. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  548. buttonTool2,
  549. buttonTool4,
  550. buttonTool6,
  551. buttonTool8});
  552. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  553. //
  554. // _FrmBase_Toolbars_Dock_Area_Left
  555. //
  556. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  557. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  558. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  559. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  560. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  561. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  562. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 526);
  563. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  564. //
  565. // _FrmBase_Toolbars_Dock_Area_Right
  566. //
  567. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  568. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  569. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  570. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  571. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1315, 28);
  572. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  573. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 526);
  574. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  575. //
  576. // _FrmBase_Toolbars_Dock_Area_Top
  577. //
  578. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  579. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  580. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  581. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  582. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  583. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  584. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1315, 28);
  585. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  586. //
  587. // _FrmBase_Toolbars_Dock_Area_Bottom
  588. //
  589. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  590. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  591. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  592. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  593. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 554);
  594. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  595. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1315, 0);
  596. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  597. //
  598. // FrmOfficeD
  599. //
  600. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  601. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  602. this.ClientSize = new System.Drawing.Size(1315, 554);
  603. this.Controls.Add(this.splitContainer1);
  604. this.Controls.Add(this.panel2);
  605. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  606. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  607. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  608. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  609. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  610. this.Name = "FrmOfficeD";
  611. this.Text = "离线去向";
  612. this.Load += new System.EventHandler(this.FrmOfficeD_Load);
  613. this.panel2.ResumeLayout(false);
  614. this.panel2.PerformLayout();
  615. ((System.ComponentModel.ISupportInitialize)(this.textPline)).EndInit();
  616. ((System.ComponentModel.ISupportInitialize)(this.textheatNo)).EndInit();
  617. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  618. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  619. this.splitContainer1.Panel1.ResumeLayout(false);
  620. this.splitContainer1.Panel2.ResumeLayout(false);
  621. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  622. this.splitContainer1.ResumeLayout(false);
  623. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  624. this.ultraGroupBox1.ResumeLayout(false);
  625. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  627. this.ultraGroupBox2.ResumeLayout(false);
  628. this.ultraGroupBox2.PerformLayout();
  629. ((System.ComponentModel.ISupportInitialize)(this.txtlotno)).EndInit();
  630. ((System.ComponentModel.ISupportInitialize)(this.txtpline)).EndInit();
  631. ((System.ComponentModel.ISupportInitialize)(this.txtdirect)).EndInit();
  632. ((System.ComponentModel.ISupportInitialize)(this.txtprocess)).EndInit();
  633. ((System.ComponentModel.ISupportInitialize)(this.txtheatno)).EndInit();
  634. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  635. this.ultraGroupBox5.ResumeLayout(false);
  636. this.ultraGroupBox5.PerformLayout();
  637. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  638. ((System.ComponentModel.ISupportInitialize)(this.productPost)).EndInit();
  639. ((System.ComponentModel.ISupportInitialize)(this.txt_RECORD_CODE)).EndInit();
  640. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  641. this.ResumeLayout(false);
  642. }
  643. #endregion
  644. private System.Windows.Forms.Panel panel2;
  645. private System.Data.DataSet dataSet1;
  646. private System.Windows.Forms.SplitContainer splitContainer1;
  647. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  648. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  649. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  650. private System.Windows.Forms.Label label2;
  651. private Infragistics.Win.UltraWinEditors.UltraTextEditor productPost;
  652. private System.Windows.Forms.Label label7;
  653. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_RECORD_CODE;
  654. private System.Windows.Forms.Label label5;
  655. private System.Windows.Forms.Label label3;
  656. private System.Windows.Forms.Label label1;
  657. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  658. private System.Data.DataTable dataTable1;
  659. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  660. private System.Windows.Forms.Label label8;
  661. private System.Windows.Forms.Label label6;
  662. private System.Windows.Forms.Label label4;
  663. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtheatno;
  664. private System.Data.DataColumn dataColumn1;
  665. private System.Data.DataColumn dataColumn2;
  666. private System.Data.DataColumn dataColumn3;
  667. private System.Data.DataColumn dataColumn4;
  668. private System.Data.DataColumn dataColumn5;
  669. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtprocess;
  670. private System.Windows.Forms.Label label9;
  671. private System.Windows.Forms.Label label10;
  672. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtdirect;
  673. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtpline;
  674. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtlotno;
  675. private Infragistics.Win.UltraWinEditors.UltraTextEditor textheatNo;
  676. private Infragistics.Win.UltraWinEditors.UltraTextEditor textPline;
  677. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  678. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  679. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  680. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  681. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  682. }
  683. }