rptStoveBatchStorage.Designer.cs 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953
  1. namespace Core.StlMes.Client.YdmPipeReport
  2. {
  3. partial class rptStoveBatchStorage
  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. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORIGINAL_AMOUNT");
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DAY_1");
  32. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MONTH_1");
  34. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DAY_2");
  36. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MONTH_2");
  38. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("END_AMOUNT");
  40. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AWEIGHT");
  42. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BATCH_NO");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BATCH_GROUD_NO");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("END_COUNT");
  47. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DAY_1COUNT");
  49. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MONTH_1COUNT");
  51. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORIGINAL_COUNT");
  53. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DAY_2COUNT");
  55. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MONTH_2COUNT");
  57. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATCOUNT");
  59. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATWGT");
  61. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QUANTITYCOUNT");
  63. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QUANTITYWGT");
  65. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BELONG_NAME");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BELONG_CODE");
  68. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 23090126);
  69. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 23090127);
  70. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 23090128);
  71. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 23090129);
  72. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup5 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup4", 23090130);
  73. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup6 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup5", 23090131);
  74. Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("9");
  75. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ORIGINAL_AMOUNT", -1, Infragistics.Win.DefaultableBoolean.False);
  76. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DAY_1", -1, Infragistics.Win.DefaultableBoolean.False);
  77. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MONTH_1", -1, Infragistics.Win.DefaultableBoolean.False);
  78. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DAY_2", -1, Infragistics.Win.DefaultableBoolean.False);
  79. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MONTH_2", -1, Infragistics.Win.DefaultableBoolean.False);
  80. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "END_AMOUNT", -1, Infragistics.Win.DefaultableBoolean.False);
  81. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "AWEIGHT", -1, Infragistics.Win.DefaultableBoolean.False);
  82. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "JUDGE_STOVE_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  83. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BATCH_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  84. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BATCH_GROUD_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  85. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "END_COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  86. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DAY_1COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  87. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MONTH_1COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  88. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ORIGINAL_COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  89. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DAY_2COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  90. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MONTH_2COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  91. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MATCOUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  92. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MATWGT", -1, Infragistics.Win.DefaultableBoolean.Default);
  93. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "QUANTITYCOUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  94. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "QUANTITYWGT", -1, Infragistics.Win.DefaultableBoolean.Default);
  95. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BELONG_NAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  96. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo22 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BELONG_CODE", -1, Infragistics.Win.DefaultableBoolean.Default);
  97. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo23 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup0", -1, Infragistics.Win.DefaultableBoolean.Default);
  98. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo24 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup1", -1, Infragistics.Win.DefaultableBoolean.Default);
  99. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo25 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup2", -1, Infragistics.Win.DefaultableBoolean.Default);
  100. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo26 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup3", -1, Infragistics.Win.DefaultableBoolean.Default);
  101. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo27 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup4", -1, Infragistics.Win.DefaultableBoolean.Default);
  102. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo28 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup5", -1, Infragistics.Win.DefaultableBoolean.Default);
  103. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  112. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  113. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  114. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  115. this.chkGl = new System.Windows.Forms.CheckBox();
  116. this.cmbStorgeNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  117. this.chkStorge = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  118. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  119. this.endTime = new System.Windows.Forms.DateTimePicker();
  120. this.StatTime = new System.Windows.Forms.DateTimePicker();
  121. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  122. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  123. this.dataSet1 = new System.Data.DataSet();
  124. this.dataTable1 = new System.Data.DataTable();
  125. this.dataColumn4 = new System.Data.DataColumn();
  126. this.dataColumn6 = new System.Data.DataColumn();
  127. this.dataColumn7 = new System.Data.DataColumn();
  128. this.dataColumn10 = new System.Data.DataColumn();
  129. this.dataColumn11 = new System.Data.DataColumn();
  130. this.dataColumn17 = new System.Data.DataColumn();
  131. this.dataColumn20 = new System.Data.DataColumn();
  132. this.dataColumn1 = new System.Data.DataColumn();
  133. this.dataColumn2 = new System.Data.DataColumn();
  134. this.dataColumn3 = new System.Data.DataColumn();
  135. this.dataColumn5 = new System.Data.DataColumn();
  136. this.dataColumn8 = new System.Data.DataColumn();
  137. this.dataColumn9 = new System.Data.DataColumn();
  138. this.dataColumn12 = new System.Data.DataColumn();
  139. this.dataColumn13 = new System.Data.DataColumn();
  140. this.dataColumn14 = new System.Data.DataColumn();
  141. this.dataColumn15 = new System.Data.DataColumn();
  142. this.dataColumn16 = new System.Data.DataColumn();
  143. this.dataColumn18 = new System.Data.DataColumn();
  144. this.dataColumn19 = new System.Data.DataColumn();
  145. this.dataColumn21 = new System.Data.DataColumn();
  146. this.dataColumn22 = new System.Data.DataColumn();
  147. this.checkssq = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  148. this.ultraPanel1.ClientArea.SuspendLayout();
  149. this.ultraPanel1.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  151. this.ultraGroupBox1.SuspendLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.cmbStorgeNo)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.chkStorge)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.checkssq)).BeginInit();
  158. this.SuspendLayout();
  159. //
  160. // ultraPanel1
  161. //
  162. //
  163. // ultraPanel1.ClientArea
  164. //
  165. this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox1);
  166. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  167. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  168. this.ultraPanel1.Name = "ultraPanel1";
  169. this.ultraPanel1.Size = new System.Drawing.Size(843, 53);
  170. this.ultraPanel1.TabIndex = 0;
  171. //
  172. // ultraGroupBox1
  173. //
  174. this.ultraGroupBox1.Controls.Add(this.checkssq);
  175. this.ultraGroupBox1.Controls.Add(this.chkGl);
  176. this.ultraGroupBox1.Controls.Add(this.cmbStorgeNo);
  177. this.ultraGroupBox1.Controls.Add(this.chkStorge);
  178. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  179. this.ultraGroupBox1.Controls.Add(this.endTime);
  180. this.ultraGroupBox1.Controls.Add(this.StatTime);
  181. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  182. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  184. this.ultraGroupBox1.Name = "ultraGroupBox1";
  185. this.ultraGroupBox1.Size = new System.Drawing.Size(843, 53);
  186. this.ultraGroupBox1.TabIndex = 0;
  187. this.ultraGroupBox1.Text = "查询条件区域";
  188. //
  189. // chkGl
  190. //
  191. this.chkGl.AutoSize = true;
  192. this.chkGl.Location = new System.Drawing.Point(624, 22);
  193. this.chkGl.Name = "chkGl";
  194. this.chkGl.Size = new System.Drawing.Size(72, 16);
  195. this.chkGl.TabIndex = 919;
  196. this.chkGl.Text = "0支非0吨";
  197. this.chkGl.UseVisualStyleBackColor = true;
  198. this.chkGl.CheckedChanged += new System.EventHandler(this.chkGl_CheckedChanged);
  199. //
  200. // cmbStorgeNo
  201. //
  202. this.cmbStorgeNo.Enabled = false;
  203. this.cmbStorgeNo.Location = new System.Drawing.Point(460, 20);
  204. this.cmbStorgeNo.Name = "cmbStorgeNo";
  205. this.cmbStorgeNo.Size = new System.Drawing.Size(144, 21);
  206. this.cmbStorgeNo.TabIndex = 918;
  207. this.cmbStorgeNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbStorgeNo_KeyDown);
  208. //
  209. // chkStorge
  210. //
  211. this.chkStorge.AutoSize = true;
  212. this.chkStorge.Location = new System.Drawing.Point(386, 21);
  213. this.chkStorge.Name = "chkStorge";
  214. this.chkStorge.Size = new System.Drawing.Size(71, 19);
  215. this.chkStorge.TabIndex = 917;
  216. this.chkStorge.Text = "仓库名称";
  217. this.chkStorge.CheckedChanged += new System.EventHandler(this.chkStorge_CheckedChanged);
  218. //
  219. // ultraLabel2
  220. //
  221. this.ultraLabel2.Location = new System.Drawing.Point(11, 21);
  222. this.ultraLabel2.Name = "ultraLabel2";
  223. this.ultraLabel2.Size = new System.Drawing.Size(34, 19);
  224. this.ultraLabel2.TabIndex = 916;
  225. this.ultraLabel2.Text = "日期";
  226. //
  227. // endTime
  228. //
  229. this.endTime.CustomFormat = "yyyy-MM-dd";
  230. this.endTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  231. this.endTime.Location = new System.Drawing.Point(216, 20);
  232. this.endTime.Name = "endTime";
  233. this.endTime.Size = new System.Drawing.Size(144, 21);
  234. this.endTime.TabIndex = 915;
  235. //
  236. // StatTime
  237. //
  238. this.StatTime.CustomFormat = "yyyy-MM";
  239. this.StatTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  240. this.StatTime.Location = new System.Drawing.Point(51, 20);
  241. this.StatTime.Name = "StatTime";
  242. this.StatTime.Size = new System.Drawing.Size(144, 21);
  243. this.StatTime.TabIndex = 914;
  244. //
  245. // ultraLabel1
  246. //
  247. this.ultraLabel1.Location = new System.Drawing.Point(197, 21);
  248. this.ultraLabel1.Name = "ultraLabel1";
  249. this.ultraLabel1.Size = new System.Drawing.Size(21, 19);
  250. this.ultraLabel1.TabIndex = 913;
  251. this.ultraLabel1.Text = "--";
  252. //
  253. // ultraGrid1
  254. //
  255. this.ultraGrid1.DataSource = this.dataSet1;
  256. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  257. appearance1.TextHAlignAsString = "Right";
  258. ultraGridColumn1.CellAppearance = appearance1;
  259. ultraGridColumn1.Header.VisiblePosition = 0;
  260. ultraGridColumn1.MaskInput = "{LOC}-nnn,nnn.nnn";
  261. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
  262. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  263. ultraGridColumn1.RowLayoutColumnInfo.ParentGroupIndex = 2;
  264. ultraGridColumn1.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
  265. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  266. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  267. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  268. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  269. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  270. appearance2.TextHAlignAsString = "Right";
  271. ultraGridColumn2.CellAppearance = appearance2;
  272. ultraGridColumn2.Header.VisiblePosition = 1;
  273. ultraGridColumn2.MaskInput = "{LOC}-nnn,nnn.nnn";
  274. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  275. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  276. ultraGridColumn2.RowLayoutColumnInfo.ParentGroupIndex = 0;
  277. ultraGridColumn2.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  278. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  279. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(60, 22);
  280. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  281. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  282. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  283. appearance3.TextHAlignAsString = "Right";
  284. ultraGridColumn3.CellAppearance = appearance3;
  285. ultraGridColumn3.Header.VisiblePosition = 2;
  286. ultraGridColumn3.MaskInput = "{LOC}-nnn,nnn.nnn";
  287. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  288. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  289. ultraGridColumn3.RowLayoutColumnInfo.ParentGroupIndex = 0;
  290. ultraGridColumn3.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  291. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  292. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(60, 22);
  293. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  294. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  295. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  296. appearance4.TextHAlignAsString = "Right";
  297. ultraGridColumn4.CellAppearance = appearance4;
  298. ultraGridColumn4.Header.VisiblePosition = 3;
  299. ultraGridColumn4.MaskInput = "{LOC}-nnn,nnn.nnn";
  300. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 1;
  301. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  302. ultraGridColumn4.RowLayoutColumnInfo.ParentGroupIndex = 1;
  303. ultraGridColumn4.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  304. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  305. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(60, 22);
  306. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  307. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  308. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  309. appearance5.TextHAlignAsString = "Right";
  310. ultraGridColumn5.CellAppearance = appearance5;
  311. ultraGridColumn5.Header.VisiblePosition = 4;
  312. ultraGridColumn5.MaskInput = "{LOC}-nnn,nnn.nnn";
  313. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 3;
  314. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  315. ultraGridColumn5.RowLayoutColumnInfo.ParentGroupIndex = 1;
  316. ultraGridColumn5.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  317. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  318. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(60, 22);
  319. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  320. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  321. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  322. appearance6.TextHAlignAsString = "Right";
  323. ultraGridColumn6.CellAppearance = appearance6;
  324. ultraGridColumn6.Header.VisiblePosition = 5;
  325. ultraGridColumn6.MaskInput = "{LOC}-nnn,nnn.nnn";
  326. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 1;
  327. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  328. ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 3;
  329. ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
  330. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  331. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  332. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  333. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  334. appearance7.TextHAlignAsString = "Right";
  335. ultraGridColumn7.CellAppearance = appearance7;
  336. ultraGridColumn7.Header.VisiblePosition = 6;
  337. ultraGridColumn7.MaskInput = "{LOC}-nnn,nnn.nnn";
  338. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 20;
  339. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  340. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(67, 0);
  341. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  342. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  343. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  344. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  345. ultraGridColumn8.Header.VisiblePosition = 7;
  346. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 4;
  347. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  348. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 16);
  349. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  350. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  351. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  352. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  353. ultraGridColumn9.Header.VisiblePosition = 8;
  354. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 6;
  355. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  356. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
  357. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  358. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  359. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  360. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  361. ultraGridColumn10.Header.VisiblePosition = 9;
  362. ultraGridColumn10.Hidden = true;
  363. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
  364. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  365. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
  366. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  367. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  368. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  369. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  370. appearance8.TextHAlignAsString = "Right";
  371. ultraGridColumn11.CellAppearance = appearance8;
  372. ultraGridColumn11.Header.VisiblePosition = 10;
  373. ultraGridColumn11.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  374. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 0;
  375. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  376. ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 3;
  377. ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
  378. ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(70, 22);
  379. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  380. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  381. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  382. appearance9.TextHAlignAsString = "Right";
  383. ultraGridColumn12.CellAppearance = appearance9;
  384. ultraGridColumn12.Header.VisiblePosition = 11;
  385. ultraGridColumn12.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  386. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 0;
  387. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  388. ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 0;
  389. ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  390. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  391. ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  392. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
  393. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
  394. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  395. appearance10.TextHAlignAsString = "Right";
  396. ultraGridColumn13.CellAppearance = appearance10;
  397. ultraGridColumn13.Header.VisiblePosition = 12;
  398. ultraGridColumn13.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  399. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 2;
  400. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  401. ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 0;
  402. ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  403. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  404. ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  405. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  406. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  407. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  408. appearance11.TextHAlignAsString = "Right";
  409. ultraGridColumn14.CellAppearance = appearance11;
  410. ultraGridColumn14.Header.VisiblePosition = 13;
  411. ultraGridColumn14.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  412. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 0;
  413. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  414. ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 2;
  415. ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
  416. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  417. ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  418. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  419. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  420. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  421. appearance12.TextHAlignAsString = "Right";
  422. ultraGridColumn15.CellAppearance = appearance12;
  423. ultraGridColumn15.Header.VisiblePosition = 14;
  424. ultraGridColumn15.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  425. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 0;
  426. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  427. ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 1;
  428. ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  429. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  430. ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  431. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  432. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  433. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  434. appearance13.TextHAlignAsString = "Right";
  435. ultraGridColumn16.CellAppearance = appearance13;
  436. ultraGridColumn16.Header.VisiblePosition = 15;
  437. ultraGridColumn16.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  438. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 2;
  439. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  440. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 1;
  441. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  442. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  443. ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  444. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  445. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  446. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  447. appearance14.TextHAlignAsString = "Right";
  448. ultraGridColumn17.CellAppearance = appearance14;
  449. ultraGridColumn17.Header.VisiblePosition = 16;
  450. ultraGridColumn17.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  451. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 0;
  452. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  453. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 4;
  454. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
  455. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  456. ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  457. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  458. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
  459. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  460. appearance15.TextHAlignAsString = "Right";
  461. ultraGridColumn18.CellAppearance = appearance15;
  462. ultraGridColumn18.Header.VisiblePosition = 17;
  463. ultraGridColumn18.MaskInput = "{LOC}-nnn,nnn.nnn";
  464. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 1;
  465. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  466. ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 4;
  467. ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
  468. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  469. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  470. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
  471. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
  472. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  473. appearance16.TextHAlignAsString = "Right";
  474. ultraGridColumn19.CellAppearance = appearance16;
  475. ultraGridColumn19.Header.VisiblePosition = 18;
  476. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 0;
  477. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  478. ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 5;
  479. ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
  480. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  481. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  482. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  483. ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  484. appearance17.TextHAlignAsString = "Right";
  485. ultraGridColumn20.CellAppearance = appearance17;
  486. ultraGridColumn20.Header.VisiblePosition = 19;
  487. ultraGridColumn20.MaskInput = "{LOC}-nnn,nnn.nnn";
  488. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 2;
  489. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  490. ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 5;
  491. ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
  492. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  493. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  494. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  495. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  496. ultraGridColumn21.Header.VisiblePosition = 20;
  497. ultraGridColumn21.Hidden = true;
  498. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 2;
  499. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  500. ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(132, 0);
  501. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  502. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  503. ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  504. ultraGridColumn22.Header.VisiblePosition = 21;
  505. ultraGridColumn22.Hidden = true;
  506. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
  507. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  508. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  509. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  510. ultraGridBand1.Columns.AddRange(new object[] {
  511. ultraGridColumn1,
  512. ultraGridColumn2,
  513. ultraGridColumn3,
  514. ultraGridColumn4,
  515. ultraGridColumn5,
  516. ultraGridColumn6,
  517. ultraGridColumn7,
  518. ultraGridColumn8,
  519. ultraGridColumn9,
  520. ultraGridColumn10,
  521. ultraGridColumn11,
  522. ultraGridColumn12,
  523. ultraGridColumn13,
  524. ultraGridColumn14,
  525. ultraGridColumn15,
  526. ultraGridColumn16,
  527. ultraGridColumn17,
  528. ultraGridColumn18,
  529. ultraGridColumn19,
  530. ultraGridColumn20,
  531. ultraGridColumn21,
  532. ultraGridColumn22});
  533. ultraGridGroup1.Header.Caption = "入库数量";
  534. ultraGridGroup1.Key = "NewGroup0";
  535. ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
  536. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
  537. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  538. ultraGridGroup1.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  539. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 4;
  540. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 2;
  541. ultraGridGroup2.Header.Caption = "出库数量";
  542. ultraGridGroup2.Key = "NewGroup1";
  543. ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
  544. ultraGridGroup2.RowLayoutGroupInfo.OriginX = 16;
  545. ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
  546. ultraGridGroup2.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  547. ultraGridGroup2.RowLayoutGroupInfo.SpanX = 4;
  548. ultraGridGroup2.RowLayoutGroupInfo.SpanY = 2;
  549. ultraGridGroup3.Header.Caption = "期初库存";
  550. ultraGridGroup3.Key = "NewGroup2";
  551. ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
  552. ultraGridGroup3.RowLayoutGroupInfo.OriginX = 10;
  553. ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
  554. ultraGridGroup3.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  555. ultraGridGroup3.RowLayoutGroupInfo.SpanX = 2;
  556. ultraGridGroup3.RowLayoutGroupInfo.SpanY = 2;
  557. ultraGridGroup4.Header.Caption = "时点期末库存";
  558. ultraGridGroup4.Key = "NewGroup3";
  559. ultraGridGroup4.RowLayoutGroupInfo.LabelSpan = 1;
  560. ultraGridGroup4.RowLayoutGroupInfo.OriginX = 22;
  561. ultraGridGroup4.RowLayoutGroupInfo.OriginY = 0;
  562. ultraGridGroup4.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  563. ultraGridGroup4.RowLayoutGroupInfo.SpanX = 2;
  564. ultraGridGroup4.RowLayoutGroupInfo.SpanY = 2;
  565. ultraGridGroup5.Header.Caption = "实时期末库存";
  566. ultraGridGroup5.Key = "NewGroup4";
  567. ultraGridGroup5.RowLayoutGroupInfo.LabelSpan = 1;
  568. ultraGridGroup5.RowLayoutGroupInfo.OriginX = 24;
  569. ultraGridGroup5.RowLayoutGroupInfo.OriginY = 0;
  570. ultraGridGroup5.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  571. ultraGridGroup5.RowLayoutGroupInfo.SpanX = 2;
  572. ultraGridGroup5.RowLayoutGroupInfo.SpanY = 2;
  573. ultraGridGroup6.Header.Caption = "库存差值";
  574. ultraGridGroup6.Key = "NewGroup5";
  575. ultraGridGroup6.RowLayoutGroupInfo.LabelSpan = 1;
  576. ultraGridGroup6.RowLayoutGroupInfo.OriginX = 26;
  577. ultraGridGroup6.RowLayoutGroupInfo.OriginY = 0;
  578. ultraGridGroup6.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  579. ultraGridGroup6.RowLayoutGroupInfo.SpanX = 4;
  580. ultraGridGroup6.RowLayoutGroupInfo.SpanY = 3;
  581. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  582. ultraGridGroup1,
  583. ultraGridGroup2,
  584. ultraGridGroup3,
  585. ultraGridGroup4,
  586. ultraGridGroup5,
  587. ultraGridGroup6});
  588. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  589. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  590. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  591. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  592. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  593. rowLayoutColumnInfo1.OriginX = 10;
  594. rowLayoutColumnInfo1.OriginY = 0;
  595. rowLayoutColumnInfo1.PreferredCellSize = new System.Drawing.Size(71, 0);
  596. rowLayoutColumnInfo1.SpanX = 1;
  597. rowLayoutColumnInfo1.SpanY = 2;
  598. rowLayoutColumnInfo2.OriginX = 11;
  599. rowLayoutColumnInfo2.OriginY = 1;
  600. rowLayoutColumnInfo2.PreferredCellSize = new System.Drawing.Size(42, 0);
  601. rowLayoutColumnInfo2.SpanX = 1;
  602. rowLayoutColumnInfo2.SpanY = 1;
  603. rowLayoutColumnInfo3.OriginX = 12;
  604. rowLayoutColumnInfo3.OriginY = 1;
  605. rowLayoutColumnInfo3.PreferredCellSize = new System.Drawing.Size(37, 0);
  606. rowLayoutColumnInfo3.SpanX = 1;
  607. rowLayoutColumnInfo3.SpanY = 1;
  608. rowLayoutColumnInfo4.OriginX = 14;
  609. rowLayoutColumnInfo4.OriginY = 1;
  610. rowLayoutColumnInfo4.PreferredCellSize = new System.Drawing.Size(34, 0);
  611. rowLayoutColumnInfo4.SpanX = 1;
  612. rowLayoutColumnInfo4.SpanY = 1;
  613. rowLayoutColumnInfo5.OriginX = 15;
  614. rowLayoutColumnInfo5.OriginY = 1;
  615. rowLayoutColumnInfo5.PreferredCellSize = new System.Drawing.Size(37, 0);
  616. rowLayoutColumnInfo5.SpanX = 1;
  617. rowLayoutColumnInfo5.SpanY = 1;
  618. rowLayoutColumnInfo6.OriginX = 17;
  619. rowLayoutColumnInfo6.OriginY = 0;
  620. rowLayoutColumnInfo6.PreferredCellSize = new System.Drawing.Size(73, 0);
  621. rowLayoutColumnInfo6.SpanX = 1;
  622. rowLayoutColumnInfo6.SpanY = 2;
  623. rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
  624. rowLayoutColumnInfo1,
  625. rowLayoutColumnInfo2,
  626. rowLayoutColumnInfo3,
  627. rowLayoutColumnInfo4,
  628. rowLayoutColumnInfo5,
  629. rowLayoutColumnInfo6,
  630. rowLayoutColumnInfo7,
  631. rowLayoutColumnInfo8,
  632. rowLayoutColumnInfo9,
  633. rowLayoutColumnInfo10,
  634. rowLayoutColumnInfo11,
  635. rowLayoutColumnInfo12,
  636. rowLayoutColumnInfo13,
  637. rowLayoutColumnInfo14,
  638. rowLayoutColumnInfo15,
  639. rowLayoutColumnInfo16,
  640. rowLayoutColumnInfo17,
  641. rowLayoutColumnInfo18,
  642. rowLayoutColumnInfo19,
  643. rowLayoutColumnInfo20,
  644. rowLayoutColumnInfo21,
  645. rowLayoutColumnInfo22,
  646. rowLayoutColumnInfo23,
  647. rowLayoutColumnInfo24,
  648. rowLayoutColumnInfo25,
  649. rowLayoutColumnInfo26,
  650. rowLayoutColumnInfo27,
  651. rowLayoutColumnInfo28});
  652. rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  653. ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
  654. rowLayout1});
  655. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  656. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  657. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  658. appearance35.BackColor = System.Drawing.SystemColors.ActiveBorder;
  659. appearance35.BackColor2 = System.Drawing.SystemColors.ControlDark;
  660. appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  661. appearance35.BorderColor = System.Drawing.SystemColors.Window;
  662. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance35;
  663. appearance36.ForeColor = System.Drawing.SystemColors.GrayText;
  664. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance36;
  665. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  666. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  667. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "将需要分组的列拖到此区域";
  668. appearance37.BackColor = System.Drawing.SystemColors.ControlLightLight;
  669. appearance37.BackColor2 = System.Drawing.SystemColors.Control;
  670. appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  671. appearance37.ForeColor = System.Drawing.SystemColors.GrayText;
  672. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance37;
  673. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  674. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  675. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
  676. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Solid;
  677. appearance38.BackColor = System.Drawing.SystemColors.Window;
  678. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance38;
  679. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  680. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  681. appearance39.BackColor = System.Drawing.SystemColors.Control;
  682. appearance39.BackColor2 = System.Drawing.SystemColors.ControlDark;
  683. appearance39.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  684. appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  685. appearance39.BorderColor = System.Drawing.SystemColors.Window;
  686. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance39;
  687. appearance40.TextHAlignAsString = "Center";
  688. appearance40.TextVAlignAsString = "Middle";
  689. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance40;
  690. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  691. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  692. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  693. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  694. appearance41.TextVAlignAsString = "Middle";
  695. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance41;
  696. appearance42.TextVAlignAsString = "Middle";
  697. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance42;
  698. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  699. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  700. appearance43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  701. appearance43.ForeColor = System.Drawing.Color.DarkBlue;
  702. this.ultraGrid1.DisplayLayout.Override.SummaryFooterAppearance = appearance43;
  703. appearance44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  704. appearance44.ForeColor = System.Drawing.Color.DarkBlue;
  705. this.ultraGrid1.DisplayLayout.Override.SummaryValueAppearance = appearance44;
  706. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  707. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  708. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  709. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  710. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  711. this.ultraGrid1.Location = new System.Drawing.Point(0, 53);
  712. this.ultraGrid1.Name = "ultraGrid1";
  713. this.ultraGrid1.Size = new System.Drawing.Size(843, 364);
  714. this.ultraGrid1.TabIndex = 2;
  715. this.ultraGrid1.Text = "ultraGrid1";
  716. //
  717. // dataSet1
  718. //
  719. this.dataSet1.DataSetName = "NewDataSet";
  720. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  721. this.dataTable1});
  722. //
  723. // dataTable1
  724. //
  725. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  726. this.dataColumn4,
  727. this.dataColumn6,
  728. this.dataColumn7,
  729. this.dataColumn10,
  730. this.dataColumn11,
  731. this.dataColumn17,
  732. this.dataColumn20,
  733. this.dataColumn1,
  734. this.dataColumn2,
  735. this.dataColumn3,
  736. this.dataColumn5,
  737. this.dataColumn8,
  738. this.dataColumn9,
  739. this.dataColumn12,
  740. this.dataColumn13,
  741. this.dataColumn14,
  742. this.dataColumn15,
  743. this.dataColumn16,
  744. this.dataColumn18,
  745. this.dataColumn19,
  746. this.dataColumn21,
  747. this.dataColumn22});
  748. this.dataTable1.TableName = "Table1";
  749. //
  750. // dataColumn4
  751. //
  752. this.dataColumn4.Caption = "重量";
  753. this.dataColumn4.ColumnName = "ORIGINAL_AMOUNT";
  754. this.dataColumn4.DataType = typeof(decimal);
  755. //
  756. // dataColumn6
  757. //
  758. this.dataColumn6.Caption = "重量(日)";
  759. this.dataColumn6.ColumnName = "DAY_1";
  760. this.dataColumn6.DataType = typeof(decimal);
  761. //
  762. // dataColumn7
  763. //
  764. this.dataColumn7.Caption = "重量(月)";
  765. this.dataColumn7.ColumnName = "MONTH_1";
  766. this.dataColumn7.DataType = typeof(decimal);
  767. //
  768. // dataColumn10
  769. //
  770. this.dataColumn10.Caption = "重量(日)";
  771. this.dataColumn10.ColumnName = "DAY_2";
  772. this.dataColumn10.DataType = typeof(decimal);
  773. //
  774. // dataColumn11
  775. //
  776. this.dataColumn11.Caption = "重量(月)";
  777. this.dataColumn11.ColumnName = "MONTH_2";
  778. this.dataColumn11.DataType = typeof(decimal);
  779. //
  780. // dataColumn17
  781. //
  782. this.dataColumn17.Caption = "重量";
  783. this.dataColumn17.ColumnName = "END_AMOUNT";
  784. this.dataColumn17.DataType = typeof(decimal);
  785. //
  786. // dataColumn20
  787. //
  788. this.dataColumn20.Caption = "调差量";
  789. this.dataColumn20.ColumnName = "AWEIGHT";
  790. this.dataColumn20.DataType = typeof(decimal);
  791. //
  792. // dataColumn1
  793. //
  794. this.dataColumn1.Caption = "炉号";
  795. this.dataColumn1.ColumnName = "JUDGE_STOVE_NO";
  796. //
  797. // dataColumn2
  798. //
  799. this.dataColumn2.Caption = "批号";
  800. this.dataColumn2.ColumnName = "BATCH_NO";
  801. //
  802. // dataColumn3
  803. //
  804. this.dataColumn3.Caption = "组号";
  805. this.dataColumn3.ColumnName = "BATCH_GROUD_NO";
  806. //
  807. // dataColumn5
  808. //
  809. this.dataColumn5.Caption = "支";
  810. this.dataColumn5.ColumnName = "END_COUNT";
  811. this.dataColumn5.DataType = typeof(int);
  812. //
  813. // dataColumn8
  814. //
  815. this.dataColumn8.Caption = "支(日)";
  816. this.dataColumn8.ColumnName = "DAY_1COUNT";
  817. this.dataColumn8.DataType = typeof(int);
  818. //
  819. // dataColumn9
  820. //
  821. this.dataColumn9.Caption = "支(月)";
  822. this.dataColumn9.ColumnName = "MONTH_1COUNT";
  823. this.dataColumn9.DataType = typeof(int);
  824. //
  825. // dataColumn12
  826. //
  827. this.dataColumn12.Caption = "支";
  828. this.dataColumn12.ColumnName = "ORIGINAL_COUNT";
  829. this.dataColumn12.DataType = typeof(int);
  830. //
  831. // dataColumn13
  832. //
  833. this.dataColumn13.Caption = "支(日)";
  834. this.dataColumn13.ColumnName = "DAY_2COUNT";
  835. this.dataColumn13.DataType = typeof(int);
  836. //
  837. // dataColumn14
  838. //
  839. this.dataColumn14.Caption = "支(月)";
  840. this.dataColumn14.ColumnName = "MONTH_2COUNT";
  841. this.dataColumn14.DataType = typeof(int);
  842. //
  843. // dataColumn15
  844. //
  845. this.dataColumn15.Caption = "支";
  846. this.dataColumn15.ColumnName = "MATCOUNT";
  847. this.dataColumn15.DataType = typeof(int);
  848. //
  849. // dataColumn16
  850. //
  851. this.dataColumn16.Caption = "重量";
  852. this.dataColumn16.ColumnName = "MATWGT";
  853. this.dataColumn16.DataType = typeof(decimal);
  854. //
  855. // dataColumn18
  856. //
  857. this.dataColumn18.Caption = "支";
  858. this.dataColumn18.ColumnName = "QUANTITYCOUNT";
  859. this.dataColumn18.DataType = typeof(int);
  860. //
  861. // dataColumn19
  862. //
  863. this.dataColumn19.Caption = "重量";
  864. this.dataColumn19.ColumnName = "QUANTITYWGT";
  865. this.dataColumn19.DataType = typeof(decimal);
  866. //
  867. // dataColumn21
  868. //
  869. this.dataColumn21.Caption = "组织";
  870. this.dataColumn21.ColumnName = "BELONG_NAME";
  871. //
  872. // dataColumn22
  873. //
  874. this.dataColumn22.Caption = "组织代码";
  875. this.dataColumn22.ColumnName = "BELONG_CODE";
  876. //
  877. // checkssq
  878. //
  879. this.checkssq.AutoSize = true;
  880. this.checkssq.Location = new System.Drawing.Point(702, 21);
  881. this.checkssq.Name = "checkssq";
  882. this.checkssq.Size = new System.Drawing.Size(108, 19);
  883. this.checkssq.TabIndex = 923;
  884. this.checkssq.Text = "过滤所属权转移";
  885. //
  886. // rptStoveBatchStorage
  887. //
  888. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  889. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  890. this.ClientSize = new System.Drawing.Size(843, 417);
  891. this.Controls.Add(this.ultraGrid1);
  892. this.Controls.Add(this.ultraPanel1);
  893. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  894. this.Name = "rptStoveBatchStorage";
  895. this.Text = "炉批收发货库存信息";
  896. this.Load += new System.EventHandler(this.rptProductStorage_Load);
  897. this.ultraPanel1.ClientArea.ResumeLayout(false);
  898. this.ultraPanel1.ResumeLayout(false);
  899. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  900. this.ultraGroupBox1.ResumeLayout(false);
  901. this.ultraGroupBox1.PerformLayout();
  902. ((System.ComponentModel.ISupportInitialize)(this.cmbStorgeNo)).EndInit();
  903. ((System.ComponentModel.ISupportInitialize)(this.chkStorge)).EndInit();
  904. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  905. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  906. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  907. ((System.ComponentModel.ISupportInitialize)(this.checkssq)).EndInit();
  908. this.ResumeLayout(false);
  909. }
  910. #endregion
  911. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  912. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  913. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  914. private System.Windows.Forms.DateTimePicker endTime;
  915. private System.Windows.Forms.DateTimePicker StatTime;
  916. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  917. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStorgeNo;
  918. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkStorge;
  919. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  920. private System.Data.DataSet dataSet1;
  921. private System.Data.DataTable dataTable1;
  922. private System.Data.DataColumn dataColumn4;
  923. private System.Data.DataColumn dataColumn6;
  924. private System.Data.DataColumn dataColumn7;
  925. private System.Data.DataColumn dataColumn10;
  926. private System.Data.DataColumn dataColumn11;
  927. private System.Data.DataColumn dataColumn17;
  928. private System.Data.DataColumn dataColumn20;
  929. private System.Data.DataColumn dataColumn1;
  930. private System.Data.DataColumn dataColumn2;
  931. private System.Data.DataColumn dataColumn3;
  932. private System.Data.DataColumn dataColumn5;
  933. private System.Data.DataColumn dataColumn8;
  934. private System.Data.DataColumn dataColumn9;
  935. private System.Data.DataColumn dataColumn12;
  936. private System.Data.DataColumn dataColumn13;
  937. private System.Data.DataColumn dataColumn14;
  938. private System.Data.DataColumn dataColumn15;
  939. private System.Data.DataColumn dataColumn16;
  940. private System.Data.DataColumn dataColumn18;
  941. private System.Data.DataColumn dataColumn19;
  942. private System.Windows.Forms.CheckBox chkGl;
  943. private System.Data.DataColumn dataColumn21;
  944. private System.Data.DataColumn dataColumn22;
  945. private Infragistics.Win.UltraWinEditors.UltraCheckEditor checkssq;
  946. }
  947. }