namespace SIMDP.View { partial class FormAuthoryRight { /// /// 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(FormAuthoryRight)); this.treeListRight = new DevExpress.XtraTreeList.TreeList(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(); this.menu_Edit = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.treeListRight)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // treeListRight // this.treeListRight.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.treeListRight.ContextMenuStrip = this.contextMenuStrip1; this.treeListRight.Cursor = System.Windows.Forms.Cursors.Default; this.treeListRight.Location = new System.Drawing.Point(1, 0); this.treeListRight.Name = "treeListRight"; this.treeListRight.OptionsBehavior.ReadOnly = true; this.treeListRight.OptionsView.ShowFilterPanelMode = DevExpress.XtraTreeList.ShowFilterPanelMode.ShowAlways; this.treeListRight.Size = new System.Drawing.Size(799, 451); this.treeListRight.TabIndex = 0; this.treeListRight.CustomDrawNodeIndicator += new DevExpress.XtraTreeList.CustomDrawNodeIndicatorEventHandler(this.treeListRight_CustomDrawNodeIndicator); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_Edit, this.menu_Refresh}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48); // // menu_Edit // this.menu_Edit.Image = ((System.Drawing.Image)(resources.GetObject("menu_Edit.Image"))); this.menu_Edit.Name = "menu_Edit"; this.menu_Edit.Size = new System.Drawing.Size(100, 22); this.menu_Edit.Text = "编辑"; this.menu_Edit.Click += new System.EventHandler(this.menu_Edit_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(100, 22); this.menu_Refresh.Text = "刷新"; this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click); // // FormAuthoryRight // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.treeListRight); this.Name = "FormAuthoryRight"; this.Text = "功能管理"; this.Load += new System.EventHandler(this.FormAuthoryRight_Load); ((System.ComponentModel.ISupportInitialize)(this.treeListRight)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraTreeList.TreeList treeListRight; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem menu_Edit; private System.Windows.Forms.ToolStripMenuItem menu_Refresh; } }