namespace Lskj.PubBillAccraditation { partial class FrmAccraditation { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel2 = new System.Windows.Forms.Panel(); this.gcAttach = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.sh = new DevExpress.XtraGrid.Columns.GridColumn(); this.stepName = new DevExpress.XtraGrid.Columns.GridColumn(); this.operAdvice = new DevExpress.XtraGrid.Columns.GridColumn(); this.operTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.col_operatorName = new DevExpress.XtraGrid.Columns.GridColumn(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.txtRemark = new System.Windows.Forms.TextBox(); this.gbName = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.btnPrint = new DevExpress.XtraEditors.DropDownButton(); this.pMprint = new DevExpress.XtraBars.PopupMenu(); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnAtt = new DevExpress.XtraEditors.SimpleButton(); this.btnReturn = new DevExpress.XtraEditors.SimpleButton(); this.dpbTools = new DevExpress.XtraEditors.DropDownButton(); this.pMenu = new DevExpress.XtraBars.PopupMenu(); this.txtYj = new Lskj.MyControl.LabelComboxEx(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.txtCheckName = new Lskj.MyControl.LabelTextEx(); this.txtCheckDate = new Lskj.MyControl.LabelDateEx(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.plbillInfo = new System.Windows.Forms.Panel(); this.tabDetailMain = new DevExpress.XtraTab.XtraTabControl(); this.tabItem = new DevExpress.XtraTab.XtraTabPage(); this.panel7 = new System.Windows.Forms.Panel(); this.plRight = new System.Windows.Forms.Panel(); this.pl_right_center = new System.Windows.Forms.Panel(); this.gridBillInfo = new Lskj.MyControl.GridControlEx(); this.pl_right_main = new System.Windows.Forms.Panel(); this.txt_Billdocument_Id = new Lskj.MyControl.LabelTextEx(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcAttach)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pMprint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pMenu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.plbillInfo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabDetailMain)).BeginInit(); this.tabDetailMain.SuspendLayout(); this.panel7.SuspendLayout(); this.plRight.SuspendLayout(); this.pl_right_center.SuspendLayout(); this.pl_right_main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.Controls.Add(this.gcAttach); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.panel1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(249, 670); this.panel2.TabIndex = 1; // // gcAttach // this.gcAttach.Dock = System.Windows.Forms.DockStyle.Fill; this.gcAttach.Location = new System.Drawing.Point(0, 23); this.gcAttach.MainView = this.gridView1; this.gcAttach.Name = "gcAttach"; this.gcAttach.Size = new System.Drawing.Size(249, 358); this.gcAttach.TabIndex = 0; this.gcAttach.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridView1.Appearance.HeaderPanel.Options.UseFont = true; this.gridView1.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.sh, this.stepName, this.operAdvice, this.operTime, this.col_operatorName}); this.gridView1.GridControl = this.gcAttach; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click; this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle); // // sh // this.sh.Caption = "状态"; this.sh.FieldName = "sh"; this.sh.Name = "sh"; this.sh.Width = 58; // // stepName // this.stepName.Caption = "环节名称"; this.stepName.FieldName = "stepName"; this.stepName.Name = "stepName"; this.stepName.Visible = true; this.stepName.VisibleIndex = 0; this.stepName.Width = 121; // // operAdvice // this.operAdvice.Caption = "审核意见"; this.operAdvice.FieldName = "operAdvice"; this.operAdvice.Name = "operAdvice"; this.operAdvice.Visible = true; this.operAdvice.VisibleIndex = 1; this.operAdvice.Width = 84; // // operTime // this.operTime.Caption = "审核时间"; this.operTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.operTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.operTime.FieldName = "operTime"; this.operTime.Name = "operTime"; this.operTime.Visible = true; this.operTime.VisibleIndex = 3; this.operTime.Width = 87; // // col_operatorName // this.col_operatorName.Caption = "审核人"; this.col_operatorName.FieldName = "operatorName"; this.col_operatorName.Name = "col_operatorName"; this.col_operatorName.Visible = true; this.col_operatorName.VisibleIndex = 2; this.col_operatorName.Width = 92; // // label2 // this.label2.BackColor = System.Drawing.Color.Teal; this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(249, 23); this.label2.TabIndex = 2; this.label2.Text = "流转记录"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel1 // this.panel1.Controls.Add(this.txtRemark); this.panel1.Controls.Add(this.gbName); this.panel1.Controls.Add(this.panel4); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 381); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(249, 289); this.panel1.TabIndex = 1; // // txtRemark // this.txtRemark.Dock = System.Windows.Forms.DockStyle.Fill; this.txtRemark.Location = new System.Drawing.Point(0, 23); this.txtRemark.Multiline = true; this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(249, 119); this.txtRemark.TabIndex = 0; this.txtRemark.Text = "同意"; // // gbName // this.gbName.BackColor = System.Drawing.Color.Teal; this.gbName.Dock = System.Windows.Forms.DockStyle.Top; this.gbName.ForeColor = System.Drawing.Color.White; this.gbName.Location = new System.Drawing.Point(0, 0); this.gbName.Name = "gbName"; this.gbName.Size = new System.Drawing.Size(249, 23); this.gbName.TabIndex = 0; this.gbName.Text = "审核人员"; this.gbName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel4 // this.panel4.BackColor = System.Drawing.Color.White; this.panel4.Controls.Add(this.btnPrint); this.panel4.Controls.Add(this.btnSave); this.panel4.Controls.Add(this.btnAtt); this.panel4.Controls.Add(this.btnReturn); this.panel4.Controls.Add(this.dpbTools); this.panel4.Controls.Add(this.txtYj); this.panel4.Controls.Add(this.btnOk); this.panel4.Controls.Add(this.txtCheckName); this.panel4.Controls.Add(this.txtCheckDate); this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel4.Location = new System.Drawing.Point(0, 142); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(249, 147); this.panel4.TabIndex = 0; // // btnPrint // this.btnPrint.AllowFocus = false; this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnPrint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPrint.Appearance.Options.UseFont = true; this.btnPrint.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show; this.btnPrint.DropDownControl = this.pMprint; this.btnPrint.Location = new System.Drawing.Point(183, 6); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(58, 23); this.btnPrint.TabIndex = 12; this.btnPrint.Text = "打印"; // // pMprint // this.pMprint.Manager = this.barManager1; this.pMprint.Name = "pMprint"; // // barManager1 // this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.MaxItemId = 0; // // barDockControlTop // this.barDockControlTop.CausesValidation = true; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(1008, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = true; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 670); this.barDockControlBottom.Size = new System.Drawing.Size(1008, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = true; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Size = new System.Drawing.Size(0, 670); // // barDockControlRight // this.barDockControlRight.CausesValidation = true; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1008, 0); this.barDockControlRight.Size = new System.Drawing.Size(0, 670); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSave.Appearance.Options.UseFont = true; this.btnSave.Location = new System.Drawing.Point(183, 114); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(58, 23); this.btnSave.TabIndex = 11; this.btnSave.Text = "保存(&S)"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnAtt // this.btnAtt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnAtt.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAtt.Appearance.Options.UseFont = true; this.btnAtt.Location = new System.Drawing.Point(96, 115); this.btnAtt.Name = "btnAtt"; this.btnAtt.Size = new System.Drawing.Size(81, 23); this.btnAtt.TabIndex = 3; this.btnAtt.Text = "附件(&F)"; this.btnAtt.Click += new System.EventHandler(this.btnAtt_Click); // // btnReturn // this.btnReturn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnReturn.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnReturn.Appearance.Options.UseFont = true; this.btnReturn.Location = new System.Drawing.Point(183, 66); this.btnReturn.Name = "btnReturn"; this.btnReturn.Size = new System.Drawing.Size(58, 23); this.btnReturn.TabIndex = 9; this.btnReturn.Text = "返退(&N)"; this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click); // // dpbTools // this.dpbTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.dpbTools.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dpbTools.Appearance.Options.UseFont = true; this.dpbTools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show; this.dpbTools.DropDownControl = this.pMenu; this.dpbTools.Location = new System.Drawing.Point(15, 115); this.dpbTools.Name = "dpbTools"; this.dpbTools.Size = new System.Drawing.Size(75, 23); this.dpbTools.TabIndex = 10; this.dpbTools.Text = "常用工具"; this.dpbTools.Click += new System.EventHandler(this.dpbTools_Click); // // pMenu // this.pMenu.Manager = this.barManager1; this.pMenu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.SmallImagesText; this.pMenu.Name = "pMenu"; // // txtYj // this.txtYj.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtYj.DefaultString = null; this.txtYj.LabelText = "常用意见"; this.txtYj.Location = new System.Drawing.Point(2, 7); this.txtYj.Name = "txtYj"; this.txtYj.Size = new System.Drawing.Size(176, 21); this.txtYj.TabIndex = 2; this.txtYj.TipMsg = null; this.txtYj.UnionFields = null; this.txtYj.UnionValue = null; // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOk.Appearance.Options.UseFont = true; this.btnOk.Location = new System.Drawing.Point(183, 35); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(58, 23); this.btnOk.TabIndex = 8; this.btnOk.Text = "审核(&Y)"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // txtCheckName // this.txtCheckName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCheckName.DefaultString = null; this.txtCheckName.IsEmpt = false; this.txtCheckName.LabelText = "主管审核"; this.txtCheckName.Location = new System.Drawing.Point(2, 36); this.txtCheckName.Name = "txtCheckName"; this.txtCheckName.Size = new System.Drawing.Size(176, 21); this.txtCheckName.TabIndex = 6; this.txtCheckName.TipMsg = null; this.txtCheckName.UnionFields = null; this.txtCheckName.UnionValue = null; // // txtCheckDate // this.txtCheckDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCheckDate.DefaultString = null; this.txtCheckDate.FormatType = null; this.txtCheckDate.LabelText = "发生时间"; this.txtCheckDate.Location = new System.Drawing.Point(2, 67); this.txtCheckDate.Name = "txtCheckDate"; this.txtCheckDate.Size = new System.Drawing.Size(176, 21); this.txtCheckDate.TabIndex = 7; this.txtCheckDate.TipMsg = null; this.txtCheckDate.UnionFields = null; this.txtCheckDate.UnionValue = null; // // gridView2 // this.gridView2.Name = "gridView2"; // // plbillInfo // this.plbillInfo.Controls.Add(this.tabDetailMain); this.plbillInfo.Dock = System.Windows.Forms.DockStyle.Bottom; this.plbillInfo.Location = new System.Drawing.Point(0, 340); this.plbillInfo.Name = "plbillInfo"; this.plbillInfo.Size = new System.Drawing.Size(753, 330); this.plbillInfo.TabIndex = 2; // // tabDetailMain // this.tabDetailMain.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabDetailMain.Appearance.Options.UseFont = true; this.tabDetailMain.AppearancePage.Header.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabDetailMain.AppearancePage.Header.Options.UseFont = true; this.tabDetailMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabDetailMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue; this.tabDetailMain.AppearancePage.HeaderActive.Options.UseFont = true; this.tabDetailMain.AppearancePage.HeaderActive.Options.UseForeColor = true; this.tabDetailMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tabDetailMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tabDetailMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tabDetailMain.Location = new System.Drawing.Point(0, 0); this.tabDetailMain.LookAndFeel.SkinName = "Office 2013 Light Gray"; this.tabDetailMain.LookAndFeel.UseDefaultLookAndFeel = false; this.tabDetailMain.Name = "tabDetailMain"; this.tabDetailMain.SelectedTabPage = this.tabItem; this.tabDetailMain.Size = new System.Drawing.Size(753, 330); this.tabDetailMain.TabIndex = 0; this.tabDetailMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabItem}); // // tabItem // this.tabItem.Name = "tabItem"; this.tabItem.Size = new System.Drawing.Size(751, 306); this.tabItem.Text = "基本需要"; // // panel7 // this.panel7.BackColor = System.Drawing.Color.White; this.panel7.Controls.Add(this.plRight); this.panel7.Dock = System.Windows.Forms.DockStyle.Fill; this.panel7.Location = new System.Drawing.Point(0, 0); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(753, 670); this.panel7.TabIndex = 3; // // plRight // this.plRight.Controls.Add(this.pl_right_center); this.plRight.Dock = System.Windows.Forms.DockStyle.Fill; this.plRight.Location = new System.Drawing.Point(0, 0); this.plRight.Name = "plRight"; this.plRight.Size = new System.Drawing.Size(753, 670); this.plRight.TabIndex = 14; // // pl_right_center // this.pl_right_center.Controls.Add(this.gridBillInfo); this.pl_right_center.Controls.Add(this.pl_right_main); this.pl_right_center.Controls.Add(this.plbillInfo); this.pl_right_center.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_right_center.Location = new System.Drawing.Point(0, 0); this.pl_right_center.Name = "pl_right_center"; this.pl_right_center.Size = new System.Drawing.Size(753, 670); this.pl_right_center.TabIndex = 12; // // gridBillInfo // this.gridBillInfo.bomCaption = null; this.gridBillInfo.bomSql = null; this.gridBillInfo.ConstSql = null; this.gridBillInfo.detailEnableCond = null; this.gridBillInfo.detailEnableMsg = null; this.gridBillInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.gridBillInfo.loadBom = null; this.gridBillInfo.Location = new System.Drawing.Point(0, 61); this.gridBillInfo.ModuleKey = null; this.gridBillInfo.ModuleType = 0; this.gridBillInfo.Name = "gridBillInfo"; this.gridBillInfo.pnlMain = this.pl_right_main; this.gridBillInfo.RowColorCondtion = null; this.gridBillInfo.Size = new System.Drawing.Size(753, 279); this.gridBillInfo.SourceType = 0; this.gridBillInfo.Sql = null; this.gridBillInfo.sqlC = null; this.gridBillInfo.SumFieldsTable = null; this.gridBillInfo.TabIndex = 12; this.gridBillInfo.UnAllowEditChangeColor = true; // // pl_right_main // this.pl_right_main.BackColor = System.Drawing.Color.White; this.pl_right_main.Controls.Add(this.txt_Billdocument_Id); this.pl_right_main.Dock = System.Windows.Forms.DockStyle.Top; this.pl_right_main.Location = new System.Drawing.Point(0, 0); this.pl_right_main.Name = "pl_right_main"; this.pl_right_main.Size = new System.Drawing.Size(753, 61); this.pl_right_main.TabIndex = 11; // // txt_Billdocument_Id // this.txt_Billdocument_Id.DefaultString = null; this.txt_Billdocument_Id.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_Billdocument_Id.IsEmpt = false; this.txt_Billdocument_Id.LabelText = "单据号"; this.txt_Billdocument_Id.Location = new System.Drawing.Point(612, 3); this.txt_Billdocument_Id.Name = "txt_Billdocument_Id"; this.txt_Billdocument_Id.Size = new System.Drawing.Size(151, 21); this.txt_Billdocument_Id.TabIndex = 4; this.txt_Billdocument_Id.TipMsg = null; this.txt_Billdocument_Id.UnionFields = null; this.txt_Billdocument_Id.UnionValue = null; this.txt_Billdocument_Id.Visible = false; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.panel2); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(249, 670); this.panelControl1.TabIndex = 15; // // splitContainerControl1 // this.splitContainerControl1.Appearance.BackColor = System.Drawing.Color.White; this.splitContainerControl1.Appearance.Options.UseBackColor = true; this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.panel7); this.splitContainerControl1.Panel1.MinSize = 50; this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1); this.splitContainerControl1.Panel2.MinSize = 50; this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1008, 670); this.splitContainerControl1.SplitterPosition = 753; this.splitContainerControl1.TabIndex = 21; this.splitContainerControl1.Text = "splitContainerControl1"; // // FrmAccraditation // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1008, 670); this.Controls.Add(this.splitContainerControl1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003; this.Name = "FrmAccraditation"; this.Text = "审批详细"; this.SizeChanged += new System.EventHandler(this.FrmAccraditation_SizeChanged); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcAttach)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pMprint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pMenu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.plbillInfo.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabDetailMain)).EndInit(); this.tabDetailMain.ResumeLayout(false); this.panel7.ResumeLayout(false); this.plRight.ResumeLayout(false); this.pl_right_center.ResumeLayout(false); this.pl_right_main.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox txtRemark; private DevExpress.XtraGrid.GridControl gcAttach; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn operAdvice; private DevExpress.XtraGrid.Columns.GridColumn operTime; private DevExpress.XtraGrid.Columns.GridColumn col_operatorName; private DevExpress.XtraGrid.Columns.GridColumn stepName; private MyControl.LabelTextEx txtCheckName; private MyControl.LabelDateEx txtCheckDate; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private System.Windows.Forms.Panel plbillInfo; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.Panel plRight; private System.Windows.Forms.Panel pl_right_center; private DevExpress.XtraGrid.Columns.GridColumn sh; private System.Windows.Forms.Panel pl_right_main; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label gbName; private System.Windows.Forms.Label label2; private DevExpress.XtraTab.XtraTabControl tabDetailMain; private DevExpress.XtraTab.XtraTabPage tabItem; private MyControl.LabelComboxEx txtYj; private DevExpress.XtraEditors.SimpleButton btnAtt; private DevExpress.XtraEditors.DropDownButton dpbTools; private DevExpress.XtraBars.PopupMenu pMenu; private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private MyControl.LabelTextEx txt_Billdocument_Id; private System.Windows.Forms.Panel panel4; private DevExpress.XtraEditors.SimpleButton btnSave; private MyControl.GridControlEx gridBillInfo; private DevExpress.XtraEditors.SimpleButton btnReturn; private DevExpress.XtraEditors.DropDownButton btnPrint; private DevExpress.XtraBars.PopupMenu pMprint; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; } }