ab56a9bcf7
SVN-Revision: r240
348 lines
18 KiB
C#
348 lines
18 KiB
C#
namespace Lskj.BaseInfo
|
|
{
|
|
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.pMenu = 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.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
|
|
this.pMprint = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.pl_right = new DevExpress.XtraEditors.PanelControl();
|
|
this.gridFlow = new Lskj.Control.GridControlEx();
|
|
this.pl_right_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnReturn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.drop_tools = new DevExpress.XtraEditors.DropDownButton();
|
|
this.drop_print = new DevExpress.XtraEditors.DropDownButton();
|
|
this.btnFile = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label_flowRecord = new DevExpress.XtraEditors.LabelControl();
|
|
this.pl_left = new DevExpress.XtraEditors.PanelControl();
|
|
this.splitLeft = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.baseTab = new Lskj.Control.TabControlEx();
|
|
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_main = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.pMenu)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pMprint)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right)).BeginInit();
|
|
this.pl_right.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom)).BeginInit();
|
|
this.pl_right_bottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit();
|
|
this.pl_left.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitLeft)).BeginInit();
|
|
this.splitLeft.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pMenu
|
|
//
|
|
this.pMenu.Manager = this.barManager1;
|
|
this.pMenu.Name = "pMenu";
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager1.DockControls.Add(this.barDockControl1);
|
|
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(783, 0);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 553);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(783, 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, 553);
|
|
//
|
|
// barDockControl1
|
|
//
|
|
this.barDockControl1.CausesValidation = false;
|
|
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControl1.Location = new System.Drawing.Point(783, 0);
|
|
this.barDockControl1.Size = new System.Drawing.Size(0, 553);
|
|
//
|
|
// pMprint
|
|
//
|
|
this.pMprint.Manager = this.barManager1;
|
|
this.pMprint.Name = "pMprint";
|
|
//
|
|
// pl_right
|
|
//
|
|
this.pl_right.Controls.Add(this.gridFlow);
|
|
this.pl_right.Controls.Add(this.pl_right_bottom);
|
|
this.pl_right.Controls.Add(this.label_flowRecord);
|
|
this.pl_right.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_right.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_right.Name = "pl_right";
|
|
this.pl_right.Size = new System.Drawing.Size(205, 553);
|
|
this.pl_right.TabIndex = 6;
|
|
//
|
|
// gridFlow
|
|
//
|
|
this.gridFlow.AdapterObj = null;
|
|
this.gridFlow.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridFlow.Location = new System.Drawing.Point(2, 25);
|
|
this.gridFlow.Name = "gridFlow";
|
|
this.gridFlow.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gridFlow.Size = new System.Drawing.Size(201, 371);
|
|
this.gridFlow.TabIndex = 1;
|
|
//
|
|
// pl_right_bottom
|
|
//
|
|
this.pl_right_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_right_bottom.Controls.Add(this.btnReturn);
|
|
this.pl_right_bottom.Controls.Add(this.drop_tools);
|
|
this.pl_right_bottom.Controls.Add(this.drop_print);
|
|
this.pl_right_bottom.Controls.Add(this.btnFile);
|
|
this.pl_right_bottom.Controls.Add(this.simpleButton1);
|
|
this.pl_right_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_right_bottom.Location = new System.Drawing.Point(2, 396);
|
|
this.pl_right_bottom.Name = "pl_right_bottom";
|
|
this.pl_right_bottom.Size = new System.Drawing.Size(201, 155);
|
|
this.pl_right_bottom.TabIndex = 4;
|
|
//
|
|
// btnReturn
|
|
//
|
|
this.btnReturn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnReturn.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnReturn.Appearance.Options.UseFont = true;
|
|
this.btnReturn.Location = new System.Drawing.Point(2, 6);
|
|
this.btnReturn.Name = "btnReturn";
|
|
this.btnReturn.Size = new System.Drawing.Size(201, 23);
|
|
this.btnReturn.TabIndex = 3;
|
|
this.btnReturn.Text = "返审";
|
|
this.btnReturn.Visible = false;
|
|
this.btnReturn.Click += new System.EventHandler(this.OnReturnClick);
|
|
//
|
|
// drop_tools
|
|
//
|
|
this.drop_tools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.drop_tools.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.drop_tools.Appearance.Options.UseFont = true;
|
|
this.drop_tools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.drop_tools.DropDownControl = this.pMenu;
|
|
this.drop_tools.Enabled = false;
|
|
this.drop_tools.Location = new System.Drawing.Point(3, 37);
|
|
this.drop_tools.Name = "drop_tools";
|
|
this.drop_tools.Size = new System.Drawing.Size(201, 23);
|
|
this.drop_tools.TabIndex = 0;
|
|
this.drop_tools.Text = "常用工具";
|
|
//
|
|
// drop_print
|
|
//
|
|
this.drop_print.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.drop_print.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.drop_print.Appearance.Options.UseFont = true;
|
|
this.drop_print.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.drop_print.DropDownControl = this.pMprint;
|
|
this.drop_print.Location = new System.Drawing.Point(2, 69);
|
|
this.drop_print.Name = "drop_print";
|
|
this.drop_print.Size = new System.Drawing.Size(201, 23);
|
|
this.drop_print.TabIndex = 1;
|
|
this.drop_print.Text = "打印单据";
|
|
//
|
|
// btnFile
|
|
//
|
|
this.btnFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnFile.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnFile.Appearance.Options.UseFont = true;
|
|
this.btnFile.Location = new System.Drawing.Point(2, 100);
|
|
this.btnFile.Name = "btnFile";
|
|
this.btnFile.Size = new System.Drawing.Size(201, 23);
|
|
this.btnFile.TabIndex = 2;
|
|
this.btnFile.Text = "附件";
|
|
this.btnFile.Click += new System.EventHandler(this.btnAttach_Click);
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.simpleButton1.Appearance.Options.UseFont = true;
|
|
this.simpleButton1.Location = new System.Drawing.Point(2, 129);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(201, 23);
|
|
this.simpleButton1.TabIndex = 4;
|
|
this.simpleButton1.Text = "帮助文档";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// label_flowRecord
|
|
//
|
|
this.label_flowRecord.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.label_flowRecord.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.label_flowRecord.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.label_flowRecord.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.label_flowRecord.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.label_flowRecord.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label_flowRecord.Location = new System.Drawing.Point(2, 2);
|
|
this.label_flowRecord.Name = "label_flowRecord";
|
|
this.label_flowRecord.Size = new System.Drawing.Size(201, 23);
|
|
this.label_flowRecord.TabIndex = 7;
|
|
this.label_flowRecord.Text = "流转记录";
|
|
//
|
|
// pl_left
|
|
//
|
|
this.pl_left.Controls.Add(this.splitLeft);
|
|
this.pl_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_left.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left.Name = "pl_left";
|
|
this.pl_left.Size = new System.Drawing.Size(573, 553);
|
|
this.pl_left.TabIndex = 16;
|
|
//
|
|
// splitLeft
|
|
//
|
|
this.splitLeft.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
|
this.splitLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitLeft.Horizontal = false;
|
|
this.splitLeft.Location = new System.Drawing.Point(2, 2);
|
|
this.splitLeft.Name = "splitLeft";
|
|
this.splitLeft.Panel1.Controls.Add(this.pl_main);
|
|
this.splitLeft.Panel1.Text = "Panel1";
|
|
this.splitLeft.Panel2.Controls.Add(this.baseTab);
|
|
this.splitLeft.Panel2.Text = "Panel2";
|
|
this.splitLeft.Size = new System.Drawing.Size(569, 549);
|
|
this.splitLeft.SplitterPosition = 268;
|
|
this.splitLeft.TabIndex = 1;
|
|
this.splitLeft.Text = "splitContainerControl2";
|
|
this.splitLeft.SplitterPositionChanged += new System.EventHandler(this.splitLeft_SplitterPositionChanged);
|
|
//
|
|
// baseTab
|
|
//
|
|
this.baseTab.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.baseTab.Location = new System.Drawing.Point(0, 0);
|
|
this.baseTab.Name = "baseTab";
|
|
this.baseTab.Size = new System.Drawing.Size(569, 276);
|
|
this.baseTab.TabIndex = 0;
|
|
//
|
|
// splitMain
|
|
//
|
|
this.splitMain.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
|
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMain.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
|
|
this.splitMain.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMain.Name = "splitMain";
|
|
this.splitMain.Panel1.Controls.Add(this.pl_left);
|
|
this.splitMain.Panel1.Text = "Panel1";
|
|
this.splitMain.Panel2.Controls.Add(this.pl_right);
|
|
this.splitMain.Panel2.Text = "Panel2";
|
|
this.splitMain.Size = new System.Drawing.Size(783, 553);
|
|
this.splitMain.SplitterPosition = 205;
|
|
this.splitMain.TabIndex = 21;
|
|
this.splitMain.Text = "splitContainerControl1";
|
|
this.splitMain.SplitterPositionChanged += new System.EventHandler(this.splitMain_SplitterPositionChanged);
|
|
//
|
|
// pl_main
|
|
//
|
|
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(569, 268);
|
|
this.pl_main.TabIndex = 0;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(783, 553);
|
|
this.Controls.Add(this.splitMain);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControl1);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.Name = "FrmMain";
|
|
this.Text = "添加通用模块";
|
|
((System.ComponentModel.ISupportInitialize)(this.pMenu)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pMprint)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right)).EndInit();
|
|
this.pl_right.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom)).EndInit();
|
|
this.pl_right_bottom.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit();
|
|
this.pl_left.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitLeft)).EndInit();
|
|
this.splitLeft.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
|
|
this.splitMain.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
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 barDockControl1;
|
|
private DevExpress.XtraBars.PopupMenu pMprint;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain;
|
|
private DevExpress.XtraEditors.PanelControl pl_left;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitLeft;
|
|
private DevExpress.XtraEditors.PanelControl pl_right;
|
|
private Control.GridControlEx gridFlow;
|
|
private DevExpress.XtraEditors.PanelControl pl_right_bottom;
|
|
private DevExpress.XtraEditors.SimpleButton btnReturn;
|
|
private DevExpress.XtraEditors.DropDownButton drop_tools;
|
|
private DevExpress.XtraEditors.DropDownButton drop_print;
|
|
private DevExpress.XtraEditors.SimpleButton btnFile;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraEditors.LabelControl label_flowRecord;
|
|
private Control.TabControlEx baseTab;
|
|
private DevExpress.XtraEditors.XtraScrollableControl pl_main;
|
|
}
|
|
} |