frmHotDeliveryTheoryWgt.Designer.cs 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267
  1. namespace StorageMeterSystem
  2. {
  3. partial class frmHotDeliveryTheoryWgt
  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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnQuery");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnInsert");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnUpdate");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCancel");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnUnCancel");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnQuery");
  36. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHotDeliveryTheoryWgt));
  38. Infragistics.Win.UltraWinToolbars.LabelTool labelTool9 = new Infragistics.Win.UltraWinToolbars.LabelTool("时间");
  39. Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool9 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool4");
  40. Infragistics.Win.UltraWinToolbars.LabelTool labelTool10 = new Infragistics.Win.UltraWinToolbars.LabelTool("-");
  41. Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool5");
  42. Infragistics.Win.UltraWinToolbars.LabelTool labelTool5 = new Infragistics.Win.UltraWinToolbars.LabelTool("计量点");
  43. Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
  44. Infragistics.Win.UltraWinToolbars.LabelTool labelTool6 = new Infragistics.Win.UltraWinToolbars.LabelTool("预报状态");
  45. Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
  46. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCancel");
  47. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnUnCancel");
  49. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPrintOne");
  51. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPrintSome");
  53. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("批号");
  55. Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnInsert");
  57. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnUpdate");
  59. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("单只重量", -1);
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("singleWgtNo");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("memo");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("valueFlag");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gradeNo");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("productDate");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterGroup");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterClass");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("specNo");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("singleWeight");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightType");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gradeName");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("specName");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightDiff");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
  83. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance97 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  112. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  113. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  114. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  115. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  116. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  117. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  118. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  119. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  120. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  121. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  122. Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
  123. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  126. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  127. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  128. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  129. Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  131. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
  133. Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
  134. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  135. this.panel1 = new System.Windows.Forms.Panel();
  136. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  137. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  138. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  139. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  140. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  141. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  142. this.panel2 = new System.Windows.Forms.Panel();
  143. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  144. this.panel2Query = new System.Windows.Forms.Panel();
  145. this.cbAll = new System.Windows.Forms.CheckBox();
  146. this.ultraGridSingleWgt = new Infragistics.Win.UltraWinGrid.UltraGrid();
  147. this.dataSet2 = new System.Data.DataSet();
  148. this.dataTable1 = new System.Data.DataTable();
  149. this.dataColumn1 = new System.Data.DataColumn();
  150. this.dataColumn4 = new System.Data.DataColumn();
  151. this.dataColumn5 = new System.Data.DataColumn();
  152. this.dataColumn6 = new System.Data.DataColumn();
  153. this.dataColumn7 = new System.Data.DataColumn();
  154. this.dataColumn8 = new System.Data.DataColumn();
  155. this.dataColumn10 = new System.Data.DataColumn();
  156. this.dataColumn11 = new System.Data.DataColumn();
  157. this.dataColumn16 = new System.Data.DataColumn();
  158. this.dataColumn22 = new System.Data.DataColumn();
  159. this.dataColumn32 = new System.Data.DataColumn();
  160. this.dataColumn33 = new System.Data.DataColumn();
  161. this.dataColumn35 = new System.Data.DataColumn();
  162. this.dataColumn39 = new System.Data.DataColumn();
  163. this.dataColumn40 = new System.Data.DataColumn();
  164. this.dataColumn42 = new System.Data.DataColumn();
  165. this.dataColumn2 = new System.Data.DataColumn();
  166. this.dataColumn3 = new System.Data.DataColumn();
  167. this.dataColumn9 = new System.Data.DataColumn();
  168. this.dataColumn12 = new System.Data.DataColumn();
  169. this.dataColumn13 = new System.Data.DataColumn();
  170. this.ultraGroupBoxEdit = new Infragistics.Win.Misc.UltraGroupBox();
  171. this.numWeightDiff = new System.Windows.Forms.NumericUpDown();
  172. this.label6 = new System.Windows.Forms.Label();
  173. this.numSingleWeightUp = new System.Windows.Forms.NumericUpDown();
  174. this.label9 = new System.Windows.Forms.Label();
  175. this.cmbGradeNameUp = new Infragistics.Win.UltraWinGrid.UltraCombo();
  176. this.label8 = new System.Windows.Forms.Label();
  177. this.cmbSpcNameUp = new Infragistics.Win.UltraWinGrid.UltraCombo();
  178. this.label7 = new System.Windows.Forms.Label();
  179. this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
  180. this.cmbValueFlag = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  181. this.label5 = new System.Windows.Forms.Label();
  182. this.cmbGradeName = new Infragistics.Win.UltraWinGrid.UltraCombo();
  183. this.label2 = new System.Windows.Forms.Label();
  184. this.cmbSpcName = new Infragistics.Win.UltraWinGrid.UltraCombo();
  185. this.label3 = new System.Windows.Forms.Label();
  186. this.dtStartTime = new System.Windows.Forms.DateTimePicker();
  187. this.label4 = new System.Windows.Forms.Label();
  188. this.dtEndTime = new System.Windows.Forms.DateTimePicker();
  189. this.label1 = new System.Windows.Forms.Label();
  190. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  191. this.panel1.SuspendLayout();
  192. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  193. this.ultraGroupBox1.SuspendLayout();
  194. this.panel2.SuspendLayout();
  195. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  196. this.ultraGroupBox4.SuspendLayout();
  197. this.panel2Query.SuspendLayout();
  198. ((System.ComponentModel.ISupportInitialize)(this.ultraGridSingleWgt)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).BeginInit();
  202. this.ultraGroupBoxEdit.SuspendLayout();
  203. ((System.ComponentModel.ISupportInitialize)(this.numWeightDiff)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.numSingleWeightUp)).BeginInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.cmbGradeNameUp)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.cmbSpcNameUp)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
  208. this.ultraGroupBoxCondition.SuspendLayout();
  209. ((System.ComponentModel.ISupportInitialize)(this.cmbValueFlag)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.cmbGradeName)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.cmbSpcName)).BeginInit();
  212. this.SuspendLayout();
  213. //
  214. // ultraToolbarsManager1
  215. //
  216. this.ultraToolbarsManager1.DesignerFlags = 1;
  217. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  218. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  219. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
  220. ultraToolbar1.DockedColumn = 0;
  221. ultraToolbar1.DockedRow = 0;
  222. ultraToolbar1.FloatingLocation = new System.Drawing.Point(616, 345);
  223. ultraToolbar1.FloatingSize = new System.Drawing.Size(1240, 29);
  224. buttonTool5.InstanceProps.IsFirstInGroup = true;
  225. buttonTool6.InstanceProps.IsFirstInGroup = true;
  226. buttonTool11.InstanceProps.IsFirstInGroup = true;
  227. buttonTool1.InstanceProps.IsFirstInGroup = true;
  228. buttonTool2.InstanceProps.IsFirstInGroup = true;
  229. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  230. buttonTool5,
  231. buttonTool6,
  232. buttonTool11,
  233. buttonTool1,
  234. buttonTool2});
  235. ultraToolbar1.Text = "UltraToolbar1";
  236. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  237. ultraToolbar1});
  238. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  239. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  240. buttonTool7.SharedPropsInternal.Caption = "查询";
  241. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  242. labelTool9.SharedPropsInternal.Caption = "预报时间";
  243. controlContainerTool9.SharedPropsInternal.Caption = "ControlContainerTool4";
  244. controlContainerTool9.SharedPropsInternal.Width = 198;
  245. labelTool10.SharedPropsInternal.Caption = "至";
  246. controlContainerTool10.SharedPropsInternal.Caption = "ControlContainerTool5";
  247. controlContainerTool10.SharedPropsInternal.Width = 200;
  248. labelTool5.SharedPropsInternal.Caption = "计量点";
  249. controlContainerTool5.SharedPropsInternal.Caption = "ControlContainerTool1";
  250. labelTool6.SharedPropsInternal.Caption = "预报状态";
  251. controlContainerTool6.SharedPropsInternal.Caption = "ControlContainerTool2";
  252. controlContainerTool6.SharedPropsInternal.Width = 190;
  253. appearance18.Image = ((object)(resources.GetObject("appearance18.Image")));
  254. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
  255. buttonTool3.SharedPropsInternal.Caption = "作废";
  256. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  257. appearance19.Image = ((object)(resources.GetObject("appearance19.Image")));
  258. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance19;
  259. buttonTool4.SharedPropsInternal.Caption = "恢复";
  260. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  261. appearance20.Image = ((object)(resources.GetObject("appearance20.Image")));
  262. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance20;
  263. buttonTool9.SharedPropsInternal.Caption = "单桶打印";
  264. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  265. appearance21.Image = ((object)(resources.GetObject("appearance21.Image")));
  266. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance21;
  267. buttonTool10.SharedPropsInternal.Caption = "打印";
  268. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  269. labelTool2.SharedPropsInternal.Caption = "批号";
  270. controlContainerTool4.SharedPropsInternal.Caption = "ControlContainerTool3";
  271. appearance36.Image = ((object)(resources.GetObject("appearance36.Image")));
  272. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance36;
  273. buttonTool8.SharedPropsInternal.Caption = "新增";
  274. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  275. appearance37.Image = ((object)(resources.GetObject("appearance37.Image")));
  276. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance37;
  277. buttonTool12.SharedPropsInternal.Caption = "修改";
  278. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  279. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  280. buttonTool7,
  281. labelTool9,
  282. controlContainerTool9,
  283. labelTool10,
  284. controlContainerTool10,
  285. labelTool5,
  286. controlContainerTool5,
  287. labelTool6,
  288. controlContainerTool6,
  289. buttonTool3,
  290. buttonTool4,
  291. buttonTool9,
  292. buttonTool10,
  293. labelTool2,
  294. controlContainerTool4,
  295. buttonTool8,
  296. buttonTool12});
  297. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  298. //
  299. // panel1
  300. //
  301. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  302. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  303. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  304. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  305. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  306. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  307. this.panel1.Location = new System.Drawing.Point(3, 0);
  308. this.panel1.Name = "panel1";
  309. this.panel1.Size = new System.Drawing.Size(1698, 30);
  310. this.panel1.TabIndex = 0;
  311. //
  312. // panel1_Fill_Panel
  313. //
  314. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  315. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  316. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 27);
  317. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  318. this.panel1_Fill_Panel.Size = new System.Drawing.Size(1698, 3);
  319. this.panel1_Fill_Panel.TabIndex = 0;
  320. //
  321. // _panel1_Toolbars_Dock_Area_Left
  322. //
  323. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  324. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  325. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  326. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  327. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
  328. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  329. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 3);
  330. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  331. //
  332. // _panel1_Toolbars_Dock_Area_Right
  333. //
  334. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  335. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  336. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  337. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  338. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1698, 27);
  339. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  340. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 3);
  341. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  342. //
  343. // _panel1_Toolbars_Dock_Area_Top
  344. //
  345. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  346. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  347. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  348. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  349. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  350. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  351. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1698, 27);
  352. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  353. //
  354. // _panel1_Toolbars_Dock_Area_Bottom
  355. //
  356. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  357. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  358. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  359. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  360. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
  361. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  362. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1698, 0);
  363. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  364. //
  365. // ultraGroupBox1
  366. //
  367. this.ultraGroupBox1.Controls.Add(this.panel2);
  368. this.ultraGroupBox1.Controls.Add(this.panel1);
  369. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  370. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  371. this.ultraGroupBox1.Name = "ultraGroupBox1";
  372. this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
  373. this.ultraGroupBox1.TabIndex = 0;
  374. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  375. //
  376. // panel2
  377. //
  378. this.panel2.Controls.Add(this.ultraGroupBox4);
  379. this.panel2.Controls.Add(this.ultraGroupBoxEdit);
  380. this.panel2.Controls.Add(this.ultraGroupBoxCondition);
  381. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  382. this.panel2.Location = new System.Drawing.Point(3, 30);
  383. this.panel2.Name = "panel2";
  384. this.panel2.Size = new System.Drawing.Size(1698, 673);
  385. this.panel2.TabIndex = 1;
  386. //
  387. // ultraGroupBox4
  388. //
  389. this.ultraGroupBox4.Controls.Add(this.panel2Query);
  390. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  391. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 61);
  392. this.ultraGroupBox4.Name = "ultraGroupBox4";
  393. this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 379);
  394. this.ultraGroupBox4.TabIndex = 2;
  395. this.ultraGroupBox4.Text = "数据展示区域";
  396. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  397. //
  398. // panel2Query
  399. //
  400. this.panel2Query.Controls.Add(this.cbAll);
  401. this.panel2Query.Controls.Add(this.ultraGridSingleWgt);
  402. this.panel2Query.Dock = System.Windows.Forms.DockStyle.Fill;
  403. this.panel2Query.Location = new System.Drawing.Point(3, 18);
  404. this.panel2Query.Name = "panel2Query";
  405. this.panel2Query.Size = new System.Drawing.Size(1692, 358);
  406. this.panel2Query.TabIndex = 3;
  407. //
  408. // cbAll
  409. //
  410. this.cbAll.AutoSize = true;
  411. this.cbAll.Location = new System.Drawing.Point(78, 7);
  412. this.cbAll.Name = "cbAll";
  413. this.cbAll.Size = new System.Drawing.Size(15, 14);
  414. this.cbAll.TabIndex = 1;
  415. this.cbAll.UseVisualStyleBackColor = true;
  416. this.cbAll.CheckedChanged += new System.EventHandler(this.cbAll_CheckedChanged);
  417. //
  418. // ultraGridSingleWgt
  419. //
  420. this.ultraGridSingleWgt.DataMember = "单只重量";
  421. this.ultraGridSingleWgt.DataSource = this.dataSet2;
  422. ultraGridColumn1.Header.VisiblePosition = 0;
  423. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  424. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  425. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  426. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  427. ultraGridColumn2.Header.VisiblePosition = 1;
  428. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 11;
  429. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  430. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  431. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  432. ultraGridColumn3.Header.VisiblePosition = 3;
  433. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 1;
  434. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  435. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  436. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  437. ultraGridColumn4.Header.VisiblePosition = 4;
  438. ultraGridColumn4.Hidden = true;
  439. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 13;
  440. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  441. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  442. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  443. ultraGridColumn5.Header.VisiblePosition = 5;
  444. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 15;
  445. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  446. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  447. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  448. ultraGridColumn6.Header.VisiblePosition = 6;
  449. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 17;
  450. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  451. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  452. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  453. ultraGridColumn7.Header.VisiblePosition = 7;
  454. ultraGridColumn7.Hidden = true;
  455. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 19;
  456. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  457. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  458. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  459. ultraGridColumn8.Header.VisiblePosition = 8;
  460. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 21;
  461. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  462. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  463. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  464. ultraGridColumn9.Header.VisiblePosition = 9;
  465. ultraGridColumn9.Hidden = true;
  466. ultraGridColumn10.Header.VisiblePosition = 10;
  467. ultraGridColumn10.Hidden = true;
  468. ultraGridColumn11.Header.VisiblePosition = 11;
  469. ultraGridColumn11.Hidden = true;
  470. ultraGridColumn12.Header.VisiblePosition = 12;
  471. ultraGridColumn12.Hidden = true;
  472. ultraGridColumn13.Header.VisiblePosition = 13;
  473. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 23;
  474. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  475. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  476. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  477. ultraGridColumn14.Header.VisiblePosition = 14;
  478. ultraGridColumn14.Hidden = true;
  479. ultraGridColumn15.Header.VisiblePosition = 15;
  480. ultraGridColumn15.Hidden = true;
  481. ultraGridColumn16.Header.VisiblePosition = 16;
  482. ultraGridColumn16.Hidden = true;
  483. ultraGridColumn17.Header.VisiblePosition = 17;
  484. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 7;
  485. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  486. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  487. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  488. ultraGridColumn18.Header.VisiblePosition = 18;
  489. ultraGridColumn18.Hidden = true;
  490. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 19;
  491. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  492. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  493. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  494. ultraGridColumn19.Header.VisiblePosition = 19;
  495. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 3;
  496. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  497. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  498. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  499. ultraGridColumn20.Header.VisiblePosition = 20;
  500. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 5;
  501. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  502. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  503. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  504. ultraGridColumn21.Header.VisiblePosition = 21;
  505. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 9;
  506. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  507. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  508. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  509. ultraGridColumn22.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
  510. ultraGridColumn22.DataType = typeof(bool);
  511. ultraGridColumn22.DefaultCellValue = false;
  512. ultraGridColumn22.Header.Caption = "选择";
  513. ultraGridColumn22.Header.VisiblePosition = 2;
  514. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
  515. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  516. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
  517. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
  518. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  519. ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  520. ultraGridBand1.Columns.AddRange(new object[] {
  521. ultraGridColumn1,
  522. ultraGridColumn2,
  523. ultraGridColumn3,
  524. ultraGridColumn4,
  525. ultraGridColumn5,
  526. ultraGridColumn6,
  527. ultraGridColumn7,
  528. ultraGridColumn8,
  529. ultraGridColumn9,
  530. ultraGridColumn10,
  531. ultraGridColumn11,
  532. ultraGridColumn12,
  533. ultraGridColumn13,
  534. ultraGridColumn14,
  535. ultraGridColumn15,
  536. ultraGridColumn16,
  537. ultraGridColumn17,
  538. ultraGridColumn18,
  539. ultraGridColumn19,
  540. ultraGridColumn20,
  541. ultraGridColumn21,
  542. ultraGridColumn22});
  543. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  544. ultraGridBand1.SummaryFooterCaption = "合计";
  545. this.ultraGridSingleWgt.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  546. this.ultraGridSingleWgt.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  547. this.ultraGridSingleWgt.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
  548. this.ultraGridSingleWgt.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
  549. appearance1.TextVAlignAsString = "Middle";
  550. this.ultraGridSingleWgt.DisplayLayout.Override.CellAppearance = appearance1;
  551. this.ultraGridSingleWgt.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  552. appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  553. appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  554. this.ultraGridSingleWgt.DisplayLayout.Override.HeaderAppearance = appearance13;
  555. this.ultraGridSingleWgt.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  556. this.ultraGridSingleWgt.DisplayLayout.Override.MaxSelectedRows = 1;
  557. this.ultraGridSingleWgt.DisplayLayout.Override.MinRowHeight = 21;
  558. appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  559. appearance14.TextVAlignAsString = "Middle";
  560. this.ultraGridSingleWgt.DisplayLayout.Override.RowSelectorAppearance = appearance14;
  561. this.ultraGridSingleWgt.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  562. this.ultraGridSingleWgt.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  563. this.ultraGridSingleWgt.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  564. this.ultraGridSingleWgt.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  565. this.ultraGridSingleWgt.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.ultraGridSingleWgt.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  567. this.ultraGridSingleWgt.Location = new System.Drawing.Point(0, 0);
  568. this.ultraGridSingleWgt.Name = "ultraGridSingleWgt";
  569. this.ultraGridSingleWgt.Size = new System.Drawing.Size(1692, 358);
  570. this.ultraGridSingleWgt.TabIndex = 7;
  571. this.ultraGridSingleWgt.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGridSingleWgt_ClickCell);
  572. //
  573. // dataSet2
  574. //
  575. this.dataSet2.DataSetName = "NewDataSet";
  576. this.dataSet2.Locale = new System.Globalization.CultureInfo("zh-CN");
  577. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  578. this.dataTable1});
  579. //
  580. // dataTable1
  581. //
  582. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  583. this.dataColumn1,
  584. this.dataColumn4,
  585. this.dataColumn5,
  586. this.dataColumn6,
  587. this.dataColumn7,
  588. this.dataColumn8,
  589. this.dataColumn10,
  590. this.dataColumn11,
  591. this.dataColumn16,
  592. this.dataColumn22,
  593. this.dataColumn32,
  594. this.dataColumn33,
  595. this.dataColumn35,
  596. this.dataColumn39,
  597. this.dataColumn40,
  598. this.dataColumn42,
  599. this.dataColumn2,
  600. this.dataColumn3,
  601. this.dataColumn9,
  602. this.dataColumn12,
  603. this.dataColumn13});
  604. this.dataTable1.TableName = "单只重量";
  605. //
  606. // dataColumn1
  607. //
  608. this.dataColumn1.Caption = "重量编号";
  609. this.dataColumn1.ColumnName = "singleWgtNo";
  610. //
  611. // dataColumn4
  612. //
  613. this.dataColumn4.Caption = "备注";
  614. this.dataColumn4.ColumnName = "memo";
  615. //
  616. // dataColumn5
  617. //
  618. this.dataColumn5.Caption = "状态";
  619. this.dataColumn5.ColumnName = "valueFlag";
  620. //
  621. // dataColumn6
  622. //
  623. this.dataColumn6.Caption = "创建人编号";
  624. this.dataColumn6.ColumnName = "createManNo";
  625. //
  626. // dataColumn7
  627. //
  628. this.dataColumn7.Caption = "创建人姓名";
  629. this.dataColumn7.ColumnName = "createManName";
  630. //
  631. // dataColumn8
  632. //
  633. this.dataColumn8.Caption = "创建时间";
  634. this.dataColumn8.ColumnName = "createTime";
  635. //
  636. // dataColumn10
  637. //
  638. this.dataColumn10.Caption = "修改人编号";
  639. this.dataColumn10.ColumnName = "updateManNo";
  640. //
  641. // dataColumn11
  642. //
  643. this.dataColumn11.Caption = "修改人";
  644. this.dataColumn11.ColumnName = "updateManName";
  645. //
  646. // dataColumn16
  647. //
  648. this.dataColumn16.Caption = "钢号编码";
  649. this.dataColumn16.ColumnName = "gradeNo";
  650. //
  651. // dataColumn22
  652. //
  653. this.dataColumn22.Caption = "生产日期";
  654. this.dataColumn22.ColumnName = "productDate";
  655. //
  656. // dataColumn32
  657. //
  658. this.dataColumn32.Caption = "计量点编号";
  659. this.dataColumn32.ColumnName = "baseSpotNo";
  660. //
  661. // dataColumn33
  662. //
  663. this.dataColumn33.Caption = "计量点";
  664. this.dataColumn33.ColumnName = "baseSpotName";
  665. //
  666. // dataColumn35
  667. //
  668. this.dataColumn35.Caption = "修改时间";
  669. this.dataColumn35.ColumnName = "updateTime";
  670. //
  671. // dataColumn39
  672. //
  673. this.dataColumn39.Caption = "班组";
  674. this.dataColumn39.ColumnName = "meterGroup";
  675. //
  676. // dataColumn40
  677. //
  678. this.dataColumn40.Caption = "班次";
  679. this.dataColumn40.ColumnName = "meterClass";
  680. //
  681. // dataColumn42
  682. //
  683. this.dataColumn42.Caption = "规格编号";
  684. this.dataColumn42.ColumnName = "specNo";
  685. //
  686. // dataColumn2
  687. //
  688. this.dataColumn2.Caption = "理论重量";
  689. this.dataColumn2.ColumnName = "singleWeight";
  690. //
  691. // dataColumn3
  692. //
  693. this.dataColumn3.Caption = "重量类型";
  694. this.dataColumn3.ColumnName = "weightType";
  695. //
  696. // dataColumn9
  697. //
  698. this.dataColumn9.Caption = "钢种";
  699. this.dataColumn9.ColumnName = "gradeName";
  700. //
  701. // dataColumn12
  702. //
  703. this.dataColumn12.Caption = "规格";
  704. this.dataColumn12.ColumnName = "specName";
  705. //
  706. // dataColumn13
  707. //
  708. this.dataColumn13.Caption = "偏差范围(±)";
  709. this.dataColumn13.ColumnName = "weightDiff";
  710. //
  711. // ultraGroupBoxEdit
  712. //
  713. this.ultraGroupBoxEdit.Controls.Add(this.numWeightDiff);
  714. this.ultraGroupBoxEdit.Controls.Add(this.label6);
  715. this.ultraGroupBoxEdit.Controls.Add(this.numSingleWeightUp);
  716. this.ultraGroupBoxEdit.Controls.Add(this.label9);
  717. this.ultraGroupBoxEdit.Controls.Add(this.cmbGradeNameUp);
  718. this.ultraGroupBoxEdit.Controls.Add(this.label8);
  719. this.ultraGroupBoxEdit.Controls.Add(this.cmbSpcNameUp);
  720. this.ultraGroupBoxEdit.Controls.Add(this.label7);
  721. this.ultraGroupBoxEdit.Dock = System.Windows.Forms.DockStyle.Bottom;
  722. this.ultraGroupBoxEdit.Location = new System.Drawing.Point(0, 440);
  723. this.ultraGroupBoxEdit.Name = "ultraGroupBoxEdit";
  724. this.ultraGroupBoxEdit.Size = new System.Drawing.Size(1698, 233);
  725. this.ultraGroupBoxEdit.TabIndex = 1;
  726. this.ultraGroupBoxEdit.Text = "数据编辑区域";
  727. this.ultraGroupBoxEdit.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  728. //
  729. // numWeightDiff
  730. //
  731. this.numWeightDiff.DecimalPlaces = 2;
  732. this.numWeightDiff.Font = new System.Drawing.Font("宋体", 14F);
  733. this.numWeightDiff.Location = new System.Drawing.Point(837, 36);
  734. this.numWeightDiff.Maximum = new decimal(new int[] {
  735. 100000,
  736. 0,
  737. 0,
  738. 0});
  739. this.numWeightDiff.Minimum = new decimal(new int[] {
  740. 100000,
  741. 0,
  742. 0,
  743. -2147483648});
  744. this.numWeightDiff.Name = "numWeightDiff";
  745. this.numWeightDiff.Size = new System.Drawing.Size(74, 29);
  746. this.numWeightDiff.TabIndex = 137;
  747. //
  748. // label6
  749. //
  750. this.label6.AutoSize = true;
  751. this.label6.BackColor = System.Drawing.Color.Transparent;
  752. this.label6.Font = new System.Drawing.Font("宋体", 12F);
  753. this.label6.Location = new System.Drawing.Point(810, 43);
  754. this.label6.Name = "label6";
  755. this.label6.Size = new System.Drawing.Size(24, 16);
  756. this.label6.TabIndex = 136;
  757. this.label6.Text = "±";
  758. //
  759. // numSingleWeightUp
  760. //
  761. this.numSingleWeightUp.DecimalPlaces = 2;
  762. this.numSingleWeightUp.Font = new System.Drawing.Font("宋体", 14F);
  763. this.numSingleWeightUp.Location = new System.Drawing.Point(711, 36);
  764. this.numSingleWeightUp.Maximum = new decimal(new int[] {
  765. 100000,
  766. 0,
  767. 0,
  768. 0});
  769. this.numSingleWeightUp.Minimum = new decimal(new int[] {
  770. 100000,
  771. 0,
  772. 0,
  773. -2147483648});
  774. this.numSingleWeightUp.Name = "numSingleWeightUp";
  775. this.numSingleWeightUp.Size = new System.Drawing.Size(97, 29);
  776. this.numSingleWeightUp.TabIndex = 135;
  777. //
  778. // label9
  779. //
  780. this.label9.AutoSize = true;
  781. this.label9.BackColor = System.Drawing.Color.Transparent;
  782. this.label9.Location = new System.Drawing.Point(639, 44);
  783. this.label9.Name = "label9";
  784. this.label9.Size = new System.Drawing.Size(53, 12);
  785. this.label9.TabIndex = 117;
  786. this.label9.Text = "理论重量";
  787. //
  788. // cmbGradeNameUp
  789. //
  790. this.cmbGradeNameUp.CheckedListSettings.CheckStateMember = "";
  791. appearance5.BackColor = System.Drawing.SystemColors.Window;
  792. appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  793. this.cmbGradeNameUp.DisplayLayout.Appearance = appearance5;
  794. this.cmbGradeNameUp.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  795. this.cmbGradeNameUp.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  796. appearance6.BackColor = System.Drawing.SystemColors.ActiveBorder;
  797. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  798. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  799. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  800. this.cmbGradeNameUp.DisplayLayout.GroupByBox.Appearance = appearance6;
  801. appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
  802. this.cmbGradeNameUp.DisplayLayout.GroupByBox.BandLabelAppearance = appearance7;
  803. this.cmbGradeNameUp.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  804. appearance8.BackColor = System.Drawing.SystemColors.ControlLightLight;
  805. appearance8.BackColor2 = System.Drawing.SystemColors.Control;
  806. appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  807. appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
  808. this.cmbGradeNameUp.DisplayLayout.GroupByBox.PromptAppearance = appearance8;
  809. this.cmbGradeNameUp.DisplayLayout.MaxColScrollRegions = 1;
  810. this.cmbGradeNameUp.DisplayLayout.MaxRowScrollRegions = 1;
  811. appearance9.BackColor = System.Drawing.SystemColors.Window;
  812. appearance9.ForeColor = System.Drawing.SystemColors.ControlText;
  813. this.cmbGradeNameUp.DisplayLayout.Override.ActiveCellAppearance = appearance9;
  814. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  815. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  816. this.cmbGradeNameUp.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  817. this.cmbGradeNameUp.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  818. this.cmbGradeNameUp.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  819. appearance11.BackColor = System.Drawing.SystemColors.Window;
  820. this.cmbGradeNameUp.DisplayLayout.Override.CardAreaAppearance = appearance11;
  821. appearance12.BorderColor = System.Drawing.Color.Silver;
  822. appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  823. this.cmbGradeNameUp.DisplayLayout.Override.CellAppearance = appearance12;
  824. this.cmbGradeNameUp.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  825. this.cmbGradeNameUp.DisplayLayout.Override.CellPadding = 0;
  826. appearance29.BackColor = System.Drawing.SystemColors.Control;
  827. appearance29.BackColor2 = System.Drawing.SystemColors.ControlDark;
  828. appearance29.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  829. appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  830. appearance29.BorderColor = System.Drawing.SystemColors.Window;
  831. this.cmbGradeNameUp.DisplayLayout.Override.GroupByRowAppearance = appearance29;
  832. appearance31.TextHAlignAsString = "Left";
  833. this.cmbGradeNameUp.DisplayLayout.Override.HeaderAppearance = appearance31;
  834. this.cmbGradeNameUp.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  835. this.cmbGradeNameUp.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  836. appearance32.BackColor = System.Drawing.SystemColors.Window;
  837. appearance32.BorderColor = System.Drawing.Color.Silver;
  838. this.cmbGradeNameUp.DisplayLayout.Override.RowAppearance = appearance32;
  839. this.cmbGradeNameUp.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  840. appearance33.BackColor = System.Drawing.SystemColors.ControlLight;
  841. this.cmbGradeNameUp.DisplayLayout.Override.TemplateAddRowAppearance = appearance33;
  842. this.cmbGradeNameUp.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  843. this.cmbGradeNameUp.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  844. this.cmbGradeNameUp.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  845. this.cmbGradeNameUp.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  846. this.cmbGradeNameUp.Location = new System.Drawing.Point(393, 36);
  847. this.cmbGradeNameUp.Name = "cmbGradeNameUp";
  848. this.cmbGradeNameUp.Size = new System.Drawing.Size(150, 29);
  849. this.cmbGradeNameUp.TabIndex = 116;
  850. //
  851. // label8
  852. //
  853. this.label8.AutoSize = true;
  854. this.label8.BackColor = System.Drawing.Color.Transparent;
  855. this.label8.Location = new System.Drawing.Point(334, 44);
  856. this.label8.Name = "label8";
  857. this.label8.Size = new System.Drawing.Size(53, 12);
  858. this.label8.TabIndex = 115;
  859. this.label8.Text = "钢 种";
  860. //
  861. // cmbSpcNameUp
  862. //
  863. this.cmbSpcNameUp.CheckedListSettings.CheckStateMember = "";
  864. appearance34.BackColor = System.Drawing.SystemColors.Window;
  865. appearance34.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  866. this.cmbSpcNameUp.DisplayLayout.Appearance = appearance34;
  867. this.cmbSpcNameUp.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  868. this.cmbSpcNameUp.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  869. appearance35.BackColor = System.Drawing.SystemColors.ActiveBorder;
  870. appearance35.BackColor2 = System.Drawing.SystemColors.ControlDark;
  871. appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  872. appearance35.BorderColor = System.Drawing.SystemColors.Window;
  873. this.cmbSpcNameUp.DisplayLayout.GroupByBox.Appearance = appearance35;
  874. appearance38.ForeColor = System.Drawing.SystemColors.GrayText;
  875. this.cmbSpcNameUp.DisplayLayout.GroupByBox.BandLabelAppearance = appearance38;
  876. this.cmbSpcNameUp.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  877. appearance39.BackColor = System.Drawing.SystemColors.ControlLightLight;
  878. appearance39.BackColor2 = System.Drawing.SystemColors.Control;
  879. appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  880. appearance39.ForeColor = System.Drawing.SystemColors.GrayText;
  881. this.cmbSpcNameUp.DisplayLayout.GroupByBox.PromptAppearance = appearance39;
  882. this.cmbSpcNameUp.DisplayLayout.MaxColScrollRegions = 1;
  883. this.cmbSpcNameUp.DisplayLayout.MaxRowScrollRegions = 1;
  884. appearance52.BackColor = System.Drawing.SystemColors.Window;
  885. appearance52.ForeColor = System.Drawing.SystemColors.ControlText;
  886. this.cmbSpcNameUp.DisplayLayout.Override.ActiveCellAppearance = appearance52;
  887. appearance53.BackColor = System.Drawing.SystemColors.Highlight;
  888. appearance53.ForeColor = System.Drawing.SystemColors.HighlightText;
  889. this.cmbSpcNameUp.DisplayLayout.Override.ActiveRowAppearance = appearance53;
  890. this.cmbSpcNameUp.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  891. this.cmbSpcNameUp.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  892. appearance93.BackColor = System.Drawing.SystemColors.Window;
  893. this.cmbSpcNameUp.DisplayLayout.Override.CardAreaAppearance = appearance93;
  894. appearance94.BorderColor = System.Drawing.Color.Silver;
  895. appearance94.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  896. this.cmbSpcNameUp.DisplayLayout.Override.CellAppearance = appearance94;
  897. this.cmbSpcNameUp.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  898. this.cmbSpcNameUp.DisplayLayout.Override.CellPadding = 0;
  899. appearance95.BackColor = System.Drawing.SystemColors.Control;
  900. appearance95.BackColor2 = System.Drawing.SystemColors.ControlDark;
  901. appearance95.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  902. appearance95.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  903. appearance95.BorderColor = System.Drawing.SystemColors.Window;
  904. this.cmbSpcNameUp.DisplayLayout.Override.GroupByRowAppearance = appearance95;
  905. appearance96.TextHAlignAsString = "Left";
  906. this.cmbSpcNameUp.DisplayLayout.Override.HeaderAppearance = appearance96;
  907. this.cmbSpcNameUp.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  908. this.cmbSpcNameUp.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  909. appearance97.BackColor = System.Drawing.SystemColors.Window;
  910. appearance97.BorderColor = System.Drawing.Color.Silver;
  911. this.cmbSpcNameUp.DisplayLayout.Override.RowAppearance = appearance97;
  912. this.cmbSpcNameUp.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  913. appearance98.BackColor = System.Drawing.SystemColors.ControlLight;
  914. this.cmbSpcNameUp.DisplayLayout.Override.TemplateAddRowAppearance = appearance98;
  915. this.cmbSpcNameUp.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  916. this.cmbSpcNameUp.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  917. this.cmbSpcNameUp.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  918. this.cmbSpcNameUp.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  919. this.cmbSpcNameUp.Location = new System.Drawing.Point(88, 36);
  920. this.cmbSpcNameUp.Name = "cmbSpcNameUp";
  921. this.cmbSpcNameUp.Size = new System.Drawing.Size(150, 29);
  922. this.cmbSpcNameUp.TabIndex = 114;
  923. //
  924. // label7
  925. //
  926. this.label7.AutoSize = true;
  927. this.label7.BackColor = System.Drawing.Color.Transparent;
  928. this.label7.Location = new System.Drawing.Point(19, 44);
  929. this.label7.Name = "label7";
  930. this.label7.Size = new System.Drawing.Size(53, 12);
  931. this.label7.TabIndex = 113;
  932. this.label7.Text = "规 格";
  933. //
  934. // ultraGroupBoxCondition
  935. //
  936. this.ultraGroupBoxCondition.Controls.Add(this.cmbValueFlag);
  937. this.ultraGroupBoxCondition.Controls.Add(this.label5);
  938. this.ultraGroupBoxCondition.Controls.Add(this.cmbGradeName);
  939. this.ultraGroupBoxCondition.Controls.Add(this.label2);
  940. this.ultraGroupBoxCondition.Controls.Add(this.cmbSpcName);
  941. this.ultraGroupBoxCondition.Controls.Add(this.label3);
  942. this.ultraGroupBoxCondition.Controls.Add(this.dtStartTime);
  943. this.ultraGroupBoxCondition.Controls.Add(this.label4);
  944. this.ultraGroupBoxCondition.Controls.Add(this.dtEndTime);
  945. this.ultraGroupBoxCondition.Controls.Add(this.label1);
  946. this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
  947. this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
  948. this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
  949. this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 61);
  950. this.ultraGroupBoxCondition.TabIndex = 0;
  951. this.ultraGroupBoxCondition.Text = "查询条件";
  952. this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  953. //
  954. // cmbValueFlag
  955. //
  956. this.cmbValueFlag.Font = new System.Drawing.Font("宋体", 14F);
  957. this.cmbValueFlag.Location = new System.Drawing.Point(1098, 18);
  958. this.cmbValueFlag.Name = "cmbValueFlag";
  959. this.cmbValueFlag.Size = new System.Drawing.Size(144, 28);
  960. this.cmbValueFlag.TabIndex = 122;
  961. //
  962. // label5
  963. //
  964. this.label5.AutoSize = true;
  965. this.label5.BackColor = System.Drawing.Color.Transparent;
  966. this.label5.Location = new System.Drawing.Point(1039, 25);
  967. this.label5.Name = "label5";
  968. this.label5.Size = new System.Drawing.Size(53, 12);
  969. this.label5.TabIndex = 121;
  970. this.label5.Text = "数据状态";
  971. //
  972. // cmbGradeName
  973. //
  974. this.cmbGradeName.CheckedListSettings.CheckStateMember = "";
  975. appearance40.BackColor = System.Drawing.SystemColors.Window;
  976. appearance40.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  977. this.cmbGradeName.DisplayLayout.Appearance = appearance40;
  978. this.cmbGradeName.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  979. this.cmbGradeName.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  980. appearance41.BackColor = System.Drawing.SystemColors.ActiveBorder;
  981. appearance41.BackColor2 = System.Drawing.SystemColors.ControlDark;
  982. appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  983. appearance41.BorderColor = System.Drawing.SystemColors.Window;
  984. this.cmbGradeName.DisplayLayout.GroupByBox.Appearance = appearance41;
  985. appearance42.ForeColor = System.Drawing.SystemColors.GrayText;
  986. this.cmbGradeName.DisplayLayout.GroupByBox.BandLabelAppearance = appearance42;
  987. this.cmbGradeName.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  988. appearance43.BackColor = System.Drawing.SystemColors.ControlLightLight;
  989. appearance43.BackColor2 = System.Drawing.SystemColors.Control;
  990. appearance43.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  991. appearance43.ForeColor = System.Drawing.SystemColors.GrayText;
  992. this.cmbGradeName.DisplayLayout.GroupByBox.PromptAppearance = appearance43;
  993. this.cmbGradeName.DisplayLayout.MaxColScrollRegions = 1;
  994. this.cmbGradeName.DisplayLayout.MaxRowScrollRegions = 1;
  995. appearance44.BackColor = System.Drawing.SystemColors.Window;
  996. appearance44.ForeColor = System.Drawing.SystemColors.ControlText;
  997. this.cmbGradeName.DisplayLayout.Override.ActiveCellAppearance = appearance44;
  998. appearance45.BackColor = System.Drawing.SystemColors.Highlight;
  999. appearance45.ForeColor = System.Drawing.SystemColors.HighlightText;
  1000. this.cmbGradeName.DisplayLayout.Override.ActiveRowAppearance = appearance45;
  1001. this.cmbGradeName.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1002. this.cmbGradeName.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1003. appearance46.BackColor = System.Drawing.SystemColors.Window;
  1004. this.cmbGradeName.DisplayLayout.Override.CardAreaAppearance = appearance46;
  1005. appearance47.BorderColor = System.Drawing.Color.Silver;
  1006. appearance47.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1007. this.cmbGradeName.DisplayLayout.Override.CellAppearance = appearance47;
  1008. this.cmbGradeName.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1009. this.cmbGradeName.DisplayLayout.Override.CellPadding = 0;
  1010. appearance48.BackColor = System.Drawing.SystemColors.Control;
  1011. appearance48.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1012. appearance48.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1013. appearance48.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1014. appearance48.BorderColor = System.Drawing.SystemColors.Window;
  1015. this.cmbGradeName.DisplayLayout.Override.GroupByRowAppearance = appearance48;
  1016. appearance49.TextHAlignAsString = "Left";
  1017. this.cmbGradeName.DisplayLayout.Override.HeaderAppearance = appearance49;
  1018. this.cmbGradeName.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1019. this.cmbGradeName.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1020. appearance50.BackColor = System.Drawing.SystemColors.Window;
  1021. appearance50.BorderColor = System.Drawing.Color.Silver;
  1022. this.cmbGradeName.DisplayLayout.Override.RowAppearance = appearance50;
  1023. this.cmbGradeName.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1024. appearance51.BackColor = System.Drawing.SystemColors.ControlLight;
  1025. this.cmbGradeName.DisplayLayout.Override.TemplateAddRowAppearance = appearance51;
  1026. this.cmbGradeName.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1027. this.cmbGradeName.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1028. this.cmbGradeName.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1029. this.cmbGradeName.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1030. this.cmbGradeName.Location = new System.Drawing.Point(867, 17);
  1031. this.cmbGradeName.Name = "cmbGradeName";
  1032. this.cmbGradeName.Size = new System.Drawing.Size(150, 29);
  1033. this.cmbGradeName.TabIndex = 120;
  1034. //
  1035. // label2
  1036. //
  1037. this.label2.AutoSize = true;
  1038. this.label2.BackColor = System.Drawing.Color.Transparent;
  1039. this.label2.Location = new System.Drawing.Point(814, 24);
  1040. this.label2.Name = "label2";
  1041. this.label2.Size = new System.Drawing.Size(47, 12);
  1042. this.label2.TabIndex = 119;
  1043. this.label2.Text = "钢 种";
  1044. //
  1045. // cmbSpcName
  1046. //
  1047. this.cmbSpcName.CheckedListSettings.CheckStateMember = "";
  1048. appearance81.BackColor = System.Drawing.SystemColors.Window;
  1049. appearance81.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1050. this.cmbSpcName.DisplayLayout.Appearance = appearance81;
  1051. this.cmbSpcName.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1052. this.cmbSpcName.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1053. appearance82.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1054. appearance82.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1055. appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1056. appearance82.BorderColor = System.Drawing.SystemColors.Window;
  1057. this.cmbSpcName.DisplayLayout.GroupByBox.Appearance = appearance82;
  1058. appearance83.ForeColor = System.Drawing.SystemColors.GrayText;
  1059. this.cmbSpcName.DisplayLayout.GroupByBox.BandLabelAppearance = appearance83;
  1060. this.cmbSpcName.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1061. appearance84.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1062. appearance84.BackColor2 = System.Drawing.SystemColors.Control;
  1063. appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1064. appearance84.ForeColor = System.Drawing.SystemColors.GrayText;
  1065. this.cmbSpcName.DisplayLayout.GroupByBox.PromptAppearance = appearance84;
  1066. this.cmbSpcName.DisplayLayout.MaxColScrollRegions = 1;
  1067. this.cmbSpcName.DisplayLayout.MaxRowScrollRegions = 1;
  1068. appearance85.BackColor = System.Drawing.SystemColors.Window;
  1069. appearance85.ForeColor = System.Drawing.SystemColors.ControlText;
  1070. this.cmbSpcName.DisplayLayout.Override.ActiveCellAppearance = appearance85;
  1071. appearance86.BackColor = System.Drawing.SystemColors.Highlight;
  1072. appearance86.ForeColor = System.Drawing.SystemColors.HighlightText;
  1073. this.cmbSpcName.DisplayLayout.Override.ActiveRowAppearance = appearance86;
  1074. this.cmbSpcName.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1075. this.cmbSpcName.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1076. appearance87.BackColor = System.Drawing.SystemColors.Window;
  1077. this.cmbSpcName.DisplayLayout.Override.CardAreaAppearance = appearance87;
  1078. appearance88.BorderColor = System.Drawing.Color.Silver;
  1079. appearance88.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1080. this.cmbSpcName.DisplayLayout.Override.CellAppearance = appearance88;
  1081. this.cmbSpcName.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1082. this.cmbSpcName.DisplayLayout.Override.CellPadding = 0;
  1083. appearance89.BackColor = System.Drawing.SystemColors.Control;
  1084. appearance89.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1085. appearance89.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1086. appearance89.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1087. appearance89.BorderColor = System.Drawing.SystemColors.Window;
  1088. this.cmbSpcName.DisplayLayout.Override.GroupByRowAppearance = appearance89;
  1089. appearance90.TextHAlignAsString = "Left";
  1090. this.cmbSpcName.DisplayLayout.Override.HeaderAppearance = appearance90;
  1091. this.cmbSpcName.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1092. this.cmbSpcName.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1093. appearance91.BackColor = System.Drawing.SystemColors.Window;
  1094. appearance91.BorderColor = System.Drawing.Color.Silver;
  1095. this.cmbSpcName.DisplayLayout.Override.RowAppearance = appearance91;
  1096. this.cmbSpcName.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1097. appearance92.BackColor = System.Drawing.SystemColors.ControlLight;
  1098. this.cmbSpcName.DisplayLayout.Override.TemplateAddRowAppearance = appearance92;
  1099. this.cmbSpcName.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1100. this.cmbSpcName.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1101. this.cmbSpcName.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1102. this.cmbSpcName.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1103. this.cmbSpcName.Location = new System.Drawing.Point(635, 17);
  1104. this.cmbSpcName.Name = "cmbSpcName";
  1105. this.cmbSpcName.Size = new System.Drawing.Size(150, 29);
  1106. this.cmbSpcName.TabIndex = 118;
  1107. //
  1108. // label3
  1109. //
  1110. this.label3.AutoSize = true;
  1111. this.label3.BackColor = System.Drawing.Color.Transparent;
  1112. this.label3.Location = new System.Drawing.Point(582, 24);
  1113. this.label3.Name = "label3";
  1114. this.label3.Size = new System.Drawing.Size(47, 12);
  1115. this.label3.TabIndex = 117;
  1116. this.label3.Text = "规 格";
  1117. //
  1118. // dtStartTime
  1119. //
  1120. this.dtStartTime.Cursor = System.Windows.Forms.Cursors.Default;
  1121. this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  1122. this.dtStartTime.Font = new System.Drawing.Font("宋体", 12F);
  1123. this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1124. this.dtStartTime.Location = new System.Drawing.Point(87, 20);
  1125. this.dtStartTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  1126. this.dtStartTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  1127. this.dtStartTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  1128. this.dtStartTime.Name = "dtStartTime";
  1129. this.dtStartTime.Size = new System.Drawing.Size(200, 26);
  1130. this.dtStartTime.TabIndex = 112;
  1131. //
  1132. // label4
  1133. //
  1134. this.label4.AutoSize = true;
  1135. this.label4.BackColor = System.Drawing.Color.Transparent;
  1136. this.label4.Location = new System.Drawing.Point(300, 27);
  1137. this.label4.Name = "label4";
  1138. this.label4.Size = new System.Drawing.Size(17, 12);
  1139. this.label4.TabIndex = 111;
  1140. this.label4.Text = "至";
  1141. //
  1142. // dtEndTime
  1143. //
  1144. this.dtEndTime.Cursor = System.Windows.Forms.Cursors.Default;
  1145. this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  1146. this.dtEndTime.Font = new System.Drawing.Font("宋体", 12F);
  1147. this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1148. this.dtEndTime.Location = new System.Drawing.Point(333, 20);
  1149. this.dtEndTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  1150. this.dtEndTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  1151. this.dtEndTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  1152. this.dtEndTime.Name = "dtEndTime";
  1153. this.dtEndTime.Size = new System.Drawing.Size(200, 26);
  1154. this.dtEndTime.TabIndex = 107;
  1155. //
  1156. // label1
  1157. //
  1158. this.label1.AutoSize = true;
  1159. this.label1.BackColor = System.Drawing.Color.Transparent;
  1160. this.label1.Location = new System.Drawing.Point(31, 27);
  1161. this.label1.Name = "label1";
  1162. this.label1.Size = new System.Drawing.Size(53, 12);
  1163. this.label1.TabIndex = 108;
  1164. this.label1.Text = "创建时间";
  1165. //
  1166. // frmHotDeliveryTheoryWgt
  1167. //
  1168. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1170. this.ClientSize = new System.Drawing.Size(1704, 706);
  1171. this.Controls.Add(this.ultraGroupBox1);
  1172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1173. this.Name = "frmHotDeliveryTheoryWgt";
  1174. this.Text = "理论重量维护";
  1175. this.Load += new System.EventHandler(this.frmHotDeliveryTheoryWgt_Load);
  1176. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1177. this.panel1.ResumeLayout(false);
  1178. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1179. this.ultraGroupBox1.ResumeLayout(false);
  1180. this.panel2.ResumeLayout(false);
  1181. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1182. this.ultraGroupBox4.ResumeLayout(false);
  1183. this.panel2Query.ResumeLayout(false);
  1184. this.panel2Query.PerformLayout();
  1185. ((System.ComponentModel.ISupportInitialize)(this.ultraGridSingleWgt)).EndInit();
  1186. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1187. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1188. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).EndInit();
  1189. this.ultraGroupBoxEdit.ResumeLayout(false);
  1190. this.ultraGroupBoxEdit.PerformLayout();
  1191. ((System.ComponentModel.ISupportInitialize)(this.numWeightDiff)).EndInit();
  1192. ((System.ComponentModel.ISupportInitialize)(this.numSingleWeightUp)).EndInit();
  1193. ((System.ComponentModel.ISupportInitialize)(this.cmbGradeNameUp)).EndInit();
  1194. ((System.ComponentModel.ISupportInitialize)(this.cmbSpcNameUp)).EndInit();
  1195. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
  1196. this.ultraGroupBoxCondition.ResumeLayout(false);
  1197. this.ultraGroupBoxCondition.PerformLayout();
  1198. ((System.ComponentModel.ISupportInitialize)(this.cmbValueFlag)).EndInit();
  1199. ((System.ComponentModel.ISupportInitialize)(this.cmbGradeName)).EndInit();
  1200. ((System.ComponentModel.ISupportInitialize)(this.cmbSpcName)).EndInit();
  1201. this.ResumeLayout(false);
  1202. }
  1203. #endregion
  1204. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1205. private System.Windows.Forms.Panel panel1;
  1206. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  1207. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  1208. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  1209. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  1210. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1211. private System.Windows.Forms.Panel panel2;
  1212. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1213. private System.Windows.Forms.Panel panel2Query;
  1214. private System.Windows.Forms.CheckBox cbAll;
  1215. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxEdit;
  1216. private System.Windows.Forms.Panel panel1_Fill_Panel;
  1217. private System.Windows.Forms.Label label9;
  1218. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
  1219. private System.Windows.Forms.DateTimePicker dtStartTime;
  1220. private System.Windows.Forms.Label label4;
  1221. private System.Windows.Forms.DateTimePicker dtEndTime;
  1222. private System.Windows.Forms.Label label1;
  1223. private System.Data.DataSet dataSet2;
  1224. private System.Data.DataTable dataTable1;
  1225. private System.Data.DataColumn dataColumn1;
  1226. private System.Data.DataColumn dataColumn4;
  1227. private System.Data.DataColumn dataColumn5;
  1228. private System.Data.DataColumn dataColumn6;
  1229. private System.Data.DataColumn dataColumn7;
  1230. private System.Data.DataColumn dataColumn8;
  1231. private System.Data.DataColumn dataColumn10;
  1232. private System.Data.DataColumn dataColumn11;
  1233. private System.Data.DataColumn dataColumn16;
  1234. private System.Data.DataColumn dataColumn22;
  1235. private System.Data.DataColumn dataColumn32;
  1236. private System.Data.DataColumn dataColumn33;
  1237. private System.Data.DataColumn dataColumn35;
  1238. private System.Data.DataColumn dataColumn39;
  1239. private System.Data.DataColumn dataColumn40;
  1240. private System.Data.DataColumn dataColumn42;
  1241. private System.Data.DataColumn dataColumn2;
  1242. private System.Data.DataColumn dataColumn3;
  1243. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridSingleWgt;
  1244. private System.Windows.Forms.NumericUpDown numSingleWeightUp;
  1245. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbValueFlag;
  1246. private System.Windows.Forms.Label label5;
  1247. private Infragistics.Win.UltraWinGrid.UltraCombo cmbGradeNameUp;
  1248. private System.Windows.Forms.Label label8;
  1249. private Infragistics.Win.UltraWinGrid.UltraCombo cmbSpcNameUp;
  1250. private System.Windows.Forms.Label label7;
  1251. private Infragistics.Win.UltraWinGrid.UltraCombo cmbGradeName;
  1252. private System.Windows.Forms.Label label2;
  1253. private Infragistics.Win.UltraWinGrid.UltraCombo cmbSpcName;
  1254. private System.Windows.Forms.Label label3;
  1255. private System.Data.DataColumn dataColumn9;
  1256. private System.Data.DataColumn dataColumn12;
  1257. private System.Windows.Forms.NumericUpDown numWeightDiff;
  1258. private System.Windows.Forms.Label label6;
  1259. private System.Data.DataColumn dataColumn13;
  1260. }
  1261. }