namespace CSFrameworkV5.Library.PermissionForms
{
partial class frmEditorMenu
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEditorMenu));
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.txtParameters = new DevExpress.XtraEditors.TextEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.txtFormNamespace = new DevExpress.XtraEditors.MemoEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.txtMenuType = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtMenuCaption = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.txtParentMenuName = new DevExpress.XtraEditors.LookUpEdit();
this.txtMenuName = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txtModuleID = new DevExpress.XtraEditors.LookUpEdit();
this.pcActions = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.pnlButtonAction.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtParameters.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMenuType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMenuCaption.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtModuleID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pcActions)).BeginInit();
this.SuspendLayout();
//
// labelControl14
//
this.labelControl14.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl14.Appearance.Options.UseForeColor = true;
this.labelControl14.Location = new System.Drawing.Point(22, 419);
//
// labelControl13
//
this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl13.Appearance.Options.UseForeColor = true;
this.labelControl13.Location = new System.Drawing.Point(12, 420);
//
// btnCancel
//
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(340, 10);
this.btnCancel.Size = new System.Drawing.Size(88, 36);
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.ImageOptions.Image")));
this.btnOK.Location = new System.Drawing.Point(243, 10);
this.btnOK.Size = new System.Drawing.Size(88, 36);
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panelControl1
//
this.panelControl1.Controls.Add(this.labelControl12);
this.panelControl1.Controls.Add(this.labelControl10);
this.panelControl1.Controls.Add(this.labelControl9);
this.panelControl1.Controls.Add(this.labelControl8);
this.panelControl1.Controls.Add(this.txtParameters);
this.panelControl1.Controls.Add(this.labelControl7);
this.panelControl1.Controls.Add(this.labelControl6);
this.panelControl1.Controls.Add(this.txtFormNamespace);
this.panelControl1.Controls.Add(this.labelControl5);
this.panelControl1.Controls.Add(this.txtMenuType);
this.panelControl1.Controls.Add(this.txtMenuCaption);
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.txtParentMenuName);
this.panelControl1.Controls.Add(this.txtMenuName);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.txtModuleID);
this.panelControl1.Size = new System.Drawing.Size(374, 397);
//
// pnlButtonAction
//
this.pnlButtonAction.Location = new System.Drawing.Point(0, 418);
this.pnlButtonAction.Size = new System.Drawing.Size(644, 55);
//
// labelControl12
//
this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl12.Appearance.Options.UseForeColor = true;
this.labelControl12.Location = new System.Drawing.Point(351, 127);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(7, 14);
this.labelControl12.TabIndex = 71;
this.labelControl12.Text = "*";
//
// labelControl10
//
this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl10.Appearance.Options.UseForeColor = true;
this.labelControl10.Location = new System.Drawing.Point(351, 104);
this.labelControl10.Name = "labelControl10";
this.labelControl10.Size = new System.Drawing.Size(7, 14);
this.labelControl10.TabIndex = 73;
this.labelControl10.Text = "*";
//
// labelControl9
//
this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl9.Appearance.Options.UseForeColor = true;
this.labelControl9.Location = new System.Drawing.Point(351, 77);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new System.Drawing.Size(7, 14);
this.labelControl9.TabIndex = 72;
this.labelControl9.Text = "*";
//
// labelControl8
//
this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl8.Appearance.Options.UseForeColor = true;
this.labelControl8.Location = new System.Drawing.Point(351, 21);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(7, 14);
this.labelControl8.TabIndex = 70;
this.labelControl8.Text = "*";
//
// txtParameters
//
this.txtParameters.Location = new System.Drawing.Point(85, 210);
this.txtParameters.Name = "txtParameters";
this.txtParameters.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtParameters.Properties.Appearance.Options.UseFont = true;
this.txtParameters.Size = new System.Drawing.Size(260, 22);
this.txtParameters.TabIndex = 69;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(41, 213);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(36, 14);
this.labelControl7.TabIndex = 68;
this.labelControl7.Text = "参数:";
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(17, 153);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(60, 14);
this.labelControl6.TabIndex = 67;
this.labelControl6.Text = "窗体类名:";
//
// txtFormNamespace
//
this.txtFormNamespace.Location = new System.Drawing.Point(85, 151);
this.txtFormNamespace.Name = "txtFormNamespace";
this.txtFormNamespace.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtFormNamespace.Size = new System.Drawing.Size(260, 53);
this.txtFormNamespace.TabIndex = 66;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(17, 127);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(60, 14);
this.labelControl5.TabIndex = 65;
this.labelControl5.Text = "窗体类型:";
//
// txtMenuType
//
this.txtMenuType.Location = new System.Drawing.Point(85, 124);
this.txtMenuType.Name = "txtMenuType";
this.txtMenuType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtMenuType.Properties.Items.AddRange(new object[] {
"",
"ModuleMenu - 模块顶级菜单",
"DataForm - 数据窗体菜单",
"ItemOwner - 父菜单",
"Report - 报表菜单",
"Dialog - 对话框",
"Seperator - 分隔符"});
this.txtMenuType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtMenuType.Size = new System.Drawing.Size(260, 20);
this.txtMenuType.TabIndex = 64;
//
// txtMenuCaption
//
this.txtMenuCaption.Location = new System.Drawing.Point(85, 97);
this.txtMenuCaption.Name = "txtMenuCaption";
this.txtMenuCaption.Size = new System.Drawing.Size(260, 20);
this.txtMenuCaption.TabIndex = 63;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(17, 100);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(60, 14);
this.labelControl4.TabIndex = 62;
this.labelControl4.Text = "菜单标题:";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(17, 46);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(60, 14);
this.labelControl3.TabIndex = 61;
this.labelControl3.Text = "父级菜单:";
//
// txtParentMenuName
//
this.txtParentMenuName.Location = new System.Drawing.Point(85, 43);
this.txtParentMenuName.Name = "txtParentMenuName";
this.txtParentMenuName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtParentMenuName.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("MenuCaption", "菜单标题", 200, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
this.txtParentMenuName.Properties.NullText = "";
this.txtParentMenuName.Properties.PopupWidth = 200;
this.txtParentMenuName.Size = new System.Drawing.Size(260, 20);
this.txtParentMenuName.TabIndex = 60;
//
// txtMenuName
//
this.txtMenuName.Location = new System.Drawing.Point(85, 70);
this.txtMenuName.Name = "txtMenuName";
this.txtMenuName.Size = new System.Drawing.Size(260, 20);
this.txtMenuName.TabIndex = 59;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(17, 73);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 58;
this.labelControl2.Text = "菜单名称:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(17, 19);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 57;
this.labelControl1.Text = "所属模块:";
//
// txtModuleID
//
this.txtModuleID.Location = new System.Drawing.Point(85, 16);
this.txtModuleID.Name = "txtModuleID";
this.txtModuleID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtModuleID.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ModuleID", "编号", 60, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ModuleName", "名称", 200, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
this.txtModuleID.Properties.NullText = "";
this.txtModuleID.Properties.PopupWidth = 260;
this.txtModuleID.Size = new System.Drawing.Size(260, 20);
this.txtModuleID.TabIndex = 56;
this.txtModuleID.EditValueChanged += new System.EventHandler(this.txtModuleID_EditValueChanged);
//
// pcActions
//
this.pcActions.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pcActions.Location = new System.Drawing.Point(392, 12);
this.pcActions.Name = "pcActions";
this.pcActions.Size = new System.Drawing.Size(243, 397);
this.pcActions.TabIndex = 22;
//
// frmEditorMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(644, 473);
this.Controls.Add(this.pcActions);
this.Name = "frmEditorMenu";
this.Text = "编辑菜单资料";
this.Load += new System.EventHandler(this.frmMenuEditor_Load);
this.Controls.SetChildIndex(this.pcActions, 0);
this.Controls.SetChildIndex(this.panelControl1, 0);
this.Controls.SetChildIndex(this.pnlButtonAction, 0);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
this.pnlButtonAction.ResumeLayout(false);
this.pnlButtonAction.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtParameters.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMenuType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMenuCaption.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtModuleID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pcActions)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.LabelControl labelControl10;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.TextEdit txtParameters;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.MemoEdit txtFormNamespace;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.ComboBoxEdit txtMenuType;
private DevExpress.XtraEditors.TextEdit txtMenuCaption;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LookUpEdit txtParentMenuName;
private DevExpress.XtraEditors.TextEdit txtMenuName;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LookUpEdit txtModuleID;
private DevExpress.XtraEditors.PanelControl pcActions;
}
}