锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

313 lines
18 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSDReport
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSDReport));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  31. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  33. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  34. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  35. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  39. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  40. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  42. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  43. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  44. this.groupControl1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  51. this.panelControl3.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // groupControl1
  55. //
  56. this.groupControl1.Controls.Add(this.grdDetail);
  57. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  59. this.groupControl1.Name = "groupControl1";
  60. this.groupControl1.Size = new System.Drawing.Size(970, 383);
  61. this.groupControl1.TabIndex = 14;
  62. this.groupControl1.Text = "详细信息";
  63. //
  64. // grdDetail
  65. //
  66. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  68. this.grdDetail.MainView = this.grvDetail;
  69. this.grdDetail.Name = "grdDetail";
  70. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  71. this.repDate});
  72. this.grdDetail.Size = new System.Drawing.Size(966, 359);
  73. this.grdDetail.TabIndex = 0;
  74. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  75. this.grvDetail,
  76. this.grvAdvDetail});
  77. //
  78. // grvDetail
  79. //
  80. this.grvDetail.GridControl = this.grdDetail;
  81. this.grvDetail.IndicatorWidth = 50;
  82. this.grvDetail.Name = "grvDetail";
  83. this.grvDetail.OptionsBehavior.Editable = false;
  84. this.grvDetail.OptionsBehavior.ReadOnly = true;
  85. this.grvDetail.OptionsPrint.AutoWidth = false;
  86. this.grvDetail.OptionsSelection.MultiSelect = true;
  87. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  88. this.grvDetail.OptionsView.ShowFooter = true;
  89. this.grvDetail.OptionsView.ShowGroupPanel = false;
  90. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  91. //
  92. // repDate
  93. //
  94. this.repDate.AutoHeight = false;
  95. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  96. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  97. this.repDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
  98. this.repDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  99. this.repDate.EditFormat.FormatString = "yyyy-MM-dd HH:mm";
  100. this.repDate.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  101. this.repDate.Mask.EditMask = "yyyy-MM-dd HH:mm";
  102. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  103. this.repDate.Name = "repDate";
  104. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  105. new DevExpress.XtraEditors.Controls.EditorButton()});
  106. //
  107. // grvAdvDetail
  108. //
  109. this.grvAdvDetail.GridControl = this.grdDetail;
  110. this.grvAdvDetail.Name = "grvAdvDetail";
  111. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  112. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  113. this.grvAdvDetail.OptionsView.ShowFooter = true;
  114. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  115. //
  116. // rptPage
  117. //
  118. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  119. this.rptPage.Appearance.Options.UseBackColor = true;
  120. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  121. this.rptPage.isInit = false;
  122. this.rptPage.Location = new System.Drawing.Point(0, 413);
  123. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  124. this.rptPage.Name = "rptPage";
  125. this.rptPage.PageIndex = 1;
  126. this.rptPage.PageSize = 10000;
  127. this.rptPage.RecordNum = 0;
  128. this.rptPage.Size = new System.Drawing.Size(970, 26);
  129. this.rptPage.TabIndex = 15;
  130. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  131. //
  132. // btnOutPut
  133. //
  134. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  135. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  136. this.btnOutPut.Appearance.Options.UseFont = true;
  137. this.btnOutPut.Appearance.Options.UseForeColor = true;
  138. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  139. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  140. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  141. this.btnOutPut.Location = new System.Drawing.Point(286, 0);
  142. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  143. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  144. this.btnOutPut.Name = "btnOutPut";
  145. this.btnOutPut.Size = new System.Drawing.Size(55, 30);
  146. this.btnOutPut.TabIndex = 2;
  147. this.btnOutPut.Text = "导出";
  148. this.btnOutPut.Click += new System.EventHandler(this.btnOutput_Click);
  149. //
  150. // btnConfig
  151. //
  152. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  153. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  154. this.btnConfig.Appearance.Options.UseFont = true;
  155. this.btnConfig.Appearance.Options.UseForeColor = true;
  156. this.btnConfig.Appearance.Options.UseTextOptions = true;
  157. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  158. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  159. this.btnConfig.Location = new System.Drawing.Point(134, 0);
  160. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  161. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  162. this.btnConfig.Name = "btnConfig";
  163. this.btnConfig.Size = new System.Drawing.Size(95, 30);
  164. this.btnConfig.TabIndex = 4;
  165. this.btnConfig.Text = "数据源设置";
  166. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  167. //
  168. // btnExit
  169. //
  170. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  171. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  172. this.btnExit.Appearance.Options.UseFont = true;
  173. this.btnExit.Appearance.Options.UseForeColor = true;
  174. this.btnExit.Appearance.Options.UseTextOptions = true;
  175. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  176. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  177. this.btnExit.Location = new System.Drawing.Point(341, 0);
  178. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  179. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  180. this.btnExit.Name = "btnExit";
  181. this.btnExit.Size = new System.Drawing.Size(57, 30);
  182. this.btnExit.TabIndex = 10;
  183. this.btnExit.Text = "退出";
  184. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  185. //
  186. // btnFilter
  187. //
  188. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  189. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  190. this.btnFilter.Appearance.Options.UseFont = true;
  191. this.btnFilter.Appearance.Options.UseForeColor = true;
  192. this.btnFilter.Appearance.Options.UseTextOptions = true;
  193. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  194. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  195. this.btnFilter.Location = new System.Drawing.Point(69, 0);
  196. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  197. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  198. this.btnFilter.Name = "btnFilter";
  199. this.btnFilter.Size = new System.Drawing.Size(65, 30);
  200. this.btnFilter.TabIndex = 11;
  201. this.btnFilter.Text = "过滤";
  202. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  203. //
  204. // panelControl3
  205. //
  206. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  207. this.panelControl3.Appearance.Options.UseBackColor = true;
  208. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  209. this.panelControl3.Controls.Add(this.btnFalsh);
  210. this.panelControl3.Controls.Add(this.btnClose);
  211. this.panelControl3.Controls.Add(this.btnFilter);
  212. this.panelControl3.Controls.Add(this.btnExit);
  213. this.panelControl3.Controls.Add(this.btnConfig);
  214. this.panelControl3.Controls.Add(this.btnOutPut);
  215. this.panelControl3.Controls.Add(this.lblTitle);
  216. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  217. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  218. this.panelControl3.Name = "panelControl3";
  219. this.panelControl3.Size = new System.Drawing.Size(970, 30);
  220. this.panelControl3.TabIndex = 13;
  221. //
  222. // btnFalsh
  223. //
  224. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  225. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  226. this.btnFalsh.Appearance.Options.UseFont = true;
  227. this.btnFalsh.Appearance.Options.UseForeColor = true;
  228. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  229. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  230. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  231. this.btnFalsh.Location = new System.Drawing.Point(228, 0);
  232. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  233. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  234. this.btnFalsh.Name = "btnFalsh";
  235. this.btnFalsh.Size = new System.Drawing.Size(58, 30);
  236. this.btnFalsh.TabIndex = 24;
  237. this.btnFalsh.Text = "刷新";
  238. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  239. //
  240. // btnClose
  241. //
  242. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  243. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  244. this.btnClose.Appearance.Options.UseFont = true;
  245. this.btnClose.Appearance.Options.UseForeColor = true;
  246. this.btnClose.Appearance.Options.UseTextOptions = true;
  247. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  248. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  249. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  250. this.btnClose.Location = new System.Drawing.Point(944, 0);
  251. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  252. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  253. this.btnClose.Name = "btnClose";
  254. this.btnClose.Size = new System.Drawing.Size(26, 30);
  255. this.btnClose.TabIndex = 14;
  256. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  257. //
  258. // lblTitle
  259. //
  260. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  261. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  262. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  263. this.lblTitle.Location = new System.Drawing.Point(7, 4);
  264. this.lblTitle.Name = "lblTitle";
  265. this.lblTitle.Size = new System.Drawing.Size(66, 23);
  266. this.lblTitle.TabIndex = 19;
  267. this.lblTitle.Text = "报表";
  268. //
  269. // FormICSDReport
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.ClientSize = new System.Drawing.Size(970, 439);
  274. this.Controls.Add(this.groupControl1);
  275. this.Controls.Add(this.rptPage);
  276. this.Controls.Add(this.panelControl3);
  277. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  278. this.Name = "FormICSDReport";
  279. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  280. this.Load += new System.EventHandler(this.FormICSStorage_Load_1);
  281. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  282. this.groupControl1.ResumeLayout(false);
  283. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  289. this.panelControl3.ResumeLayout(false);
  290. this.ResumeLayout(false);
  291. }
  292. #endregion
  293. private DevExpress.XtraEditors.GroupControl groupControl1;
  294. private DevExpress.XtraGrid.GridControl grdDetail;
  295. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  296. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  297. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  298. private DevExpress.XtraEditors.SimpleButton btnConfig;
  299. private DevExpress.XtraEditors.SimpleButton btnExit;
  300. private DevExpress.XtraEditors.SimpleButton btnFilter;
  301. private DevExpress.XtraEditors.PanelControl panelControl3;
  302. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  303. private DevExpress.XtraEditors.SimpleButton btnClose;
  304. private DevExpress.XtraEditors.LabelControl lblTitle;
  305. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  306. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  307. }
  308. }