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

519 lines
27 KiB
C#

using System;
namespace Lskj.Control
{
partial class ModulePanelEx
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing)
{
Lskj.Control.Model.PrintUtil.OnAfterPrint -=
new EventHandler(OnReportPrintAfter);
if (components != null)
{
components.Dispose();
}
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.pm_print = 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.pm_common = new DevExpress.XtraBars.PopupMenu();
this.pm_oper = new DevExpress.XtraBars.PopupMenu();
this.panel1 = new System.Windows.Forms.Panel();
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
this.panel_Main = new System.Windows.Forms.Panel();
this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
this.pl_main = new DevExpress.XtraEditors.XtraScrollableControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.BtnMesSave = new DevExpress.XtraEditors.SimpleButton();
this.BtnMesClose = new DevExpress.XtraEditors.SimpleButton();
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.ddb_print = new DevExpress.XtraEditors.DropDownButton();
this.btnClear = new DevExpress.XtraEditors.SimpleButton();
this.btnCopyNew = new DevExpress.XtraEditors.SimpleButton();
this.btnAttach = new DevExpress.XtraEditors.SimpleButton();
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
this.ddb_common = new DevExpress.XtraEditors.DropDownButton();
this.btnApply = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.pl_main_top = new DevExpress.XtraEditors.PanelControl();
this.lteOper = new Lskj.Control.LabelTextEdit();
this.lteSpeciesName = new Lskj.Control.LabelTextEdit();
this.lteSpeciesNo = new Lskj.Control.LabelTextEdit();
this.tcButtom = new Lskj.Control.TabControlEx();
((System.ComponentModel.ISupportInitialize)(this.pm_print)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pm_common)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
this.scc_container.SuspendLayout();
this.panel_Main.SuspendLayout();
this.xtraScrollableControl1.SuspendLayout();
this.pl_main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
this.pl_buttom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_main_top)).BeginInit();
this.pl_main_top.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(910, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 557);
this.barDockControlBottom.Size = new System.Drawing.Size(910, 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, 557);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(910, 0);
this.barDockControlRight.Size = new System.Drawing.Size(0, 557);
//
// pm_common
//
this.pm_common.Manager = this.barManager1;
this.pm_common.Name = "pm_common";
//
// pm_oper
//
this.pm_oper.Manager = this.barManager1;
this.pm_oper.Name = "pm_oper";
//
// panel1
//
this.panel1.Controls.Add(this.scc_container);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(910, 557);
this.panel1.TabIndex = 18;
//
// 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.panel_Main);
this.scc_container.Panel1.Text = "Panel1";
this.scc_container.Panel2.Controls.Add(this.tcButtom);
this.scc_container.Panel2.Text = "Panel2";
this.scc_container.Size = new System.Drawing.Size(910, 557);
this.scc_container.SplitterPosition = 427;
this.scc_container.TabIndex = 18;
//
// panel_Main
//
this.panel_Main.Controls.Add(this.xtraScrollableControl1);
this.panel_Main.Controls.Add(this.pl_buttom);
this.panel_Main.Controls.Add(this.pl_main_top);
this.panel_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_Main.Location = new System.Drawing.Point(0, 0);
this.panel_Main.Name = "panel_Main";
this.panel_Main.Size = new System.Drawing.Size(910, 427);
this.panel_Main.TabIndex = 17;
//
// xtraScrollableControl1
//
this.xtraScrollableControl1.AutoScroll = false;
this.xtraScrollableControl1.Controls.Add(this.pl_main);
this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 37);
this.xtraScrollableControl1.Name = "xtraScrollableControl1";
this.xtraScrollableControl1.Size = new System.Drawing.Size(910, 348);
this.xtraScrollableControl1.TabIndex = 16;
//
// pl_main
//
this.pl_main.Controls.Add(this.panelControl1);
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_main.Location = new System.Drawing.Point(0, 0);
this.pl_main.Name = "pl_main";
this.pl_main.Size = new System.Drawing.Size(910, 348);
this.pl_main.TabIndex = 0;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.Controls.Add(this.BtnMesSave);
this.panelControl1.Controls.Add(this.BtnMesClose);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 285);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Padding = new System.Windows.Forms.Padding(5);
this.panelControl1.Size = new System.Drawing.Size(910, 63);
this.panelControl1.TabIndex = 1;
this.panelControl1.Visible = false;
//
// BtnMesSave
//
this.BtnMesSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnMesSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.BtnMesSave.Appearance.Options.UseFont = true;
this.BtnMesSave.Location = new System.Drawing.Point(697, 8);
this.BtnMesSave.Name = "BtnMesSave";
this.BtnMesSave.Size = new System.Drawing.Size(99, 49);
this.BtnMesSave.TabIndex = 18;
this.BtnMesSave.TabStop = false;
this.BtnMesSave.Text = "保 存";
//
// BtnMesClose
//
this.BtnMesClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnMesClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.BtnMesClose.Appearance.Options.UseFont = true;
this.BtnMesClose.Location = new System.Drawing.Point(802, 8);
this.BtnMesClose.Name = "BtnMesClose";
this.BtnMesClose.Size = new System.Drawing.Size(99, 49);
this.BtnMesClose.TabIndex = 17;
this.BtnMesClose.TabStop = false;
this.BtnMesClose.Text = "关 闭";
//
// pl_buttom
//
this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_buttom.Appearance.Options.UseBackColor = true;
this.pl_buttom.Controls.Add(this.panelControl2);
this.pl_buttom.Controls.Add(this.simpleButton1);
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_buttom.Location = new System.Drawing.Point(0, 385);
this.pl_buttom.Name = "pl_buttom";
this.pl_buttom.Padding = new System.Windows.Forms.Padding(5);
this.pl_buttom.Size = new System.Drawing.Size(910, 42);
this.pl_buttom.TabIndex = 5;
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.ddb_print);
this.panelControl2.Controls.Add(this.btnClear);
this.panelControl2.Controls.Add(this.btnCopyNew);
this.panelControl2.Controls.Add(this.btnAttach);
this.panelControl2.Controls.Add(this.btnUpdate);
this.panelControl2.Controls.Add(this.ddb_common);
this.panelControl2.Controls.Add(this.btnApply);
this.panelControl2.Controls.Add(this.btnAdd);
this.panelControl2.Controls.Add(this.btnClose);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl2.Location = new System.Drawing.Point(81, 7);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Padding = new System.Windows.Forms.Padding(5);
this.panelControl2.Size = new System.Drawing.Size(822, 28);
this.panelControl2.TabIndex = 19;
//
// ddb_print
//
this.ddb_print.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ddb_print.Appearance.Options.UseFont = true;
this.ddb_print.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Hide;
this.ddb_print.DropDownControl = this.pm_print;
this.ddb_print.Location = new System.Drawing.Point(571, 0);
this.ddb_print.Name = "ddb_print";
this.ddb_print.Size = new System.Drawing.Size(80, 28);
this.ddb_print.TabIndex = 7;
this.ddb_print.Text = "常用打印";
this.ddb_print.Visible = false;
//
// btnClear
//
this.btnClear.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClear.Appearance.Options.UseFont = true;
this.btnClear.Location = new System.Drawing.Point(79, 0);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(80, 28);
this.btnClear.TabIndex = 1;
this.btnClear.TabStop = false;
this.btnClear.Text = "清除页面";
//
// btnCopyNew
//
this.btnCopyNew.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCopyNew.Appearance.Options.UseFont = true;
this.btnCopyNew.Location = new System.Drawing.Point(161, 0);
this.btnCopyNew.Name = "btnCopyNew";
this.btnCopyNew.Size = new System.Drawing.Size(80, 28);
this.btnCopyNew.TabIndex = 2;
this.btnCopyNew.TabStop = false;
this.btnCopyNew.Text = "复制新增";
//
// 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(489, 0);
this.btnAttach.Name = "btnAttach";
this.btnAttach.Size = new System.Drawing.Size(80, 28);
this.btnAttach.TabIndex = 6;
this.btnAttach.TabStop = false;
this.btnAttach.Text = "附件管理(F)";
//
// btnUpdate
//
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(325, 0);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(80, 28);
this.btnUpdate.TabIndex = 4;
this.btnUpdate.TabStop = false;
this.btnUpdate.Text = "修改保存(E)";
//
// ddb_common
//
this.ddb_common.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ddb_common.Appearance.Options.UseFont = true;
this.ddb_common.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.ddb_common.DropDownControl = this.pm_common;
this.ddb_common.Location = new System.Drawing.Point(657, 0);
this.ddb_common.Name = "ddb_common";
this.ddb_common.Size = new System.Drawing.Size(80, 28);
this.ddb_common.TabIndex = 9;
this.ddb_common.Text = "常用工具";
this.ddb_common.Visible = false;
//
// btnApply
//
this.btnApply.Location = new System.Drawing.Point(407, 0);
this.btnApply.Name = "btnApply";
this.btnApply.Size = new System.Drawing.Size(80, 28);
this.btnApply.TabIndex = 5;
this.btnApply.Text = "提交审核(R)";
//
// btnAdd
//
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(243, 0);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(80, 28);
this.btnAdd.TabIndex = 3;
this.btnAdd.TabStop = false;
this.btnAdd.Text = "添加保存(A)";
//
// btnClose
//
this.btnClose.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Location = new System.Drawing.Point(739, 0);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(80, 28);
this.btnClose.TabIndex = 10;
this.btnClose.TabStop = false;
this.btnClose.Text = "退出(C)";
//
// 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(0, 6);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(80, 28);
this.simpleButton1.TabIndex = 8;
this.simpleButton1.TabStop = false;
this.simpleButton1.Text = "帮助文档";
//
// pl_main_top
//
this.pl_main_top.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_main_top.Appearance.Options.UseBackColor = true;
this.pl_main_top.Controls.Add(this.lteOper);
this.pl_main_top.Controls.Add(this.lteSpeciesName);
this.pl_main_top.Controls.Add(this.lteSpeciesNo);
this.pl_main_top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_main_top.Location = new System.Drawing.Point(0, 0);
this.pl_main_top.Name = "pl_main_top";
this.pl_main_top.Size = new System.Drawing.Size(910, 37);
this.pl_main_top.TabIndex = 4;
//
// lteOper
//
this.lteOper.BackColor = System.Drawing.Color.Transparent;
this.lteOper.EditText = "";
this.lteOper.FontSize = 0F;
this.lteOper.LabelText = "创建人";
this.lteOper.Location = new System.Drawing.Point(444, 7);
this.lteOper.Margin = new System.Windows.Forms.Padding(4);
this.lteOper.Model = null;
this.lteOper.Name = "lteOper";
this.lteOper.NullText = "";
this.lteOper.ReadOnly = true;
this.lteOper.Required = false;
this.lteOper.Size = new System.Drawing.Size(164, 21);
this.lteOper.TabIndex = 2;
//
// lteSpeciesName
//
this.lteSpeciesName.BackColor = System.Drawing.Color.Transparent;
this.lteSpeciesName.EditText = "";
this.lteSpeciesName.FontSize = 0F;
this.lteSpeciesName.LabelText = "类别名称";
this.lteSpeciesName.Location = new System.Drawing.Point(178, 7);
this.lteSpeciesName.Margin = new System.Windows.Forms.Padding(4);
this.lteSpeciesName.Model = null;
this.lteSpeciesName.Name = "lteSpeciesName";
this.lteSpeciesName.NullText = "";
this.lteSpeciesName.ReadOnly = true;
this.lteSpeciesName.Required = false;
this.lteSpeciesName.Size = new System.Drawing.Size(259, 21);
this.lteSpeciesName.TabIndex = 1;
//
// lteSpeciesNo
//
this.lteSpeciesNo.BackColor = System.Drawing.Color.Transparent;
this.lteSpeciesNo.EditText = "";
this.lteSpeciesNo.FontSize = 0F;
this.lteSpeciesNo.LabelText = "类别编号";
this.lteSpeciesNo.Location = new System.Drawing.Point(7, 7);
this.lteSpeciesNo.Margin = new System.Windows.Forms.Padding(4);
this.lteSpeciesNo.Model = null;
this.lteSpeciesNo.Name = "lteSpeciesNo";
this.lteSpeciesNo.NullText = "";
this.lteSpeciesNo.ReadOnly = true;
this.lteSpeciesNo.Required = false;
this.lteSpeciesNo.Size = new System.Drawing.Size(164, 21);
this.lteSpeciesNo.TabIndex = 0;
//
// tcButtom
//
this.tcButtom.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcButtom.Location = new System.Drawing.Point(0, 0);
this.tcButtom.Name = "tcButtom";
this.tcButtom.Size = new System.Drawing.Size(910, 125);
this.tcButtom.TabIndex = 0;
//
// ModulePanelEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.panel1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "ModulePanelEx";
this.Size = new System.Drawing.Size(910, 557);
((System.ComponentModel.ISupportInitialize)(this.pm_print)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pm_common)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
this.scc_container.ResumeLayout(false);
this.panel_Main.ResumeLayout(false);
this.xtraScrollableControl1.ResumeLayout(false);
this.pl_main.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
this.pl_buttom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_main_top)).EndInit();
this.pl_main_top.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;
private System.Windows.Forms.Panel panel1;
public DevExpress.XtraEditors.SplitContainerControl scc_container;
private System.Windows.Forms.Panel panel_Main;
private DevExpress.XtraEditors.XtraScrollableControl xtraScrollableControl1;
private DevExpress.XtraEditors.XtraScrollableControl pl_main;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton BtnMesSave;
private DevExpress.XtraEditors.SimpleButton BtnMesClose;
private DevExpress.XtraEditors.PanelControl pl_buttom;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.DropDownButton ddb_print;
private DevExpress.XtraEditors.SimpleButton btnClear;
private DevExpress.XtraEditors.SimpleButton btnCopyNew;
private DevExpress.XtraEditors.SimpleButton btnAttach;
private DevExpress.XtraEditors.SimpleButton btnUpdate;
private DevExpress.XtraEditors.DropDownButton ddb_common;
private DevExpress.XtraEditors.SimpleButton btnApply;
private DevExpress.XtraEditors.SimpleButton btnAdd;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.PanelControl pl_main_top;
private LabelTextEdit lteOper;
private LabelTextEdit lteSpeciesName;
private LabelTextEdit lteSpeciesNo;
private TabControlEx tcButtom;
}
}