FrmLeaderRpt.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. namespace Core.StlMes.Client.YdmPipeReport
  2. {
  3. partial class FrmLeaderRpt
  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("ACT_WEIGHT");
  30. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RUWGT");
  32. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CKWGT");
  34. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SWWGT");
  36. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XSWGT");
  38. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CWWGT");
  40. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BELONG_NAME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CWWGT2");
  43. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ADJUSTWGT");
  45. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  46. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  47. this.dtBathYear = new System.Windows.Forms.DateTimePicker();
  48. this.chkRegTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  49. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  50. this.dataSet1 = new System.Data.DataSet();
  51. this.dataTable1 = new System.Data.DataTable();
  52. this.dataColumn1 = new System.Data.DataColumn();
  53. this.dataColumn2 = new System.Data.DataColumn();
  54. this.dataColumn3 = new System.Data.DataColumn();
  55. this.dataColumn4 = new System.Data.DataColumn();
  56. this.dataColumn5 = new System.Data.DataColumn();
  57. this.dataColumn6 = new System.Data.DataColumn();
  58. this.dataColumn8 = new System.Data.DataColumn();
  59. this.dataColumn7 = new System.Data.DataColumn();
  60. this.dataColumn9 = new System.Data.DataColumn();
  61. this.ultraPanel1.ClientArea.SuspendLayout();
  62. this.ultraPanel1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.chkRegTime)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // ultraPanel1
  70. //
  71. //
  72. // ultraPanel1.ClientArea
  73. //
  74. this.ultraPanel1.ClientArea.Controls.Add(this.dtBathYear);
  75. this.ultraPanel1.ClientArea.Controls.Add(this.chkRegTime);
  76. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  78. this.ultraPanel1.Name = "ultraPanel1";
  79. this.ultraPanel1.Size = new System.Drawing.Size(861, 33);
  80. this.ultraPanel1.TabIndex = 6;
  81. //
  82. // dtBathYear
  83. //
  84. this.dtBathYear.CustomFormat = "yyyy-MM";
  85. this.dtBathYear.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  86. this.dtBathYear.Location = new System.Drawing.Point(100, 6);
  87. this.dtBathYear.Name = "dtBathYear";
  88. this.dtBathYear.Size = new System.Drawing.Size(124, 21);
  89. this.dtBathYear.TabIndex = 915;
  90. //
  91. // chkRegTime
  92. //
  93. this.chkRegTime.AutoSize = true;
  94. this.chkRegTime.Checked = true;
  95. this.chkRegTime.CheckState = System.Windows.Forms.CheckState.Checked;
  96. this.chkRegTime.Enabled = false;
  97. this.chkRegTime.Location = new System.Drawing.Point(23, 6);
  98. this.chkRegTime.Name = "chkRegTime";
  99. this.chkRegTime.Size = new System.Drawing.Size(71, 19);
  100. this.chkRegTime.TabIndex = 886;
  101. this.chkRegTime.Text = "结算年月";
  102. this.chkRegTime.CheckedChanged += new System.EventHandler(this.chkRegTime_CheckedChanged);
  103. //
  104. // ultraGrid1
  105. //
  106. this.ultraGrid1.DataMember = "Table1";
  107. this.ultraGrid1.DataSource = this.dataSet1;
  108. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  109. appearance23.TextHAlignAsString = "Right";
  110. ultraGridColumn1.CellAppearance = appearance23;
  111. ultraGridColumn1.Header.VisiblePosition = 0;
  112. ultraGridColumn1.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  113. ultraGridColumn1.MaskInput = "{LOC}-nn,nnn,nnn.nnn";
  114. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
  115. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  116. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
  117. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  118. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  119. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  120. appearance24.TextHAlignAsString = "Right";
  121. ultraGridColumn2.CellAppearance = appearance24;
  122. ultraGridColumn2.Header.VisiblePosition = 1;
  123. ultraGridColumn2.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  124. ultraGridColumn2.MaskInput = "{LOC}-nn,nnn,nnn.nnn";
  125. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  126. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  127. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(133, 0);
  128. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  129. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  130. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  131. appearance25.TextHAlignAsString = "Right";
  132. ultraGridColumn3.CellAppearance = appearance25;
  133. ultraGridColumn3.Header.VisiblePosition = 2;
  134. ultraGridColumn3.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  135. ultraGridColumn3.MaskInput = "{LOC}-nn,nnn,nnn.nnn";
  136. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  137. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  138. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(127, 0);
  139. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  140. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  141. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  142. appearance26.TextHAlignAsString = "Right";
  143. ultraGridColumn4.CellAppearance = appearance26;
  144. ultraGridColumn4.Header.VisiblePosition = 3;
  145. ultraGridColumn4.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  146. ultraGridColumn4.MaskInput = "{LOC}-nn,nnn,nnn.nnn";
  147. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  148. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  149. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(127, 0);
  150. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  151. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  152. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  153. appearance27.TextHAlignAsString = "Right";
  154. ultraGridColumn5.CellAppearance = appearance27;
  155. ultraGridColumn5.Header.VisiblePosition = 4;
  156. ultraGridColumn5.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  157. ultraGridColumn5.MaskInput = "{LOC}-nn,nnn,nnn.nnn";
  158. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 7;
  159. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  160. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(128, 0);
  161. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  162. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  163. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  164. appearance28.TextHAlignAsString = "Right";
  165. ultraGridColumn6.CellAppearance = appearance28;
  166. ultraGridColumn6.Header.VisiblePosition = 5;
  167. ultraGridColumn6.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  168. ultraGridColumn6.MaskInput = "{LOC}-nn,nnn,nnn.nnn";
  169. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 9;
  170. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  171. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(138, 0);
  172. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  173. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  174. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  175. ultraGridColumn7.Header.VisiblePosition = 6;
  176. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  177. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  178. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  179. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  180. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  181. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  182. appearance29.TextHAlignAsString = "Right";
  183. ultraGridColumn8.CellAppearance = appearance29;
  184. ultraGridColumn8.Header.VisiblePosition = 7;
  185. ultraGridColumn8.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  186. ultraGridColumn8.MaskInput = "{LOC}-nn,nnn,nnn.nnn";
  187. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 8;
  188. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  189. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(151, 0);
  190. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  191. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  192. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  193. appearance30.TextHAlignAsString = "Right";
  194. ultraGridColumn9.CellAppearance = appearance30;
  195. ultraGridColumn9.Header.VisiblePosition = 8;
  196. ultraGridColumn9.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  197. ultraGridColumn9.MaskInput = "{LOC}-nn,nnn,nnn.nnn";
  198. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 4;
  199. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  200. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(123, 0);
  201. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  202. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  203. ultraGridBand1.Columns.AddRange(new object[] {
  204. ultraGridColumn1,
  205. ultraGridColumn2,
  206. ultraGridColumn3,
  207. ultraGridColumn4,
  208. ultraGridColumn5,
  209. ultraGridColumn6,
  210. ultraGridColumn7,
  211. ultraGridColumn8,
  212. ultraGridColumn9});
  213. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  214. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  215. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.ultraGrid1.Location = new System.Drawing.Point(0, 33);
  218. this.ultraGrid1.Name = "ultraGrid1";
  219. this.ultraGrid1.Size = new System.Drawing.Size(861, 347);
  220. this.ultraGrid1.TabIndex = 7;
  221. this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
  222. //
  223. // dataSet1
  224. //
  225. this.dataSet1.DataSetName = "NewDataSet";
  226. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  227. this.dataTable1});
  228. //
  229. // dataTable1
  230. //
  231. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  232. this.dataColumn1,
  233. this.dataColumn2,
  234. this.dataColumn3,
  235. this.dataColumn4,
  236. this.dataColumn5,
  237. this.dataColumn6,
  238. this.dataColumn8,
  239. this.dataColumn7,
  240. this.dataColumn9});
  241. this.dataTable1.TableName = "Table1";
  242. //
  243. // dataColumn1
  244. //
  245. this.dataColumn1.Caption = "期初";
  246. this.dataColumn1.ColumnName = "ACT_WEIGHT";
  247. this.dataColumn1.DataType = typeof(double);
  248. //
  249. // dataColumn2
  250. //
  251. this.dataColumn2.Caption = "本月入库";
  252. this.dataColumn2.ColumnName = "RUWGT";
  253. this.dataColumn2.DataType = typeof(double);
  254. //
  255. // dataColumn3
  256. //
  257. this.dataColumn3.Caption = "本月出库";
  258. this.dataColumn3.ColumnName = "CKWGT";
  259. this.dataColumn3.DataType = typeof(double);
  260. //
  261. // dataColumn4
  262. //
  263. this.dataColumn4.Caption = "实物库存";
  264. this.dataColumn4.ColumnName = "SWWGT";
  265. this.dataColumn4.DataType = typeof(double);
  266. //
  267. // dataColumn5
  268. //
  269. this.dataColumn5.Caption = "销售账面库存";
  270. this.dataColumn5.ColumnName = "XSWGT";
  271. this.dataColumn5.DataType = typeof(double);
  272. //
  273. // dataColumn6
  274. //
  275. this.dataColumn6.Caption = "财务账面库存(末次)";
  276. this.dataColumn6.ColumnName = "CWWGT";
  277. this.dataColumn6.DataType = typeof(double);
  278. //
  279. // dataColumn8
  280. //
  281. this.dataColumn8.Caption = "销售组织";
  282. this.dataColumn8.ColumnName = "BELONG_NAME";
  283. //
  284. // dataColumn7
  285. //
  286. this.dataColumn7.Caption = "财务账面库存(首次)";
  287. this.dataColumn7.ColumnName = "CWWGT2";
  288. this.dataColumn7.DataType = typeof(double);
  289. //
  290. // dataColumn9
  291. //
  292. this.dataColumn9.Caption = "调差量";
  293. this.dataColumn9.ColumnName = "ADJUSTWGT";
  294. this.dataColumn9.DataType = typeof(double);
  295. //
  296. // FrmLeaderRpt
  297. //
  298. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  299. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  300. this.ClientSize = new System.Drawing.Size(861, 380);
  301. this.Controls.Add(this.ultraGrid1);
  302. this.Controls.Add(this.ultraPanel1);
  303. this.Name = "FrmLeaderRpt";
  304. this.Text = "领导报表";
  305. this.Load += new System.EventHandler(this.FrmLeaderRpt_Load);
  306. this.ultraPanel1.ClientArea.ResumeLayout(false);
  307. this.ultraPanel1.ClientArea.PerformLayout();
  308. this.ultraPanel1.ResumeLayout(false);
  309. ((System.ComponentModel.ISupportInitialize)(this.chkRegTime)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  313. this.ResumeLayout(false);
  314. }
  315. #endregion
  316. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  317. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkRegTime;
  318. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  319. private System.Data.DataSet dataSet1;
  320. private System.Data.DataTable dataTable1;
  321. private System.Data.DataColumn dataColumn1;
  322. private System.Data.DataColumn dataColumn2;
  323. private System.Data.DataColumn dataColumn3;
  324. private System.Data.DataColumn dataColumn4;
  325. private System.Data.DataColumn dataColumn5;
  326. private System.Data.DataColumn dataColumn6;
  327. private System.Data.DataColumn dataColumn8;
  328. private System.Windows.Forms.DateTimePicker dtBathYear;
  329. private System.Data.DataColumn dataColumn7;
  330. private System.Data.DataColumn dataColumn9;
  331. }
  332. }