namespace Lskj.Control { partial class AuditPanelEx2 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.labelcheck_finalAuditor = new Lskj.Control.LabelCheckAutoTextEdit(); this.labeldate_start = new Lskj.Control.LabelCheckDateEdit(); this.gridFlow = new Lskj.Control.GridControlEx(); this.labeltxt_dataFlag = new Lskj.Control.LabelTextEdit(); this.btnSearch = new DevExpress.XtraEditors.SimpleButton(); this.tabMain = new DevExpress.XtraTab.XtraTabControl(); this.tabpage_finish = new DevExpress.XtraTab.XtraTabPage(); this.gridFinish = new Lskj.Control.GridControlEx(); this.pl_top = new DevExpress.XtraEditors.PanelControl(); this.pl_top_searchCond = new DevExpress.XtraEditors.PanelControl(); this.labeldate_end = new Lskj.Control.LabelCheckDateEdit(); this.pl_top_right = new DevExpress.XtraEditors.PanelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.btnBack = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit(); this.tabMain.SuspendLayout(); this.tabpage_finish.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit(); this.pl_top.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_searchCond)).BeginInit(); this.pl_top_searchCond.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).BeginInit(); this.pl_top_right.SuspendLayout(); this.SuspendLayout(); // // labelcheck_finalAuditor // this.labelcheck_finalAuditor.BackColor = System.Drawing.Color.Transparent; this.labelcheck_finalAuditor.EditText = null; this.labelcheck_finalAuditor.FontSize = 0F; this.labelcheck_finalAuditor.LabelText = "终审人"; this.labelcheck_finalAuditor.Location = new System.Drawing.Point(419, 8); this.labelcheck_finalAuditor.Margin = new System.Windows.Forms.Padding(4); this.labelcheck_finalAuditor.Model = null; this.labelcheck_finalAuditor.Name = "labelcheck_finalAuditor"; this.labelcheck_finalAuditor.NullText = null; this.labelcheck_finalAuditor.ReadOnly = false; this.labelcheck_finalAuditor.Required = false; this.labelcheck_finalAuditor.Size = new System.Drawing.Size(180, 21); this.labelcheck_finalAuditor.TabIndex = 13; // // labeldate_start // this.labeldate_start.BackColor = System.Drawing.Color.Transparent; this.labeldate_start.EditText = null; this.labeldate_start.FontSize = 0F; this.labeldate_start.LabelText = "终审时间起"; this.labeldate_start.Location = new System.Drawing.Point(10, 8); this.labeldate_start.Margin = new System.Windows.Forms.Padding(4); this.labeldate_start.Model = null; this.labeldate_start.Name = "labeldate_start"; this.labeldate_start.NullText = null; this.labeldate_start.ReadOnly = false; this.labeldate_start.Required = false; this.labeldate_start.Size = new System.Drawing.Size(196, 21); this.labeldate_start.TabIndex = 11; // // gridFlow // this.gridFlow.AdapterObj = null; this.gridFlow.Dock = System.Windows.Forms.DockStyle.Bottom; this.gridFlow.Location = new System.Drawing.Point(0, 446); this.gridFlow.Margin = new System.Windows.Forms.Padding(4); this.gridFlow.Name = "gridFlow"; this.gridFlow.Size = new System.Drawing.Size(1045, 240); this.gridFlow.TabIndex = 18; // // labeltxt_dataFlag // this.labeltxt_dataFlag.BackColor = System.Drawing.Color.Transparent; this.labeltxt_dataFlag.EditText = ""; this.labeltxt_dataFlag.FontSize = 0F; this.labeltxt_dataFlag.LabelText = "数据标识号"; this.labeltxt_dataFlag.Location = new System.Drawing.Point(605, 8); this.labeltxt_dataFlag.Margin = new System.Windows.Forms.Padding(4); this.labeltxt_dataFlag.Model = null; this.labeltxt_dataFlag.Name = "labeltxt_dataFlag"; this.labeltxt_dataFlag.NullText = ""; this.labeltxt_dataFlag.ReadOnly = false; this.labeltxt_dataFlag.Required = false; this.labeltxt_dataFlag.Size = new System.Drawing.Size(164, 21); this.labeltxt_dataFlag.TabIndex = 10; // // btnSearch // this.btnSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSearch.Appearance.Options.UseFont = true; this.btnSearch.Location = new System.Drawing.Point(774, 5); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(72, 26); this.btnSearch.TabIndex = 6; this.btnSearch.Text = "搜索(&Q)"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // tabMain // this.tabMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tabMain.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom; this.tabMain.Location = new System.Drawing.Point(0, 0); this.tabMain.Name = "tabMain"; this.tabMain.SelectedTabPage = this.tabpage_finish; this.tabMain.Size = new System.Drawing.Size(1051, 715); this.tabMain.TabIndex = 20; this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabpage_finish}); // // tabpage_finish // this.tabpage_finish.Controls.Add(this.gridFinish); this.tabpage_finish.Controls.Add(this.gridFlow); this.tabpage_finish.Controls.Add(this.pl_top); this.tabpage_finish.Name = "tabpage_finish"; this.tabpage_finish.Size = new System.Drawing.Size(1045, 686); this.tabpage_finish.Text = "已完成单据"; // // gridFinish // this.gridFinish.AdapterObj = null; this.gridFinish.Dock = System.Windows.Forms.DockStyle.Fill; this.gridFinish.Location = new System.Drawing.Point(0, 39); this.gridFinish.Margin = new System.Windows.Forms.Padding(4); this.gridFinish.Name = "gridFinish"; this.gridFinish.Size = new System.Drawing.Size(1045, 407); this.gridFinish.TabIndex = 26; // // pl_top // this.pl_top.Controls.Add(this.pl_top_searchCond); this.pl_top.Controls.Add(this.pl_top_right); this.pl_top.Dock = System.Windows.Forms.DockStyle.Top; this.pl_top.Location = new System.Drawing.Point(0, 0); this.pl_top.Name = "pl_top"; this.pl_top.Size = new System.Drawing.Size(1045, 39); this.pl_top.TabIndex = 25; // // pl_top_searchCond // this.pl_top_searchCond.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_searchCond.Controls.Add(this.labeldate_start); this.pl_top_searchCond.Controls.Add(this.labelcheck_finalAuditor); this.pl_top_searchCond.Controls.Add(this.labeltxt_dataFlag); this.pl_top_searchCond.Controls.Add(this.btnSearch); this.pl_top_searchCond.Controls.Add(this.labeldate_end); this.pl_top_searchCond.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_top_searchCond.Location = new System.Drawing.Point(2, 2); this.pl_top_searchCond.Name = "pl_top_searchCond"; this.pl_top_searchCond.Size = new System.Drawing.Size(873, 35); this.pl_top_searchCond.TabIndex = 23; // // labeldate_end // this.labeldate_end.BackColor = System.Drawing.Color.Transparent; this.labeldate_end.EditText = null; this.labeldate_end.FontSize = 0F; this.labeldate_end.LabelText = "终审时间止"; this.labeldate_end.Location = new System.Drawing.Point(216, 8); this.labeldate_end.Margin = new System.Windows.Forms.Padding(4); this.labeldate_end.Model = null; this.labeldate_end.Name = "labeldate_end"; this.labeldate_end.NullText = null; this.labeldate_end.ReadOnly = false; this.labeldate_end.Required = false; this.labeldate_end.Size = new System.Drawing.Size(196, 21); this.labeldate_end.TabIndex = 12; // // pl_top_right // this.pl_top_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_right.Controls.Add(this.simpleButton1); this.pl_top_right.Controls.Add(this.btnBack); this.pl_top_right.Dock = System.Windows.Forms.DockStyle.Right; this.pl_top_right.Location = new System.Drawing.Point(875, 2); this.pl_top_right.Name = "pl_top_right"; this.pl_top_right.Size = new System.Drawing.Size(168, 35); this.pl_top_right.TabIndex = 24; // // simpleButton1 // this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Location = new System.Drawing.Point(84, 5); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(72, 26); this.simpleButton1.TabIndex = 9; this.simpleButton1.Text = "帮助文档"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // btnBack // this.btnBack.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBack.Appearance.Options.UseFont = true; this.btnBack.Location = new System.Drawing.Point(6, 5); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(72, 26); this.btnBack.TabIndex = 8; this.btnBack.Text = "返审(&W)"; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // AuditPanelEx2 // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.tabMain); this.Name = "AuditPanelEx2"; this.Size = new System.Drawing.Size(1051, 715); ((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit(); this.tabMain.ResumeLayout(false); this.tabpage_finish.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit(); this.pl_top.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top_searchCond)).EndInit(); this.pl_top_searchCond.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).EndInit(); this.pl_top_right.ResumeLayout(false); this.ResumeLayout(false); } #endregion private LabelCheckAutoTextEdit labelcheck_finalAuditor; private LabelCheckDateEdit labeldate_start; private GridControlEx gridFlow; private LabelTextEdit labeltxt_dataFlag; private DevExpress.XtraEditors.SimpleButton btnSearch; private DevExpress.XtraTab.XtraTabControl tabMain; private DevExpress.XtraTab.XtraTabPage tabpage_finish; private DevExpress.XtraEditors.SimpleButton btnBack; private DevExpress.XtraEditors.PanelControl pl_top_searchCond; private LabelCheckDateEdit labeldate_end; private DevExpress.XtraEditors.PanelControl pl_top; private DevExpress.XtraEditors.PanelControl pl_top_right; private GridControlEx gridFinish; private DevExpress.XtraEditors.SimpleButton simpleButton1; } }