626 lines
40 KiB
C#
626 lines
40 KiB
C#
|
|
namespace Lskj.PubCodeDesign
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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 Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitRoot = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pnlTreeHost = new DevExpress.XtraEditors.PanelControl();
|
|
this.treeMenu = new DevExpress.XtraTreeList.TreeList();
|
|
this.treeColumnMenu = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.imgMenuTree = new System.Windows.Forms.ImageList();
|
|
this.pnlLeftHeader = new DevExpress.XtraEditors.PanelControl();
|
|
this.lblMenuTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.pnlDesignWork = new DevExpress.XtraEditors.PanelControl();
|
|
this.gridDesignRules = new Lskj.PubCodeDesign.CodeDesignModuleGridEx();
|
|
this.pnlDesignGridHeader = new DevExpress.XtraEditors.PanelControl();
|
|
this.lblDesignGridTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.pnlBindModule = new DevExpress.XtraEditors.PanelControl();
|
|
this.cboBindLevel3 = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.lblBindLevel3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.cboBindLevel2 = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.lblBindLevel2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.cboBindLevel1 = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.lblBindLevel1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.chkBindModule = new DevExpress.XtraEditors.CheckEdit();
|
|
this.pnlViewWork = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnAddLogic = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnDeleteLogic = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pnlDesignerHeader = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnDeleteScheme = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnGenerateCode = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtCodePreview = new DevExpress.XtraEditors.TextEdit();
|
|
this.lblCodePreview = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtSchemeName = new DevExpress.XtraEditors.TextEdit();
|
|
this.label1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.cmsMenuTree = new System.Windows.Forms.ContextMenuStrip();
|
|
this.menuAddScheme = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.lblDesignerStatus = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRoot)).BeginInit();
|
|
this.splitRoot.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlTreeHost)).BeginInit();
|
|
this.pnlTreeHost.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeMenu)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlLeftHeader)).BeginInit();
|
|
this.pnlLeftHeader.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlDesignWork)).BeginInit();
|
|
this.pnlDesignWork.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlDesignGridHeader)).BeginInit();
|
|
this.pnlDesignGridHeader.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlBindModule)).BeginInit();
|
|
this.pnlBindModule.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cboBindLevel3.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cboBindLevel2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cboBindLevel1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkBindModule.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
|
|
this.pl_buttom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlDesignerHeader)).BeginInit();
|
|
this.pnlDesignerHeader.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCodePreview.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSchemeName.Properties)).BeginInit();
|
|
this.cmsMenuTree.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitRoot
|
|
//
|
|
this.splitRoot.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitRoot.Location = new System.Drawing.Point(0, 0);
|
|
this.splitRoot.Name = "splitRoot";
|
|
this.splitRoot.Panel1.Controls.Add(this.pnlTreeHost);
|
|
this.splitRoot.Panel1.Controls.Add(this.pnlLeftHeader);
|
|
this.splitRoot.Panel2.Controls.Add(this.pnlDesignWork);
|
|
this.splitRoot.Panel2.Controls.Add(this.pnlViewWork);
|
|
this.splitRoot.Panel2.Controls.Add(this.pl_buttom);
|
|
this.splitRoot.Panel2.Controls.Add(this.pnlDesignerHeader);
|
|
this.splitRoot.Size = new System.Drawing.Size(1297, 681);
|
|
this.splitRoot.SplitterPosition = 260;
|
|
this.splitRoot.TabIndex = 0;
|
|
this.splitRoot.Text = "splitRoot";
|
|
//
|
|
// pnlTreeHost
|
|
//
|
|
this.pnlTreeHost.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(253)))), ((int)(((byte)(255)))));
|
|
this.pnlTreeHost.Appearance.Options.UseBackColor = true;
|
|
this.pnlTreeHost.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pnlTreeHost.Controls.Add(this.treeMenu);
|
|
this.pnlTreeHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlTreeHost.Location = new System.Drawing.Point(0, 38);
|
|
this.pnlTreeHost.Name = "pnlTreeHost";
|
|
this.pnlTreeHost.Size = new System.Drawing.Size(260, 643);
|
|
this.pnlTreeHost.TabIndex = 1;
|
|
//
|
|
// treeMenu
|
|
//
|
|
this.treeMenu.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(253)))), ((int)(((byte)(255)))));
|
|
this.treeMenu.Appearance.Empty.Options.UseBackColor = true;
|
|
this.treeMenu.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(226)))), ((int)(((byte)(243)))));
|
|
this.treeMenu.Appearance.FocusedCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.treeMenu.Appearance.FocusedCell.Options.UseBackColor = true;
|
|
this.treeMenu.Appearance.FocusedCell.Options.UseForeColor = true;
|
|
this.treeMenu.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(226)))), ((int)(((byte)(243)))));
|
|
this.treeMenu.Appearance.FocusedRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.treeMenu.Appearance.FocusedRow.Options.UseBackColor = true;
|
|
this.treeMenu.Appearance.FocusedRow.Options.UseForeColor = true;
|
|
this.treeMenu.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(253)))), ((int)(((byte)(255)))));
|
|
this.treeMenu.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
|
this.treeMenu.Appearance.Row.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.treeMenu.Appearance.Row.Options.UseBackColor = true;
|
|
this.treeMenu.Appearance.Row.Options.UseFont = true;
|
|
this.treeMenu.Appearance.Row.Options.UseForeColor = true;
|
|
this.treeMenu.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.treeMenu.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
|
this.treeColumnMenu});
|
|
this.treeMenu.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeMenu.Location = new System.Drawing.Point(0, 0);
|
|
this.treeMenu.Name = "treeMenu";
|
|
this.treeMenu.OptionsBehavior.Editable = false;
|
|
this.treeMenu.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.treeMenu.OptionsView.ShowColumns = false;
|
|
this.treeMenu.OptionsView.ShowHorzLines = false;
|
|
this.treeMenu.OptionsView.ShowIndicator = false;
|
|
this.treeMenu.OptionsView.ShowVertLines = false;
|
|
this.treeMenu.RowHeight = 28;
|
|
this.treeMenu.SelectImageList = this.imgMenuTree;
|
|
this.treeMenu.Size = new System.Drawing.Size(260, 643);
|
|
this.treeMenu.TabIndex = 0;
|
|
//
|
|
// treeColumnMenu
|
|
//
|
|
this.treeColumnMenu.Caption = "编码分类";
|
|
this.treeColumnMenu.FieldName = "Text";
|
|
this.treeColumnMenu.MinWidth = 35;
|
|
this.treeColumnMenu.Name = "treeColumnMenu";
|
|
this.treeColumnMenu.Visible = true;
|
|
this.treeColumnMenu.VisibleIndex = 0;
|
|
//
|
|
// imgMenuTree
|
|
//
|
|
this.imgMenuTree.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
|
|
this.imgMenuTree.ImageSize = new System.Drawing.Size(18, 18);
|
|
this.imgMenuTree.TransparentColor = System.Drawing.Color.Transparent;
|
|
//
|
|
// pnlLeftHeader
|
|
//
|
|
this.pnlLeftHeader.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(248)))), ((int)(((byte)(250)))));
|
|
this.pnlLeftHeader.Appearance.Options.UseBackColor = true;
|
|
this.pnlLeftHeader.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pnlLeftHeader.Controls.Add(this.lblMenuTitle);
|
|
this.pnlLeftHeader.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pnlLeftHeader.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlLeftHeader.Name = "pnlLeftHeader";
|
|
this.pnlLeftHeader.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
this.pnlLeftHeader.Size = new System.Drawing.Size(260, 38);
|
|
this.pnlLeftHeader.TabIndex = 0;
|
|
//
|
|
// lblMenuTitle
|
|
//
|
|
this.lblMenuTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblMenuTitle.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.lblMenuTitle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.lblMenuTitle.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.lblMenuTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblMenuTitle.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblMenuTitle.Location = new System.Drawing.Point(10, 0);
|
|
this.lblMenuTitle.Name = "lblMenuTitle";
|
|
this.lblMenuTitle.Size = new System.Drawing.Size(250, 38);
|
|
this.lblMenuTitle.TabIndex = 3;
|
|
this.lblMenuTitle.Text = "编码分类";
|
|
//
|
|
// pnlDesignWork
|
|
//
|
|
this.pnlDesignWork.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.pnlDesignWork.Appearance.Options.UseBackColor = true;
|
|
this.pnlDesignWork.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pnlDesignWork.Controls.Add(this.gridDesignRules);
|
|
this.pnlDesignWork.Controls.Add(this.pnlDesignGridHeader);
|
|
this.pnlDesignWork.Controls.Add(this.pnlBindModule);
|
|
this.pnlDesignWork.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlDesignWork.Location = new System.Drawing.Point(0, 38);
|
|
this.pnlDesignWork.Name = "pnlDesignWork";
|
|
this.pnlDesignWork.Size = new System.Drawing.Size(760, 607);
|
|
this.pnlDesignWork.TabIndex = 24;
|
|
this.pnlDesignWork.Visible = false;
|
|
//
|
|
// gridDesignRules
|
|
//
|
|
this.gridDesignRules.BackColor = System.Drawing.Color.Transparent;
|
|
this.gridDesignRules.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridDesignRules.Location = new System.Drawing.Point(0, 116);
|
|
this.gridDesignRules.Margin = new System.Windows.Forms.Padding(4);
|
|
this.gridDesignRules.Name = "gridDesignRules";
|
|
this.gridDesignRules.OperShortMode = true;
|
|
this.gridDesignRules.Size = new System.Drawing.Size(760, 491);
|
|
this.gridDesignRules.TabIndex = 2;
|
|
this.gridDesignRules.VisibleMrpSearchPanel = false;
|
|
this.gridDesignRules.VisibleOperPanel = false;
|
|
this.gridDesignRules.VisibleSearchPanel = false;
|
|
//
|
|
// pnlDesignGridHeader
|
|
//
|
|
this.pnlDesignGridHeader.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(248)))), ((int)(((byte)(250)))));
|
|
this.pnlDesignGridHeader.Appearance.Options.UseBackColor = true;
|
|
this.pnlDesignGridHeader.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pnlDesignGridHeader.Controls.Add(this.lblDesignGridTitle);
|
|
this.pnlDesignGridHeader.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pnlDesignGridHeader.Location = new System.Drawing.Point(0, 86);
|
|
this.pnlDesignGridHeader.Name = "pnlDesignGridHeader";
|
|
this.pnlDesignGridHeader.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
this.pnlDesignGridHeader.Size = new System.Drawing.Size(760, 30);
|
|
this.pnlDesignGridHeader.TabIndex = 1;
|
|
//
|
|
// lblDesignGridTitle
|
|
//
|
|
this.lblDesignGridTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
|
|
this.lblDesignGridTitle.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.lblDesignGridTitle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.lblDesignGridTitle.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.lblDesignGridTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblDesignGridTitle.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblDesignGridTitle.Location = new System.Drawing.Point(10, 0);
|
|
this.lblDesignGridTitle.Name = "lblDesignGridTitle";
|
|
this.lblDesignGridTitle.Size = new System.Drawing.Size(750, 30);
|
|
this.lblDesignGridTitle.TabIndex = 0;
|
|
this.lblDesignGridTitle.Text = "方案明细";
|
|
//
|
|
// pnlBindModule
|
|
//
|
|
this.pnlBindModule.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.pnlBindModule.Appearance.Options.UseBackColor = true;
|
|
this.pnlBindModule.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pnlBindModule.Controls.Add(this.cboBindLevel3);
|
|
this.pnlBindModule.Controls.Add(this.lblBindLevel3);
|
|
this.pnlBindModule.Controls.Add(this.cboBindLevel2);
|
|
this.pnlBindModule.Controls.Add(this.lblBindLevel2);
|
|
this.pnlBindModule.Controls.Add(this.cboBindLevel1);
|
|
this.pnlBindModule.Controls.Add(this.lblBindLevel1);
|
|
this.pnlBindModule.Controls.Add(this.chkBindModule);
|
|
this.pnlBindModule.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pnlBindModule.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlBindModule.Name = "pnlBindModule";
|
|
this.pnlBindModule.Size = new System.Drawing.Size(760, 86);
|
|
this.pnlBindModule.TabIndex = 0;
|
|
//
|
|
// cboBindLevel3
|
|
//
|
|
this.cboBindLevel3.Location = new System.Drawing.Point(548, 45);
|
|
this.cboBindLevel3.Name = "cboBindLevel3";
|
|
this.cboBindLevel3.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.cboBindLevel3.Properties.Appearance.Options.UseFont = true;
|
|
this.cboBindLevel3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.cboBindLevel3.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.cboBindLevel3.Size = new System.Drawing.Size(170, 24);
|
|
this.cboBindLevel3.TabIndex = 6;
|
|
//
|
|
// lblBindLevel3
|
|
//
|
|
this.lblBindLevel3.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.lblBindLevel3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.lblBindLevel3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.lblBindLevel3.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.lblBindLevel3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblBindLevel3.Location = new System.Drawing.Point(482, 42);
|
|
this.lblBindLevel3.Name = "lblBindLevel3";
|
|
this.lblBindLevel3.Size = new System.Drawing.Size(66, 26);
|
|
this.lblBindLevel3.TabIndex = 5;
|
|
this.lblBindLevel3.Text = "三级菜单:";
|
|
//
|
|
// cboBindLevel2
|
|
//
|
|
this.cboBindLevel2.Location = new System.Drawing.Point(312, 45);
|
|
this.cboBindLevel2.Name = "cboBindLevel2";
|
|
this.cboBindLevel2.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.cboBindLevel2.Properties.Appearance.Options.UseFont = true;
|
|
this.cboBindLevel2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.cboBindLevel2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.cboBindLevel2.Size = new System.Drawing.Size(150, 24);
|
|
this.cboBindLevel2.TabIndex = 4;
|
|
//
|
|
// lblBindLevel2
|
|
//
|
|
this.lblBindLevel2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.lblBindLevel2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.lblBindLevel2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.lblBindLevel2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.lblBindLevel2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblBindLevel2.Location = new System.Drawing.Point(246, 42);
|
|
this.lblBindLevel2.Name = "lblBindLevel2";
|
|
this.lblBindLevel2.Size = new System.Drawing.Size(66, 26);
|
|
this.lblBindLevel2.TabIndex = 3;
|
|
this.lblBindLevel2.Text = "二级菜单:";
|
|
//
|
|
// cboBindLevel1
|
|
//
|
|
this.cboBindLevel1.Location = new System.Drawing.Point(76, 45);
|
|
this.cboBindLevel1.Name = "cboBindLevel1";
|
|
this.cboBindLevel1.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.cboBindLevel1.Properties.Appearance.Options.UseFont = true;
|
|
this.cboBindLevel1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.cboBindLevel1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.cboBindLevel1.Size = new System.Drawing.Size(150, 24);
|
|
this.cboBindLevel1.TabIndex = 2;
|
|
//
|
|
// lblBindLevel1
|
|
//
|
|
this.lblBindLevel1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.lblBindLevel1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.lblBindLevel1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.lblBindLevel1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.lblBindLevel1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblBindLevel1.Location = new System.Drawing.Point(10, 42);
|
|
this.lblBindLevel1.Name = "lblBindLevel1";
|
|
this.lblBindLevel1.Size = new System.Drawing.Size(66, 26);
|
|
this.lblBindLevel1.TabIndex = 1;
|
|
this.lblBindLevel1.Text = "一级菜单:";
|
|
//
|
|
// chkBindModule
|
|
//
|
|
this.chkBindModule.Location = new System.Drawing.Point(10, 12);
|
|
this.chkBindModule.Name = "chkBindModule";
|
|
this.chkBindModule.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
|
|
this.chkBindModule.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.chkBindModule.Properties.Appearance.Options.UseFont = true;
|
|
this.chkBindModule.Properties.Appearance.Options.UseForeColor = true;
|
|
this.chkBindModule.Properties.Caption = "绑定模块";
|
|
this.chkBindModule.Size = new System.Drawing.Size(95, 21);
|
|
this.chkBindModule.TabIndex = 0;
|
|
//
|
|
// pnlViewWork
|
|
//
|
|
this.pnlViewWork.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.pnlViewWork.Appearance.Options.UseBackColor = true;
|
|
this.pnlViewWork.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlViewWork.Location = new System.Drawing.Point(0, 38);
|
|
this.pnlViewWork.Name = "pnlViewWork";
|
|
this.pnlViewWork.Padding = new System.Windows.Forms.Padding(10);
|
|
this.pnlViewWork.Size = new System.Drawing.Size(760, 607);
|
|
this.pnlViewWork.TabIndex = 1;
|
|
this.pnlViewWork.Visible = false;
|
|
//
|
|
// pl_buttom
|
|
//
|
|
this.pl_buttom.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pl_buttom.Appearance.Options.UseBackColor = true;
|
|
this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_buttom.Controls.Add(this.btnAddLogic);
|
|
this.pl_buttom.Controls.Add(this.btnDeleteLogic);
|
|
this.pl_buttom.Controls.Add(this.btnSave);
|
|
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_buttom.Location = new System.Drawing.Point(0, 645);
|
|
this.pl_buttom.Name = "pl_buttom";
|
|
this.pl_buttom.Size = new System.Drawing.Size(760, 36);
|
|
this.pl_buttom.TabIndex = 23;
|
|
//
|
|
// btnAddLogic
|
|
//
|
|
this.btnAddLogic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAddLogic.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAddLogic.Appearance.Options.UseFont = true;
|
|
this.btnAddLogic.Enabled = false;
|
|
this.btnAddLogic.Location = new System.Drawing.Point(558, 6);
|
|
this.btnAddLogic.Name = "btnAddLogic";
|
|
this.btnAddLogic.Size = new System.Drawing.Size(58, 26);
|
|
this.btnAddLogic.TabIndex = 35;
|
|
this.btnAddLogic.Text = "增加(&A)";
|
|
//
|
|
// btnDeleteLogic
|
|
//
|
|
this.btnDeleteLogic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDeleteLogic.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDeleteLogic.Appearance.Options.UseFont = true;
|
|
this.btnDeleteLogic.Enabled = false;
|
|
this.btnDeleteLogic.Location = new System.Drawing.Point(622, 6);
|
|
this.btnDeleteLogic.Name = "btnDeleteLogic";
|
|
this.btnDeleteLogic.Size = new System.Drawing.Size(62, 26);
|
|
this.btnDeleteLogic.TabIndex = 36;
|
|
this.btnDeleteLogic.Text = "删除(&D)";
|
|
//
|
|
// 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(690, 6);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(62, 26);
|
|
this.btnSave.TabIndex = 37;
|
|
this.btnSave.Text = "保存(&S)";
|
|
//
|
|
// pnlDesignerHeader
|
|
//
|
|
this.pnlDesignerHeader.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(248)))), ((int)(((byte)(250)))));
|
|
this.pnlDesignerHeader.Appearance.Options.UseBackColor = true;
|
|
this.pnlDesignerHeader.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pnlDesignerHeader.Controls.Add(this.btnDeleteScheme);
|
|
this.pnlDesignerHeader.Controls.Add(this.btnGenerateCode);
|
|
this.pnlDesignerHeader.Controls.Add(this.txtCodePreview);
|
|
this.pnlDesignerHeader.Controls.Add(this.lblCodePreview);
|
|
this.pnlDesignerHeader.Controls.Add(this.txtSchemeName);
|
|
this.pnlDesignerHeader.Controls.Add(this.label1);
|
|
this.pnlDesignerHeader.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pnlDesignerHeader.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlDesignerHeader.Name = "pnlDesignerHeader";
|
|
this.pnlDesignerHeader.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
this.pnlDesignerHeader.Size = new System.Drawing.Size(760, 38);
|
|
this.pnlDesignerHeader.TabIndex = 0;
|
|
//
|
|
// btnDeleteScheme
|
|
//
|
|
this.btnDeleteScheme.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.btnDeleteScheme.Appearance.Options.UseFont = true;
|
|
this.btnDeleteScheme.Enabled = false;
|
|
this.btnDeleteScheme.Location = new System.Drawing.Point(280, 6);
|
|
this.btnDeleteScheme.Name = "btnDeleteScheme";
|
|
this.btnDeleteScheme.Size = new System.Drawing.Size(72, 26);
|
|
this.btnDeleteScheme.TabIndex = 5;
|
|
this.btnDeleteScheme.Text = "删除方案";
|
|
//
|
|
// btnGenerateCode
|
|
//
|
|
this.btnGenerateCode.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.btnGenerateCode.Appearance.Options.UseFont = true;
|
|
this.btnGenerateCode.Enabled = false;
|
|
this.btnGenerateCode.Location = new System.Drawing.Point(620, 6);
|
|
this.btnGenerateCode.Name = "btnGenerateCode";
|
|
this.btnGenerateCode.Size = new System.Drawing.Size(72, 24);
|
|
this.btnGenerateCode.TabIndex = 8;
|
|
this.btnGenerateCode.Text = "生成编码";
|
|
this.btnGenerateCode.Visible = false;
|
|
//
|
|
// txtCodePreview
|
|
//
|
|
this.txtCodePreview.Location = new System.Drawing.Point(372, 6);
|
|
this.txtCodePreview.Margin = new System.Windows.Forms.Padding(0);
|
|
this.txtCodePreview.Name = "txtCodePreview";
|
|
this.txtCodePreview.Properties.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.txtCodePreview.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.txtCodePreview.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(54)))), ((int)(((byte)(66)))));
|
|
this.txtCodePreview.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtCodePreview.Properties.Appearance.Options.UseFont = true;
|
|
this.txtCodePreview.Properties.Appearance.Options.UseForeColor = true;
|
|
this.txtCodePreview.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.txtCodePreview.Properties.ReadOnly = true;
|
|
this.txtCodePreview.Size = new System.Drawing.Size(240, 24);
|
|
this.txtCodePreview.TabIndex = 7;
|
|
this.txtCodePreview.Visible = false;
|
|
//
|
|
// lblCodePreview
|
|
//
|
|
this.lblCodePreview.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(248)))), ((int)(((byte)(250)))));
|
|
this.lblCodePreview.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
|
|
this.lblCodePreview.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.lblCodePreview.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.lblCodePreview.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.lblCodePreview.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblCodePreview.Location = new System.Drawing.Point(292, 0);
|
|
this.lblCodePreview.Name = "lblCodePreview";
|
|
this.lblCodePreview.Size = new System.Drawing.Size(78, 38);
|
|
this.lblCodePreview.TabIndex = 6;
|
|
this.lblCodePreview.Text = "编码预览:";
|
|
this.lblCodePreview.Visible = false;
|
|
//
|
|
// txtSchemeName
|
|
//
|
|
this.txtSchemeName.Enabled = false;
|
|
this.txtSchemeName.Location = new System.Drawing.Point(85, 6);
|
|
this.txtSchemeName.Margin = new System.Windows.Forms.Padding(0);
|
|
this.txtSchemeName.Name = "txtSchemeName";
|
|
this.txtSchemeName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.txtSchemeName.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(54)))), ((int)(((byte)(66)))));
|
|
this.txtSchemeName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtSchemeName.Properties.Appearance.Options.UseForeColor = true;
|
|
this.txtSchemeName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.txtSchemeName.Size = new System.Drawing.Size(188, 24);
|
|
this.txtSchemeName.TabIndex = 4;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(248)))), ((int)(((byte)(250)))));
|
|
this.label1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
|
|
this.label1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(73)))), ((int)(((byte)(98)))));
|
|
this.label1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.label1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.label1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label1.Location = new System.Drawing.Point(10, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(72, 38);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "方案名称:";
|
|
//
|
|
// cmsMenuTree
|
|
//
|
|
this.cmsMenuTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.menuAddScheme});
|
|
this.cmsMenuTree.Name = "cmsMenuTree";
|
|
this.cmsMenuTree.Size = new System.Drawing.Size(125, 26);
|
|
//
|
|
// menuAddScheme
|
|
//
|
|
this.menuAddScheme.Name = "menuAddScheme";
|
|
this.menuAddScheme.Size = new System.Drawing.Size(124, 22);
|
|
this.menuAddScheme.Text = "添加方案";
|
|
//
|
|
// lblDesignerStatus
|
|
//
|
|
this.lblDesignerStatus.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(248)))), ((int)(((byte)(250)))));
|
|
this.lblDesignerStatus.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.lblDesignerStatus.Appearance.ForeColor = System.Drawing.Color.DimGray;
|
|
this.lblDesignerStatus.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.lblDesignerStatus.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.lblDesignerStatus.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblDesignerStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.lblDesignerStatus.Location = new System.Drawing.Point(0, 655);
|
|
this.lblDesignerStatus.Name = "lblDesignerStatus";
|
|
this.lblDesignerStatus.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
this.lblDesignerStatus.Size = new System.Drawing.Size(560, 26);
|
|
this.lblDesignerStatus.TabIndex = 2;
|
|
this.lblDesignerStatus.Text = "请选择左侧末级菜单并添加方案";
|
|
this.lblDesignerStatus.Visible = false;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(1297, 681);
|
|
this.Controls.Add(this.splitRoot);
|
|
this.Name = "FrmMain";
|
|
this.Text = "编码生成设计";
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRoot)).EndInit();
|
|
this.splitRoot.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlTreeHost)).EndInit();
|
|
this.pnlTreeHost.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.treeMenu)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlLeftHeader)).EndInit();
|
|
this.pnlLeftHeader.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlDesignWork)).EndInit();
|
|
this.pnlDesignWork.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlDesignGridHeader)).EndInit();
|
|
this.pnlDesignGridHeader.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlBindModule)).EndInit();
|
|
this.pnlBindModule.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.cboBindLevel3.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cboBindLevel2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cboBindLevel1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkBindModule.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
|
|
this.pl_buttom.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pnlDesignerHeader)).EndInit();
|
|
this.pnlDesignerHeader.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCodePreview.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSchemeName.Properties)).EndInit();
|
|
this.cmsMenuTree.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitRoot;
|
|
private DevExpress.XtraEditors.PanelControl pnlLeftHeader;
|
|
private DevExpress.XtraEditors.PanelControl pnlTreeHost;
|
|
private System.Windows.Forms.ImageList imgMenuTree;
|
|
private System.Windows.Forms.ContextMenuStrip cmsMenuTree;
|
|
private System.Windows.Forms.ToolStripMenuItem menuAddScheme;
|
|
private DevExpress.XtraEditors.PanelControl pnlDesignerHeader;
|
|
private DevExpress.XtraEditors.LabelControl lblDesignerStatus;
|
|
private DevExpress.XtraEditors.PanelControl pl_buttom;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private DevExpress.XtraEditors.SimpleButton btnDeleteScheme;
|
|
private DevExpress.XtraEditors.SimpleButton btnGenerateCode;
|
|
private DevExpress.XtraEditors.TextEdit txtCodePreview;
|
|
private DevExpress.XtraEditors.LabelControl lblCodePreview;
|
|
private DevExpress.XtraTreeList.TreeList treeMenu;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeColumnMenu;
|
|
private DevExpress.XtraEditors.TextEdit txtSchemeName;
|
|
private DevExpress.XtraEditors.LabelControl label1;
|
|
private DevExpress.XtraEditors.LabelControl lblMenuTitle;
|
|
private DevExpress.XtraEditors.XtraScrollableControl pnlViewWork;
|
|
private DevExpress.XtraEditors.PanelControl pnlDesignWork;
|
|
private Lskj.PubCodeDesign.CodeDesignModuleGridEx gridDesignRules;
|
|
private DevExpress.XtraEditors.PanelControl pnlDesignGridHeader;
|
|
private DevExpress.XtraEditors.LabelControl lblDesignGridTitle;
|
|
private DevExpress.XtraEditors.PanelControl pnlBindModule;
|
|
private DevExpress.XtraEditors.ComboBoxEdit cboBindLevel3;
|
|
private DevExpress.XtraEditors.LabelControl lblBindLevel3;
|
|
private DevExpress.XtraEditors.ComboBoxEdit cboBindLevel2;
|
|
private DevExpress.XtraEditors.LabelControl lblBindLevel2;
|
|
private DevExpress.XtraEditors.ComboBoxEdit cboBindLevel1;
|
|
private DevExpress.XtraEditors.LabelControl lblBindLevel1;
|
|
private DevExpress.XtraEditors.CheckEdit chkBindModule;
|
|
private DevExpress.XtraEditors.SimpleButton btnAddLogic;
|
|
private DevExpress.XtraEditors.SimpleButton btnDeleteLogic;
|
|
}
|
|
}
|
|
|