namespace ICSSoft.Frame.APP { partial class FormKodTree { /// /// 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.splitContainerControl = new DevExpress.XtraEditors.SplitContainerControl(); this.treeList = new DevExpress.XtraTreeList.TreeList(); this.tabControlMian = new DevExpress.XtraTab.XtraTabControl(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).BeginInit(); this.splitContainerControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabControlMian)).BeginInit(); this.SuspendLayout(); // // splitContainerControl // this.splitContainerControl.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl.Location = new System.Drawing.Point(0, 0); this.splitContainerControl.Name = "splitContainerControl"; this.splitContainerControl.Padding = new System.Windows.Forms.Padding(6); this.splitContainerControl.Panel1.Controls.Add(this.treeList); this.splitContainerControl.Panel1.Text = "Panel1"; this.splitContainerControl.Panel2.Controls.Add(this.tabControlMian); this.splitContainerControl.Panel2.Text = "Panel2"; this.splitContainerControl.Size = new System.Drawing.Size(881, 511); this.splitContainerControl.SplitterPosition = 165; this.splitContainerControl.TabIndex = 0; this.splitContainerControl.Text = "splitContainerControl1"; // // treeList // this.treeList.Appearance.FocusedCell.BackColor = System.Drawing.Color.Blue; this.treeList.Appearance.FocusedCell.ForeColor = System.Drawing.Color.White; this.treeList.Appearance.FocusedCell.Options.UseBackColor = true; this.treeList.Appearance.FocusedCell.Options.UseForeColor = true; this.treeList.Appearance.TreeLine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.treeList.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.treeList.Dock = System.Windows.Forms.DockStyle.Fill; this.treeList.Location = new System.Drawing.Point(0, 0); this.treeList.Margin = new System.Windows.Forms.Padding(0); this.treeList.Name = "treeList"; this.treeList.OptionsBehavior.Editable = false; this.treeList.OptionsMenu.EnableColumnMenu = false; this.treeList.OptionsMenu.EnableFooterMenu = false; this.treeList.OptionsView.ShowColumns = false; this.treeList.OptionsView.ShowHorzLines = false; this.treeList.OptionsView.ShowIndicator = false; this.treeList.OptionsView.ShowVertLines = false; this.treeList.Size = new System.Drawing.Size(165, 499); this.treeList.TabIndex = 0; this.treeList.CustomDrawNodeImages += new DevExpress.XtraTreeList.CustomDrawNodeImagesEventHandler(this.treeList_CustomDrawNodeImages); this.treeList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.treeList_MouseDoubleClick); // // tabControlMian // this.tabControlMian.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders; this.tabControlMian.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlMian.HeaderButtons = ((DevExpress.XtraTab.TabButtons)((DevExpress.XtraTab.TabButtons.Prev | DevExpress.XtraTab.TabButtons.Next))); this.tabControlMian.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.WhenNeeded; this.tabControlMian.Location = new System.Drawing.Point(0, 0); this.tabControlMian.Margin = new System.Windows.Forms.Padding(0); this.tabControlMian.Name = "tabControlMian"; this.tabControlMian.Size = new System.Drawing.Size(699, 499); this.tabControlMian.TabIndex = 0; this.tabControlMian.CloseButtonClick += new System.EventHandler(this.tabControlMian_CloseButtonClick); // // FormKodTree // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(881, 511); this.Controls.Add(this.splitContainerControl); this.IsMdiContainer = true; this.Name = "FormKodTree"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).EndInit(); this.splitContainerControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabControlMian)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl; private DevExpress.XtraTreeList.TreeList treeList; private DevExpress.XtraTab.XtraTabControl tabControlMian; } }