frmScalePredictionManage.Designer.cs 92 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578
  1. namespace BeltScaleSystem
  2. {
  3. partial class frmScalePredictionManage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量预报", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("predictionNo");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("memo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("productNo");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("productName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("netWeight");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterGroup");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterClass");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("theoreticalWeight");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("forwardingUnitNo");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("forwardingUnitName");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("receivingUintNo");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("receivingUintName");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("unloadWharf");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("valueFlag");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("shipNo");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("forwardingWeight");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("unloadSite");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("overstock");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("startTime");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderNo");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newMatName");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newSupplier");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newGg");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newMatClass");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newMatClassCode");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newHlh");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
  65. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  70. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  71. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  72. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  73. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
  74. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  75. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
  76. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  77. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  78. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmScalePredictionManage));
  79. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
  80. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  82. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
  84. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("退出");
  86. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  88. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  90. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  91. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  92. this.panel2 = new System.Windows.Forms.Panel();
  93. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  94. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  95. this.panel2Query = new System.Windows.Forms.Panel();
  96. this.ultraGridBeltPre = new Infragistics.Win.UltraWinGrid.UltraGrid();
  97. this.dataSetScale = new System.Data.DataSet();
  98. this.dataTable1 = new System.Data.DataTable();
  99. this.dataColumn3 = new System.Data.DataColumn();
  100. this.dataColumn5 = new System.Data.DataColumn();
  101. this.dataColumn7 = new System.Data.DataColumn();
  102. this.dataColumn8 = new System.Data.DataColumn();
  103. this.dataColumn10 = new System.Data.DataColumn();
  104. this.dataColumn11 = new System.Data.DataColumn();
  105. this.dataColumn12 = new System.Data.DataColumn();
  106. this.dataColumn15 = new System.Data.DataColumn();
  107. this.dataColumn16 = new System.Data.DataColumn();
  108. this.dataColumn33 = new System.Data.DataColumn();
  109. this.dataColumn34 = new System.Data.DataColumn();
  110. this.dataColumn35 = new System.Data.DataColumn();
  111. this.dataColumn36 = new System.Data.DataColumn();
  112. this.dataColumn40 = new System.Data.DataColumn();
  113. this.dataColumn41 = new System.Data.DataColumn();
  114. this.dataColumn42 = new System.Data.DataColumn();
  115. this.dataColumn43 = new System.Data.DataColumn();
  116. this.dataColumn44 = new System.Data.DataColumn();
  117. this.dataColumn45 = new System.Data.DataColumn();
  118. this.dataColumn46 = new System.Data.DataColumn();
  119. this.dataColumn1 = new System.Data.DataColumn();
  120. this.dataColumn2 = new System.Data.DataColumn();
  121. this.dataColumn4 = new System.Data.DataColumn();
  122. this.dataColumn6 = new System.Data.DataColumn();
  123. this.dataColumn9 = new System.Data.DataColumn();
  124. this.dataColumn13 = new System.Data.DataColumn();
  125. this.dataColumn14 = new System.Data.DataColumn();
  126. this.dataColumn17 = new System.Data.DataColumn();
  127. this.dataColumn18 = new System.Data.DataColumn();
  128. this.dataColumn19 = new System.Data.DataColumn();
  129. this.dataColumn20 = new System.Data.DataColumn();
  130. this.dataColumn21 = new System.Data.DataColumn();
  131. this.dataColumn22 = new System.Data.DataColumn();
  132. this.dataColumn23 = new System.Data.DataColumn();
  133. this.ultraGroupBoxEdit = new Infragistics.Win.Misc.UltraGroupBox();
  134. this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
  135. this.newHlh_text = new System.Windows.Forms.TextBox();
  136. this.newMatName_text = new System.Windows.Forms.TextBox();
  137. this.cbshouh_1 = new System.Windows.Forms.ComboBox();
  138. this.cbfahuo_1 = new System.Windows.Forms.ComboBox();
  139. this.textBox1 = new System.Windows.Forms.TextBox();
  140. this.cbPntName_1 = new System.Windows.Forms.ComboBox();
  141. this.shipnoTxt = new System.Windows.Forms.TextBox();
  142. this.label11 = new System.Windows.Forms.Label();
  143. this.label27 = new System.Windows.Forms.Label();
  144. this.label28 = new System.Windows.Forms.Label();
  145. this.label10 = new System.Windows.Forms.Label();
  146. this.label7 = new System.Windows.Forms.Label();
  147. this.label8 = new System.Windows.Forms.Label();
  148. this.label9 = new System.Windows.Forms.Label();
  149. this.label12 = new System.Windows.Forms.Label();
  150. this.label13 = new System.Windows.Forms.Label();
  151. this.label14 = new System.Windows.Forms.Label();
  152. this.label15 = new System.Windows.Forms.Label();
  153. this.label16 = new System.Windows.Forms.Label();
  154. this.newGg_text = new System.Windows.Forms.TextBox();
  155. this.textOrderno = new System.Windows.Forms.TextBox();
  156. this.textBox8 = new System.Windows.Forms.TextBox();
  157. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  158. this.cmMatName_1 = new System.Windows.Forms.ComboBox();
  159. this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
  160. this.checkBox1 = new System.Windows.Forms.CheckBox();
  161. this.ShipnoTxt_1 = new System.Windows.Forms.TextBox();
  162. this.cbshouh = new System.Windows.Forms.ComboBox();
  163. this.label17 = new System.Windows.Forms.Label();
  164. this.checkDate = new System.Windows.Forms.CheckBox();
  165. this.cbfahuo = new System.Windows.Forms.ComboBox();
  166. this.cmMatName = new System.Windows.Forms.ComboBox();
  167. this.cmbState = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  168. this.label6 = new System.Windows.Forms.Label();
  169. this.label5 = new System.Windows.Forms.Label();
  170. this.label2 = new System.Windows.Forms.Label();
  171. this.label3 = new System.Windows.Forms.Label();
  172. this.dtStartTime = new System.Windows.Forms.DateTimePicker();
  173. this.label4 = new System.Windows.Forms.Label();
  174. this.dtEndTime = new System.Windows.Forms.DateTimePicker();
  175. this.label1 = new System.Windows.Forms.Label();
  176. this.panel1 = new System.Windows.Forms.Panel();
  177. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  178. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  179. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  180. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  181. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  182. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  183. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  184. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  185. this.ultraGroupBox1.SuspendLayout();
  186. this.panel2.SuspendLayout();
  187. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  188. this.splitContainer1.Panel1.SuspendLayout();
  189. this.splitContainer1.Panel2.SuspendLayout();
  190. this.splitContainer1.SuspendLayout();
  191. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  192. this.ultraGroupBox4.SuspendLayout();
  193. this.panel2Query.SuspendLayout();
  194. ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltPre)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.dataSetScale)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).BeginInit();
  198. this.ultraGroupBoxEdit.SuspendLayout();
  199. this.tableLayoutPanel5.SuspendLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
  201. this.ultraGroupBoxCondition.SuspendLayout();
  202. ((System.ComponentModel.ISupportInitialize)(this.cmbState)).BeginInit();
  203. this.panel1.SuspendLayout();
  204. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  205. this.SuspendLayout();
  206. //
  207. // ultraGroupBox1
  208. //
  209. this.ultraGroupBox1.Controls.Add(this.panel2);
  210. this.ultraGroupBox1.Controls.Add(this.panel1);
  211. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  213. this.ultraGroupBox1.Name = "ultraGroupBox1";
  214. this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
  215. this.ultraGroupBox1.TabIndex = 1;
  216. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  217. //
  218. // panel2
  219. //
  220. this.panel2.Controls.Add(this.splitContainer1);
  221. this.panel2.Controls.Add(this.ultraGroupBoxCondition);
  222. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  223. this.panel2.Location = new System.Drawing.Point(3, 30);
  224. this.panel2.Name = "panel2";
  225. this.panel2.Size = new System.Drawing.Size(1698, 673);
  226. this.panel2.TabIndex = 1;
  227. //
  228. // splitContainer1
  229. //
  230. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.splitContainer1.Location = new System.Drawing.Point(0, 87);
  232. this.splitContainer1.Name = "splitContainer1";
  233. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  234. //
  235. // splitContainer1.Panel1
  236. //
  237. this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox4);
  238. //
  239. // splitContainer1.Panel2
  240. //
  241. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBoxEdit);
  242. this.splitContainer1.Size = new System.Drawing.Size(1698, 586);
  243. this.splitContainer1.SplitterDistance = 434;
  244. this.splitContainer1.TabIndex = 2;
  245. //
  246. // ultraGroupBox4
  247. //
  248. this.ultraGroupBox4.Controls.Add(this.panel2Query);
  249. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 0);
  251. this.ultraGroupBox4.Name = "ultraGroupBox4";
  252. this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 434);
  253. this.ultraGroupBox4.TabIndex = 2;
  254. this.ultraGroupBox4.Text = "数据展示区域";
  255. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  256. //
  257. // panel2Query
  258. //
  259. this.panel2Query.Controls.Add(this.ultraGridBeltPre);
  260. this.panel2Query.Dock = System.Windows.Forms.DockStyle.Fill;
  261. this.panel2Query.Location = new System.Drawing.Point(3, 18);
  262. this.panel2Query.Name = "panel2Query";
  263. this.panel2Query.Size = new System.Drawing.Size(1692, 413);
  264. this.panel2Query.TabIndex = 3;
  265. //
  266. // ultraGridBeltPre
  267. //
  268. this.ultraGridBeltPre.DataSource = this.dataSetScale;
  269. ultraGridColumn1.Header.Caption = "卸货计划";
  270. ultraGridColumn1.Header.VisiblePosition = 0;
  271. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  272. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  273. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  274. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  275. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  276. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  277. ultraGridColumn2.Header.VisiblePosition = 1;
  278. ultraGridColumn2.Hidden = true;
  279. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 9;
  280. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  281. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  282. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  283. ultraGridColumn3.Header.VisiblePosition = 4;
  284. ultraGridColumn3.Hidden = true;
  285. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 11;
  286. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  287. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  288. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  289. ultraGridColumn4.Header.VisiblePosition = 5;
  290. ultraGridColumn4.Hidden = true;
  291. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 13;
  292. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  293. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(144, 0);
  294. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  295. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  296. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  297. ultraGridColumn5.Header.Caption = "生成时间";
  298. ultraGridColumn5.Header.VisiblePosition = 6;
  299. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  300. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  301. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(118, 0);
  302. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  303. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  304. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  305. ultraGridColumn6.Header.VisiblePosition = 7;
  306. ultraGridColumn6.Hidden = true;
  307. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 17;
  308. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  309. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  310. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  311. ultraGridColumn7.Header.VisiblePosition = 8;
  312. ultraGridColumn7.Hidden = true;
  313. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 19;
  314. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  315. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  316. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  317. ultraGridColumn8.Header.VisiblePosition = 11;
  318. ultraGridColumn8.Hidden = true;
  319. ultraGridColumn9.Header.Caption = "物料名称";
  320. ultraGridColumn9.Header.VisiblePosition = 13;
  321. ultraGridColumn9.Hidden = true;
  322. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 5;
  323. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  324. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  325. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  326. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  327. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  328. ultraGridColumn10.Header.VisiblePosition = 9;
  329. ultraGridColumn10.Hidden = true;
  330. ultraGridColumn11.Header.Caption = "卸货码头";
  331. ultraGridColumn11.Header.VisiblePosition = 10;
  332. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 13;
  333. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  334. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(112, 0);
  335. ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  336. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  337. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  338. ultraGridColumn12.Header.VisiblePosition = 17;
  339. ultraGridColumn12.Hidden = true;
  340. ultraGridColumn13.Header.VisiblePosition = 12;
  341. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 5;
  342. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  343. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(132, 0);
  344. ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  345. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  346. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  347. ultraGridColumn14.Header.VisiblePosition = 15;
  348. ultraGridColumn14.Hidden = true;
  349. ultraGridColumn15.Header.VisiblePosition = 16;
  350. ultraGridColumn15.Hidden = true;
  351. ultraGridColumn16.Header.Caption = "发运净重";
  352. ultraGridColumn16.Header.VisiblePosition = 18;
  353. ultraGridColumn16.Hidden = true;
  354. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 8;
  355. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  356. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(136, 0);
  357. ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  358. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  359. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  360. ultraGridColumn17.Header.VisiblePosition = 21;
  361. ultraGridColumn17.Hidden = true;
  362. ultraGridColumn18.Header.Caption = "供应商";
  363. ultraGridColumn18.Header.VisiblePosition = 22;
  364. ultraGridColumn18.Hidden = true;
  365. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 7;
  366. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  367. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(123, 0);
  368. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  369. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
  370. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
  371. ultraGridColumn19.Header.VisiblePosition = 19;
  372. ultraGridColumn19.Hidden = true;
  373. ultraGridColumn20.Header.Caption = "收货单位";
  374. ultraGridColumn20.Header.VisiblePosition = 20;
  375. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 3;
  376. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  377. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(131, 0);
  378. ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  379. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
  380. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
  381. ultraGridColumn21.Header.VisiblePosition = 14;
  382. ultraGridColumn21.Hidden = true;
  383. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 7;
  384. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  385. ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(136, 0);
  386. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  387. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
  388. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
  389. ultraGridColumn22.Header.VisiblePosition = 3;
  390. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 15;
  391. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  392. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  393. ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  394. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
  395. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
  396. ultraGridColumn23.Header.VisiblePosition = 23;
  397. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 10;
  398. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  399. ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  400. ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  401. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
  402. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
  403. ultraGridColumn24.Header.Caption = "重量";
  404. ultraGridColumn24.Header.VisiblePosition = 24;
  405. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 11;
  406. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  407. ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(131, 0);
  408. ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  409. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
  410. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
  411. ultraGridColumn25.Header.VisiblePosition = 25;
  412. ultraGridColumn25.Hidden = true;
  413. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 8;
  414. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  415. ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(104, 0);
  416. ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  417. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
  418. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
  419. ultraGridColumn26.Header.VisiblePosition = 26;
  420. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 12;
  421. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  422. ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(103, 0);
  423. ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  424. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
  425. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
  426. ultraGridColumn27.Header.VisiblePosition = 27;
  427. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 14;
  428. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  429. ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
  430. ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  431. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
  432. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
  433. ultraGridColumn28.Header.VisiblePosition = 28;
  434. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 1;
  435. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  436. ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  437. ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  438. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
  439. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
  440. ultraGridColumn29.Header.VisiblePosition = 29;
  441. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 7;
  442. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  443. ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(117, 0);
  444. ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  445. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
  446. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
  447. ultraGridColumn30.Header.Caption = "供应商";
  448. ultraGridColumn30.Header.VisiblePosition = 30;
  449. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 9;
  450. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  451. ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  452. ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  453. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
  454. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
  455. ultraGridColumn31.Header.VisiblePosition = 31;
  456. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 8;
  457. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  458. ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
  459. ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  460. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
  461. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
  462. ultraGridColumn32.Header.VisiblePosition = 32;
  463. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 6;
  464. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  465. ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  466. ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  467. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
  468. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
  469. ultraGridColumn33.Header.VisiblePosition = 33;
  470. ultraGridColumn33.Hidden = true;
  471. ultraGridColumn34.Header.VisiblePosition = 34;
  472. ultraGridColumn34.Hidden = true;
  473. ultraGridColumn35.DataType = typeof(bool);
  474. ultraGridColumn35.Header.Caption = "选择";
  475. ultraGridColumn35.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  476. ultraGridColumn35.Header.VisiblePosition = 2;
  477. ultraGridColumn35.RowLayoutColumnInfo.OriginX = 0;
  478. ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
  479. ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
  480. ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  481. ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
  482. ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
  483. ultraGridBand1.Columns.AddRange(new object[] {
  484. ultraGridColumn1,
  485. ultraGridColumn2,
  486. ultraGridColumn3,
  487. ultraGridColumn4,
  488. ultraGridColumn5,
  489. ultraGridColumn6,
  490. ultraGridColumn7,
  491. ultraGridColumn8,
  492. ultraGridColumn9,
  493. ultraGridColumn10,
  494. ultraGridColumn11,
  495. ultraGridColumn12,
  496. ultraGridColumn13,
  497. ultraGridColumn14,
  498. ultraGridColumn15,
  499. ultraGridColumn16,
  500. ultraGridColumn17,
  501. ultraGridColumn18,
  502. ultraGridColumn19,
  503. ultraGridColumn20,
  504. ultraGridColumn21,
  505. ultraGridColumn22,
  506. ultraGridColumn23,
  507. ultraGridColumn24,
  508. ultraGridColumn25,
  509. ultraGridColumn26,
  510. ultraGridColumn27,
  511. ultraGridColumn28,
  512. ultraGridColumn29,
  513. ultraGridColumn30,
  514. ultraGridColumn31,
  515. ultraGridColumn32,
  516. ultraGridColumn33,
  517. ultraGridColumn34,
  518. ultraGridColumn35});
  519. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  520. ultraGridBand1.SummaryFooterCaption = "合计";
  521. this.ultraGridBeltPre.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  522. this.ultraGridBeltPre.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  523. this.ultraGridBeltPre.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
  524. appearance1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  525. appearance1.BackColor2 = System.Drawing.SystemColors.GradientActiveCaption;
  526. appearance1.BorderColor = System.Drawing.SystemColors.GradientActiveCaption;
  527. appearance1.BorderColor2 = System.Drawing.SystemColors.GradientActiveCaption;
  528. appearance1.ForeColor = System.Drawing.Color.IndianRed;
  529. appearance1.ForeColorDisabled = System.Drawing.SystemColors.GradientActiveCaption;
  530. this.ultraGridBeltPre.DisplayLayout.GroupByBox.Appearance = appearance1;
  531. this.ultraGridBeltPre.DisplayLayout.GroupByBox.ButtonConnectorColor = System.Drawing.SystemColors.GradientActiveCaption;
  532. this.ultraGridBeltPre.DisplayLayout.GroupByBox.Prompt = "拖动列表头到这里可以按该列分组";
  533. this.ultraGridBeltPre.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  534. this.ultraGridBeltPre.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
  535. appearance2.TextVAlignAsString = "Middle";
  536. this.ultraGridBeltPre.DisplayLayout.Override.CellAppearance = appearance2;
  537. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  538. appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  539. this.ultraGridBeltPre.DisplayLayout.Override.HeaderAppearance = appearance3;
  540. this.ultraGridBeltPre.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  541. this.ultraGridBeltPre.DisplayLayout.Override.MaxSelectedRows = 1;
  542. this.ultraGridBeltPre.DisplayLayout.Override.MinRowHeight = 21;
  543. appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  544. appearance4.TextVAlignAsString = "Middle";
  545. this.ultraGridBeltPre.DisplayLayout.Override.RowSelectorAppearance = appearance4;
  546. this.ultraGridBeltPre.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  547. this.ultraGridBeltPre.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  548. this.ultraGridBeltPre.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  549. this.ultraGridBeltPre.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  550. this.ultraGridBeltPre.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  551. this.ultraGridBeltPre.Dock = System.Windows.Forms.DockStyle.Fill;
  552. this.ultraGridBeltPre.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.ultraGridBeltPre.Location = new System.Drawing.Point(0, 0);
  554. this.ultraGridBeltPre.Name = "ultraGridBeltPre";
  555. this.ultraGridBeltPre.Size = new System.Drawing.Size(1692, 413);
  556. this.ultraGridBeltPre.TabIndex = 7;
  557. this.ultraGridBeltPre.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridBeltPre_CellChange);
  558. //
  559. // dataSetScale
  560. //
  561. this.dataSetScale.DataSetName = "NewDataSet";
  562. this.dataSetScale.Locale = new System.Globalization.CultureInfo("zh-CN");
  563. this.dataSetScale.Tables.AddRange(new System.Data.DataTable[] {
  564. this.dataTable1});
  565. //
  566. // dataTable1
  567. //
  568. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  569. this.dataColumn3,
  570. this.dataColumn5,
  571. this.dataColumn7,
  572. this.dataColumn8,
  573. this.dataColumn10,
  574. this.dataColumn11,
  575. this.dataColumn12,
  576. this.dataColumn15,
  577. this.dataColumn16,
  578. this.dataColumn33,
  579. this.dataColumn34,
  580. this.dataColumn35,
  581. this.dataColumn36,
  582. this.dataColumn40,
  583. this.dataColumn41,
  584. this.dataColumn42,
  585. this.dataColumn43,
  586. this.dataColumn44,
  587. this.dataColumn45,
  588. this.dataColumn46,
  589. this.dataColumn1,
  590. this.dataColumn2,
  591. this.dataColumn4,
  592. this.dataColumn6,
  593. this.dataColumn9,
  594. this.dataColumn13,
  595. this.dataColumn14,
  596. this.dataColumn17,
  597. this.dataColumn18,
  598. this.dataColumn19,
  599. this.dataColumn20,
  600. this.dataColumn21,
  601. this.dataColumn22,
  602. this.dataColumn23});
  603. this.dataTable1.TableName = "计量预报";
  604. //
  605. // dataColumn3
  606. //
  607. this.dataColumn3.Caption = "预报编号";
  608. this.dataColumn3.ColumnName = "predictionNo";
  609. //
  610. // dataColumn5
  611. //
  612. this.dataColumn5.Caption = "备注";
  613. this.dataColumn5.ColumnName = "memo";
  614. //
  615. // dataColumn7
  616. //
  617. this.dataColumn7.Caption = "创建人编号";
  618. this.dataColumn7.ColumnName = "createManNo";
  619. //
  620. // dataColumn8
  621. //
  622. this.dataColumn8.Caption = "创建人姓名";
  623. this.dataColumn8.ColumnName = "createManName";
  624. //
  625. // dataColumn10
  626. //
  627. this.dataColumn10.Caption = "创建时间";
  628. this.dataColumn10.ColumnName = "createTime";
  629. //
  630. // dataColumn11
  631. //
  632. this.dataColumn11.Caption = "修改人编号";
  633. this.dataColumn11.ColumnName = "updateManNo";
  634. //
  635. // dataColumn12
  636. //
  637. this.dataColumn12.Caption = "修改人";
  638. this.dataColumn12.ColumnName = "updateManName";
  639. //
  640. // dataColumn15
  641. //
  642. this.dataColumn15.Caption = "产品编号";
  643. this.dataColumn15.ColumnName = "productNo";
  644. //
  645. // dataColumn16
  646. //
  647. this.dataColumn16.Caption = "产品名称";
  648. this.dataColumn16.ColumnName = "productName";
  649. //
  650. // dataColumn33
  651. //
  652. this.dataColumn33.Caption = "计量点编号";
  653. this.dataColumn33.ColumnName = "baseSpotNo";
  654. //
  655. // dataColumn34
  656. //
  657. this.dataColumn34.Caption = "计量点";
  658. this.dataColumn34.ColumnName = "baseSpotName";
  659. //
  660. // dataColumn35
  661. //
  662. this.dataColumn35.Caption = "净重";
  663. this.dataColumn35.ColumnName = "netWeight";
  664. //
  665. // dataColumn36
  666. //
  667. this.dataColumn36.Caption = "修改时间";
  668. this.dataColumn36.ColumnName = "updateTime";
  669. //
  670. // dataColumn40
  671. //
  672. this.dataColumn40.Caption = "班组";
  673. this.dataColumn40.ColumnName = "meterGroup";
  674. //
  675. // dataColumn41
  676. //
  677. this.dataColumn41.Caption = "班次";
  678. this.dataColumn41.ColumnName = "meterClass";
  679. //
  680. // dataColumn42
  681. //
  682. this.dataColumn42.Caption = "理论重量";
  683. this.dataColumn42.ColumnName = "theoreticalWeight";
  684. //
  685. // dataColumn43
  686. //
  687. this.dataColumn43.Caption = "发货单位编码";
  688. this.dataColumn43.ColumnName = "forwardingUnitNo";
  689. //
  690. // dataColumn44
  691. //
  692. this.dataColumn44.Caption = "发货单位名称";
  693. this.dataColumn44.ColumnName = "forwardingUnitName";
  694. //
  695. // dataColumn45
  696. //
  697. this.dataColumn45.Caption = "收货单位编码";
  698. this.dataColumn45.ColumnName = "receivingUintNo";
  699. //
  700. // dataColumn46
  701. //
  702. this.dataColumn46.Caption = "收货单位名称";
  703. this.dataColumn46.ColumnName = "receivingUintName";
  704. //
  705. // dataColumn1
  706. //
  707. this.dataColumn1.Caption = "卸货码头";
  708. this.dataColumn1.ColumnName = "unloadWharf";
  709. //
  710. // dataColumn2
  711. //
  712. this.dataColumn2.Caption = "状态";
  713. this.dataColumn2.ColumnName = "valueFlag";
  714. //
  715. // dataColumn4
  716. //
  717. this.dataColumn4.Caption = "船号";
  718. this.dataColumn4.ColumnName = "shipNo";
  719. //
  720. // dataColumn6
  721. //
  722. this.dataColumn6.Caption = "发运重量";
  723. this.dataColumn6.ColumnName = "forwardingWeight";
  724. //
  725. // dataColumn9
  726. //
  727. this.dataColumn9.Caption = "卸货地点";
  728. this.dataColumn9.ColumnName = "unloadSite";
  729. //
  730. // dataColumn13
  731. //
  732. this.dataColumn13.Caption = "压港时间";
  733. this.dataColumn13.ColumnName = "overstock";
  734. //
  735. // dataColumn14
  736. //
  737. this.dataColumn14.Caption = "开卸时间";
  738. this.dataColumn14.ColumnName = "startTime";
  739. //
  740. // dataColumn17
  741. //
  742. this.dataColumn17.Caption = "合同号";
  743. this.dataColumn17.ColumnName = "orderNo";
  744. //
  745. // dataColumn18
  746. //
  747. this.dataColumn18.Caption = "物料名称";
  748. this.dataColumn18.ColumnName = "newMatName";
  749. //
  750. // dataColumn19
  751. //
  752. this.dataColumn19.Caption = "发货单位";
  753. this.dataColumn19.ColumnName = "newSupplier";
  754. //
  755. // dataColumn20
  756. //
  757. this.dataColumn20.Caption = "物料规格";
  758. this.dataColumn20.ColumnName = "newGg";
  759. //
  760. // dataColumn21
  761. //
  762. this.dataColumn21.Caption = "物料类别";
  763. this.dataColumn21.ColumnName = "newMatClass";
  764. //
  765. // dataColumn22
  766. //
  767. this.dataColumn22.Caption = "物料类别编码";
  768. this.dataColumn22.ColumnName = "newMatClassCode";
  769. //
  770. // dataColumn23
  771. //
  772. this.dataColumn23.Caption = "海轮号";
  773. this.dataColumn23.ColumnName = "newHlh";
  774. //
  775. // ultraGroupBoxEdit
  776. //
  777. this.ultraGroupBoxEdit.Controls.Add(this.tableLayoutPanel5);
  778. this.ultraGroupBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  779. this.ultraGroupBoxEdit.Location = new System.Drawing.Point(0, 0);
  780. this.ultraGroupBoxEdit.Name = "ultraGroupBoxEdit";
  781. this.ultraGroupBoxEdit.Size = new System.Drawing.Size(1698, 148);
  782. this.ultraGroupBoxEdit.TabIndex = 2;
  783. this.ultraGroupBoxEdit.Text = "数据编辑区域";
  784. this.ultraGroupBoxEdit.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  785. //
  786. // tableLayoutPanel5
  787. //
  788. this.tableLayoutPanel5.ColumnCount = 9;
  789. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  790. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.467801F));
  791. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.11794F));
  792. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.467801F));
  793. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.11794F));
  794. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.467801F));
  795. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.11794F));
  796. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.8712F));
  797. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.37156F));
  798. this.tableLayoutPanel5.Controls.Add(this.newHlh_text, 6, 3);
  799. this.tableLayoutPanel5.Controls.Add(this.newMatName_text, 6, 1);
  800. this.tableLayoutPanel5.Controls.Add(this.cbshouh_1, 2, 4);
  801. this.tableLayoutPanel5.Controls.Add(this.cbfahuo_1, 2, 3);
  802. this.tableLayoutPanel5.Controls.Add(this.textBox1, 4, 2);
  803. this.tableLayoutPanel5.Controls.Add(this.cbPntName_1, 4, 3);
  804. this.tableLayoutPanel5.Controls.Add(this.shipnoTxt, 2, 1);
  805. this.tableLayoutPanel5.Controls.Add(this.label11, 1, 4);
  806. this.tableLayoutPanel5.Controls.Add(this.label27, 1, 2);
  807. this.tableLayoutPanel5.Controls.Add(this.label28, 1, 1);
  808. this.tableLayoutPanel5.Controls.Add(this.label10, 1, 3);
  809. this.tableLayoutPanel5.Controls.Add(this.label7, 3, 2);
  810. this.tableLayoutPanel5.Controls.Add(this.label8, 3, 3);
  811. this.tableLayoutPanel5.Controls.Add(this.label9, 3, 4);
  812. this.tableLayoutPanel5.Controls.Add(this.label12, 3, 1);
  813. this.tableLayoutPanel5.Controls.Add(this.label13, 5, 1);
  814. this.tableLayoutPanel5.Controls.Add(this.label14, 5, 2);
  815. this.tableLayoutPanel5.Controls.Add(this.label15, 5, 3);
  816. this.tableLayoutPanel5.Controls.Add(this.label16, 5, 4);
  817. this.tableLayoutPanel5.Controls.Add(this.newGg_text, 6, 2);
  818. this.tableLayoutPanel5.Controls.Add(this.textOrderno, 4, 4);
  819. this.tableLayoutPanel5.Controls.Add(this.textBox8, 6, 4);
  820. this.tableLayoutPanel5.Controls.Add(this.dateTimePicker1, 4, 1);
  821. this.tableLayoutPanel5.Controls.Add(this.cmMatName_1, 2, 2);
  822. this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  823. this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 18);
  824. this.tableLayoutPanel5.Name = "tableLayoutPanel5";
  825. this.tableLayoutPanel5.RowCount = 5;
  826. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
  827. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  828. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  829. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  830. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  831. this.tableLayoutPanel5.Size = new System.Drawing.Size(1692, 127);
  832. this.tableLayoutPanel5.TabIndex = 1;
  833. //
  834. // newHlh_text
  835. //
  836. this.newHlh_text.Dock = System.Windows.Forms.DockStyle.Fill;
  837. this.newHlh_text.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  838. this.newHlh_text.Location = new System.Drawing.Point(699, 71);
  839. this.newHlh_text.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  840. this.newHlh_text.Name = "newHlh_text";
  841. this.newHlh_text.Size = new System.Drawing.Size(215, 22);
  842. this.newHlh_text.TabIndex = 134;
  843. //
  844. // newMatName_text
  845. //
  846. this.newMatName_text.Dock = System.Windows.Forms.DockStyle.Fill;
  847. this.newMatName_text.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  848. this.newMatName_text.Location = new System.Drawing.Point(699, 13);
  849. this.newMatName_text.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  850. this.newMatName_text.Name = "newMatName_text";
  851. this.newMatName_text.Size = new System.Drawing.Size(215, 22);
  852. this.newMatName_text.TabIndex = 133;
  853. //
  854. // cbshouh_1
  855. //
  856. this.cbshouh_1.Dock = System.Windows.Forms.DockStyle.Fill;
  857. this.cbshouh_1.Font = new System.Drawing.Font("宋体", 12F);
  858. this.cbshouh_1.FormattingEnabled = true;
  859. this.cbshouh_1.Location = new System.Drawing.Point(123, 105);
  860. this.cbshouh_1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  861. this.cbshouh_1.Name = "cbshouh_1";
  862. this.cbshouh_1.Size = new System.Drawing.Size(215, 24);
  863. this.cbshouh_1.TabIndex = 132;
  864. //
  865. // cbfahuo_1
  866. //
  867. this.cbfahuo_1.Dock = System.Windows.Forms.DockStyle.Fill;
  868. this.cbfahuo_1.Font = new System.Drawing.Font("宋体", 12F);
  869. this.cbfahuo_1.FormattingEnabled = true;
  870. this.cbfahuo_1.Location = new System.Drawing.Point(123, 76);
  871. this.cbfahuo_1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  872. this.cbfahuo_1.Name = "cbfahuo_1";
  873. this.cbfahuo_1.Size = new System.Drawing.Size(215, 24);
  874. this.cbfahuo_1.TabIndex = 131;
  875. //
  876. // textBox1
  877. //
  878. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  879. this.textBox1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  880. this.textBox1.Location = new System.Drawing.Point(411, 47);
  881. this.textBox1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  882. this.textBox1.Name = "textBox1";
  883. this.textBox1.Size = new System.Drawing.Size(215, 22);
  884. this.textBox1.TabIndex = 130;
  885. this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
  886. //
  887. // cbPntName_1
  888. //
  889. this.cbPntName_1.Dock = System.Windows.Forms.DockStyle.Fill;
  890. this.cbPntName_1.Font = new System.Drawing.Font("宋体", 12F);
  891. this.cbPntName_1.FormattingEnabled = true;
  892. this.cbPntName_1.Location = new System.Drawing.Point(411, 76);
  893. this.cbPntName_1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  894. this.cbPntName_1.Name = "cbPntName_1";
  895. this.cbPntName_1.Size = new System.Drawing.Size(215, 24);
  896. this.cbPntName_1.TabIndex = 129;
  897. //
  898. // shipnoTxt
  899. //
  900. this.shipnoTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  901. this.shipnoTxt.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  902. this.shipnoTxt.Location = new System.Drawing.Point(123, 18);
  903. this.shipnoTxt.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  904. this.shipnoTxt.Name = "shipnoTxt";
  905. this.shipnoTxt.Size = new System.Drawing.Size(215, 22);
  906. this.shipnoTxt.TabIndex = 22;
  907. //
  908. // label11
  909. //
  910. this.label11.AutoSize = true;
  911. this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
  912. this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  913. this.label11.Location = new System.Drawing.Point(53, 95);
  914. this.label11.Name = "label11";
  915. this.label11.Size = new System.Drawing.Size(67, 32);
  916. this.label11.TabIndex = 11;
  917. this.label11.Text = "收货单位";
  918. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  919. //
  920. // label27
  921. //
  922. this.label27.AutoSize = true;
  923. this.label27.Dock = System.Windows.Forms.DockStyle.Fill;
  924. this.label27.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  925. this.label27.Location = new System.Drawing.Point(53, 37);
  926. this.label27.Name = "label27";
  927. this.label27.Size = new System.Drawing.Size(67, 29);
  928. this.label27.TabIndex = 8;
  929. this.label27.Text = "物料名称";
  930. this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  931. //
  932. // label28
  933. //
  934. this.label28.AutoSize = true;
  935. this.label28.Dock = System.Windows.Forms.DockStyle.Fill;
  936. this.label28.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  937. this.label28.Location = new System.Drawing.Point(53, 8);
  938. this.label28.Name = "label28";
  939. this.label28.Size = new System.Drawing.Size(67, 29);
  940. this.label28.TabIndex = 1;
  941. this.label28.Text = "船号";
  942. this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  943. //
  944. // label10
  945. //
  946. this.label10.AutoSize = true;
  947. this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
  948. this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  949. this.label10.Location = new System.Drawing.Point(53, 66);
  950. this.label10.Name = "label10";
  951. this.label10.Size = new System.Drawing.Size(67, 29);
  952. this.label10.TabIndex = 10;
  953. this.label10.Text = "发货单位";
  954. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  955. //
  956. // label7
  957. //
  958. this.label7.AutoSize = true;
  959. this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
  960. this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  961. this.label7.Location = new System.Drawing.Point(341, 40);
  962. this.label7.Margin = new System.Windows.Forms.Padding(3);
  963. this.label7.Name = "label7";
  964. this.label7.Size = new System.Drawing.Size(67, 23);
  965. this.label7.TabIndex = 26;
  966. this.label7.Text = "发运净重";
  967. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  968. //
  969. // label8
  970. //
  971. this.label8.AutoSize = true;
  972. this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
  973. this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  974. this.label8.Location = new System.Drawing.Point(341, 69);
  975. this.label8.Margin = new System.Windows.Forms.Padding(3);
  976. this.label8.Name = "label8";
  977. this.label8.Size = new System.Drawing.Size(67, 23);
  978. this.label8.TabIndex = 27;
  979. this.label8.Text = "卸货码头";
  980. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  981. //
  982. // label9
  983. //
  984. this.label9.AutoSize = true;
  985. this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
  986. this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  987. this.label9.Location = new System.Drawing.Point(341, 98);
  988. this.label9.Margin = new System.Windows.Forms.Padding(3);
  989. this.label9.Name = "label9";
  990. this.label9.Size = new System.Drawing.Size(67, 26);
  991. this.label9.TabIndex = 28;
  992. this.label9.Text = "合同号";
  993. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  994. //
  995. // label12
  996. //
  997. this.label12.AutoSize = true;
  998. this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
  999. this.label12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  1000. this.label12.Location = new System.Drawing.Point(341, 11);
  1001. this.label12.Margin = new System.Windows.Forms.Padding(3);
  1002. this.label12.Name = "label12";
  1003. this.label12.Size = new System.Drawing.Size(67, 23);
  1004. this.label12.TabIndex = 29;
  1005. this.label12.Text = "压港时间";
  1006. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1007. //
  1008. // label13
  1009. //
  1010. this.label13.AutoSize = true;
  1011. this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
  1012. this.label13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  1013. this.label13.Location = new System.Drawing.Point(629, 11);
  1014. this.label13.Margin = new System.Windows.Forms.Padding(3);
  1015. this.label13.Name = "label13";
  1016. this.label13.Size = new System.Drawing.Size(67, 23);
  1017. this.label13.TabIndex = 30;
  1018. this.label13.Text = "物料类别";
  1019. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1020. //
  1021. // label14
  1022. //
  1023. this.label14.AutoSize = true;
  1024. this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
  1025. this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  1026. this.label14.Location = new System.Drawing.Point(629, 40);
  1027. this.label14.Margin = new System.Windows.Forms.Padding(3);
  1028. this.label14.Name = "label14";
  1029. this.label14.Size = new System.Drawing.Size(67, 23);
  1030. this.label14.TabIndex = 31;
  1031. this.label14.Text = "物料规格";
  1032. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1033. //
  1034. // label15
  1035. //
  1036. this.label15.AutoSize = true;
  1037. this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
  1038. this.label15.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  1039. this.label15.Location = new System.Drawing.Point(629, 69);
  1040. this.label15.Margin = new System.Windows.Forms.Padding(3);
  1041. this.label15.Name = "label15";
  1042. this.label15.Size = new System.Drawing.Size(67, 23);
  1043. this.label15.TabIndex = 32;
  1044. this.label15.Text = "海轮号";
  1045. this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1046. //
  1047. // label16
  1048. //
  1049. this.label16.AutoSize = true;
  1050. this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
  1051. this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  1052. this.label16.Location = new System.Drawing.Point(629, 98);
  1053. this.label16.Margin = new System.Windows.Forms.Padding(3);
  1054. this.label16.Name = "label16";
  1055. this.label16.Size = new System.Drawing.Size(67, 26);
  1056. this.label16.TabIndex = 33;
  1057. this.label16.Text = "物资名称";
  1058. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1059. this.label16.Visible = false;
  1060. //
  1061. // newGg_text
  1062. //
  1063. this.newGg_text.Dock = System.Windows.Forms.DockStyle.Fill;
  1064. this.newGg_text.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1065. this.newGg_text.Location = new System.Drawing.Point(699, 42);
  1066. this.newGg_text.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  1067. this.newGg_text.Name = "newGg_text";
  1068. this.newGg_text.Size = new System.Drawing.Size(215, 22);
  1069. this.newGg_text.TabIndex = 39;
  1070. //
  1071. // textOrderno
  1072. //
  1073. this.textOrderno.Dock = System.Windows.Forms.DockStyle.Fill;
  1074. this.textOrderno.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1075. this.textOrderno.Location = new System.Drawing.Point(411, 100);
  1076. this.textOrderno.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  1077. this.textOrderno.Name = "textOrderno";
  1078. this.textOrderno.Size = new System.Drawing.Size(215, 22);
  1079. this.textOrderno.TabIndex = 40;
  1080. //
  1081. // textBox8
  1082. //
  1083. this.textBox8.Dock = System.Windows.Forms.DockStyle.Fill;
  1084. this.textBox8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1085. this.textBox8.Location = new System.Drawing.Point(699, 100);
  1086. this.textBox8.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  1087. this.textBox8.Name = "textBox8";
  1088. this.textBox8.Size = new System.Drawing.Size(215, 22);
  1089. this.textBox8.TabIndex = 41;
  1090. this.textBox8.Visible = false;
  1091. //
  1092. // dateTimePicker1
  1093. //
  1094. this.dateTimePicker1.Cursor = System.Windows.Forms.Cursors.Default;
  1095. this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  1096. this.dateTimePicker1.Dock = System.Windows.Forms.DockStyle.Fill;
  1097. this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 12F);
  1098. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1099. this.dateTimePicker1.Location = new System.Drawing.Point(411, 18);
  1100. this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  1101. this.dateTimePicker1.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  1102. this.dateTimePicker1.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  1103. this.dateTimePicker1.Name = "dateTimePicker1";
  1104. this.dateTimePicker1.Size = new System.Drawing.Size(215, 26);
  1105. this.dateTimePicker1.TabIndex = 125;
  1106. //
  1107. // cmMatName_1
  1108. //
  1109. this.cmMatName_1.Dock = System.Windows.Forms.DockStyle.Fill;
  1110. this.cmMatName_1.Font = new System.Drawing.Font("宋体", 12F);
  1111. this.cmMatName_1.FormattingEnabled = true;
  1112. this.cmMatName_1.Location = new System.Drawing.Point(123, 47);
  1113. this.cmMatName_1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  1114. this.cmMatName_1.Name = "cmMatName_1";
  1115. this.cmMatName_1.Size = new System.Drawing.Size(215, 24);
  1116. this.cmMatName_1.TabIndex = 127;
  1117. //
  1118. // ultraGroupBoxCondition
  1119. //
  1120. this.ultraGroupBoxCondition.Controls.Add(this.checkBox1);
  1121. this.ultraGroupBoxCondition.Controls.Add(this.ShipnoTxt_1);
  1122. this.ultraGroupBoxCondition.Controls.Add(this.cbshouh);
  1123. this.ultraGroupBoxCondition.Controls.Add(this.label17);
  1124. this.ultraGroupBoxCondition.Controls.Add(this.checkDate);
  1125. this.ultraGroupBoxCondition.Controls.Add(this.cbfahuo);
  1126. this.ultraGroupBoxCondition.Controls.Add(this.cmMatName);
  1127. this.ultraGroupBoxCondition.Controls.Add(this.cmbState);
  1128. this.ultraGroupBoxCondition.Controls.Add(this.label6);
  1129. this.ultraGroupBoxCondition.Controls.Add(this.label5);
  1130. this.ultraGroupBoxCondition.Controls.Add(this.label2);
  1131. this.ultraGroupBoxCondition.Controls.Add(this.label3);
  1132. this.ultraGroupBoxCondition.Controls.Add(this.dtStartTime);
  1133. this.ultraGroupBoxCondition.Controls.Add(this.label4);
  1134. this.ultraGroupBoxCondition.Controls.Add(this.dtEndTime);
  1135. this.ultraGroupBoxCondition.Controls.Add(this.label1);
  1136. this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
  1137. this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
  1138. this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
  1139. this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 87);
  1140. this.ultraGroupBoxCondition.TabIndex = 0;
  1141. this.ultraGroupBoxCondition.Text = "查询条件";
  1142. this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1143. //
  1144. // checkBox1
  1145. //
  1146. this.checkBox1.AutoSize = true;
  1147. this.checkBox1.Font = new System.Drawing.Font("宋体", 12F);
  1148. this.checkBox1.Location = new System.Drawing.Point(80, 59);
  1149. this.checkBox1.Name = "checkBox1";
  1150. this.checkBox1.Size = new System.Drawing.Size(91, 20);
  1151. this.checkBox1.TabIndex = 146;
  1152. this.checkBox1.Text = "批量选择";
  1153. this.checkBox1.UseVisualStyleBackColor = true;
  1154. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  1155. //
  1156. // ShipnoTxt_1
  1157. //
  1158. this.ShipnoTxt_1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1159. this.ShipnoTxt_1.Location = new System.Drawing.Point(469, 58);
  1160. this.ShipnoTxt_1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  1161. this.ShipnoTxt_1.Name = "ShipnoTxt_1";
  1162. this.ShipnoTxt_1.Size = new System.Drawing.Size(146, 22);
  1163. this.ShipnoTxt_1.TabIndex = 134;
  1164. //
  1165. // cbshouh
  1166. //
  1167. this.cbshouh.Font = new System.Drawing.Font("宋体", 12F);
  1168. this.cbshouh.FormattingEnabled = true;
  1169. this.cbshouh.Location = new System.Drawing.Point(255, 57);
  1170. this.cbshouh.Name = "cbshouh";
  1171. this.cbshouh.Size = new System.Drawing.Size(170, 24);
  1172. this.cbshouh.TabIndex = 133;
  1173. //
  1174. // label17
  1175. //
  1176. this.label17.AutoSize = true;
  1177. this.label17.BackColor = System.Drawing.Color.Transparent;
  1178. this.label17.Font = new System.Drawing.Font("宋体", 10F);
  1179. this.label17.Location = new System.Drawing.Point(186, 62);
  1180. this.label17.Name = "label17";
  1181. this.label17.Size = new System.Drawing.Size(63, 14);
  1182. this.label17.TabIndex = 132;
  1183. this.label17.Text = "收货单位";
  1184. //
  1185. // checkDate
  1186. //
  1187. this.checkDate.AutoSize = true;
  1188. this.checkDate.Checked = true;
  1189. this.checkDate.CheckState = System.Windows.Forms.CheckState.Checked;
  1190. this.checkDate.Location = new System.Drawing.Point(80, 26);
  1191. this.checkDate.Name = "checkDate";
  1192. this.checkDate.Size = new System.Drawing.Size(15, 14);
  1193. this.checkDate.TabIndex = 131;
  1194. this.checkDate.UseVisualStyleBackColor = true;
  1195. this.checkDate.CheckedChanged += new System.EventHandler(this.checkDate_CheckedChanged);
  1196. //
  1197. // cbfahuo
  1198. //
  1199. this.cbfahuo.Font = new System.Drawing.Font("宋体", 12F);
  1200. this.cbfahuo.FormattingEnabled = true;
  1201. this.cbfahuo.Location = new System.Drawing.Point(858, 19);
  1202. this.cbfahuo.Name = "cbfahuo";
  1203. this.cbfahuo.Size = new System.Drawing.Size(170, 24);
  1204. this.cbfahuo.TabIndex = 129;
  1205. //
  1206. // cmMatName
  1207. //
  1208. this.cmMatName.Font = new System.Drawing.Font("宋体", 12F);
  1209. this.cmMatName.FormattingEnabled = true;
  1210. this.cmMatName.Location = new System.Drawing.Point(613, 19);
  1211. this.cmMatName.Name = "cmMatName";
  1212. this.cmMatName.Size = new System.Drawing.Size(170, 24);
  1213. this.cmMatName.TabIndex = 128;
  1214. //
  1215. // cmbState
  1216. //
  1217. this.cmbState.Font = new System.Drawing.Font("宋体", 14F);
  1218. this.cmbState.Location = new System.Drawing.Point(659, 52);
  1219. this.cmbState.Name = "cmbState";
  1220. this.cmbState.Size = new System.Drawing.Size(92, 28);
  1221. this.cmbState.TabIndex = 124;
  1222. //
  1223. // label6
  1224. //
  1225. this.label6.AutoSize = true;
  1226. this.label6.BackColor = System.Drawing.Color.Transparent;
  1227. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  1228. this.label6.Location = new System.Drawing.Point(618, 60);
  1229. this.label6.Name = "label6";
  1230. this.label6.Size = new System.Drawing.Size(35, 14);
  1231. this.label6.TabIndex = 123;
  1232. this.label6.Text = "状态";
  1233. //
  1234. // label5
  1235. //
  1236. this.label5.AutoSize = true;
  1237. this.label5.BackColor = System.Drawing.Color.Transparent;
  1238. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  1239. this.label5.Location = new System.Drawing.Point(431, 62);
  1240. this.label5.Name = "label5";
  1241. this.label5.Size = new System.Drawing.Size(35, 14);
  1242. this.label5.TabIndex = 121;
  1243. this.label5.Text = "船号";
  1244. //
  1245. // label2
  1246. //
  1247. this.label2.AutoSize = true;
  1248. this.label2.BackColor = System.Drawing.Color.Transparent;
  1249. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  1250. this.label2.Location = new System.Drawing.Point(789, 24);
  1251. this.label2.Name = "label2";
  1252. this.label2.Size = new System.Drawing.Size(63, 14);
  1253. this.label2.TabIndex = 119;
  1254. this.label2.Text = "发货单位";
  1255. //
  1256. // label3
  1257. //
  1258. this.label3.AutoSize = true;
  1259. this.label3.BackColor = System.Drawing.Color.Transparent;
  1260. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  1261. this.label3.Location = new System.Drawing.Point(544, 26);
  1262. this.label3.Name = "label3";
  1263. this.label3.Size = new System.Drawing.Size(63, 14);
  1264. this.label3.TabIndex = 117;
  1265. this.label3.Text = "物料名称";
  1266. //
  1267. // dtStartTime
  1268. //
  1269. this.dtStartTime.Cursor = System.Windows.Forms.Cursors.Default;
  1270. this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  1271. this.dtStartTime.Font = new System.Drawing.Font("宋体", 12F);
  1272. this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1273. this.dtStartTime.Location = new System.Drawing.Point(107, 20);
  1274. this.dtStartTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  1275. this.dtStartTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  1276. this.dtStartTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  1277. this.dtStartTime.Name = "dtStartTime";
  1278. this.dtStartTime.Size = new System.Drawing.Size(200, 26);
  1279. this.dtStartTime.TabIndex = 112;
  1280. //
  1281. // label4
  1282. //
  1283. this.label4.AutoSize = true;
  1284. this.label4.BackColor = System.Drawing.Color.Transparent;
  1285. this.label4.Location = new System.Drawing.Point(313, 27);
  1286. this.label4.Name = "label4";
  1287. this.label4.Size = new System.Drawing.Size(17, 12);
  1288. this.label4.TabIndex = 111;
  1289. this.label4.Text = "至";
  1290. //
  1291. // dtEndTime
  1292. //
  1293. this.dtEndTime.Cursor = System.Windows.Forms.Cursors.Default;
  1294. this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  1295. this.dtEndTime.Font = new System.Drawing.Font("宋体", 12F);
  1296. this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1297. this.dtEndTime.Location = new System.Drawing.Point(333, 20);
  1298. this.dtEndTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  1299. this.dtEndTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  1300. this.dtEndTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  1301. this.dtEndTime.Name = "dtEndTime";
  1302. this.dtEndTime.Size = new System.Drawing.Size(200, 26);
  1303. this.dtEndTime.TabIndex = 107;
  1304. //
  1305. // label1
  1306. //
  1307. this.label1.AutoSize = true;
  1308. this.label1.BackColor = System.Drawing.Color.Transparent;
  1309. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  1310. this.label1.Location = new System.Drawing.Point(10, 28);
  1311. this.label1.Name = "label1";
  1312. this.label1.Size = new System.Drawing.Size(63, 14);
  1313. this.label1.TabIndex = 108;
  1314. this.label1.Text = "创建时间";
  1315. //
  1316. // panel1
  1317. //
  1318. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  1319. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  1320. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  1321. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  1322. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  1323. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  1324. this.panel1.Location = new System.Drawing.Point(3, 0);
  1325. this.panel1.Name = "panel1";
  1326. this.panel1.Size = new System.Drawing.Size(1698, 30);
  1327. this.panel1.TabIndex = 0;
  1328. //
  1329. // panel1_Fill_Panel
  1330. //
  1331. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  1332. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  1333. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 27);
  1334. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  1335. this.panel1_Fill_Panel.Size = new System.Drawing.Size(1698, 3);
  1336. this.panel1_Fill_Panel.TabIndex = 0;
  1337. //
  1338. // _panel1_Toolbars_Dock_Area_Left
  1339. //
  1340. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1341. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  1342. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1343. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  1344. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
  1345. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  1346. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 3);
  1347. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  1348. //
  1349. // ultraToolbarsManager1
  1350. //
  1351. this.ultraToolbarsManager1.DesignerFlags = 1;
  1352. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  1353. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
  1354. ultraToolbar1.DockedColumn = 0;
  1355. ultraToolbar1.DockedRow = 0;
  1356. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1357. buttonTool1,
  1358. buttonTool11,
  1359. buttonTool13,
  1360. buttonTool2,
  1361. buttonTool3,
  1362. buttonTool4});
  1363. ultraToolbar1.Text = "UltraToolbar1";
  1364. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  1365. ultraToolbar1});
  1366. appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
  1367. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
  1368. buttonTool5.SharedPropsInternal.Caption = "查询";
  1369. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1370. appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
  1371. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
  1372. buttonTool6.SharedPropsInternal.Caption = "导出";
  1373. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1374. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  1375. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  1376. buttonTool7.SharedPropsInternal.Caption = "删除";
  1377. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1378. appearance54.Image = ((object)(resources.GetObject("appearance54.Image")));
  1379. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance54;
  1380. buttonTool8.SharedPropsInternal.Caption = "还原";
  1381. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1382. appearance55.Image = ((object)(resources.GetObject("appearance55.Image")));
  1383. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance55;
  1384. buttonTool10.SharedPropsInternal.Caption = "退出";
  1385. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1386. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  1387. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  1388. buttonTool12.SharedPropsInternal.Caption = "新增";
  1389. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1390. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  1391. buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  1392. buttonTool14.SharedPropsInternal.Caption = "修改";
  1393. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1394. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1395. buttonTool5,
  1396. buttonTool6,
  1397. buttonTool7,
  1398. buttonTool8,
  1399. buttonTool10,
  1400. buttonTool12,
  1401. buttonTool14});
  1402. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  1403. //
  1404. // _panel1_Toolbars_Dock_Area_Right
  1405. //
  1406. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1407. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  1408. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1409. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  1410. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1698, 27);
  1411. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  1412. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 3);
  1413. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  1414. //
  1415. // _panel1_Toolbars_Dock_Area_Top
  1416. //
  1417. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1418. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  1419. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  1420. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  1421. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  1422. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  1423. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1698, 27);
  1424. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  1425. //
  1426. // _panel1_Toolbars_Dock_Area_Bottom
  1427. //
  1428. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1429. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  1430. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1431. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  1432. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
  1433. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  1434. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1698, 0);
  1435. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  1436. //
  1437. // frmScalePredictionManage
  1438. //
  1439. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1440. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1441. this.BackColor = System.Drawing.Color.White;
  1442. this.ClientSize = new System.Drawing.Size(1704, 706);
  1443. this.ControlBox = false;
  1444. this.Controls.Add(this.ultraGroupBox1);
  1445. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1446. this.Margin = new System.Windows.Forms.Padding(2);
  1447. this.MaximizeBox = false;
  1448. this.MinimizeBox = false;
  1449. this.Name = "frmScalePredictionManage";
  1450. this.Text = "皮带秤预报管理";
  1451. this.Load += new System.EventHandler(this.frmScalePredictionManage_Load);
  1452. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1453. this.ultraGroupBox1.ResumeLayout(false);
  1454. this.panel2.ResumeLayout(false);
  1455. this.splitContainer1.Panel1.ResumeLayout(false);
  1456. this.splitContainer1.Panel2.ResumeLayout(false);
  1457. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1458. this.splitContainer1.ResumeLayout(false);
  1459. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1460. this.ultraGroupBox4.ResumeLayout(false);
  1461. this.panel2Query.ResumeLayout(false);
  1462. ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltPre)).EndInit();
  1463. ((System.ComponentModel.ISupportInitialize)(this.dataSetScale)).EndInit();
  1464. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1465. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).EndInit();
  1466. this.ultraGroupBoxEdit.ResumeLayout(false);
  1467. this.tableLayoutPanel5.ResumeLayout(false);
  1468. this.tableLayoutPanel5.PerformLayout();
  1469. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
  1470. this.ultraGroupBoxCondition.ResumeLayout(false);
  1471. this.ultraGroupBoxCondition.PerformLayout();
  1472. ((System.ComponentModel.ISupportInitialize)(this.cmbState)).EndInit();
  1473. this.panel1.ResumeLayout(false);
  1474. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1475. this.ResumeLayout(false);
  1476. }
  1477. #endregion
  1478. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1479. private System.Windows.Forms.Panel panel2;
  1480. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1481. private System.Windows.Forms.Panel panel2Query;
  1482. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridBeltPre;
  1483. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
  1484. private System.Windows.Forms.Label label5;
  1485. private System.Windows.Forms.Label label2;
  1486. private System.Windows.Forms.Label label3;
  1487. private System.Windows.Forms.DateTimePicker dtStartTime;
  1488. private System.Windows.Forms.Label label4;
  1489. private System.Windows.Forms.DateTimePicker dtEndTime;
  1490. private System.Windows.Forms.Label label1;
  1491. private System.Windows.Forms.Panel panel1;
  1492. private System.Windows.Forms.Panel panel1_Fill_Panel;
  1493. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1494. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  1495. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  1496. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  1497. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  1498. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  1499. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbState;
  1500. private System.Windows.Forms.Label label6;
  1501. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxEdit;
  1502. private System.Windows.Forms.SplitContainer splitContainer1;
  1503. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
  1504. private System.Windows.Forms.TextBox shipnoTxt;
  1505. private System.Windows.Forms.Label label11;
  1506. private System.Windows.Forms.Label label27;
  1507. private System.Windows.Forms.Label label28;
  1508. private System.Windows.Forms.Label label10;
  1509. private System.Windows.Forms.Label label14;
  1510. private System.Windows.Forms.Label label7;
  1511. private System.Windows.Forms.Label label8;
  1512. private System.Windows.Forms.Label label9;
  1513. private System.Windows.Forms.Label label12;
  1514. private System.Windows.Forms.Label label13;
  1515. private System.Windows.Forms.Label label15;
  1516. private System.Windows.Forms.Label label16;
  1517. private System.Windows.Forms.TextBox newGg_text;
  1518. private System.Windows.Forms.TextBox textOrderno;
  1519. private System.Windows.Forms.TextBox textBox8;
  1520. private System.Data.DataSet dataSetScale;
  1521. private System.Data.DataTable dataTable1;
  1522. private System.Data.DataColumn dataColumn3;
  1523. private System.Data.DataColumn dataColumn5;
  1524. private System.Data.DataColumn dataColumn7;
  1525. private System.Data.DataColumn dataColumn8;
  1526. private System.Data.DataColumn dataColumn10;
  1527. private System.Data.DataColumn dataColumn11;
  1528. private System.Data.DataColumn dataColumn12;
  1529. private System.Data.DataColumn dataColumn15;
  1530. private System.Data.DataColumn dataColumn16;
  1531. private System.Data.DataColumn dataColumn33;
  1532. private System.Data.DataColumn dataColumn34;
  1533. private System.Data.DataColumn dataColumn35;
  1534. private System.Data.DataColumn dataColumn36;
  1535. private System.Data.DataColumn dataColumn40;
  1536. private System.Data.DataColumn dataColumn41;
  1537. private System.Data.DataColumn dataColumn42;
  1538. private System.Data.DataColumn dataColumn43;
  1539. private System.Data.DataColumn dataColumn44;
  1540. private System.Data.DataColumn dataColumn45;
  1541. private System.Data.DataColumn dataColumn46;
  1542. private System.Data.DataColumn dataColumn1;
  1543. private System.Data.DataColumn dataColumn2;
  1544. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  1545. private System.Windows.Forms.ComboBox cmMatName_1;
  1546. private System.Windows.Forms.ComboBox cbshouh_1;
  1547. private System.Windows.Forms.ComboBox cbfahuo_1;
  1548. private System.Windows.Forms.TextBox textBox1;
  1549. private System.Windows.Forms.ComboBox cbPntName_1;
  1550. private System.Windows.Forms.ComboBox cbfahuo;
  1551. private System.Windows.Forms.ComboBox cmMatName;
  1552. private System.Data.DataColumn dataColumn4;
  1553. private System.Data.DataColumn dataColumn6;
  1554. private System.Data.DataColumn dataColumn9;
  1555. private System.Data.DataColumn dataColumn13;
  1556. private System.Data.DataColumn dataColumn14;
  1557. private System.Windows.Forms.CheckBox checkDate;
  1558. private System.Windows.Forms.ComboBox cbshouh;
  1559. private System.Windows.Forms.Label label17;
  1560. private System.Windows.Forms.TextBox ShipnoTxt_1;
  1561. private System.Data.DataColumn dataColumn17;
  1562. private System.Windows.Forms.CheckBox checkBox1;
  1563. private System.Data.DataColumn dataColumn18;
  1564. private System.Data.DataColumn dataColumn19;
  1565. private System.Data.DataColumn dataColumn20;
  1566. private System.Data.DataColumn dataColumn21;
  1567. private System.Data.DataColumn dataColumn22;
  1568. private System.Data.DataColumn dataColumn23;
  1569. private System.Windows.Forms.TextBox newHlh_text;
  1570. private System.Windows.Forms.TextBox newMatName_text;
  1571. }
  1572. }