FrmRunTimeReport.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. namespace Core.StlMes.Client.YdmStuffReport
  2. {
  3. partial class FrmRunTimeReport
  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 appearance17 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MONTH_1");
  32. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MONTH_2");
  34. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("END_AMOUNT");
  36. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("END_COUNT");
  39. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MONTH_1COUNT");
  41. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORIGINAL_COUNT");
  43. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MONTH_2COUNT");
  45. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STOVE_NO");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL_NAME");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IS_DEALER");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BACK_FLAG");
  50. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 865481907);
  51. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 865481908);
  52. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 865481909);
  53. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 865481910);
  54. Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("9");
  55. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ORIGINAL_AMOUNT", -1, Infragistics.Win.DefaultableBoolean.False);
  56. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MONTH_1", -1, Infragistics.Win.DefaultableBoolean.False);
  57. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MONTH_2", -1, Infragistics.Win.DefaultableBoolean.False);
  58. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "END_AMOUNT", -1, Infragistics.Win.DefaultableBoolean.False);
  59. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "JUDGE_STOVE_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  60. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "END_COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  61. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MONTH_1COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  62. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ORIGINAL_COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  63. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MONTH_2COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
  64. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "STOVE_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  65. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MATERIAL_NAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  66. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "IS_DEALER", -1, Infragistics.Win.DefaultableBoolean.Default);
  67. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BACK_FLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
  68. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup0", -1, Infragistics.Win.DefaultableBoolean.Default);
  69. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup1", -1, Infragistics.Win.DefaultableBoolean.Default);
  70. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup2", -1, Infragistics.Win.DefaultableBoolean.Default);
  71. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup3", -1, Infragistics.Win.DefaultableBoolean.Default);
  72. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
  82. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  83. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  84. this.dataYearMoth = new System.Windows.Forms.DateTimePicker();
  85. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  86. this.dataSet1 = new System.Data.DataSet();
  87. this.dataTable1 = new System.Data.DataTable();
  88. this.dataColumn4 = new System.Data.DataColumn();
  89. this.dataColumn7 = new System.Data.DataColumn();
  90. this.dataColumn11 = new System.Data.DataColumn();
  91. this.dataColumn17 = new System.Data.DataColumn();
  92. this.dataColumn1 = new System.Data.DataColumn();
  93. this.dataColumn5 = new System.Data.DataColumn();
  94. this.dataColumn9 = new System.Data.DataColumn();
  95. this.dataColumn12 = new System.Data.DataColumn();
  96. this.dataColumn14 = new System.Data.DataColumn();
  97. this.dataColumn2 = new System.Data.DataColumn();
  98. this.dataColumn3 = new System.Data.DataColumn();
  99. this.dataColumn6 = new System.Data.DataColumn();
  100. this.dataColumn8 = new System.Data.DataColumn();
  101. this.ultraPanel1.ClientArea.SuspendLayout();
  102. this.ultraPanel1.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  106. this.SuspendLayout();
  107. //
  108. // ultraPanel1
  109. //
  110. //
  111. // ultraPanel1.ClientArea
  112. //
  113. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  114. this.ultraPanel1.ClientArea.Controls.Add(this.dataYearMoth);
  115. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  116. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  117. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
  118. this.ultraPanel1.Name = "ultraPanel1";
  119. this.ultraPanel1.Size = new System.Drawing.Size(1317, 50);
  120. this.ultraPanel1.TabIndex = 2;
  121. //
  122. // ultraLabel1
  123. //
  124. this.ultraLabel1.Location = new System.Drawing.Point(16, 15);
  125. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  126. this.ultraLabel1.Name = "ultraLabel1";
  127. this.ultraLabel1.Size = new System.Drawing.Size(77, 24);
  128. this.ultraLabel1.TabIndex = 954;
  129. this.ultraLabel1.Text = "结转年月";
  130. //
  131. // dataYearMoth
  132. //
  133. this.dataYearMoth.CustomFormat = "yyyy-MM";
  134. this.dataYearMoth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  135. this.dataYearMoth.Location = new System.Drawing.Point(101, 12);
  136. this.dataYearMoth.Margin = new System.Windows.Forms.Padding(4);
  137. this.dataYearMoth.Name = "dataYearMoth";
  138. this.dataYearMoth.Size = new System.Drawing.Size(131, 25);
  139. this.dataYearMoth.TabIndex = 953;
  140. //
  141. // ultraGrid1
  142. //
  143. this.ultraGrid1.DataMember = "Table1";
  144. this.ultraGrid1.DataSource = this.dataSet1;
  145. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  146. appearance17.TextHAlignAsString = "Right";
  147. ultraGridColumn1.CellAppearance = appearance17;
  148. ultraGridColumn1.Header.VisiblePosition = 0;
  149. ultraGridColumn1.MaskInput = "{LOC}-nnn,nnn.nnn";
  150. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
  151. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  152. ultraGridColumn1.RowLayoutColumnInfo.ParentGroupIndex = 2;
  153. ultraGridColumn1.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
  154. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  155. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  156. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  157. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  158. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  159. appearance18.TextHAlignAsString = "Right";
  160. ultraGridColumn2.CellAppearance = appearance18;
  161. ultraGridColumn2.Header.VisiblePosition = 1;
  162. ultraGridColumn2.MaskInput = "{LOC}-nnn,nnn.nnn";
  163. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 3;
  164. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  165. ultraGridColumn2.RowLayoutColumnInfo.ParentGroupIndex = 0;
  166. ultraGridColumn2.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  167. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  168. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(60, 22);
  169. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  170. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  171. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  172. appearance19.TextHAlignAsString = "Right";
  173. ultraGridColumn3.CellAppearance = appearance19;
  174. ultraGridColumn3.Header.VisiblePosition = 2;
  175. ultraGridColumn3.MaskInput = "{LOC}-nnn,nnn.nnn";
  176. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  177. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  178. ultraGridColumn3.RowLayoutColumnInfo.ParentGroupIndex = 1;
  179. ultraGridColumn3.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  180. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  181. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(60, 22);
  182. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  183. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  184. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  185. appearance20.TextHAlignAsString = "Right";
  186. ultraGridColumn4.CellAppearance = appearance20;
  187. ultraGridColumn4.Header.VisiblePosition = 3;
  188. ultraGridColumn4.MaskInput = "{LOC}-nnn,nnn.nnn";
  189. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 1;
  190. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  191. ultraGridColumn4.RowLayoutColumnInfo.ParentGroupIndex = 3;
  192. ultraGridColumn4.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
  193. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  194. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  195. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  196. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  197. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  198. ultraGridColumn5.Header.VisiblePosition = 4;
  199. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 2;
  200. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  201. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 16);
  202. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
  203. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  204. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  205. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  206. appearance21.TextHAlignAsString = "Right";
  207. ultraGridColumn6.CellAppearance = appearance21;
  208. ultraGridColumn6.Header.VisiblePosition = 5;
  209. ultraGridColumn6.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  210. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
  211. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  212. ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 3;
  213. ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
  214. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(70, 22);
  215. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  216. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  217. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  218. appearance22.TextHAlignAsString = "Right";
  219. ultraGridColumn7.CellAppearance = appearance22;
  220. ultraGridColumn7.Header.VisiblePosition = 6;
  221. ultraGridColumn7.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  222. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2;
  223. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  224. ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
  225. ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  226. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  227. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  228. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  229. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  230. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  231. appearance23.TextHAlignAsString = "Right";
  232. ultraGridColumn8.CellAppearance = appearance23;
  233. ultraGridColumn8.Header.VisiblePosition = 7;
  234. ultraGridColumn8.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  235. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  236. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  237. ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 2;
  238. ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
  239. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  240. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  241. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  242. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  243. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  244. appearance24.TextHAlignAsString = "Right";
  245. ultraGridColumn9.CellAppearance = appearance24;
  246. ultraGridColumn9.Header.VisiblePosition = 8;
  247. ultraGridColumn9.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  248. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 2;
  249. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  250. ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 1;
  251. ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  252. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  253. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  254. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  255. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  256. ultraGridColumn10.Header.VisiblePosition = 9;
  257. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
  258. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  259. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  260. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  261. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  262. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  263. ultraGridColumn11.Header.VisiblePosition = 10;
  264. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 8;
  265. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  266. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  267. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  268. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  269. ultraGridColumn12.Header.VisiblePosition = 11;
  270. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 4;
  271. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  272. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(123, 0);
  273. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  274. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  275. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  276. ultraGridColumn13.Header.VisiblePosition = 12;
  277. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 6;
  278. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  279. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  280. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  281. ultraGridBand1.Columns.AddRange(new object[] {
  282. ultraGridColumn1,
  283. ultraGridColumn2,
  284. ultraGridColumn3,
  285. ultraGridColumn4,
  286. ultraGridColumn5,
  287. ultraGridColumn6,
  288. ultraGridColumn7,
  289. ultraGridColumn8,
  290. ultraGridColumn9,
  291. ultraGridColumn10,
  292. ultraGridColumn11,
  293. ultraGridColumn12,
  294. ultraGridColumn13});
  295. ultraGridGroup1.Header.Caption = "入库数量";
  296. ultraGridGroup1.Key = "NewGroup0";
  297. ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
  298. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
  299. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  300. ultraGridGroup1.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  301. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 4;
  302. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 2;
  303. ultraGridGroup2.Header.Caption = "出库数量";
  304. ultraGridGroup2.Key = "NewGroup1";
  305. ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
  306. ultraGridGroup2.RowLayoutGroupInfo.OriginX = 16;
  307. ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
  308. ultraGridGroup2.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  309. ultraGridGroup2.RowLayoutGroupInfo.SpanX = 4;
  310. ultraGridGroup2.RowLayoutGroupInfo.SpanY = 2;
  311. ultraGridGroup3.Header.Caption = "月期初库存";
  312. ultraGridGroup3.Key = "NewGroup2";
  313. ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
  314. ultraGridGroup3.RowLayoutGroupInfo.OriginX = 10;
  315. ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
  316. ultraGridGroup3.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  317. ultraGridGroup3.RowLayoutGroupInfo.SpanX = 2;
  318. ultraGridGroup3.RowLayoutGroupInfo.SpanY = 2;
  319. ultraGridGroup4.Header.Caption = "月期末库存";
  320. ultraGridGroup4.Key = "NewGroup3";
  321. ultraGridGroup4.RowLayoutGroupInfo.LabelSpan = 1;
  322. ultraGridGroup4.RowLayoutGroupInfo.OriginX = 20;
  323. ultraGridGroup4.RowLayoutGroupInfo.OriginY = 0;
  324. ultraGridGroup4.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  325. ultraGridGroup4.RowLayoutGroupInfo.SpanX = 2;
  326. ultraGridGroup4.RowLayoutGroupInfo.SpanY = 2;
  327. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  328. ultraGridGroup1,
  329. ultraGridGroup2,
  330. ultraGridGroup3,
  331. ultraGridGroup4});
  332. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  333. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  334. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  335. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  336. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  337. rowLayoutColumnInfo1.OriginX = 10;
  338. rowLayoutColumnInfo1.OriginY = 0;
  339. rowLayoutColumnInfo1.PreferredCellSize = new System.Drawing.Size(71, 0);
  340. rowLayoutColumnInfo1.SpanX = 1;
  341. rowLayoutColumnInfo1.SpanY = 2;
  342. rowLayoutColumnInfo2.OriginX = 12;
  343. rowLayoutColumnInfo2.OriginY = 1;
  344. rowLayoutColumnInfo2.PreferredCellSize = new System.Drawing.Size(37, 0);
  345. rowLayoutColumnInfo2.SpanX = 1;
  346. rowLayoutColumnInfo2.SpanY = 1;
  347. rowLayoutColumnInfo3.OriginX = 15;
  348. rowLayoutColumnInfo3.OriginY = 1;
  349. rowLayoutColumnInfo3.PreferredCellSize = new System.Drawing.Size(37, 0);
  350. rowLayoutColumnInfo3.SpanX = 1;
  351. rowLayoutColumnInfo3.SpanY = 1;
  352. rowLayoutColumnInfo4.OriginX = 17;
  353. rowLayoutColumnInfo4.OriginY = 0;
  354. rowLayoutColumnInfo4.PreferredCellSize = new System.Drawing.Size(73, 0);
  355. rowLayoutColumnInfo4.SpanX = 1;
  356. rowLayoutColumnInfo4.SpanY = 2;
  357. rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
  358. rowLayoutColumnInfo1,
  359. rowLayoutColumnInfo2,
  360. rowLayoutColumnInfo3,
  361. rowLayoutColumnInfo4,
  362. rowLayoutColumnInfo5,
  363. rowLayoutColumnInfo6,
  364. rowLayoutColumnInfo7,
  365. rowLayoutColumnInfo8,
  366. rowLayoutColumnInfo9,
  367. rowLayoutColumnInfo10,
  368. rowLayoutColumnInfo11,
  369. rowLayoutColumnInfo12,
  370. rowLayoutColumnInfo13,
  371. rowLayoutColumnInfo14,
  372. rowLayoutColumnInfo15,
  373. rowLayoutColumnInfo16,
  374. rowLayoutColumnInfo17});
  375. rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  376. ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
  377. rowLayout1});
  378. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  379. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  380. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  381. appearance84.BackColor = System.Drawing.SystemColors.ActiveBorder;
  382. appearance84.BackColor2 = System.Drawing.SystemColors.ControlDark;
  383. appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  384. appearance84.BorderColor = System.Drawing.SystemColors.Window;
  385. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance84;
  386. appearance85.ForeColor = System.Drawing.SystemColors.GrayText;
  387. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance85;
  388. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  389. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  390. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "将需要分组的列拖到此区域";
  391. appearance86.BackColor = System.Drawing.SystemColors.ControlLightLight;
  392. appearance86.BackColor2 = System.Drawing.SystemColors.Control;
  393. appearance86.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  394. appearance86.ForeColor = System.Drawing.SystemColors.GrayText;
  395. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance86;
  396. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  397. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  398. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
  399. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Solid;
  400. appearance87.BackColor = System.Drawing.SystemColors.Window;
  401. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance87;
  402. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  403. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  404. appearance88.BackColor = System.Drawing.SystemColors.Control;
  405. appearance88.BackColor2 = System.Drawing.SystemColors.ControlDark;
  406. appearance88.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  407. appearance88.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  408. appearance88.BorderColor = System.Drawing.SystemColors.Window;
  409. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance88;
  410. appearance89.TextHAlignAsString = "Center";
  411. appearance89.TextVAlignAsString = "Middle";
  412. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance89;
  413. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  414. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  415. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  416. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  417. appearance90.TextVAlignAsString = "Middle";
  418. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance90;
  419. appearance91.TextVAlignAsString = "Middle";
  420. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance91;
  421. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  422. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  423. appearance92.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  424. appearance92.ForeColor = System.Drawing.Color.DarkBlue;
  425. this.ultraGrid1.DisplayLayout.Override.SummaryFooterAppearance = appearance92;
  426. appearance93.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  427. appearance93.ForeColor = System.Drawing.Color.DarkBlue;
  428. this.ultraGrid1.DisplayLayout.Override.SummaryValueAppearance = appearance93;
  429. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  430. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  431. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  432. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  433. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  434. this.ultraGrid1.Location = new System.Drawing.Point(0, 50);
  435. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  436. this.ultraGrid1.Name = "ultraGrid1";
  437. this.ultraGrid1.Size = new System.Drawing.Size(1317, 545);
  438. this.ultraGrid1.TabIndex = 922;
  439. this.ultraGrid1.Text = "ultraGrid1";
  440. //
  441. // dataSet1
  442. //
  443. this.dataSet1.DataSetName = "NewDataSet";
  444. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  445. this.dataTable1});
  446. //
  447. // dataTable1
  448. //
  449. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  450. this.dataColumn4,
  451. this.dataColumn7,
  452. this.dataColumn11,
  453. this.dataColumn17,
  454. this.dataColumn1,
  455. this.dataColumn5,
  456. this.dataColumn9,
  457. this.dataColumn12,
  458. this.dataColumn14,
  459. this.dataColumn2,
  460. this.dataColumn3,
  461. this.dataColumn6,
  462. this.dataColumn8});
  463. this.dataTable1.TableName = "Table1";
  464. //
  465. // dataColumn4
  466. //
  467. this.dataColumn4.Caption = "重量";
  468. this.dataColumn4.ColumnName = "ORIGINAL_AMOUNT";
  469. this.dataColumn4.DataType = typeof(decimal);
  470. //
  471. // dataColumn7
  472. //
  473. this.dataColumn7.Caption = "重量(月)";
  474. this.dataColumn7.ColumnName = "MONTH_1";
  475. this.dataColumn7.DataType = typeof(decimal);
  476. //
  477. // dataColumn11
  478. //
  479. this.dataColumn11.Caption = "重量(月)";
  480. this.dataColumn11.ColumnName = "MONTH_2";
  481. this.dataColumn11.DataType = typeof(decimal);
  482. //
  483. // dataColumn17
  484. //
  485. this.dataColumn17.Caption = "重量";
  486. this.dataColumn17.ColumnName = "END_AMOUNT";
  487. this.dataColumn17.DataType = typeof(decimal);
  488. //
  489. // dataColumn1
  490. //
  491. this.dataColumn1.Caption = "判定炉号";
  492. this.dataColumn1.ColumnName = "JUDGE_STOVE_NO";
  493. //
  494. // dataColumn5
  495. //
  496. this.dataColumn5.Caption = "支";
  497. this.dataColumn5.ColumnName = "END_COUNT";
  498. this.dataColumn5.DataType = typeof(int);
  499. //
  500. // dataColumn9
  501. //
  502. this.dataColumn9.Caption = "支(月)";
  503. this.dataColumn9.ColumnName = "MONTH_1COUNT";
  504. this.dataColumn9.DataType = typeof(int);
  505. //
  506. // dataColumn12
  507. //
  508. this.dataColumn12.Caption = "支";
  509. this.dataColumn12.ColumnName = "ORIGINAL_COUNT";
  510. this.dataColumn12.DataType = typeof(int);
  511. //
  512. // dataColumn14
  513. //
  514. this.dataColumn14.Caption = "支(月)";
  515. this.dataColumn14.ColumnName = "MONTH_2COUNT";
  516. this.dataColumn14.DataType = typeof(int);
  517. //
  518. // dataColumn2
  519. //
  520. this.dataColumn2.Caption = "熔炼炉号";
  521. this.dataColumn2.ColumnName = "STOVE_NO";
  522. //
  523. // dataColumn3
  524. //
  525. this.dataColumn3.Caption = "物料";
  526. this.dataColumn3.ColumnName = "MATERIAL_NAME";
  527. //
  528. // dataColumn6
  529. //
  530. this.dataColumn6.Caption = "坯料用途";
  531. this.dataColumn6.ColumnName = "IS_DEALER";
  532. //
  533. // dataColumn8
  534. //
  535. this.dataColumn8.Caption = "坯料类型";
  536. this.dataColumn8.ColumnName = "BACK_FLAG";
  537. //
  538. // FrmRunTimeReport
  539. //
  540. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  541. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  542. this.ClientSize = new System.Drawing.Size(1317, 595);
  543. this.Controls.Add(this.ultraGrid1);
  544. this.Controls.Add(this.ultraPanel1);
  545. this.Margin = new System.Windows.Forms.Padding(5);
  546. this.Name = "FrmRunTimeReport";
  547. this.Text = "运行年月收发存";
  548. this.Load += new System.EventHandler(this.FrmRunTimeReport_Load);
  549. this.ultraPanel1.ClientArea.ResumeLayout(false);
  550. this.ultraPanel1.ResumeLayout(false);
  551. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  552. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  553. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  554. this.ResumeLayout(false);
  555. }
  556. #endregion
  557. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  558. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  559. private System.Windows.Forms.DateTimePicker dataYearMoth;
  560. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  561. private System.Data.DataSet dataSet1;
  562. private System.Data.DataTable dataTable1;
  563. private System.Data.DataColumn dataColumn4;
  564. private System.Data.DataColumn dataColumn7;
  565. private System.Data.DataColumn dataColumn11;
  566. private System.Data.DataColumn dataColumn17;
  567. private System.Data.DataColumn dataColumn1;
  568. private System.Data.DataColumn dataColumn5;
  569. private System.Data.DataColumn dataColumn9;
  570. private System.Data.DataColumn dataColumn12;
  571. private System.Data.DataColumn dataColumn14;
  572. private System.Data.DataColumn dataColumn2;
  573. private System.Data.DataColumn dataColumn3;
  574. private System.Data.DataColumn dataColumn6;
  575. private System.Data.DataColumn dataColumn8;
  576. }
  577. }