namespace SIMDP.View { partial class FormEditMenu { /// /// 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() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.treeLookUp_PId = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.lookUp_WinformType = new DevExpress.XtraEditors.LookUpEdit(); this.btn_SelectWebIcon = new DevExpress.XtraEditors.SimpleButton(); this.btn_SelectIcon = new DevExpress.XtraEditors.SimpleButton(); this.txt_Url = new DevExpress.XtraEditors.TextEdit(); this.txt_WebIcon = new DevExpress.XtraEditors.TextEdit(); this.txt_FunctionID = new DevExpress.XtraEditors.TextEdit(); this.txt_Seq = new DevExpress.XtraEditors.TextEdit(); this.txt_Icon = new DevExpress.XtraEditors.TextEdit(); this.txt_Name = new DevExpress.XtraEditors.TextEdit(); this.txt_Id = new DevExpress.XtraEditors.TextEdit(); this.check_Delete = new DevExpress.XtraEditors.CheckEdit(); this.check_Visible = new DevExpress.XtraEditors.CheckEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_PId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_WinformType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Url.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_WebIcon.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_FunctionID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Seq.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Icon.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Id.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Delete.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Visible.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.treeLookUp_PId); this.panelControl1.Controls.Add(this.lookUp_WinformType); this.panelControl1.Controls.Add(this.btn_SelectWebIcon); this.panelControl1.Controls.Add(this.btn_SelectIcon); this.panelControl1.Controls.Add(this.txt_Url); this.panelControl1.Controls.Add(this.txt_WebIcon); this.panelControl1.Controls.Add(this.txt_FunctionID); this.panelControl1.Controls.Add(this.txt_Seq); this.panelControl1.Controls.Add(this.txt_Icon); this.panelControl1.Controls.Add(this.txt_Name); this.panelControl1.Controls.Add(this.txt_Id); this.panelControl1.Controls.Add(this.check_Delete); this.panelControl1.Controls.Add(this.check_Visible); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl10); this.panelControl1.Controls.Add(this.labelControl9); this.panelControl1.Controls.Add(this.labelControl8); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(12, 5); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(447, 268); this.panelControl1.TabIndex = 0; // // treeLookUp_PId // this.treeLookUp_PId.Location = new System.Drawing.Point(142, 43); this.treeLookUp_PId.Name = "treeLookUp_PId"; this.treeLookUp_PId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.treeLookUp_PId.Properties.TreeList = this.treeListLookUpEdit1TreeList; this.treeLookUp_PId.Size = new System.Drawing.Size(295, 20); this.treeLookUp_PId.TabIndex = 7; this.treeLookUp_PId.EditValueChanged += new System.EventHandler(this.ParentId_EditValueChanged); // // treeListLookUpEdit1TreeList // this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1, this.treeListColumn2, this.treeListColumn3}); this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0); this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList"; this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true; this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true; 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; // // treeListColumn2 // this.treeListColumn2.Caption = "功能ID"; this.treeListColumn2.FieldName = "FunctionId"; this.treeListColumn2.Name = "treeListColumn2"; this.treeListColumn2.Visible = true; this.treeListColumn2.VisibleIndex = 1; // // treeListColumn3 // this.treeListColumn3.Caption = "排序"; this.treeListColumn3.FieldName = "Seq"; this.treeListColumn3.Name = "treeListColumn3"; this.treeListColumn3.Visible = true; this.treeListColumn3.VisibleIndex = 2; // // lookUp_WinformType // this.lookUp_WinformType.Location = new System.Drawing.Point(142, 144); this.lookUp_WinformType.Name = "lookUp_WinformType"; this.lookUp_WinformType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_WinformType.Properties.ReadOnly = true; this.lookUp_WinformType.Size = new System.Drawing.Size(100, 20); this.lookUp_WinformType.TabIndex = 6; // // btn_SelectWebIcon // this.btn_SelectWebIcon.Location = new System.Drawing.Point(396, 173); this.btn_SelectWebIcon.Name = "btn_SelectWebIcon"; this.btn_SelectWebIcon.Size = new System.Drawing.Size(41, 23); this.btn_SelectWebIcon.TabIndex = 4; this.btn_SelectWebIcon.Text = "..."; this.btn_SelectWebIcon.Click += new System.EventHandler(this.btn_SelectWebIcon_Click); // // btn_SelectIcon // this.btn_SelectIcon.Location = new System.Drawing.Point(397, 110); this.btn_SelectIcon.Name = "btn_SelectIcon"; this.btn_SelectIcon.Size = new System.Drawing.Size(41, 23); this.btn_SelectIcon.TabIndex = 4; this.btn_SelectIcon.Text = "..."; this.btn_SelectIcon.Click += new System.EventHandler(this.btn_SelectIcon_Click); // // txt_Url // this.txt_Url.Location = new System.Drawing.Point(141, 206); this.txt_Url.Name = "txt_Url"; this.txt_Url.Size = new System.Drawing.Size(249, 20); this.txt_Url.TabIndex = 3; // // txt_WebIcon // this.txt_WebIcon.Location = new System.Drawing.Point(141, 174); this.txt_WebIcon.Name = "txt_WebIcon"; this.txt_WebIcon.Size = new System.Drawing.Size(249, 20); this.txt_WebIcon.TabIndex = 3; // // txt_FunctionID // this.txt_FunctionID.Location = new System.Drawing.Point(309, 77); this.txt_FunctionID.Name = "txt_FunctionID"; this.txt_FunctionID.Properties.ReadOnly = true; this.txt_FunctionID.Size = new System.Drawing.Size(100, 20); this.txt_FunctionID.TabIndex = 3; // // txt_Seq // this.txt_Seq.Location = new System.Drawing.Point(142, 77); this.txt_Seq.Name = "txt_Seq"; this.txt_Seq.Properties.ReadOnly = true; this.txt_Seq.Size = new System.Drawing.Size(100, 20); this.txt_Seq.TabIndex = 3; // // txt_Icon // this.txt_Icon.Location = new System.Drawing.Point(142, 111); this.txt_Icon.Name = "txt_Icon"; this.txt_Icon.Size = new System.Drawing.Size(248, 20); this.txt_Icon.TabIndex = 3; // // txt_Name // this.txt_Name.Location = new System.Drawing.Point(338, 11); this.txt_Name.Name = "txt_Name"; this.txt_Name.Size = new System.Drawing.Size(100, 20); this.txt_Name.TabIndex = 3; // // txt_Id // this.txt_Id.Location = new System.Drawing.Point(142, 11); this.txt_Id.Name = "txt_Id"; this.txt_Id.Properties.ReadOnly = true; this.txt_Id.Size = new System.Drawing.Size(100, 20); this.txt_Id.TabIndex = 3; // // check_Delete // this.check_Delete.Location = new System.Drawing.Point(157, 233); this.check_Delete.Name = "check_Delete"; this.check_Delete.Properties.Caption = "是否已删除"; this.check_Delete.Size = new System.Drawing.Size(85, 19); this.check_Delete.TabIndex = 2; // // check_Visible // this.check_Visible.Location = new System.Drawing.Point(53, 233); this.check_Visible.Name = "check_Visible"; this.check_Visible.Properties.Caption = "菜单可见"; this.check_Visible.Size = new System.Drawing.Size(75, 19); this.check_Visible.TabIndex = 2; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(61, 46); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(36, 14); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "父ID:"; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(29, 209); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(100, 14); this.labelControl10.TabIndex = 0; this.labelControl10.Text = "Web界面Url地址:"; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(18, 177); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(122, 14); this.labelControl9.TabIndex = 0; this.labelControl9.Text = "Web界面的菜单图标:"; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(18, 144); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(123, 14); this.labelControl8.TabIndex = 0; this.labelControl8.Text = "Winform窗体类型(*):"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(259, 80); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(48, 14); this.labelControl6.TabIndex = 0; this.labelControl6.Text = "功能ID:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(53, 80); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(36, 14); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "排序:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(61, 114); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(36, 14); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "图标:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(259, 14); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(77, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "显示名称(*):"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(59, 14); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(41, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "ID(*):"; // // btn_Add // this.btn_Add.Location = new System.Drawing.Point(53, 279); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(75, 23); this.btn_Add.TabIndex = 5; this.btn_Add.Text = "添加"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(196, 279); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(75, 23); this.btn_Save.TabIndex = 5; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(346, 279); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(75, 23); this.btn_Cancel.TabIndex = 5; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // FormEditMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(471, 314); this.Controls.Add(this.panelControl1); this.Controls.Add(this.btn_Add); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Save); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "菜单信息"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_PId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_WinformType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Url.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_WebIcon.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_FunctionID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Seq.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Icon.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Id.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Delete.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Visible.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.SimpleButton btn_SelectWebIcon; private DevExpress.XtraEditors.SimpleButton btn_SelectIcon; private DevExpress.XtraEditors.TextEdit txt_Url; private DevExpress.XtraEditors.TextEdit txt_WebIcon; private DevExpress.XtraEditors.TextEdit txt_FunctionID; private DevExpress.XtraEditors.TextEdit txt_Seq; private DevExpress.XtraEditors.TextEdit txt_Icon; private DevExpress.XtraEditors.TextEdit txt_Name; private DevExpress.XtraEditors.TextEdit txt_Id; private DevExpress.XtraEditors.CheckEdit check_Visible; private DevExpress.XtraEditors.LookUpEdit lookUp_WinformType; private DevExpress.XtraEditors.TreeListLookUpEdit treeLookUp_PId; private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn3; private DevExpress.XtraEditors.CheckEdit check_Delete; } }