ab56a9bcf7
SVN-Revision: r240
346 lines
18 KiB
C#
346 lines
18 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class AuditBasePanel
|
|
{
|
|
/// <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.pcTool = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnReflash = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSpare = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnPrint = new DevExpress.XtraEditors.DropDownButton();
|
|
this.btnAudit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnBack = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.dpb_Tools = new DevExpress.XtraEditors.DropDownButton();
|
|
this.btnFileManger = new DevExpress.XtraEditors.SimpleButton();
|
|
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.splitContainer = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_main = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
this.p_menu = 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.pcGrid = new Lskj.Control.GridControlEx();
|
|
this.tab_basicInfo = new Lskj.Control.TabControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.pcTool)).BeginInit();
|
|
this.pcTool.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
this.splitContainer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.p_menu)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pcTool
|
|
//
|
|
this.pcTool.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pcTool.Controls.Add(this.btnReflash);
|
|
this.pcTool.Controls.Add(this.btnSpare);
|
|
this.pcTool.Controls.Add(this.btnPrint);
|
|
this.pcTool.Controls.Add(this.btnAudit);
|
|
this.pcTool.Controls.Add(this.btnSave);
|
|
this.pcTool.Controls.Add(this.btnBack);
|
|
this.pcTool.Controls.Add(this.btnClose);
|
|
this.pcTool.Controls.Add(this.dpb_Tools);
|
|
this.pcTool.Controls.Add(this.btnFileManger);
|
|
this.pcTool.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pcTool.Location = new System.Drawing.Point(0, 728);
|
|
this.pcTool.Name = "pcTool";
|
|
this.pcTool.Size = new System.Drawing.Size(731, 37);
|
|
this.pcTool.TabIndex = 4;
|
|
//
|
|
// btnReflash
|
|
//
|
|
this.btnReflash.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnReflash.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnReflash.Appearance.Options.UseFont = true;
|
|
this.btnReflash.Location = new System.Drawing.Point(2, 6);
|
|
this.btnReflash.Name = "btnReflash";
|
|
this.btnReflash.Size = new System.Drawing.Size(75, 26);
|
|
this.btnReflash.TabIndex = 27;
|
|
this.btnReflash.Text = "刷新(&R)";
|
|
//
|
|
// btnSpare
|
|
//
|
|
this.btnSpare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSpare.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSpare.Appearance.Options.UseFont = true;
|
|
this.btnSpare.Location = new System.Drawing.Point(83, 6);
|
|
this.btnSpare.Name = "btnSpare";
|
|
this.btnSpare.Size = new System.Drawing.Size(75, 26);
|
|
this.btnSpare.TabIndex = 27;
|
|
this.btnSpare.Text = "分单(&P)";
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.AllowFocus = false;
|
|
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.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.btnPrint.Location = new System.Drawing.Point(245, 6);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(75, 26);
|
|
this.btnPrint.TabIndex = 26;
|
|
this.btnPrint.Text = "打印";
|
|
//
|
|
// btnAudit
|
|
//
|
|
this.btnAudit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAudit.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnAudit.Appearance.Options.UseFont = true;
|
|
this.btnAudit.Enabled = false;
|
|
this.btnAudit.Location = new System.Drawing.Point(488, 6);
|
|
this.btnAudit.Name = "btnAudit";
|
|
this.btnAudit.Size = new System.Drawing.Size(75, 26);
|
|
this.btnAudit.TabIndex = 20;
|
|
this.btnAudit.Text = "审核(&Y)";
|
|
this.btnAudit.Click += new System.EventHandler(this.btnAudit_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.Enabled = false;
|
|
this.btnSave.Location = new System.Drawing.Point(407, 6);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 26);
|
|
this.btnSave.TabIndex = 25;
|
|
this.btnSave.Text = "保存(&S)";
|
|
//
|
|
// btnBack
|
|
//
|
|
this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnBack.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnBack.Appearance.Options.UseFont = true;
|
|
this.btnBack.Enabled = false;
|
|
this.btnBack.Location = new System.Drawing.Point(569, 6);
|
|
this.btnBack.Name = "btnBack";
|
|
this.btnBack.Size = new System.Drawing.Size(75, 26);
|
|
this.btnBack.TabIndex = 21;
|
|
this.btnBack.Text = "返退(&N)";
|
|
this.btnBack.Click += new System.EventHandler(this.btnReturnd_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Enabled = false;
|
|
this.btnClose.Location = new System.Drawing.Point(650, 6);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 26);
|
|
this.btnClose.TabIndex = 22;
|
|
this.btnClose.Text = "关闭(&Q)";
|
|
//
|
|
// dpb_Tools
|
|
//
|
|
this.dpb_Tools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dpb_Tools.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dpb_Tools.Appearance.Options.UseFont = true;
|
|
this.dpb_Tools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.dpb_Tools.Location = new System.Drawing.Point(164, 6);
|
|
this.dpb_Tools.Name = "dpb_Tools";
|
|
this.dpb_Tools.Size = new System.Drawing.Size(75, 26);
|
|
this.dpb_Tools.TabIndex = 24;
|
|
this.dpb_Tools.Text = "常用工具";
|
|
//
|
|
// btnFileManger
|
|
//
|
|
this.btnFileManger.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnFileManger.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnFileManger.Appearance.Options.UseFont = true;
|
|
this.btnFileManger.Location = new System.Drawing.Point(326, 6);
|
|
this.btnFileManger.Name = "btnFileManger";
|
|
this.btnFileManger.Size = new System.Drawing.Size(75, 26);
|
|
this.btnFileManger.TabIndex = 23;
|
|
this.btnFileManger.Text = "附件";
|
|
this.btnFileManger.Click += new System.EventHandler(this.btnAttach_Click);
|
|
//
|
|
// splitMain
|
|
//
|
|
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMain.Horizontal = false;
|
|
this.splitMain.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMain.Name = "splitMain";
|
|
this.splitMain.Panel1.Controls.Add(this.splitContainer);
|
|
this.splitMain.Panel1.Text = "Panel1";
|
|
this.splitMain.Panel2.Controls.Add(this.tab_basicInfo);
|
|
this.splitMain.Panel2.Text = "Panel2";
|
|
this.splitMain.Size = new System.Drawing.Size(731, 728);
|
|
this.splitMain.SplitterPosition = 348;
|
|
this.splitMain.TabIndex = 5;
|
|
this.splitMain.Text = "splitContainerControl1";
|
|
//
|
|
// splitContainer
|
|
//
|
|
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer.Horizontal = false;
|
|
this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer.Name = "splitContainer";
|
|
this.splitContainer.Panel1.Controls.Add(this.pcGrid);
|
|
this.splitContainer.Panel1.Text = "Panel1";
|
|
this.splitContainer.Panel2.Controls.Add(this.pl_main);
|
|
this.splitContainer.Panel2.Text = "Panel2";
|
|
this.splitContainer.Size = new System.Drawing.Size(731, 348);
|
|
this.splitContainer.SplitterPosition = 156;
|
|
this.splitContainer.TabIndex = 0;
|
|
this.splitContainer.Text = "splitContainerControl2";
|
|
//
|
|
// pl_main
|
|
//
|
|
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_main.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_main.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_main.Name = "pl_main";
|
|
this.pl_main.Size = new System.Drawing.Size(731, 186);
|
|
this.pl_main.TabIndex = 11;
|
|
//
|
|
// p_menu
|
|
//
|
|
this.p_menu.Manager = this.barManager1;
|
|
this.p_menu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.SmallImagesText;
|
|
this.p_menu.Name = "p_menu";
|
|
//
|
|
// 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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.barDockControlTop.Size = new System.Drawing.Size(731, 0);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 765);
|
|
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(731, 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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 765);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = false;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(731, 0);
|
|
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4);
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 765);
|
|
//
|
|
// pcGrid
|
|
//
|
|
this.pcGrid.AdapterObj = null;
|
|
this.pcGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pcGrid.Location = new System.Drawing.Point(0, 0);
|
|
this.pcGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.pcGrid.Name = "pcGrid";
|
|
this.pcGrid.Size = new System.Drawing.Size(731, 156);
|
|
this.pcGrid.TabIndex = 0;
|
|
//
|
|
// tab_basicInfo
|
|
//
|
|
this.tab_basicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tab_basicInfo.Location = new System.Drawing.Point(0, 0);
|
|
this.tab_basicInfo.Name = "tab_basicInfo";
|
|
this.tab_basicInfo.Size = new System.Drawing.Size(731, 374);
|
|
this.tab_basicInfo.TabIndex = 2;
|
|
//
|
|
// AuditBasePanel
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitMain);
|
|
this.Controls.Add(this.pcTool);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.Name = "AuditBasePanel";
|
|
this.Size = new System.Drawing.Size(731, 765);
|
|
((System.ComponentModel.ISupportInitialize)(this.pcTool)).EndInit();
|
|
this.pcTool.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
|
|
this.splitMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.p_menu)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl pcTool;
|
|
public DevExpress.XtraEditors.SimpleButton btnReflash;
|
|
private DevExpress.XtraEditors.SimpleButton btnSpare;
|
|
private DevExpress.XtraEditors.SimpleButton btnFileManger;
|
|
private DevExpress.XtraEditors.DropDownButton btnPrint;
|
|
private DevExpress.XtraEditors.SimpleButton btnAudit;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private DevExpress.XtraEditors.SimpleButton btnBack;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.DropDownButton dpb_Tools;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainer;
|
|
|
|
private DevExpress.XtraBars.PopupMenu p_menu;
|
|
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.XtraEditors.XtraScrollableControl pl_main;
|
|
public GridControlEx pcGrid;
|
|
private TabControlEx tab_basicInfo;
|
|
|
|
}
|
|
}
|