|
namespace Gs.DevApp.DevFrm.User
|
{
|
partial class SysMenuAdd
|
{
|
/// <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.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
this.txtStatus = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.txtIdx = new System.Windows.Forms.NumericUpDown();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.btnEsc = new DevExpress.XtraEditors.SimpleButton();
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl9 = 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.txtMenuIco = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.txtMenuName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.lbGuid = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
this.txtParentMenuName = new DevExpress.XtraEditors.TreeListLookUpEdit();
|
this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
|
this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtIdx)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMenuType.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMenuIco.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).BeginInit();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
|
this.tabPage1.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// labelControl7
|
//
|
this.labelControl7.Location = new System.Drawing.Point(33, 232);
|
this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl7.Name = "labelControl7";
|
this.labelControl7.Size = new System.Drawing.Size(75, 18);
|
this.labelControl7.TabIndex = 115;
|
this.labelControl7.Text = "菜单状态:";
|
//
|
// txtStatus
|
//
|
this.txtStatus.Location = new System.Drawing.Point(111, 228);
|
this.txtStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtStatus.Name = "txtStatus";
|
this.txtStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtStatus.Properties.Items.AddRange(new object[] {
|
"-请选择-",
|
"正常",
|
"禁用"});
|
this.txtStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txtStatus.Size = new System.Drawing.Size(297, 24);
|
this.txtStatus.TabIndex = 114;
|
//
|
// txtIdx
|
//
|
this.txtIdx.Location = new System.Drawing.Point(111, 267);
|
this.txtIdx.Name = "txtIdx";
|
this.txtIdx.Size = new System.Drawing.Size(120, 26);
|
this.txtIdx.TabIndex = 113;
|
this.txtIdx.Value = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(30, 275);
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(75, 18);
|
this.labelControl1.TabIndex = 112;
|
this.labelControl1.Text = "菜单排序:";
|
//
|
// btnEsc
|
//
|
this.btnEsc.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.reviewingpane_32x32;
|
this.btnEsc.Location = new System.Drawing.Point(242, 333);
|
this.btnEsc.Name = "btnEsc";
|
this.btnEsc.Size = new System.Drawing.Size(94, 29);
|
this.btnEsc.TabIndex = 111;
|
this.btnEsc.Text = "取消";
|
//
|
// btnSave
|
//
|
this.btnSave.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_32x321;
|
this.btnSave.Location = new System.Drawing.Point(111, 333);
|
this.btnSave.Name = "btnSave";
|
this.btnSave.Size = new System.Drawing.Size(94, 29);
|
this.btnSave.TabIndex = 110;
|
this.btnSave.Text = "保存";
|
//
|
// labelControl12
|
//
|
this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl12.Appearance.Options.UseForeColor = true;
|
this.labelControl12.Location = new System.Drawing.Point(418, 49);
|
this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl12.Name = "labelControl12";
|
this.labelControl12.Size = new System.Drawing.Size(8, 18);
|
this.labelControl12.TabIndex = 107;
|
this.labelControl12.Text = "*";
|
//
|
// labelControl9
|
//
|
this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl9.Appearance.Options.UseForeColor = true;
|
this.labelControl9.Location = new System.Drawing.Point(418, 89);
|
this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl9.Name = "labelControl9";
|
this.labelControl9.Size = new System.Drawing.Size(8, 18);
|
this.labelControl9.TabIndex = 108;
|
this.labelControl9.Text = "*";
|
//
|
// labelControl6
|
//
|
this.labelControl6.Location = new System.Drawing.Point(33, 155);
|
this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl6.Name = "labelControl6";
|
this.labelControl6.Size = new System.Drawing.Size(75, 18);
|
this.labelControl6.TabIndex = 103;
|
this.labelControl6.Text = "窗体类名:";
|
//
|
// txtFormNamespace
|
//
|
this.txtFormNamespace.Location = new System.Drawing.Point(111, 152);
|
this.txtFormNamespace.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtFormNamespace.Name = "txtFormNamespace";
|
this.txtFormNamespace.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
this.txtFormNamespace.Size = new System.Drawing.Size(297, 68);
|
this.txtFormNamespace.TabIndex = 102;
|
//
|
// labelControl5
|
//
|
this.labelControl5.Location = new System.Drawing.Point(36, 49);
|
this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl5.Name = "labelControl5";
|
this.labelControl5.Size = new System.Drawing.Size(75, 18);
|
this.labelControl5.TabIndex = 101;
|
this.labelControl5.Text = "菜单类型:";
|
//
|
// txtMenuType
|
//
|
this.txtMenuType.Location = new System.Drawing.Point(111, 45);
|
this.txtMenuType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
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[] {
|
"-请选择-",
|
"窗体类型",
|
"按钮类型"});
|
this.txtMenuType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txtMenuType.Size = new System.Drawing.Size(297, 24);
|
this.txtMenuType.TabIndex = 100;
|
//
|
// txtMenuIco
|
//
|
this.txtMenuIco.Location = new System.Drawing.Point(111, 115);
|
this.txtMenuIco.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtMenuIco.Name = "txtMenuIco";
|
this.txtMenuIco.Size = new System.Drawing.Size(297, 24);
|
this.txtMenuIco.TabIndex = 99;
|
//
|
// labelControl4
|
//
|
this.labelControl4.Location = new System.Drawing.Point(33, 119);
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(75, 18);
|
this.labelControl4.TabIndex = 98;
|
this.labelControl4.Text = "菜单图标:";
|
//
|
// labelControl3
|
//
|
this.labelControl3.Location = new System.Drawing.Point(33, 17);
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(75, 18);
|
this.labelControl3.TabIndex = 97;
|
this.labelControl3.Text = "父级菜单:";
|
//
|
// txtMenuName
|
//
|
this.txtMenuName.Location = new System.Drawing.Point(111, 80);
|
this.txtMenuName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtMenuName.Name = "txtMenuName";
|
this.txtMenuName.Size = new System.Drawing.Size(297, 24);
|
this.txtMenuName.TabIndex = 95;
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(33, 84);
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(75, 18);
|
this.labelControl2.TabIndex = 94;
|
this.labelControl2.Text = "菜单名称:";
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.lbGuid);
|
this.panel1.Controls.Add(this.label2);
|
this.panel1.Controls.Add(this.label1);
|
this.panel1.Controls.Add(this.labelControl8);
|
this.panel1.Controls.Add(this.txtParentMenuName);
|
this.panel1.Controls.Add(this.labelControl7);
|
this.panel1.Controls.Add(this.txtStatus);
|
this.panel1.Controls.Add(this.txtIdx);
|
this.panel1.Controls.Add(this.labelControl1);
|
this.panel1.Controls.Add(this.btnEsc);
|
this.panel1.Controls.Add(this.btnSave);
|
this.panel1.Controls.Add(this.labelControl12);
|
this.panel1.Controls.Add(this.labelControl9);
|
this.panel1.Controls.Add(this.labelControl6);
|
this.panel1.Controls.Add(this.txtFormNamespace);
|
this.panel1.Controls.Add(this.labelControl5);
|
this.panel1.Controls.Add(this.txtMenuType);
|
this.panel1.Controls.Add(this.txtMenuIco);
|
this.panel1.Controls.Add(this.labelControl4);
|
this.panel1.Controls.Add(this.labelControl3);
|
this.panel1.Controls.Add(this.txtMenuName);
|
this.panel1.Controls.Add(this.labelControl2);
|
this.panel1.Location = new System.Drawing.Point(57, 6);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(585, 402);
|
this.panel1.TabIndex = 0;
|
//
|
// lbGuid
|
//
|
this.lbGuid.AutoSize = true;
|
this.lbGuid.Location = new System.Drawing.Point(66, 373);
|
this.lbGuid.Name = "lbGuid";
|
this.lbGuid.Size = new System.Drawing.Size(39, 18);
|
this.lbGuid.TabIndex = 1;
|
this.lbGuid.Text = "guid:";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(412, 155);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(158, 36);
|
this.label2.TabIndex = 119;
|
this.label2.Text = "(窗体的命名空间全称\r\n ,父菜单可为空)";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(412, 14);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(143, 18);
|
this.label1.TabIndex = 118;
|
this.label1.Text = "(空将为一级菜单)";
|
//
|
// labelControl8
|
//
|
this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl8.Appearance.Options.UseForeColor = true;
|
this.labelControl8.Location = new System.Drawing.Point(418, 234);
|
this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl8.Name = "labelControl8";
|
this.labelControl8.Size = new System.Drawing.Size(8, 18);
|
this.labelControl8.TabIndex = 117;
|
this.labelControl8.Text = "*";
|
//
|
// txtParentMenuName
|
//
|
this.txtParentMenuName.EditValue = "无可奈何花落去";
|
this.txtParentMenuName.Location = new System.Drawing.Point(111, 11);
|
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.TreeList = this.treeListLookUpEdit1TreeList;
|
this.txtParentMenuName.Size = new System.Drawing.Size(297, 24);
|
this.txtParentMenuName.TabIndex = 116;
|
//
|
// treeListLookUpEdit1TreeList
|
//
|
this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
this.treeListColumn1});
|
this.treeListLookUpEdit1TreeList.KeyFieldName = "";
|
this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
|
this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
|
this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
|
this.treeListLookUpEdit1TreeList.ParentFieldName = "";
|
this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
|
this.treeListLookUpEdit1TreeList.TabIndex = 0;
|
//
|
// treeListColumn1
|
//
|
this.treeListColumn1.Caption = "菜单名";
|
this.treeListColumn1.FieldName = "name";
|
this.treeListColumn1.Name = "treeListColumn1";
|
this.treeListColumn1.Visible = true;
|
this.treeListColumn1.VisibleIndex = 0;
|
//
|
// tabPage1
|
//
|
this.tabPage1.Controls.Add(this.panel1);
|
this.tabPage1.Location = new System.Drawing.Point(4, 27);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage1.Size = new System.Drawing.Size(650, 450);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "基础信息";
|
this.tabPage1.UseVisualStyleBackColor = true;
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(658, 481);
|
this.tabControl1.TabIndex = 1;
|
//
|
// SysMenuAdd
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(658, 481);
|
this.Controls.Add(this.tabControl1);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "SysMenuAdd";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "菜单信息";
|
this.TopMost = true;
|
((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtIdx)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMenuType.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMenuIco.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).EndInit();
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
|
this.tabPage1.ResumeLayout(false);
|
this.tabControl1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
private DevExpress.XtraEditors.ComboBoxEdit txtStatus;
|
private System.Windows.Forms.NumericUpDown txtIdx;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.SimpleButton btnEsc;
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
private DevExpress.XtraEditors.LabelControl labelControl12;
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
private DevExpress.XtraEditors.MemoEdit txtFormNamespace;
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
private DevExpress.XtraEditors.ComboBoxEdit txtMenuType;
|
private DevExpress.XtraEditors.TextEdit txtMenuIco;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraEditors.TextEdit txtMenuName;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.TabControl tabControl1;
|
private DevExpress.XtraEditors.TreeListLookUpEdit txtParentMenuName;
|
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
|
private System.Windows.Forms.Label lbGuid;
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label1;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
|
}
|
}
|