Files
lserp_cs_6.0/插件库/Lskj.Control/ModuleGridEx.Designer.cs
T

604 lines
33 KiB
C#

namespace Lskj.Control
{
partial class ModuleGridEx
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing)
{
ReleaseResourcesForDispose();
Lskj.Control.Model.PrintUtil.OnAfterPrint -=
new System.EventHandler(OnReportPrintAfter);
if (components != null)
{
components.Dispose();
}
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.pm_print = 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.pm_oper = new DevExpress.XtraBars.PopupMenu(this.components);
this.pm_common = new DevExpress.XtraBars.PopupMenu(this.components);
this.grouptip = new System.Windows.Forms.GroupBox();
this.TipsPanel = new System.Windows.Forms.Panel();
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.gcMain = new Lskj.Control.GridControlEx();
this.pl_top = new DevExpress.XtraEditors.PanelControl();
this.pl_top_right = new DevExpress.XtraEditors.PanelControl();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.btnAttach = new DevExpress.XtraEditors.SimpleButton();
this.btnHelp = new DevExpress.XtraEditors.SimpleButton();
this.ddbPrint = new DevExpress.XtraEditors.DropDownButton();
this.ddbOper = new DevExpress.XtraEditors.DropDownButton();
this.pl_top_search = new DevExpress.XtraEditors.PanelControl();
this.pl_top_fix_search = new DevExpress.XtraEditors.PanelControl();
this.cbField = new System.Windows.Forms.ComboBox();
this.btnFixSearch = new DevExpress.XtraEditors.SimpleButton();
this.txtFixKey = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.pl_top_RightMenus = new DevExpress.XtraEditors.PanelControl();
this.pl_SweepCode = new DevExpress.XtraEditors.PanelControl();
this.label2 = new System.Windows.Forms.Label();
this.txt_SweepCode = new DevExpress.XtraEditors.TextEdit();
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
this.dpbTools = new DevExpress.XtraEditors.DropDownButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
this.btnImport = new DevExpress.XtraEditors.SimpleButton();
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.pm_print)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pm_common)).BeginInit();
this.grouptip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
this.scc_container.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
this.pl_top.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).BeginInit();
this.pl_top_right.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).BeginInit();
this.pl_top_search.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).BeginInit();
this.pl_top_fix_search.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_RightMenus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_SweepCode)).BeginInit();
this.pl_SweepCode.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_SweepCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
this.pl_buttom.SuspendLayout();
this.SuspendLayout();
//
// pm_print
//
this.pm_print.Manager = this.barManager1;
this.pm_print.Name = "pm_print";
//
// 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 = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Size = new System.Drawing.Size(1433, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 898);
this.barDockControlBottom.Size = new System.Drawing.Size(1433, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
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, 898);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1433, 0);
this.barDockControlRight.Size = new System.Drawing.Size(0, 898);
//
// pm_oper
//
this.pm_oper.Manager = this.barManager1;
this.pm_oper.Name = "pm_oper";
//
// pm_common
//
this.pm_common.Manager = this.barManager1;
this.pm_common.Name = "pm_common";
//
// grouptip
//
this.grouptip.Controls.Add(this.TipsPanel);
this.grouptip.Dock = System.Windows.Forms.DockStyle.Fill;
this.grouptip.Location = new System.Drawing.Point(0, 0);
this.grouptip.Name = "grouptip";
this.grouptip.Size = new System.Drawing.Size(0, 0);
this.grouptip.TabIndex = 12;
this.grouptip.TabStop = false;
this.grouptip.Text = "项目整体状态:";
//
// TipsPanel
//
this.TipsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.TipsPanel.Location = new System.Drawing.Point(3, 18);
this.TipsPanel.Name = "TipsPanel";
this.TipsPanel.Size = new System.Drawing.Size(0, 0);
this.TipsPanel.TabIndex = 12;
//
// scc_container
//
this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill;
this.scc_container.Horizontal = false;
this.scc_container.Location = new System.Drawing.Point(0, 0);
this.scc_container.Name = "scc_container";
this.scc_container.Panel1.AutoScroll = true;
this.scc_container.Panel1.Controls.Add(this.grouptip);
this.scc_container.Panel1.Text = "Panel1";
this.scc_container.Panel2.Controls.Add(this.panelControl1);
this.scc_container.Panel2.Controls.Add(this.pl_top);
this.scc_container.Panel2.Controls.Add(this.pl_top_RightMenus);
this.scc_container.Panel2.Controls.Add(this.pl_SweepCode);
this.scc_container.Panel2.Controls.Add(this.pl_buttom);
this.scc_container.Panel2.Text = "Panel2";
this.scc_container.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2;
this.scc_container.Size = new System.Drawing.Size(1433, 898);
this.scc_container.SplitterPosition = 97;
this.scc_container.TabIndex = 1;
this.scc_container.SplitterMoved += new System.EventHandler(this.OnSplitterMoved);
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.gcMain);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 104);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1433, 758);
this.panelControl1.TabIndex = 28;
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(1433, 758);
this.gcMain.SysModel = null;
this.gcMain.TabIndex = 0;
//
// pl_top
//
this.pl_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top.Controls.Add(this.pl_top_right);
this.pl_top.Controls.Add(this.pl_top_search);
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top.Location = new System.Drawing.Point(0, 70);
this.pl_top.Name = "pl_top";
this.pl_top.Size = new System.Drawing.Size(1433, 34);
this.pl_top.TabIndex = 27;
//
// pl_top_right
//
this.pl_top_right.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_top_right.Appearance.Options.UseBackColor = true;
this.pl_top_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top_right.Controls.Add(this.btnRefresh);
this.pl_top_right.Controls.Add(this.btnAttach);
this.pl_top_right.Controls.Add(this.btnHelp);
this.pl_top_right.Controls.Add(this.ddbPrint);
this.pl_top_right.Controls.Add(this.ddbOper);
this.pl_top_right.Dock = System.Windows.Forms.DockStyle.Right;
this.pl_top_right.Location = new System.Drawing.Point(1031, 0);
this.pl_top_right.Name = "pl_top_right";
this.pl_top_right.Size = new System.Drawing.Size(402, 34);
this.pl_top_right.TabIndex = 7;
//
// btnRefresh
//
this.btnRefresh.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.Appearance.Options.UseFont = true;
this.btnRefresh.Location = new System.Drawing.Point(319, 4);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(75, 24);
this.btnRefresh.TabIndex = 41;
this.btnRefresh.Text = "刷新列数据";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnAttach
//
this.btnAttach.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAttach.Appearance.Options.UseFont = true;
this.btnAttach.Location = new System.Drawing.Point(9, 4);
this.btnAttach.Name = "btnAttach";
this.btnAttach.Size = new System.Drawing.Size(75, 24);
this.btnAttach.TabIndex = 40;
this.btnAttach.TabStop = false;
this.btnAttach.Text = "附件管理";
this.btnAttach.Visible = false;
this.btnAttach.Click += new System.EventHandler(this.OnBtnAttachClick);
//
// btnHelp
//
this.btnHelp.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnHelp.Appearance.Options.UseFont = true;
this.btnHelp.Location = new System.Drawing.Point(250, 4);
this.btnHelp.Name = "btnHelp";
this.btnHelp.Size = new System.Drawing.Size(63, 24);
this.btnHelp.TabIndex = 34;
this.btnHelp.Text = "帮助文档";
this.btnHelp.Click += new System.EventHandler(this.OnBtnHelpClick);
//
// ddbPrint
//
this.ddbPrint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ddbPrint.Appearance.Options.UseFont = true;
this.ddbPrint.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.ddbPrint.DropDownControl = this.pm_print;
this.ddbPrint.Location = new System.Drawing.Point(169, 4);
this.ddbPrint.Name = "ddbPrint";
this.ddbPrint.Size = new System.Drawing.Size(75, 24);
this.ddbPrint.TabIndex = 12;
this.ddbPrint.Text = "常用打印";
//
// ddbOper
//
this.ddbOper.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ddbOper.Appearance.Options.UseFont = true;
this.ddbOper.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.ddbOper.DropDownControl = this.pm_oper;
this.ddbOper.Location = new System.Drawing.Point(88, 4);
this.ddbOper.Name = "ddbOper";
this.ddbOper.Size = new System.Drawing.Size(75, 24);
this.ddbOper.TabIndex = 13;
this.ddbOper.Text = "常用操作";
//
// pl_top_search
//
this.pl_top_search.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_top_search.Appearance.Options.UseBackColor = true;
this.pl_top_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top_search.Controls.Add(this.pl_top_fix_search);
this.pl_top_search.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_top_search.Location = new System.Drawing.Point(0, 0);
this.pl_top_search.Name = "pl_top_search";
this.pl_top_search.Size = new System.Drawing.Size(1433, 34);
this.pl_top_search.TabIndex = 8;
//
// pl_top_fix_search
//
this.pl_top_fix_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top_fix_search.Controls.Add(this.cbField);
this.pl_top_fix_search.Controls.Add(this.btnFixSearch);
this.pl_top_fix_search.Controls.Add(this.txtFixKey);
this.pl_top_fix_search.Controls.Add(this.label1);
this.pl_top_fix_search.Dock = System.Windows.Forms.DockStyle.Left;
this.pl_top_fix_search.Location = new System.Drawing.Point(0, 0);
this.pl_top_fix_search.Name = "pl_top_fix_search";
this.pl_top_fix_search.Size = new System.Drawing.Size(392, 34);
this.pl_top_fix_search.TabIndex = 9;
//
// cbField
//
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbField.FormattingEnabled = true;
this.cbField.Location = new System.Drawing.Point(38, 6);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(107, 22);
this.cbField.TabIndex = 1;
this.cbField.Tag = "";
//
// btnFixSearch
//
this.btnFixSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFixSearch.Appearance.Options.UseFont = true;
this.btnFixSearch.Location = new System.Drawing.Point(307, 4);
this.btnFixSearch.Name = "btnFixSearch";
this.btnFixSearch.Size = new System.Drawing.Size(63, 24);
this.btnFixSearch.TabIndex = 33;
this.btnFixSearch.Text = "查询(&Q)";
//
// txtFixKey
//
this.txtFixKey.Location = new System.Drawing.Point(149, 6);
this.txtFixKey.Name = "txtFixKey";
this.txtFixKey.Size = new System.Drawing.Size(154, 22);
this.txtFixKey.TabIndex = 32;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(31, 14);
this.label1.TabIndex = 0;
this.label1.Text = "查询";
//
// pl_top_RightMenus
//
this.pl_top_RightMenus.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_top_RightMenus.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top_RightMenus.Location = new System.Drawing.Point(0, 35);
this.pl_top_RightMenus.Name = "pl_top_RightMenus";
this.pl_top_RightMenus.Size = new System.Drawing.Size(1433, 35);
this.pl_top_RightMenus.TabIndex = 26;
this.pl_top_RightMenus.Visible = false;
//
// pl_SweepCode
//
this.pl_SweepCode.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_SweepCode.Controls.Add(this.label2);
this.pl_SweepCode.Controls.Add(this.txt_SweepCode);
this.pl_SweepCode.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_SweepCode.Location = new System.Drawing.Point(0, 0);
this.pl_SweepCode.Name = "pl_SweepCode";
this.pl_SweepCode.Size = new System.Drawing.Size(1433, 35);
this.pl_SweepCode.TabIndex = 24;
this.pl_SweepCode.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 12);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(31, 14);
this.label2.TabIndex = 2;
this.label2.Text = "扫码";
//
// txt_SweepCode
//
this.txt_SweepCode.Location = new System.Drawing.Point(44, 9);
this.txt_SweepCode.Name = "txt_SweepCode";
this.txt_SweepCode.Size = new System.Drawing.Size(122, 20);
this.txt_SweepCode.TabIndex = 1;
//
// pl_buttom
//
this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_buttom.Controls.Add(this.dpbTools);
this.pl_buttom.Controls.Add(this.btnSave);
this.pl_buttom.Controls.Add(this.btnUpdate);
this.pl_buttom.Controls.Add(this.btnPrint);
this.pl_buttom.Controls.Add(this.btnExport);
this.pl_buttom.Controls.Add(this.btnImport);
this.pl_buttom.Controls.Add(this.btnDel);
this.pl_buttom.Controls.Add(this.btnAdd);
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_buttom.Location = new System.Drawing.Point(0, 862);
this.pl_buttom.Name = "pl_buttom";
this.pl_buttom.Size = new System.Drawing.Size(1433, 36);
this.pl_buttom.TabIndex = 22;
//
// dpbTools
//
this.dpbTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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.pm_common;
this.dpbTools.Location = new System.Drawing.Point(809, 6);
this.dpbTools.Name = "dpbTools";
this.dpbTools.Size = new System.Drawing.Size(72, 26);
this.dpbTools.TabIndex = 39;
this.dpbTools.Text = "常用工具";
this.dpbTools.Click += new System.EventHandler(this.itemCommon_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(1123, 6);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(72, 26);
this.btnSave.TabIndex = 37;
this.btnSave.Text = "保存(&S)";
this.btnSave.Click += new System.EventHandler(this.OnSaveClick);
//
// btnUpdate
//
this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnUpdate.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnUpdate.Appearance.Options.UseFont = true;
this.btnUpdate.Location = new System.Drawing.Point(1045, 6);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(72, 26);
this.btnUpdate.TabIndex = 38;
this.btnUpdate.Text = "修改(&U)";
this.btnUpdate.Visible = false;
this.btnUpdate.Click += new System.EventHandler(this.OnUpdateClick);
//
// btnPrint
//
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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.Location = new System.Drawing.Point(1357, 6);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(72, 26);
this.btnPrint.TabIndex = 37;
this.btnPrint.Text = "打印(&P)";
this.btnPrint.Visible = false;
this.btnPrint.Click += new System.EventHandler(this.OnPrintClick);
//
// btnExport
//
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnExport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExport.Appearance.Options.UseFont = true;
this.btnExport.Location = new System.Drawing.Point(1279, 6);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(72, 26);
this.btnExport.TabIndex = 37;
this.btnExport.Text = "导出(&E)";
this.btnExport.Visible = false;
this.btnExport.Click += new System.EventHandler(this.OnExportClick);
//
// btnImport
//
this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnImport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnImport.Appearance.Options.UseFont = true;
this.btnImport.Location = new System.Drawing.Point(1201, 6);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(72, 26);
this.btnImport.TabIndex = 37;
this.btnImport.Text = "导入(&I)";
this.btnImport.Visible = false;
this.btnImport.Click += new System.EventHandler(this.OnImportClick);
//
// btnDel
//
this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnDel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDel.Appearance.Options.UseFont = true;
this.btnDel.Location = new System.Drawing.Point(967, 6);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(72, 26);
this.btnDel.TabIndex = 36;
this.btnDel.Text = "删除(&D)";
this.btnDel.Click += new System.EventHandler(this.OnDelClick);
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAdd.Appearance.Options.UseFont = true;
this.btnAdd.Location = new System.Drawing.Point(889, 6);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(72, 26);
this.btnAdd.TabIndex = 35;
this.btnAdd.Text = "增加(&A)";
this.btnAdd.Click += new System.EventHandler(this.OnAddClick);
//
// ModuleGridEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.scc_container);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "ModuleGridEx";
this.Size = new System.Drawing.Size(1433, 898);
((System.ComponentModel.ISupportInitialize)(this.pm_print)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pm_common)).EndInit();
this.grouptip.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
this.scc_container.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
this.pl_top.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).EndInit();
this.pl_top_right.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).EndInit();
this.pl_top_search.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).EndInit();
this.pl_top_fix_search.ResumeLayout(false);
this.pl_top_fix_search.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_top_RightMenus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_SweepCode)).EndInit();
this.pl_SweepCode.ResumeLayout(false);
this.pl_SweepCode.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_SweepCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
this.pl_buttom.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.PopupMenu pm_oper;
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 DevExpress.XtraBars.PopupMenu pm_print;
private DevExpress.XtraBars.PopupMenu pm_common;
public DevExpress.XtraEditors.SplitContainerControl scc_container;
private System.Windows.Forms.GroupBox grouptip;
private System.Windows.Forms.Panel TipsPanel;
private DevExpress.XtraEditors.PanelControl panelControl1;
private GridControlEx gcMain;
private DevExpress.XtraEditors.PanelControl pl_top;
private DevExpress.XtraEditors.PanelControl pl_top_right;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraEditors.SimpleButton btnAttach;
private DevExpress.XtraEditors.SimpleButton btnHelp;
private DevExpress.XtraEditors.DropDownButton ddbPrint;
private DevExpress.XtraEditors.DropDownButton ddbOper;
private DevExpress.XtraEditors.PanelControl pl_top_search;
private DevExpress.XtraEditors.PanelControl pl_top_fix_search;
private System.Windows.Forms.ComboBox cbField;
private DevExpress.XtraEditors.SimpleButton btnFixSearch;
private System.Windows.Forms.TextBox txtFixKey;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.PanelControl pl_top_RightMenus;
private DevExpress.XtraEditors.PanelControl pl_SweepCode;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.TextEdit txt_SweepCode;
private DevExpress.XtraEditors.PanelControl pl_buttom;
private DevExpress.XtraEditors.DropDownButton dpbTools;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.SimpleButton btnUpdate;
private DevExpress.XtraEditors.SimpleButton btnPrint;
private DevExpress.XtraEditors.SimpleButton btnExport;
private DevExpress.XtraEditors.SimpleButton btnImport;
private DevExpress.XtraEditors.SimpleButton btnDel;
private DevExpress.XtraEditors.SimpleButton btnAdd;
}
}