Files
2026-07-10 15:25:05 +08:00

490 lines
26 KiB
C#

namespace Lskj.PubBillInfo
{
partial class FrmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
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.btn_Return = new DevExpress.XtraEditors.SimpleButton();
this.dropDownButton1 = new DevExpress.XtraEditors.DropDownButton();
this.pMprint = new DevExpress.XtraBars.PopupMenu(this.components);
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
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.btnAtt = new DevExpress.XtraEditors.SimpleButton();
this.dpbTools = new DevExpress.XtraEditors.DropDownButton();
this.pMenu = new DevExpress.XtraBars.PopupMenu(this.components);
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.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcAttach)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.panel1.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();
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.Right;
this.panel2.Location = new System.Drawing.Point(766, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(242, 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(242, 533);
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.ColumnAutoWidth = 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.OptionsColumn.AllowEdit = false;
this.sh.Visible = true;
this.sh.VisibleIndex = 0;
this.sh.Width = 62;
//
// stepName
//
this.stepName.Caption = "环节名称";
this.stepName.FieldName = "stepName";
this.stepName.Name = "stepName";
this.stepName.OptionsColumn.AllowEdit = false;
this.stepName.Visible = true;
this.stepName.VisibleIndex = 1;
this.stepName.Width = 79;
//
// operAdvice
//
this.operAdvice.Caption = "审核意见";
this.operAdvice.FieldName = "operAdvice";
this.operAdvice.Name = "operAdvice";
this.operAdvice.OptionsColumn.AllowEdit = false;
this.operAdvice.Visible = true;
this.operAdvice.VisibleIndex = 2;
this.operAdvice.Width = 95;
//
// 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.OptionsColumn.AllowEdit = false;
this.operTime.Visible = true;
this.operTime.VisibleIndex = 4;
this.operTime.Width = 72;
//
// col_operatorName
//
this.col_operatorName.Caption = "审核人";
this.col_operatorName.FieldName = "operatorName";
this.col_operatorName.Name = "col_operatorName";
this.col_operatorName.OptionsColumn.AllowEdit = false;
this.col_operatorName.Visible = true;
this.col_operatorName.VisibleIndex = 3;
this.col_operatorName.Width = 59;
//
// 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(242, 23);
this.label2.TabIndex = 2;
this.label2.Text = "流转记录";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel1
//
this.panel1.Controls.Add(this.btn_Return);
this.panel1.Controls.Add(this.dropDownButton1);
this.panel1.Controls.Add(this.btnAtt);
this.panel1.Controls.Add(this.dpbTools);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 556);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(242, 114);
this.panel1.TabIndex = 1;
//
// btn_Return
//
this.btn_Return.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Return.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_Return.Appearance.Options.UseFont = true;
this.btn_Return.Location = new System.Drawing.Point(10, 3);
this.btn_Return.Name = "btn_Return";
this.btn_Return.Size = new System.Drawing.Size(224, 23);
this.btn_Return.TabIndex = 4;
this.btn_Return.Text = "返审";
this.btn_Return.Visible = false;
this.btn_Return.Click += new System.EventHandler(this.btn_Return_Click);
//
// dropDownButton1
//
this.dropDownButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.dropDownButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dropDownButton1.Appearance.Options.UseFont = true;
this.dropDownButton1.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.dropDownButton1.DropDownControl = this.pMprint;
this.dropDownButton1.Location = new System.Drawing.Point(10, 59);
this.dropDownButton1.Name = "dropDownButton1";
this.dropDownButton1.Size = new System.Drawing.Size(224, 23);
this.dropDownButton1.TabIndex = 12;
this.dropDownButton1.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);
//
// 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(10, 87);
this.btnAtt.Name = "btnAtt";
this.btnAtt.Size = new System.Drawing.Size(224, 23);
this.btnAtt.TabIndex = 3;
this.btnAtt.Text = "附件";
this.btnAtt.Click += new System.EventHandler(this.btnAtt_Click);
//
// dpbTools
//
this.dpbTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
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(10, 31);
this.dpbTools.Name = "dpbTools";
this.dpbTools.Size = new System.Drawing.Size(224, 23);
this.dpbTools.TabIndex = 10;
this.dpbTools.Text = "常用工具";
this.dpbTools.Visible = false;
//
// pMenu
//
this.pMenu.Manager = this.barManager1;
this.pMenu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.SmallImagesText;
this.pMenu.Name = "pMenu";
//
// 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, 440);
this.plbillInfo.Name = "plbillInfo";
this.plbillInfo.Size = new System.Drawing.Size(766, 230);
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(766, 230);
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(764, 206);
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(766, 440);
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(766, 440);
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.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(766, 440);
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.Name = "gridBillInfo";
this.gridBillInfo.pnlMain = this.pl_right_main;
this.gridBillInfo.RowColorCondtion = null;
this.gridBillInfo.Size = new System.Drawing.Size(766, 379);
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.SystemColors.Control;
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(766, 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;
//
// FrmMain
//
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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.panel7);
this.Controls.Add(this.plbillInfo);
this.Controls.Add(this.panel2);
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 = "FrmMain";
this.Text = "审批详细";
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcAttach)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.panel1.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);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
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 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 label2;
private DevExpress.XtraTab.XtraTabControl tabDetailMain;
private DevExpress.XtraTab.XtraTabPage tabItem;
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 DevExpress.XtraBars.PopupMenu pMprint;
private DevExpress.XtraEditors.DropDownButton dropDownButton1;
private MyControl.GridControlEx gridBillInfo;
private DevExpress.XtraEditors.SimpleButton btn_Return;
}
}