frmHotDeliveryStandardWgt.Designer.cs 81 KB

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