namespace SIMDP.View { partial class FormMenu { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMenu)); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.treeView1 = new System.Windows.Forms.TreeView(); this.menu_Tree = new System.Windows.Forms.ContextMenuStrip(this.components); this.menu_Add = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Expand = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Collapse = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem(); this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager(); this.txt_Name = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txt_FunctionId = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txt_Url = new DevExpress.XtraEditors.TextEdit(); this.check_Visible = new DevExpress.XtraEditors.CheckEdit(); this.btn_Query = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.lookUp_WinformType = new DevExpress.XtraEditors.LookUpEdit(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.menu_Tree.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_FunctionId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Url.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Visible.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_WinformType.Properties)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainerControl1.Location = new System.Drawing.Point(0, 37); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1); this.splitContainerControl1.Panel1.Controls.Add(this.treeView1); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.winGridViewPager1); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1285, 508); this.splitContainerControl1.SplitterPosition = 194; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(7, 5); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(84, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "系统菜单信息:"; // // treeView1 // this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.treeView1.ContextMenuStrip = this.menu_Tree; this.treeView1.ImageIndex = 0; this.treeView1.ImageList = this.imageList1; this.treeView1.Location = new System.Drawing.Point(4, 24); this.treeView1.Name = "treeView1"; this.treeView1.SelectedImageIndex = 0; this.treeView1.Size = new System.Drawing.Size(185, 481); this.treeView1.TabIndex = 0; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // menu_Tree // this.menu_Tree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_Add, this.menu_Expand, this.menu_Collapse, this.menu_Refresh}); this.menu_Tree.Name = "menu_Tree"; this.menu_Tree.Size = new System.Drawing.Size(125, 92); // // menu_Add // this.menu_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16; this.menu_Add.Name = "menu_Add"; this.menu_Add.Size = new System.Drawing.Size(124, 22); this.menu_Add.Text = "添加"; this.menu_Add.Click += new System.EventHandler(this.menu_Add_Click); // // menu_Expand // this.menu_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16; this.menu_Expand.Name = "menu_Expand"; this.menu_Expand.Size = new System.Drawing.Size(124, 22); this.menu_Expand.Text = "全部展开"; this.menu_Expand.Click += new System.EventHandler(this.menu_Expand_Click); // // menu_Collapse // this.menu_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16; this.menu_Collapse.Name = "menu_Collapse"; this.menu_Collapse.Size = new System.Drawing.Size(124, 22); this.menu_Collapse.Text = "全部折叠"; this.menu_Collapse.Click += new System.EventHandler(this.menu_Collapse_Click); // // menu_Refresh // this.menu_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16; this.menu_Refresh.Name = "menu_Refresh"; this.menu_Refresh.Size = new System.Drawing.Size(124, 22); this.menu_Refresh.Text = "刷新"; this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click); // // winGridViewPager1 // this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary)(resources.GetObject("winGridViewPager1.ColumnNameAlias"))); this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.FixedColumns = null; this.winGridViewPager1.Location = new System.Drawing.Point(5, 24); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.ShowAddMenu = true; this.winGridViewPager1.ShowCheckBox = false; this.winGridViewPager1.ShowDeleteMenu = true; this.winGridViewPager1.ShowEditMenu = true; this.winGridViewPager1.ShowExportButton = true; this.winGridViewPager1.Size = new System.Drawing.Size(1075, 484); this.winGridViewPager1.TabIndex = 0; // // txt_Name // this.txt_Name.Location = new System.Drawing.Point(84, 9); this.txt_Name.Name = "txt_Name"; this.txt_Name.Size = new System.Drawing.Size(100, 20); this.txt_Name.TabIndex = 3; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(193, 12); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(48, 14); this.labelControl3.TabIndex = 2; this.labelControl3.Text = "功能ID:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(26, 12); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "显示名称:"; // // txt_FunctionId // this.txt_FunctionId.Location = new System.Drawing.Point(239, 9); this.txt_FunctionId.Name = "txt_FunctionId"; this.txt_FunctionId.Size = new System.Drawing.Size(100, 20); this.txt_FunctionId.TabIndex = 3; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(349, 12); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(106, 14); this.labelControl4.TabIndex = 2; this.labelControl4.Text = "Winform窗体类型:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(567, 12); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(100, 14); this.labelControl5.TabIndex = 2; this.labelControl5.Text = "Web界面Url地址:"; // // txt_Url // this.txt_Url.Location = new System.Drawing.Point(670, 9); this.txt_Url.Name = "txt_Url"; this.txt_Url.Size = new System.Drawing.Size(100, 20); this.txt_Url.TabIndex = 3; // // check_Visible // this.check_Visible.Location = new System.Drawing.Point(782, 10); 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 = 4; // // btn_Query // this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image"))); this.btn_Query.Location = new System.Drawing.Point(926, 8); this.btn_Query.Name = "btn_Query"; this.btn_Query.Size = new System.Drawing.Size(75, 23); this.btn_Query.TabIndex = 5; this.btn_Query.Text = "查询"; this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click); // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.lookUp_WinformType); this.panelControl1.Controls.Add(this.txt_FunctionId); this.panelControl1.Controls.Add(this.txt_Name); this.panelControl1.Controls.Add(this.btn_Query); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.check_Visible); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.txt_Url); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1285, 41); this.panelControl1.TabIndex = 1; // // lookUp_WinformType // this.lookUp_WinformType.Location = new System.Drawing.Point(454, 9); 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.Size = new System.Drawing.Size(100, 20); this.lookUp_WinformType.TabIndex = 6; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "LoadTheme_16x16.png"); this.imageList1.Images.SetKeyName(1, "ConditionalFormatting_16x16.png"); this.imageList1.Images.SetKeyName(2, "LocalColorScheme_16x16.png"); // // FormMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1284, 548); this.Controls.Add(this.panelControl1); this.Controls.Add(this.splitContainerControl1); this.Name = "FormMenu"; this.Text = "菜单管理"; ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.menu_Tree.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_FunctionId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Url.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Visible.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_WinformType.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private System.Windows.Forms.TreeView treeView1; private DevExpress.XtraEditors.LabelControl labelControl1; private ProjectBase.Controls.WinGridViewPager winGridViewPager1; private DevExpress.XtraEditors.TextEdit txt_Name; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton btn_Query; private DevExpress.XtraEditors.CheckEdit check_Visible; private DevExpress.XtraEditors.TextEdit txt_Url; private DevExpress.XtraEditors.TextEdit txt_FunctionId; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LookUpEdit lookUp_WinformType; private System.Windows.Forms.ContextMenuStrip menu_Tree; private System.Windows.Forms.ToolStripMenuItem menu_Add; private System.Windows.Forms.ToolStripMenuItem menu_Expand; private System.Windows.Forms.ToolStripMenuItem menu_Collapse; private System.Windows.Forms.ToolStripMenuItem menu_Refresh; private System.Windows.Forms.ImageList imageList1; } }