399 lines
20 KiB
C#
399 lines
20 KiB
C#
namespace Lskj.PubModuleDetailInfo
|
|
{
|
|
partial class Panel_Info
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.txt_OperatorName = new Lskj.MyControl.LabelTextEx();
|
|
this.plMain = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnFile = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txt_SpeciesNo = new Lskj.MyControl.LabelTextEx();
|
|
this.gbNone = new System.Windows.Forms.GroupBox();
|
|
this.txt_SpeciesName = new Lskj.MyControl.LabelTextEx();
|
|
this.btnClear = new DevExpress.XtraEditors.SimpleButton();
|
|
this.plMainBg = new System.Windows.Forms.Panel();
|
|
this.plMainContent = new System.Windows.Forms.Panel();
|
|
this.plMainTop = new System.Windows.Forms.Panel();
|
|
this.plBotton = new System.Windows.Forms.Panel();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCopyAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
|
this.dpbTools = new DevExpress.XtraEditors.DropDownButton();
|
|
this.pMenu = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControl5 = new DevExpress.XtraBars.BarDockControl();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnApply = new DevExpress.XtraEditors.SimpleButton();
|
|
this.plTop = new System.Windows.Forms.Panel();
|
|
this.plMain.SuspendLayout();
|
|
this.gbNone.SuspendLayout();
|
|
this.plMainBg.SuspendLayout();
|
|
this.plMainContent.SuspendLayout();
|
|
this.plBotton.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pMenu)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
this.plTop.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_OperatorName
|
|
//
|
|
this.txt_OperatorName.DefaultString = null;
|
|
this.txt_OperatorName.Enabled = false;
|
|
this.txt_OperatorName.IsEmpt = false;
|
|
this.txt_OperatorName.LabelText = "创建人";
|
|
this.txt_OperatorName.Location = new System.Drawing.Point(648, 17);
|
|
this.txt_OperatorName.Name = "txt_OperatorName";
|
|
this.txt_OperatorName.Size = new System.Drawing.Size(155, 24);
|
|
this.txt_OperatorName.TabIndex = 14;
|
|
this.txt_OperatorName.Tag = "888";
|
|
this.txt_OperatorName.TipMsg = null;
|
|
this.txt_OperatorName.UnionFields = null;
|
|
this.txt_OperatorName.UnionValue = null;
|
|
//
|
|
// plMain
|
|
//
|
|
this.plMain.Controls.Add(this.panel2);
|
|
this.plMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plMain.Location = new System.Drawing.Point(0, 6);
|
|
this.plMain.Name = "plMain";
|
|
this.plMain.Size = new System.Drawing.Size(811, 433);
|
|
this.plMain.TabIndex = 1;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.Silver;
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel2.ForeColor = System.Drawing.Color.Fuchsia;
|
|
this.panel2.Location = new System.Drawing.Point(0, 432);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(811, 1);
|
|
this.panel2.TabIndex = 6;
|
|
//
|
|
// btnFile
|
|
//
|
|
this.btnFile.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnFile.Appearance.Options.UseFont = true;
|
|
this.btnFile.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnFile.Location = new System.Drawing.Point(407, 4);
|
|
this.btnFile.Name = "btnFile";
|
|
this.btnFile.Size = new System.Drawing.Size(80, 30);
|
|
this.btnFile.TabIndex = 3;
|
|
this.btnFile.Text = "附件管理";
|
|
this.btnFile.Click += new System.EventHandler(this.btnFile_Click);
|
|
//
|
|
// txt_SpeciesNo
|
|
//
|
|
this.txt_SpeciesNo.DefaultString = null;
|
|
this.txt_SpeciesNo.Enabled = false;
|
|
this.txt_SpeciesNo.IsEmpt = false;
|
|
this.txt_SpeciesNo.LabelText = "类别编号";
|
|
this.txt_SpeciesNo.Location = new System.Drawing.Point(3, 17);
|
|
this.txt_SpeciesNo.Name = "txt_SpeciesNo";
|
|
this.txt_SpeciesNo.Size = new System.Drawing.Size(175, 24);
|
|
this.txt_SpeciesNo.TabIndex = 13;
|
|
this.txt_SpeciesNo.Tag = "888";
|
|
this.txt_SpeciesNo.TipMsg = null;
|
|
this.txt_SpeciesNo.UnionFields = null;
|
|
this.txt_SpeciesNo.UnionValue = null;
|
|
//
|
|
// gbNone
|
|
//
|
|
this.gbNone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.gbNone.Controls.Add(this.txt_SpeciesName);
|
|
this.gbNone.Controls.Add(this.txt_OperatorName);
|
|
this.gbNone.Controls.Add(this.txt_SpeciesNo);
|
|
this.gbNone.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gbNone.Location = new System.Drawing.Point(0, 0);
|
|
this.gbNone.Name = "gbNone";
|
|
this.gbNone.Padding = new System.Windows.Forms.Padding(3, 3, 8, 3);
|
|
this.gbNone.Size = new System.Drawing.Size(811, 44);
|
|
this.gbNone.TabIndex = 9;
|
|
this.gbNone.TabStop = false;
|
|
this.gbNone.Text = "选定类别";
|
|
//
|
|
// txt_SpeciesName
|
|
//
|
|
this.txt_SpeciesName.DefaultString = null;
|
|
this.txt_SpeciesName.Enabled = false;
|
|
this.txt_SpeciesName.IsEmpt = false;
|
|
this.txt_SpeciesName.LabelText = "类别名称";
|
|
this.txt_SpeciesName.Location = new System.Drawing.Point(178, 17);
|
|
this.txt_SpeciesName.Name = "txt_SpeciesName";
|
|
this.txt_SpeciesName.Size = new System.Drawing.Size(470, 24);
|
|
this.txt_SpeciesName.TabIndex = 12;
|
|
this.txt_SpeciesName.Tag = "888";
|
|
this.txt_SpeciesName.TipMsg = null;
|
|
this.txt_SpeciesName.UnionFields = null;
|
|
this.txt_SpeciesName.UnionValue = null;
|
|
//
|
|
// 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.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnClear.Location = new System.Drawing.Point(487, 4);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(80, 30);
|
|
this.btnClear.TabIndex = 4;
|
|
this.btnClear.Text = "清除页面(&C)";
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// plMainBg
|
|
//
|
|
this.plMainBg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.plMainBg.Controls.Add(this.plMainContent);
|
|
this.plMainBg.Controls.Add(this.plBotton);
|
|
this.plMainBg.Controls.Add(this.plTop);
|
|
this.plMainBg.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plMainBg.Location = new System.Drawing.Point(0, 0);
|
|
this.plMainBg.Name = "plMainBg";
|
|
this.plMainBg.Size = new System.Drawing.Size(811, 521);
|
|
this.plMainBg.TabIndex = 4;
|
|
//
|
|
// plMainContent
|
|
//
|
|
this.plMainContent.Controls.Add(this.plMain);
|
|
this.plMainContent.Controls.Add(this.plMainTop);
|
|
this.plMainContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plMainContent.Location = new System.Drawing.Point(0, 44);
|
|
this.plMainContent.Name = "plMainContent";
|
|
this.plMainContent.Size = new System.Drawing.Size(811, 439);
|
|
this.plMainContent.TabIndex = 3;
|
|
//
|
|
// plMainTop
|
|
//
|
|
this.plMainTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plMainTop.Location = new System.Drawing.Point(0, 0);
|
|
this.plMainTop.Name = "plMainTop";
|
|
this.plMainTop.Size = new System.Drawing.Size(811, 6);
|
|
this.plMainTop.TabIndex = 0;
|
|
//
|
|
// plBotton
|
|
//
|
|
this.plBotton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.plBotton.Controls.Add(this.simpleButton1);
|
|
this.plBotton.Controls.Add(this.btnCopyAdd);
|
|
this.plBotton.Controls.Add(this.btnPrint);
|
|
this.plBotton.Controls.Add(this.dpbTools);
|
|
this.plBotton.Controls.Add(this.btnFile);
|
|
this.plBotton.Controls.Add(this.btnClear);
|
|
this.plBotton.Controls.Add(this.btnAdd);
|
|
this.plBotton.Controls.Add(this.btnUpdate);
|
|
this.plBotton.Controls.Add(this.btnApply);
|
|
this.plBotton.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.plBotton.Location = new System.Drawing.Point(0, 483);
|
|
this.plBotton.Name = "plBotton";
|
|
this.plBotton.Padding = new System.Windows.Forms.Padding(4);
|
|
this.plBotton.Size = new System.Drawing.Size(811, 38);
|
|
this.plBotton.TabIndex = 1;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Location = new System.Drawing.Point(0, 5);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(80, 30);
|
|
this.simpleButton1.TabIndex = 10;
|
|
this.simpleButton1.Text = "新增";
|
|
this.simpleButton1.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// btnCopyAdd
|
|
//
|
|
this.btnCopyAdd.Location = new System.Drawing.Point(80, 5);
|
|
this.btnCopyAdd.Name = "btnCopyAdd";
|
|
this.btnCopyAdd.Size = new System.Drawing.Size(80, 30);
|
|
this.btnCopyAdd.TabIndex = 11;
|
|
this.btnCopyAdd.Text = "复制新增";
|
|
this.btnCopyAdd.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnPrint.Location = new System.Drawing.Point(252, 4);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(80, 30);
|
|
this.btnPrint.TabIndex = 6;
|
|
this.btnPrint.Text = "打印(&P)";
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// dpbTools
|
|
//
|
|
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.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.dpbTools.DropDownControl = this.pMenu;
|
|
this.dpbTools.Location = new System.Drawing.Point(332, 4);
|
|
this.dpbTools.Name = "dpbTools";
|
|
this.dpbTools.Size = new System.Drawing.Size(75, 30);
|
|
this.dpbTools.TabIndex = 10;
|
|
this.dpbTools.Text = "常用工具";
|
|
this.dpbTools.Click += new System.EventHandler(this.dpbTools_Click);
|
|
//
|
|
// pMenu
|
|
//
|
|
this.pMenu.Manager = this.barManager1;
|
|
this.pMenu.Name = "pMenu";
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.DockControls.Add(this.barDockControl1);
|
|
this.barManager1.DockControls.Add(this.barDockControl2);
|
|
this.barManager1.DockControls.Add(this.barDockControl3);
|
|
this.barManager1.DockControls.Add(this.barDockControl5);
|
|
this.barManager1.Form = this;
|
|
this.barManager1.MaxItemId = 0;
|
|
//
|
|
// barDockControl1
|
|
//
|
|
this.barDockControl1.CausesValidation = true;
|
|
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.barDockControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControl1.Size = new System.Drawing.Size(811, 0);
|
|
//
|
|
// barDockControl2
|
|
//
|
|
this.barDockControl2.CausesValidation = true;
|
|
this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControl2.Location = new System.Drawing.Point(0, 521);
|
|
this.barDockControl2.Size = new System.Drawing.Size(811, 0);
|
|
//
|
|
// barDockControl3
|
|
//
|
|
this.barDockControl3.CausesValidation = true;
|
|
this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControl3.Size = new System.Drawing.Size(0, 521);
|
|
//
|
|
// barDockControl5
|
|
//
|
|
this.barDockControl5.CausesValidation = true;
|
|
this.barDockControl5.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControl5.Location = new System.Drawing.Point(811, 0);
|
|
this.barDockControl5.Size = new System.Drawing.Size(0, 521);
|
|
//
|
|
// 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.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnAdd.Location = new System.Drawing.Point(567, 4);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(80, 30);
|
|
this.btnAdd.TabIndex = 2;
|
|
this.btnAdd.Text = "增加保存(&A)";
|
|
this.btnAdd.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// 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.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnUpdate.Location = new System.Drawing.Point(647, 4);
|
|
this.btnUpdate.Name = "btnUpdate";
|
|
this.btnUpdate.Size = new System.Drawing.Size(80, 30);
|
|
this.btnUpdate.TabIndex = 1;
|
|
this.btnUpdate.Text = "修改保存(&E)";
|
|
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
|
|
//
|
|
// btnApply
|
|
//
|
|
this.btnApply.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnApply.Location = new System.Drawing.Point(727, 4);
|
|
this.btnApply.Name = "btnApply";
|
|
this.btnApply.Size = new System.Drawing.Size(80, 30);
|
|
this.btnApply.TabIndex = 12;
|
|
this.btnApply.Text = "提交审核";
|
|
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
|
|
//
|
|
// plTop
|
|
//
|
|
this.plTop.Controls.Add(this.gbNone);
|
|
this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plTop.Location = new System.Drawing.Point(0, 0);
|
|
this.plTop.Name = "plTop";
|
|
this.plTop.Size = new System.Drawing.Size(811, 44);
|
|
this.plTop.TabIndex = 2;
|
|
//
|
|
// Panel_Info
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.plMainBg);
|
|
this.Controls.Add(this.barDockControl3);
|
|
this.Controls.Add(this.barDockControl5);
|
|
this.Controls.Add(this.barDockControl2);
|
|
this.Controls.Add(this.barDockControl1);
|
|
this.Name = "Panel_Info";
|
|
this.Size = new System.Drawing.Size(811, 521);
|
|
this.plMain.ResumeLayout(false);
|
|
this.gbNone.ResumeLayout(false);
|
|
this.plMainBg.ResumeLayout(false);
|
|
this.plMainContent.ResumeLayout(false);
|
|
this.plBotton.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pMenu)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
this.plTop.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MyControl.LabelTextEx txt_OperatorName;
|
|
private System.Windows.Forms.Panel plMain;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevExpress.XtraEditors.SimpleButton btnFile;
|
|
private MyControl.LabelTextEx txt_SpeciesNo;
|
|
private System.Windows.Forms.GroupBox gbNone;
|
|
private MyControl.LabelTextEx txt_SpeciesName;
|
|
private DevExpress.XtraEditors.SimpleButton btnClear;
|
|
private System.Windows.Forms.Panel plMainBg;
|
|
private System.Windows.Forms.Panel plMainContent;
|
|
private System.Windows.Forms.Panel plMainTop;
|
|
private System.Windows.Forms.Panel plBotton;
|
|
private DevExpress.XtraEditors.SimpleButton btnCopyAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
|
private DevExpress.XtraEditors.DropDownButton dpbTools;
|
|
private DevExpress.XtraBars.PopupMenu pMenu;
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl2;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl3;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl5;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnUpdate;
|
|
private DevExpress.XtraEditors.SimpleButton btnApply;
|
|
private System.Windows.Forms.Panel plTop;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
}
|
|
}
|