20568ac4b59fdcd0895a2a0f08888e14710b952f.svn-base 88 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551
  1. namespace Core.LZMes.Client.UIM
  2. {
  3. partial class UIM010210
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("YARD_ENTRY_DTIME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODNM_CD");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CZSJ");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SHIFT");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WKGROUP");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CZR");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZPH");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OLD_SAMPL_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GUIGE");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("T_W");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WGT");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_LOAD_LOC");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOT_DEC_GRD");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INGR_DEC_GRD");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATLQLTY_DEC_GRD");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SIZE_DEC_RST");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EXTSHAPE_DEC_GRD");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WGT_DEC_RST");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_NO");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_SEQ");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DLIV_TP");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDCUST_CD");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHARGE_NO");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRNF_DTIME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_FL");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OP_TYPE");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DLIV_DIRNO");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("H_COIL_NO");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_DEVLMT_DATE");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LC_YSREL");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LC_YSRP");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LC_EL50");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LC_EL80");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SMP_NO");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LC_TE");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("YCSCCZYJ", 0);
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("YCJSCZYJ", 1);
  68. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "OLD_SAMPL_NO", 7, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
  69. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "ACT_WGT", 11, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "ACT_WGT", 11, true);
  71. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion1 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(140);
  73. Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion2 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(1256);
  74. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  83. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  84. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  86. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  87. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  90. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  91. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  92. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  93. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  94. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  96. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  97. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  98. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  99. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  101. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  102. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  104. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  105. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  106. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  107. this.dataSet1 = new System.Data.DataSet();
  108. this.dataTable1 = new System.Data.DataTable();
  109. this.dataColumn1 = new System.Data.DataColumn();
  110. this.dataColumn2 = new System.Data.DataColumn();
  111. this.dataColumn3 = new System.Data.DataColumn();
  112. this.dataColumn4 = new System.Data.DataColumn();
  113. this.dataColumn5 = new System.Data.DataColumn();
  114. this.dataColumn6 = new System.Data.DataColumn();
  115. this.dataColumn7 = new System.Data.DataColumn();
  116. this.dataColumn8 = new System.Data.DataColumn();
  117. this.dataColumn9 = new System.Data.DataColumn();
  118. this.dataColumn10 = new System.Data.DataColumn();
  119. this.dataColumn11 = new System.Data.DataColumn();
  120. this.dataColumn12 = new System.Data.DataColumn();
  121. this.dataColumn13 = new System.Data.DataColumn();
  122. this.dataColumn14 = new System.Data.DataColumn();
  123. this.dataColumn15 = new System.Data.DataColumn();
  124. this.dataColumn16 = new System.Data.DataColumn();
  125. this.dataColumn17 = new System.Data.DataColumn();
  126. this.dataColumn18 = new System.Data.DataColumn();
  127. this.dataColumn19 = new System.Data.DataColumn();
  128. this.dataColumn20 = new System.Data.DataColumn();
  129. this.dataColumn21 = new System.Data.DataColumn();
  130. this.dataColumn22 = new System.Data.DataColumn();
  131. this.dataColumn23 = new System.Data.DataColumn();
  132. this.dataColumn24 = new System.Data.DataColumn();
  133. this.dataColumn25 = new System.Data.DataColumn();
  134. this.dataColumn26 = new System.Data.DataColumn();
  135. this.dataColumn27 = new System.Data.DataColumn();
  136. this.dataColumn28 = new System.Data.DataColumn();
  137. this.dataColumn29 = new System.Data.DataColumn();
  138. this.dataColumn30 = new System.Data.DataColumn();
  139. this.dataColumn31 = new System.Data.DataColumn();
  140. this.dataColumn32 = new System.Data.DataColumn();
  141. this.dataColumn33 = new System.Data.DataColumn();
  142. this.dataColumn34 = new System.Data.DataColumn();
  143. this.dataColumn35 = new System.Data.DataColumn();
  144. this.dataColumn36 = new System.Data.DataColumn();
  145. this.ultraPanel5 = new Infragistics.Win.Misc.UltraPanel();
  146. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  147. this.label2 = new System.Windows.Forms.Label();
  148. this.label1 = new System.Windows.Forms.Label();
  149. this.textBox2 = new System.Windows.Forms.TextBox();
  150. this.textBox1 = new System.Windows.Forms.TextBox();
  151. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  152. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  153. this.label23 = new System.Windows.Forms.Label();
  154. this.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  155. this.ultraDateTimeEditor4 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  156. this.button1 = new System.Windows.Forms.Button();
  157. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  158. this.label16 = new System.Windows.Forms.Label();
  159. this.ddlSEQType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  160. this.label15 = new System.Windows.Forms.Label();
  161. this.txtORD_NO = new System.Windows.Forms.TextBox();
  162. this.txtORD_SQE = new System.Windows.Forms.TextBox();
  163. this.label14 = new System.Windows.Forms.Label();
  164. this.ddlDLIV_tp = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  165. this.label13 = new System.Windows.Forms.Label();
  166. this.txtCZR = new System.Windows.Forms.TextBox();
  167. this.label12 = new System.Windows.Forms.Label();
  168. this.ddlWKGroup = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  169. this.label11 = new System.Windows.Forms.Label();
  170. this.ddlShift = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  171. this.label10 = new System.Windows.Forms.Label();
  172. this.txtOLD_SAMPL_NO = new System.Windows.Forms.TextBox();
  173. this.label9 = new System.Windows.Forms.Label();
  174. this.txtCUR_LOAD_LOC = new System.Windows.Forms.TextBox();
  175. this.label8 = new System.Windows.Forms.Label();
  176. this.txtThick_1 = new System.Windows.Forms.TextBox();
  177. this.txtThick_2 = new System.Windows.Forms.TextBox();
  178. this.label7 = new System.Windows.Forms.Label();
  179. this.txtWidth_2 = new System.Windows.Forms.TextBox();
  180. this.txtWidth_1 = new System.Windows.Forms.TextBox();
  181. this.label6 = new System.Windows.Forms.Label();
  182. this.txtSPEC_STL_GRD = new System.Windows.Forms.TextBox();
  183. this.label5 = new System.Windows.Forms.Label();
  184. this.ddlQueryType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  185. this.dteEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  186. this.dteStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  187. this.label4 = new System.Windows.Forms.Label();
  188. this.label3 = new System.Windows.Forms.Label();
  189. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  190. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  191. this.ultraPanel1.ClientArea.SuspendLayout();
  192. this.ultraPanel1.SuspendLayout();
  193. this.ultraPanel3.ClientArea.SuspendLayout();
  194. this.ultraPanel3.SuspendLayout();
  195. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  198. this.ultraPanel5.ClientArea.SuspendLayout();
  199. this.ultraPanel5.SuspendLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  201. this.ultraGroupBox2.SuspendLayout();
  202. this.ultraPanel2.ClientArea.SuspendLayout();
  203. this.ultraPanel2.SuspendLayout();
  204. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  205. this.ultraGroupBox1.SuspendLayout();
  206. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor4)).BeginInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.ddlSEQType)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.ddlDLIV_tp)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.ddlWKGroup)).BeginInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.ddlShift)).BeginInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.ddlQueryType)).BeginInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.dteEndDate)).BeginInit();
  215. ((System.ComponentModel.ISupportInitialize)(this.dteStartDate)).BeginInit();
  216. this.SuspendLayout();
  217. //
  218. // ultraPanel1
  219. //
  220. //
  221. // ultraPanel1.ClientArea
  222. //
  223. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel3);
  224. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
  225. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  227. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  228. this.ultraPanel1.Name = "ultraPanel1";
  229. this.ultraPanel1.Size = new System.Drawing.Size(1405, 578);
  230. this.ultraPanel1.TabIndex = 0;
  231. //
  232. // ultraPanel3
  233. //
  234. //
  235. // ultraPanel3.ClientArea
  236. //
  237. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGrid1);
  238. this.ultraPanel3.ClientArea.Controls.Add(this.ultraPanel5);
  239. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.ultraPanel3.Location = new System.Drawing.Point(0, 151);
  241. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  242. this.ultraPanel3.Name = "ultraPanel3";
  243. this.ultraPanel3.Size = new System.Drawing.Size(1405, 427);
  244. this.ultraPanel3.TabIndex = 1;
  245. //
  246. // ultraGrid1
  247. //
  248. this.ultraGrid1.DataSource = this.dataSet1;
  249. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  250. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  251. ultraGridColumn1.Header.VisiblePosition = 0;
  252. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  253. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  254. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  255. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  256. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  257. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  258. ultraGridColumn2.Header.VisiblePosition = 8;
  259. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 18;
  260. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  261. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
  262. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  263. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  264. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  265. ultraGridColumn3.Header.VisiblePosition = 2;
  266. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  267. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  268. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  269. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  270. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  271. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  272. ultraGridColumn4.Header.VisiblePosition = 3;
  273. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  274. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  275. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
  276. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  277. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  278. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  279. ultraGridColumn5.Header.VisiblePosition = 4;
  280. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
  281. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  282. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 0);
  283. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  284. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  285. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  286. ultraGridColumn6.Header.VisiblePosition = 5;
  287. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 12;
  288. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  289. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
  290. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  291. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  292. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  293. ultraGridColumn7.Header.VisiblePosition = 6;
  294. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 16;
  295. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  296. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 0);
  297. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  298. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  299. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  300. ultraGridColumn8.Header.VisiblePosition = 7;
  301. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  302. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  303. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  304. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  305. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  306. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  307. ultraGridColumn9.Header.VisiblePosition = 9;
  308. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 22;
  309. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  310. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0);
  311. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  312. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  313. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  314. ultraGridColumn10.Header.VisiblePosition = 10;
  315. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 24;
  316. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  317. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
  318. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  319. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  320. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  321. ultraGridColumn11.Header.VisiblePosition = 11;
  322. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 26;
  323. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  324. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(49, 0);
  325. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  326. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  327. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  328. ultraGridColumn12.Header.VisiblePosition = 12;
  329. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 28;
  330. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  331. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(43, 0);
  332. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  333. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  334. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  335. ultraGridColumn13.Header.VisiblePosition = 13;
  336. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 30;
  337. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  338. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  339. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  340. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  341. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  342. ultraGridColumn14.Header.VisiblePosition = 14;
  343. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 32;
  344. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  345. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
  346. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  347. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  348. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  349. ultraGridColumn15.Header.VisiblePosition = 15;
  350. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 34;
  351. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  352. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  353. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  354. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  355. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  356. ultraGridColumn16.Header.VisiblePosition = 16;
  357. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 36;
  358. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  359. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
  360. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  361. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  362. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  363. ultraGridColumn17.Header.VisiblePosition = 17;
  364. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 38;
  365. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  366. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  367. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  368. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  369. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  370. ultraGridColumn18.Header.VisiblePosition = 18;
  371. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 40;
  372. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  373. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
  374. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  375. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  376. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  377. ultraGridColumn19.Header.VisiblePosition = 19;
  378. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 42;
  379. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  380. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
  381. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  382. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  383. ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  384. ultraGridColumn20.Header.VisiblePosition = 20;
  385. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 54;
  386. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  387. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  388. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  389. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  390. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  391. ultraGridColumn21.Header.VisiblePosition = 21;
  392. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 56;
  393. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  394. ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
  395. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  396. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  397. ultraGridColumn22.Header.VisiblePosition = 23;
  398. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 62;
  399. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  400. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
  401. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  402. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  403. ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  404. ultraGridColumn23.Header.VisiblePosition = 22;
  405. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 60;
  406. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  407. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  408. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  409. ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  410. ultraGridColumn24.Header.VisiblePosition = 24;
  411. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 64;
  412. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  413. ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  414. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  415. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  416. ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  417. ultraGridColumn25.Header.VisiblePosition = 1;
  418. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 4;
  419. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  420. ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  421. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  422. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  423. ultraGridColumn26.Header.VisiblePosition = 25;
  424. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 66;
  425. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  426. ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
  427. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  428. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  429. ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  430. ultraGridColumn27.Header.VisiblePosition = 26;
  431. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 14;
  432. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  433. ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  434. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  435. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
  436. ultraGridColumn28.Header.VisiblePosition = 27;
  437. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 58;
  438. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  439. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  440. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  441. ultraGridColumn29.Header.VisiblePosition = 28;
  442. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 60;
  443. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  444. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  445. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  446. ultraGridColumn30.Header.Caption = "交货期";
  447. ultraGridColumn30.Header.VisiblePosition = 29;
  448. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 20;
  449. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  450. ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
  451. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  452. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  453. ultraGridColumn31.Header.Caption = "REL";
  454. ultraGridColumn31.Header.VisiblePosition = 30;
  455. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 44;
  456. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  457. ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0);
  458. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  459. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
  460. ultraGridColumn32.Header.Caption = "RP0.2";
  461. ultraGridColumn32.Header.VisiblePosition = 31;
  462. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 46;
  463. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  464. ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
  465. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
  466. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
  467. ultraGridColumn33.Header.Caption = "伸长率A50";
  468. ultraGridColumn33.Header.VisiblePosition = 32;
  469. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 48;
  470. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  471. ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
  472. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
  473. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
  474. ultraGridColumn34.Header.Caption = "伸长率A80";
  475. ultraGridColumn34.Header.VisiblePosition = 33;
  476. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 50;
  477. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  478. ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
  479. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
  480. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
  481. ultraGridColumn35.Header.VisiblePosition = 34;
  482. ultraGridColumn35.Hidden = true;
  483. ultraGridColumn36.Header.Caption = "抗拉强度";
  484. ultraGridColumn36.Header.VisiblePosition = 35;
  485. ultraGridColumn36.RowLayoutColumnInfo.OriginX = 52;
  486. ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
  487. ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  488. ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
  489. ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
  490. ultraGridColumn37.Header.Caption = "余材生产处置意见";
  491. ultraGridColumn37.Header.VisiblePosition = 36;
  492. ultraGridColumn37.RowLayoutColumnInfo.OriginX = 68;
  493. ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
  494. ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  495. ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
  496. ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
  497. ultraGridColumn38.Header.Caption = "余材技术处置意见";
  498. ultraGridColumn38.Header.VisiblePosition = 37;
  499. ultraGridColumn38.RowLayoutColumnInfo.OriginX = 69;
  500. ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
  501. ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  502. ultraGridColumn38.RowLayoutColumnInfo.SpanX = 1;
  503. ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
  504. ultraGridBand1.Columns.AddRange(new object[] {
  505. ultraGridColumn1,
  506. ultraGridColumn2,
  507. ultraGridColumn3,
  508. ultraGridColumn4,
  509. ultraGridColumn5,
  510. ultraGridColumn6,
  511. ultraGridColumn7,
  512. ultraGridColumn8,
  513. ultraGridColumn9,
  514. ultraGridColumn10,
  515. ultraGridColumn11,
  516. ultraGridColumn12,
  517. ultraGridColumn13,
  518. ultraGridColumn14,
  519. ultraGridColumn15,
  520. ultraGridColumn16,
  521. ultraGridColumn17,
  522. ultraGridColumn18,
  523. ultraGridColumn19,
  524. ultraGridColumn20,
  525. ultraGridColumn21,
  526. ultraGridColumn22,
  527. ultraGridColumn23,
  528. ultraGridColumn24,
  529. ultraGridColumn25,
  530. ultraGridColumn26,
  531. ultraGridColumn27,
  532. ultraGridColumn28,
  533. ultraGridColumn29,
  534. ultraGridColumn30,
  535. ultraGridColumn31,
  536. ultraGridColumn32,
  537. ultraGridColumn33,
  538. ultraGridColumn34,
  539. ultraGridColumn35,
  540. ultraGridColumn36,
  541. ultraGridColumn37,
  542. ultraGridColumn38});
  543. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  544. summarySettings1.DisplayFormat = "{0}";
  545. summarySettings1.GroupBySummaryValueAppearance = appearance1;
  546. summarySettings2.DisplayFormat = "{0}";
  547. summarySettings2.GroupBySummaryValueAppearance = appearance2;
  548. ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  549. summarySettings1,
  550. summarySettings2});
  551. ultraGridBand1.SummaryFooterCaption = "小结:";
  552. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  553. this.ultraGrid1.DisplayLayout.ColScrollRegions.Add(colScrollRegion1);
  554. this.ultraGrid1.DisplayLayout.ColScrollRegions.Add(colScrollRegion2);
  555. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "分组区域";
  556. appearance24.BackColor = System.Drawing.Color.SkyBlue;
  557. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance24;
  558. appearance25.BackColor = System.Drawing.Color.GhostWhite;
  559. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
  560. this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  561. appearance26.BackColor = System.Drawing.Color.LightSteelBlue;
  562. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance26;
  563. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  564. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  565. appearance27.BackColor = System.Drawing.Color.LightSteelBlue;
  566. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance27;
  567. appearance28.BackColor = System.Drawing.Color.LightSteelBlue;
  568. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance28;
  569. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  570. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  571. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  572. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  573. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  574. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  575. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  576. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  577. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  578. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  579. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  581. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  582. this.ultraGrid1.Name = "ultraGrid1";
  583. this.ultraGrid1.Size = new System.Drawing.Size(1405, 366);
  584. this.ultraGrid1.TabIndex = 3;
  585. //
  586. // dataSet1
  587. //
  588. this.dataSet1.DataSetName = "NewDataSet";
  589. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  590. this.dataTable1});
  591. //
  592. // dataTable1
  593. //
  594. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  595. this.dataColumn1,
  596. this.dataColumn2,
  597. this.dataColumn3,
  598. this.dataColumn4,
  599. this.dataColumn5,
  600. this.dataColumn6,
  601. this.dataColumn7,
  602. this.dataColumn8,
  603. this.dataColumn9,
  604. this.dataColumn10,
  605. this.dataColumn11,
  606. this.dataColumn12,
  607. this.dataColumn13,
  608. this.dataColumn14,
  609. this.dataColumn15,
  610. this.dataColumn16,
  611. this.dataColumn17,
  612. this.dataColumn18,
  613. this.dataColumn19,
  614. this.dataColumn20,
  615. this.dataColumn21,
  616. this.dataColumn22,
  617. this.dataColumn23,
  618. this.dataColumn24,
  619. this.dataColumn25,
  620. this.dataColumn26,
  621. this.dataColumn27,
  622. this.dataColumn28,
  623. this.dataColumn29,
  624. this.dataColumn30,
  625. this.dataColumn31,
  626. this.dataColumn32,
  627. this.dataColumn33,
  628. this.dataColumn34,
  629. this.dataColumn35,
  630. this.dataColumn36});
  631. this.dataTable1.TableName = "Table1";
  632. //
  633. // dataColumn1
  634. //
  635. this.dataColumn1.Caption = "入库时间";
  636. this.dataColumn1.ColumnName = "YARD_ENTRY_DTIME";
  637. //
  638. // dataColumn2
  639. //
  640. this.dataColumn2.Caption = "订单类型";
  641. this.dataColumn2.ColumnName = "PRODNM_CD";
  642. //
  643. // dataColumn3
  644. //
  645. this.dataColumn3.Caption = "操作时间";
  646. this.dataColumn3.ColumnName = "CZSJ";
  647. //
  648. // dataColumn4
  649. //
  650. this.dataColumn4.Caption = "班次";
  651. this.dataColumn4.ColumnName = "SHIFT";
  652. //
  653. // dataColumn5
  654. //
  655. this.dataColumn5.Caption = "班组";
  656. this.dataColumn5.ColumnName = "WKGROUP";
  657. //
  658. // dataColumn6
  659. //
  660. this.dataColumn6.Caption = "操作人";
  661. this.dataColumn6.ColumnName = "CZR";
  662. //
  663. // dataColumn7
  664. //
  665. this.dataColumn7.Caption = "轧批号";
  666. this.dataColumn7.ColumnName = "ZPH";
  667. //
  668. // dataColumn8
  669. //
  670. this.dataColumn8.Caption = "钢卷号";
  671. this.dataColumn8.ColumnName = "OLD_SAMPL_NO";
  672. //
  673. // dataColumn9
  674. //
  675. this.dataColumn9.Caption = "牌号";
  676. this.dataColumn9.ColumnName = "SPEC_STL_GRD";
  677. //
  678. // dataColumn10
  679. //
  680. this.dataColumn10.Caption = "订单规格";
  681. this.dataColumn10.ColumnName = "GUIGE";
  682. //
  683. // dataColumn11
  684. //
  685. this.dataColumn11.Caption = "成品规格";
  686. this.dataColumn11.ColumnName = "T_W";
  687. //
  688. // dataColumn12
  689. //
  690. this.dataColumn12.Caption = "卷重";
  691. this.dataColumn12.ColumnName = "ACT_WGT";
  692. //
  693. // dataColumn13
  694. //
  695. this.dataColumn13.Caption = "堆放位置";
  696. this.dataColumn13.ColumnName = "CUR_LOAD_LOC";
  697. //
  698. // dataColumn14
  699. //
  700. this.dataColumn14.Caption = "综合判定等级";
  701. this.dataColumn14.ColumnName = "TOT_DEC_GRD";
  702. //
  703. // dataColumn15
  704. //
  705. this.dataColumn15.Caption = "成分判定等级";
  706. this.dataColumn15.ColumnName = "INGR_DEC_GRD";
  707. //
  708. // dataColumn16
  709. //
  710. this.dataColumn16.Caption = "材质判定";
  711. this.dataColumn16.ColumnName = "MATLQLTY_DEC_GRD";
  712. //
  713. // dataColumn17
  714. //
  715. this.dataColumn17.Caption = "尺寸判定";
  716. this.dataColumn17.ColumnName = "SIZE_DEC_RST";
  717. //
  718. // dataColumn18
  719. //
  720. this.dataColumn18.Caption = "外观判定";
  721. this.dataColumn18.ColumnName = "EXTSHAPE_DEC_GRD";
  722. //
  723. // dataColumn19
  724. //
  725. this.dataColumn19.Caption = "重量判定";
  726. this.dataColumn19.ColumnName = "WGT_DEC_RST";
  727. //
  728. // dataColumn20
  729. //
  730. this.dataColumn20.Caption = "合同号";
  731. this.dataColumn20.ColumnName = "ORD_NO";
  732. //
  733. // dataColumn21
  734. //
  735. this.dataColumn21.Caption = "订单号";
  736. this.dataColumn21.ColumnName = "ORD_SEQ";
  737. //
  738. // dataColumn22
  739. //
  740. this.dataColumn22.Caption = "收货单位";
  741. this.dataColumn22.ColumnName = "DLIV_TP";
  742. //
  743. // dataColumn23
  744. //
  745. this.dataColumn23.Caption = "运输方式";
  746. this.dataColumn23.ColumnName = "ORDCUST_CD";
  747. //
  748. // dataColumn24
  749. //
  750. this.dataColumn24.Caption = "冶炼炉号";
  751. this.dataColumn24.ColumnName = "CHARGE_NO";
  752. //
  753. // dataColumn25
  754. //
  755. this.dataColumn25.Caption = "出库时间";
  756. this.dataColumn25.ColumnName = "TRNF_DTIME";
  757. //
  758. // dataColumn26
  759. //
  760. this.dataColumn26.Caption = "订单区分";
  761. this.dataColumn26.ColumnName = "ORD_FL";
  762. //
  763. // dataColumn27
  764. //
  765. this.dataColumn27.Caption = "操作类型";
  766. this.dataColumn27.ColumnName = "OP_TYPE";
  767. //
  768. // dataColumn28
  769. //
  770. this.dataColumn28.Caption = "发运号";
  771. this.dataColumn28.ColumnName = "DLIV_DIRNO";
  772. //
  773. // dataColumn29
  774. //
  775. this.dataColumn29.Caption = "热卷号";
  776. this.dataColumn29.ColumnName = "H_COIL_NO";
  777. //
  778. // dataColumn30
  779. //
  780. this.dataColumn30.ColumnName = "ORD_DEVLMT_DATE";
  781. //
  782. // dataColumn31
  783. //
  784. this.dataColumn31.ColumnName = "LC_YSREL";
  785. //
  786. // dataColumn32
  787. //
  788. this.dataColumn32.ColumnName = "LC_YSRP";
  789. //
  790. // dataColumn33
  791. //
  792. this.dataColumn33.ColumnName = "LC_EL50";
  793. //
  794. // dataColumn34
  795. //
  796. this.dataColumn34.ColumnName = "LC_EL80";
  797. //
  798. // dataColumn35
  799. //
  800. this.dataColumn35.ColumnName = "SMP_NO";
  801. //
  802. // dataColumn36
  803. //
  804. this.dataColumn36.ColumnName = "LC_TE";
  805. //
  806. // ultraPanel5
  807. //
  808. //
  809. // ultraPanel5.ClientArea
  810. //
  811. this.ultraPanel5.ClientArea.Controls.Add(this.ultraGroupBox2);
  812. this.ultraPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  813. this.ultraPanel5.Location = new System.Drawing.Point(0, 366);
  814. this.ultraPanel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  815. this.ultraPanel5.Name = "ultraPanel5";
  816. this.ultraPanel5.Size = new System.Drawing.Size(1405, 61);
  817. this.ultraPanel5.TabIndex = 1;
  818. //
  819. // ultraGroupBox2
  820. //
  821. this.ultraGroupBox2.Controls.Add(this.label2);
  822. this.ultraGroupBox2.Controls.Add(this.label1);
  823. this.ultraGroupBox2.Controls.Add(this.textBox2);
  824. this.ultraGroupBox2.Controls.Add(this.textBox1);
  825. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  826. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  827. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  828. this.ultraGroupBox2.Name = "ultraGroupBox2";
  829. this.ultraGroupBox2.Size = new System.Drawing.Size(1405, 61);
  830. this.ultraGroupBox2.TabIndex = 4;
  831. this.ultraGroupBox2.Text = "上表统计";
  832. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  833. //
  834. // label2
  835. //
  836. this.label2.BackColor = System.Drawing.Color.LightBlue;
  837. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  838. this.label2.Location = new System.Drawing.Point(373, 25);
  839. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  840. this.label2.Name = "label2";
  841. this.label2.Size = new System.Drawing.Size(139, 26);
  842. this.label2.TabIndex = 32;
  843. this.label2.Text = "钢卷总重量(吨):";
  844. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  845. //
  846. // label1
  847. //
  848. this.label1.BackColor = System.Drawing.Color.LightBlue;
  849. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  850. this.label1.Location = new System.Drawing.Point(81, 24);
  851. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  852. this.label1.Name = "label1";
  853. this.label1.Size = new System.Drawing.Size(139, 26);
  854. this.label1.TabIndex = 31;
  855. this.label1.Text = "钢卷总数量(块):";
  856. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  857. //
  858. // textBox2
  859. //
  860. this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  861. this.textBox2.Location = new System.Drawing.Point(528, 25);
  862. this.textBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  863. this.textBox2.Name = "textBox2";
  864. this.textBox2.ReadOnly = true;
  865. this.textBox2.Size = new System.Drawing.Size(118, 25);
  866. this.textBox2.TabIndex = 3;
  867. //
  868. // textBox1
  869. //
  870. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  871. this.textBox1.Location = new System.Drawing.Point(229, 25);
  872. this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  873. this.textBox1.Name = "textBox1";
  874. this.textBox1.ReadOnly = true;
  875. this.textBox1.Size = new System.Drawing.Size(118, 25);
  876. this.textBox1.TabIndex = 1;
  877. //
  878. // ultraPanel2
  879. //
  880. //
  881. // ultraPanel2.ClientArea
  882. //
  883. this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
  884. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  885. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  886. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  887. this.ultraPanel2.Name = "ultraPanel2";
  888. this.ultraPanel2.Size = new System.Drawing.Size(1405, 151);
  889. this.ultraPanel2.TabIndex = 0;
  890. //
  891. // ultraGroupBox1
  892. //
  893. this.ultraGroupBox1.Controls.Add(this.label23);
  894. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor3);
  895. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor4);
  896. this.ultraGroupBox1.Controls.Add(this.button1);
  897. this.ultraGroupBox1.Controls.Add(this.ultraComboEditor1);
  898. this.ultraGroupBox1.Controls.Add(this.label16);
  899. this.ultraGroupBox1.Controls.Add(this.ddlSEQType);
  900. this.ultraGroupBox1.Controls.Add(this.label15);
  901. this.ultraGroupBox1.Controls.Add(this.txtORD_NO);
  902. this.ultraGroupBox1.Controls.Add(this.txtORD_SQE);
  903. this.ultraGroupBox1.Controls.Add(this.label14);
  904. this.ultraGroupBox1.Controls.Add(this.ddlDLIV_tp);
  905. this.ultraGroupBox1.Controls.Add(this.label13);
  906. this.ultraGroupBox1.Controls.Add(this.txtCZR);
  907. this.ultraGroupBox1.Controls.Add(this.label12);
  908. this.ultraGroupBox1.Controls.Add(this.ddlWKGroup);
  909. this.ultraGroupBox1.Controls.Add(this.label11);
  910. this.ultraGroupBox1.Controls.Add(this.ddlShift);
  911. this.ultraGroupBox1.Controls.Add(this.label10);
  912. this.ultraGroupBox1.Controls.Add(this.txtOLD_SAMPL_NO);
  913. this.ultraGroupBox1.Controls.Add(this.label9);
  914. this.ultraGroupBox1.Controls.Add(this.txtCUR_LOAD_LOC);
  915. this.ultraGroupBox1.Controls.Add(this.label8);
  916. this.ultraGroupBox1.Controls.Add(this.txtThick_1);
  917. this.ultraGroupBox1.Controls.Add(this.txtThick_2);
  918. this.ultraGroupBox1.Controls.Add(this.label7);
  919. this.ultraGroupBox1.Controls.Add(this.txtWidth_2);
  920. this.ultraGroupBox1.Controls.Add(this.txtWidth_1);
  921. this.ultraGroupBox1.Controls.Add(this.label6);
  922. this.ultraGroupBox1.Controls.Add(this.txtSPEC_STL_GRD);
  923. this.ultraGroupBox1.Controls.Add(this.label5);
  924. this.ultraGroupBox1.Controls.Add(this.ddlQueryType);
  925. this.ultraGroupBox1.Controls.Add(this.dteEndDate);
  926. this.ultraGroupBox1.Controls.Add(this.dteStartDate);
  927. this.ultraGroupBox1.Controls.Add(this.label4);
  928. this.ultraGroupBox1.Controls.Add(this.label3);
  929. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  930. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  931. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  932. this.ultraGroupBox1.Name = "ultraGroupBox1";
  933. this.ultraGroupBox1.Size = new System.Drawing.Size(1405, 151);
  934. this.ultraGroupBox1.TabIndex = 0;
  935. this.ultraGroupBox1.Text = "查询条件";
  936. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  937. //
  938. // label23
  939. //
  940. this.label23.BackColor = System.Drawing.Color.LightBlue;
  941. this.label23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  942. this.label23.Location = new System.Drawing.Point(993, 115);
  943. this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  944. this.label23.Name = "label23";
  945. this.label23.Size = new System.Drawing.Size(74, 26);
  946. this.label23.TabIndex = 92;
  947. this.label23.Text = "交货期";
  948. this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  949. //
  950. // ultraDateTimeEditor3
  951. //
  952. appearance5.BorderColor = System.Drawing.Color.Black;
  953. this.ultraDateTimeEditor3.Appearance = appearance5;
  954. this.ultraDateTimeEditor3.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  955. this.ultraDateTimeEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  956. this.ultraDateTimeEditor3.Location = new System.Drawing.Point(1192, 115);
  957. this.ultraDateTimeEditor3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  958. this.ultraDateTimeEditor3.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
  959. this.ultraDateTimeEditor3.MaskInput = "";
  960. this.ultraDateTimeEditor3.Name = "ultraDateTimeEditor3";
  961. this.ultraDateTimeEditor3.PromptChar = ' ';
  962. this.ultraDateTimeEditor3.Size = new System.Drawing.Size(119, 24);
  963. this.ultraDateTimeEditor3.TabIndex = 91;
  964. this.ultraDateTimeEditor3.Value = null;
  965. //
  966. // ultraDateTimeEditor4
  967. //
  968. appearance8.BorderColor = System.Drawing.Color.Black;
  969. this.ultraDateTimeEditor4.Appearance = appearance8;
  970. this.ultraDateTimeEditor4.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  971. this.ultraDateTimeEditor4.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  972. this.ultraDateTimeEditor4.Location = new System.Drawing.Point(1069, 115);
  973. this.ultraDateTimeEditor4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  974. this.ultraDateTimeEditor4.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
  975. this.ultraDateTimeEditor4.MaskInput = "";
  976. this.ultraDateTimeEditor4.Name = "ultraDateTimeEditor4";
  977. this.ultraDateTimeEditor4.PromptChar = ' ';
  978. this.ultraDateTimeEditor4.Size = new System.Drawing.Size(119, 24);
  979. this.ultraDateTimeEditor4.TabIndex = 90;
  980. this.ultraDateTimeEditor4.Value = null;
  981. //
  982. // button1
  983. //
  984. this.button1.Location = new System.Drawing.Point(880, 115);
  985. this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  986. this.button1.Name = "button1";
  987. this.button1.Size = new System.Drawing.Size(100, 29);
  988. this.button1.TabIndex = 32;
  989. this.button1.Text = "完整导出";
  990. this.button1.UseVisualStyleBackColor = true;
  991. this.button1.Click += new System.EventHandler(this.button1_Click);
  992. //
  993. // ultraComboEditor1
  994. //
  995. appearance18.BorderColor = System.Drawing.Color.Black;
  996. appearance18.BorderColor2 = System.Drawing.Color.Black;
  997. this.ultraComboEditor1.Appearance = appearance18;
  998. this.ultraComboEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  999. valueListItem13.DataValue = "3";
  1000. valueListItem13.DisplayText = "连退库";
  1001. valueListItem15.DataValue = "5";
  1002. valueListItem15.DisplayText = "重卷库";
  1003. this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1004. valueListItem13,
  1005. valueListItem15});
  1006. this.ultraComboEditor1.Location = new System.Drawing.Point(711, 115);
  1007. this.ultraComboEditor1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1008. this.ultraComboEditor1.Name = "ultraComboEditor1";
  1009. this.ultraComboEditor1.Size = new System.Drawing.Size(117, 24);
  1010. this.ultraComboEditor1.TabIndex = 31;
  1011. //
  1012. // label16
  1013. //
  1014. this.label16.BackColor = System.Drawing.Color.LightBlue;
  1015. this.label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1016. this.label16.Location = new System.Drawing.Point(613, 115);
  1017. this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1018. this.label16.Name = "label16";
  1019. this.label16.Size = new System.Drawing.Size(89, 26);
  1020. this.label16.TabIndex = 30;
  1021. this.label16.Text = "库存区分:";
  1022. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1023. //
  1024. // ddlSEQType
  1025. //
  1026. appearance3.BorderColor = System.Drawing.Color.Black;
  1027. this.ddlSEQType.Appearance = appearance3;
  1028. this.ddlSEQType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  1029. valueListItem17.DataValue = "1";
  1030. valueListItem17.DisplayText = "订单材";
  1031. valueListItem18.DataValue = "2";
  1032. valueListItem18.DisplayText = "余材";
  1033. this.ddlSEQType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1034. valueListItem17,
  1035. valueListItem18});
  1036. this.ddlSEQType.Location = new System.Drawing.Point(444, 115);
  1037. this.ddlSEQType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1038. this.ddlSEQType.Name = "ddlSEQType";
  1039. this.ddlSEQType.Size = new System.Drawing.Size(121, 24);
  1040. this.ddlSEQType.TabIndex = 29;
  1041. //
  1042. // label15
  1043. //
  1044. this.label15.BackColor = System.Drawing.Color.LightBlue;
  1045. this.label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1046. this.label15.Location = new System.Drawing.Point(352, 115);
  1047. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1048. this.label15.Name = "label15";
  1049. this.label15.Size = new System.Drawing.Size(83, 26);
  1050. this.label15.TabIndex = 28;
  1051. this.label15.Text = "订单区分:";
  1052. this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1053. //
  1054. // txtORD_NO
  1055. //
  1056. this.txtORD_NO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1057. this.txtORD_NO.Location = new System.Drawing.Point(147, 115);
  1058. this.txtORD_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1059. this.txtORD_NO.Name = "txtORD_NO";
  1060. this.txtORD_NO.Size = new System.Drawing.Size(87, 25);
  1061. this.txtORD_NO.TabIndex = 27;
  1062. //
  1063. // txtORD_SQE
  1064. //
  1065. this.txtORD_SQE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1066. this.txtORD_SQE.Location = new System.Drawing.Point(265, 115);
  1067. this.txtORD_SQE.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1068. this.txtORD_SQE.Name = "txtORD_SQE";
  1069. this.txtORD_SQE.Size = new System.Drawing.Size(62, 25);
  1070. this.txtORD_SQE.TabIndex = 26;
  1071. //
  1072. // label14
  1073. //
  1074. this.label14.BackColor = System.Drawing.Color.LightBlue;
  1075. this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1076. this.label14.Location = new System.Drawing.Point(16, 115);
  1077. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1078. this.label14.Name = "label14";
  1079. this.label14.Size = new System.Drawing.Size(122, 26);
  1080. this.label14.TabIndex = 25;
  1081. this.label14.Text = "合同-订单号:";
  1082. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1083. //
  1084. // ddlDLIV_tp
  1085. //
  1086. appearance4.BorderColor = System.Drawing.Color.Black;
  1087. appearance4.BorderColor2 = System.Drawing.Color.Black;
  1088. this.ddlDLIV_tp.Appearance = appearance4;
  1089. this.ddlDLIV_tp.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  1090. this.ddlDLIV_tp.Location = new System.Drawing.Point(1115, 75);
  1091. this.ddlDLIV_tp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1092. this.ddlDLIV_tp.Name = "ddlDLIV_tp";
  1093. this.ddlDLIV_tp.Size = new System.Drawing.Size(233, 24);
  1094. this.ddlDLIV_tp.TabIndex = 24;
  1095. //
  1096. // label13
  1097. //
  1098. this.label13.BackColor = System.Drawing.Color.LightBlue;
  1099. this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1100. this.label13.Location = new System.Drawing.Point(1024, 75);
  1101. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1102. this.label13.Name = "label13";
  1103. this.label13.Size = new System.Drawing.Size(82, 26);
  1104. this.label13.TabIndex = 23;
  1105. this.label13.Text = "收货单位:";
  1106. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1107. //
  1108. // txtCZR
  1109. //
  1110. this.txtCZR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1111. this.txtCZR.Location = new System.Drawing.Point(868, 74);
  1112. this.txtCZR.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1113. this.txtCZR.Name = "txtCZR";
  1114. this.txtCZR.Size = new System.Drawing.Size(111, 25);
  1115. this.txtCZR.TabIndex = 22;
  1116. //
  1117. // label12
  1118. //
  1119. this.label12.BackColor = System.Drawing.Color.LightBlue;
  1120. this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1121. this.label12.Location = new System.Drawing.Point(789, 75);
  1122. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1123. this.label12.Name = "label12";
  1124. this.label12.Size = new System.Drawing.Size(70, 26);
  1125. this.label12.TabIndex = 21;
  1126. this.label12.Text = "作业人:";
  1127. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1128. //
  1129. // ddlWKGroup
  1130. //
  1131. appearance12.BorderColor = System.Drawing.Color.Black;
  1132. appearance12.BorderColor2 = System.Drawing.Color.Black;
  1133. this.ddlWKGroup.Appearance = appearance12;
  1134. this.ddlWKGroup.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  1135. valueListItem3.DataValue = "1";
  1136. valueListItem3.DisplayText = "甲班";
  1137. valueListItem4.DataValue = "2";
  1138. valueListItem4.DisplayText = "乙班";
  1139. valueListItem9.DataValue = "3";
  1140. valueListItem9.DisplayText = "丙班";
  1141. valueListItem10.DataValue = "4";
  1142. valueListItem10.DisplayText = "丁班";
  1143. valueListItem12.DataValue = "0";
  1144. valueListItem12.DisplayText = "常白班";
  1145. this.ddlWKGroup.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1146. valueListItem3,
  1147. valueListItem4,
  1148. valueListItem9,
  1149. valueListItem10,
  1150. valueListItem12});
  1151. this.ddlWKGroup.Location = new System.Drawing.Point(675, 72);
  1152. this.ddlWKGroup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1153. this.ddlWKGroup.Name = "ddlWKGroup";
  1154. this.ddlWKGroup.Size = new System.Drawing.Size(71, 24);
  1155. this.ddlWKGroup.TabIndex = 20;
  1156. //
  1157. // label11
  1158. //
  1159. this.label11.BackColor = System.Drawing.Color.LightBlue;
  1160. this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1161. this.label11.Location = new System.Drawing.Point(613, 72);
  1162. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1163. this.label11.Name = "label11";
  1164. this.label11.Size = new System.Drawing.Size(53, 26);
  1165. this.label11.TabIndex = 19;
  1166. this.label11.Text = "班组:";
  1167. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1168. //
  1169. // ddlShift
  1170. //
  1171. appearance7.BorderColor = System.Drawing.Color.Black;
  1172. appearance7.BorderColor2 = System.Drawing.Color.Black;
  1173. this.ddlShift.Appearance = appearance7;
  1174. this.ddlShift.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  1175. valueListItem7.DataValue = "1";
  1176. valueListItem7.DisplayText = "早班";
  1177. valueListItem8.DataValue = "2";
  1178. valueListItem8.DisplayText = "中班";
  1179. valueListItem11.DataValue = "3";
  1180. valueListItem11.DisplayText = "晚班";
  1181. valueListItem1.DataValue = "0";
  1182. valueListItem1.DisplayText = "常白班";
  1183. this.ddlShift.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1184. valueListItem7,
  1185. valueListItem8,
  1186. valueListItem11,
  1187. valueListItem1});
  1188. this.ddlShift.Location = new System.Drawing.Point(513, 72);
  1189. this.ddlShift.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1190. this.ddlShift.Name = "ddlShift";
  1191. this.ddlShift.Size = new System.Drawing.Size(71, 24);
  1192. this.ddlShift.TabIndex = 18;
  1193. //
  1194. // label10
  1195. //
  1196. this.label10.BackColor = System.Drawing.Color.LightBlue;
  1197. this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1198. this.label10.Location = new System.Drawing.Point(452, 72);
  1199. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1200. this.label10.Name = "label10";
  1201. this.label10.Size = new System.Drawing.Size(53, 26);
  1202. this.label10.TabIndex = 17;
  1203. this.label10.Text = "班次:";
  1204. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1205. //
  1206. // txtOLD_SAMPL_NO
  1207. //
  1208. this.txtOLD_SAMPL_NO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1209. this.txtOLD_SAMPL_NO.Location = new System.Drawing.Point(320, 72);
  1210. this.txtOLD_SAMPL_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1211. this.txtOLD_SAMPL_NO.Name = "txtOLD_SAMPL_NO";
  1212. this.txtOLD_SAMPL_NO.Size = new System.Drawing.Size(111, 25);
  1213. this.txtOLD_SAMPL_NO.TabIndex = 16;
  1214. //
  1215. // label9
  1216. //
  1217. this.label9.BackColor = System.Drawing.Color.LightBlue;
  1218. this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1219. this.label9.Location = new System.Drawing.Point(229, 72);
  1220. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1221. this.label9.Name = "label9";
  1222. this.label9.Size = new System.Drawing.Size(82, 26);
  1223. this.label9.TabIndex = 15;
  1224. this.label9.Text = "钢卷号:";
  1225. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1226. //
  1227. // txtCUR_LOAD_LOC
  1228. //
  1229. this.txtCUR_LOAD_LOC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1230. this.txtCUR_LOAD_LOC.Location = new System.Drawing.Point(77, 72);
  1231. this.txtCUR_LOAD_LOC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1232. this.txtCUR_LOAD_LOC.Name = "txtCUR_LOAD_LOC";
  1233. this.txtCUR_LOAD_LOC.Size = new System.Drawing.Size(111, 25);
  1234. this.txtCUR_LOAD_LOC.TabIndex = 14;
  1235. //
  1236. // label8
  1237. //
  1238. this.label8.BackColor = System.Drawing.Color.LightBlue;
  1239. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1240. this.label8.Location = new System.Drawing.Point(16, 72);
  1241. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1242. this.label8.Name = "label8";
  1243. this.label8.Size = new System.Drawing.Size(53, 26);
  1244. this.label8.TabIndex = 13;
  1245. this.label8.Text = "垛位:";
  1246. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1247. //
  1248. // txtThick_1
  1249. //
  1250. this.txtThick_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1251. this.txtThick_1.Location = new System.Drawing.Point(1053, 30);
  1252. this.txtThick_1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1253. this.txtThick_1.Name = "txtThick_1";
  1254. this.txtThick_1.Size = new System.Drawing.Size(65, 25);
  1255. this.txtThick_1.TabIndex = 12;
  1256. //
  1257. // txtThick_2
  1258. //
  1259. this.txtThick_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1260. this.txtThick_2.Location = new System.Drawing.Point(1127, 30);
  1261. this.txtThick_2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1262. this.txtThick_2.Name = "txtThick_2";
  1263. this.txtThick_2.Size = new System.Drawing.Size(65, 25);
  1264. this.txtThick_2.TabIndex = 11;
  1265. //
  1266. // label7
  1267. //
  1268. this.label7.BackColor = System.Drawing.Color.LightBlue;
  1269. this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1270. this.label7.Location = new System.Drawing.Point(992, 30);
  1271. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1272. this.label7.Name = "label7";
  1273. this.label7.Size = new System.Drawing.Size(53, 26);
  1274. this.label7.TabIndex = 10;
  1275. this.label7.Text = "厚度:";
  1276. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1277. //
  1278. // txtWidth_2
  1279. //
  1280. this.txtWidth_2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1281. this.txtWidth_2.Location = new System.Drawing.Point(909, 30);
  1282. this.txtWidth_2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1283. this.txtWidth_2.Name = "txtWidth_2";
  1284. this.txtWidth_2.Size = new System.Drawing.Size(65, 25);
  1285. this.txtWidth_2.TabIndex = 9;
  1286. //
  1287. // txtWidth_1
  1288. //
  1289. this.txtWidth_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1290. this.txtWidth_1.Location = new System.Drawing.Point(836, 30);
  1291. this.txtWidth_1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1292. this.txtWidth_1.Name = "txtWidth_1";
  1293. this.txtWidth_1.Size = new System.Drawing.Size(65, 25);
  1294. this.txtWidth_1.TabIndex = 8;
  1295. //
  1296. // label6
  1297. //
  1298. this.label6.BackColor = System.Drawing.Color.LightBlue;
  1299. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1300. this.label6.Location = new System.Drawing.Point(775, 30);
  1301. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1302. this.label6.Name = "label6";
  1303. this.label6.Size = new System.Drawing.Size(53, 26);
  1304. this.label6.TabIndex = 7;
  1305. this.label6.Text = "宽度:";
  1306. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1307. //
  1308. // txtSPEC_STL_GRD
  1309. //
  1310. this.txtSPEC_STL_GRD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1311. this.txtSPEC_STL_GRD.Location = new System.Drawing.Point(643, 30);
  1312. this.txtSPEC_STL_GRD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1313. this.txtSPEC_STL_GRD.Name = "txtSPEC_STL_GRD";
  1314. this.txtSPEC_STL_GRD.Size = new System.Drawing.Size(111, 25);
  1315. this.txtSPEC_STL_GRD.TabIndex = 6;
  1316. //
  1317. // label5
  1318. //
  1319. this.label5.BackColor = System.Drawing.Color.LightBlue;
  1320. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1321. this.label5.Location = new System.Drawing.Point(581, 30);
  1322. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1323. this.label5.Name = "label5";
  1324. this.label5.Size = new System.Drawing.Size(53, 26);
  1325. this.label5.TabIndex = 5;
  1326. this.label5.Text = "牌号:";
  1327. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1328. //
  1329. // ddlQueryType
  1330. //
  1331. appearance6.BorderColor = System.Drawing.Color.Black;
  1332. appearance6.BorderColor2 = System.Drawing.Color.Black;
  1333. this.ddlQueryType.Appearance = appearance6;
  1334. this.ddlQueryType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  1335. this.ddlQueryType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1336. valueListItem5.DataValue = new decimal(new int[] {
  1337. 0,
  1338. 0,
  1339. 0,
  1340. 0});
  1341. valueListItem5.DisplayText = "入库时间查询";
  1342. valueListItem6.DataValue = new decimal(new int[] {
  1343. 1,
  1344. 0,
  1345. 0,
  1346. 0});
  1347. valueListItem6.DisplayText = "出库时间查询";
  1348. this.ddlQueryType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1349. valueListItem5,
  1350. valueListItem6});
  1351. this.ddlQueryType.Location = new System.Drawing.Point(384, 30);
  1352. this.ddlQueryType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1353. this.ddlQueryType.Name = "ddlQueryType";
  1354. this.ddlQueryType.Size = new System.Drawing.Size(167, 24);
  1355. this.ddlQueryType.TabIndex = 4;
  1356. //
  1357. // dteEndDate
  1358. //
  1359. appearance9.BorderColor = System.Drawing.Color.Black;
  1360. appearance9.BorderColor2 = System.Drawing.Color.Black;
  1361. this.dteEndDate.Appearance = appearance9;
  1362. this.dteEndDate.Location = new System.Drawing.Point(232, 30);
  1363. this.dteEndDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1364. this.dteEndDate.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
  1365. this.dteEndDate.MaskInput = "";
  1366. this.dteEndDate.Name = "dteEndDate";
  1367. this.dteEndDate.PromptChar = ' ';
  1368. this.dteEndDate.Size = new System.Drawing.Size(144, 24);
  1369. this.dteEndDate.TabIndex = 3;
  1370. //
  1371. // dteStartDate
  1372. //
  1373. appearance19.BorderColor = System.Drawing.Color.Black;
  1374. appearance19.BorderColor2 = System.Drawing.Color.Black;
  1375. this.dteStartDate.Appearance = appearance19;
  1376. this.dteStartDate.Location = new System.Drawing.Point(77, 30);
  1377. this.dteStartDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1378. this.dteStartDate.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw;
  1379. this.dteStartDate.MaskInput = "";
  1380. this.dteStartDate.Name = "dteStartDate";
  1381. this.dteStartDate.PromptChar = ' ';
  1382. this.dteStartDate.Size = new System.Drawing.Size(144, 24);
  1383. this.dteStartDate.TabIndex = 2;
  1384. //
  1385. // label4
  1386. //
  1387. this.label4.AutoSize = true;
  1388. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1389. this.label4.Location = new System.Drawing.Point(243, 120);
  1390. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1391. this.label4.Name = "label4";
  1392. this.label4.Size = new System.Drawing.Size(15, 15);
  1393. this.label4.TabIndex = 1;
  1394. this.label4.Text = "-";
  1395. //
  1396. // label3
  1397. //
  1398. this.label3.BackColor = System.Drawing.Color.LightBlue;
  1399. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1400. this.label3.Location = new System.Drawing.Point(16, 30);
  1401. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1402. this.label3.Name = "label3";
  1403. this.label3.Size = new System.Drawing.Size(53, 26);
  1404. this.label3.TabIndex = 0;
  1405. this.label3.Text = "时间:";
  1406. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1407. //
  1408. // ultraGridExcelExporter1
  1409. //
  1410. this.ultraGridExcelExporter1.EndExport += new Infragistics.Win.UltraWinGrid.ExcelExport.EndExportEventHandler(this.ultraGridExcelExporter1_EndExport);
  1411. //
  1412. // saveFileDialog1
  1413. //
  1414. this.saveFileDialog1.Filter = "XLS文件|*.xls|所有文件|*.*";
  1415. //
  1416. // UIM010210
  1417. //
  1418. this.AllowDrop = true;
  1419. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1420. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1421. this.ClientSize = new System.Drawing.Size(1405, 578);
  1422. this.Controls.Add(this.ultraPanel1);
  1423. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  1424. this.Name = "UIM010210";
  1425. this.Text = "UIM010210";
  1426. this.Load += new System.EventHandler(this.UIM010210_Load);
  1427. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1428. this.ultraPanel1.ResumeLayout(false);
  1429. this.ultraPanel3.ClientArea.ResumeLayout(false);
  1430. this.ultraPanel3.ResumeLayout(false);
  1431. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1432. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1433. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1434. this.ultraPanel5.ClientArea.ResumeLayout(false);
  1435. this.ultraPanel5.ResumeLayout(false);
  1436. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1437. this.ultraGroupBox2.ResumeLayout(false);
  1438. this.ultraGroupBox2.PerformLayout();
  1439. this.ultraPanel2.ClientArea.ResumeLayout(false);
  1440. this.ultraPanel2.ResumeLayout(false);
  1441. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1442. this.ultraGroupBox1.ResumeLayout(false);
  1443. this.ultraGroupBox1.PerformLayout();
  1444. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).EndInit();
  1445. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor4)).EndInit();
  1446. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  1447. ((System.ComponentModel.ISupportInitialize)(this.ddlSEQType)).EndInit();
  1448. ((System.ComponentModel.ISupportInitialize)(this.ddlDLIV_tp)).EndInit();
  1449. ((System.ComponentModel.ISupportInitialize)(this.ddlWKGroup)).EndInit();
  1450. ((System.ComponentModel.ISupportInitialize)(this.ddlShift)).EndInit();
  1451. ((System.ComponentModel.ISupportInitialize)(this.ddlQueryType)).EndInit();
  1452. ((System.ComponentModel.ISupportInitialize)(this.dteEndDate)).EndInit();
  1453. ((System.ComponentModel.ISupportInitialize)(this.dteStartDate)).EndInit();
  1454. this.ResumeLayout(false);
  1455. }
  1456. #endregion
  1457. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1458. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  1459. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1460. private System.Data.DataSet dataSet1;
  1461. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  1462. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1463. private Infragistics.Win.Misc.UltraPanel ultraPanel5;
  1464. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1465. private System.Windows.Forms.TextBox textBox2;
  1466. private System.Windows.Forms.TextBox textBox1;
  1467. private System.Windows.Forms.Label label4;
  1468. private System.Windows.Forms.Label label3;
  1469. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dteEndDate;
  1470. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dteStartDate;
  1471. private Infragistics.Win.UltraWinEditors.UltraComboEditor ddlQueryType;
  1472. private System.Windows.Forms.TextBox txtSPEC_STL_GRD;
  1473. private System.Windows.Forms.Label label5;
  1474. private System.Windows.Forms.TextBox txtThick_1;
  1475. private System.Windows.Forms.TextBox txtThick_2;
  1476. private System.Windows.Forms.Label label7;
  1477. private System.Windows.Forms.TextBox txtWidth_2;
  1478. private System.Windows.Forms.TextBox txtWidth_1;
  1479. private System.Windows.Forms.Label label6;
  1480. private System.Windows.Forms.Label label10;
  1481. private System.Windows.Forms.TextBox txtOLD_SAMPL_NO;
  1482. private System.Windows.Forms.Label label9;
  1483. private System.Windows.Forms.TextBox txtCUR_LOAD_LOC;
  1484. private System.Windows.Forms.Label label8;
  1485. private System.Windows.Forms.TextBox txtCZR;
  1486. private System.Windows.Forms.Label label12;
  1487. private Infragistics.Win.UltraWinEditors.UltraComboEditor ddlWKGroup;
  1488. private System.Windows.Forms.Label label11;
  1489. private Infragistics.Win.UltraWinEditors.UltraComboEditor ddlShift;
  1490. private Infragistics.Win.UltraWinEditors.UltraComboEditor ddlDLIV_tp;
  1491. private System.Windows.Forms.Label label13;
  1492. private Infragistics.Win.UltraWinEditors.UltraComboEditor ddlSEQType;
  1493. private System.Windows.Forms.Label label15;
  1494. private System.Windows.Forms.TextBox txtORD_NO;
  1495. private System.Windows.Forms.TextBox txtORD_SQE;
  1496. private System.Windows.Forms.Label label14;
  1497. private System.Data.DataTable dataTable1;
  1498. private System.Data.DataColumn dataColumn1;
  1499. private System.Data.DataColumn dataColumn2;
  1500. private System.Data.DataColumn dataColumn3;
  1501. private System.Data.DataColumn dataColumn4;
  1502. private System.Data.DataColumn dataColumn5;
  1503. private System.Data.DataColumn dataColumn6;
  1504. private System.Data.DataColumn dataColumn7;
  1505. private System.Data.DataColumn dataColumn8;
  1506. private System.Data.DataColumn dataColumn9;
  1507. private System.Data.DataColumn dataColumn10;
  1508. private System.Data.DataColumn dataColumn11;
  1509. private System.Data.DataColumn dataColumn12;
  1510. private System.Data.DataColumn dataColumn13;
  1511. private System.Data.DataColumn dataColumn14;
  1512. private System.Data.DataColumn dataColumn15;
  1513. private System.Data.DataColumn dataColumn16;
  1514. private System.Data.DataColumn dataColumn17;
  1515. private System.Data.DataColumn dataColumn18;
  1516. private System.Data.DataColumn dataColumn19;
  1517. private System.Data.DataColumn dataColumn20;
  1518. private System.Data.DataColumn dataColumn21;
  1519. private System.Data.DataColumn dataColumn22;
  1520. private System.Data.DataColumn dataColumn23;
  1521. private System.Data.DataColumn dataColumn24;
  1522. private System.Data.DataColumn dataColumn25;
  1523. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  1524. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  1525. private System.Windows.Forms.Label label2;
  1526. private System.Windows.Forms.Label label1;
  1527. private System.Data.DataColumn dataColumn26;
  1528. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  1529. private System.Windows.Forms.Label label16;
  1530. private System.Data.DataColumn dataColumn27;
  1531. private System.Windows.Forms.Button button1;
  1532. private System.Data.DataColumn dataColumn28;
  1533. private System.Data.DataColumn dataColumn29;
  1534. private System.Windows.Forms.Label label23;
  1535. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor3;
  1536. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor4;
  1537. private System.Data.DataColumn dataColumn30;
  1538. private System.Data.DataColumn dataColumn31;
  1539. private System.Data.DataColumn dataColumn32;
  1540. private System.Data.DataColumn dataColumn33;
  1541. private System.Data.DataColumn dataColumn34;
  1542. private System.Data.DataColumn dataColumn35;
  1543. private System.Data.DataColumn dataColumn36;
  1544. }
  1545. }