namespace cs2 { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.button1 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.richTextBox = new System.Windows.Forms.RichTextBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(74, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 412); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(800, 38); this.panel1.TabIndex = 3; // // treeList1 // this.treeList1.Location = new System.Drawing.Point(0, 0); this.treeList1.Name = "treeList1"; this.treeList1.OptionsBehavior.EnableFiltering = true; this.treeList1.OptionsFilter.FilterMode = DevExpress.XtraTreeList.FilterMode.Extended; this.treeList1.OptionsFind.FindNullPrompt = ""; this.treeList1.OptionsSelection.MultiSelect = true; this.treeList1.OptionsSelection.MultiSelectMode = DevExpress.XtraTreeList.TreeListMultiSelectMode.CellSelect; this.treeList1.OptionsView.AutoWidth = false; this.treeList1.Size = new System.Drawing.Size(332, 386); this.treeList1.TabIndex = 4; // // richTextBox // this.richTextBox.Location = new System.Drawing.Point(525, 110); this.richTextBox.Name = "richTextBox"; this.richTextBox.Size = new System.Drawing.Size(124, 96); this.richTextBox.TabIndex = 5; this.richTextBox.Text = "测试内容https://www.example.com测试"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.richTextBox); this.Controls.Add(this.treeList1); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel1; private DevExpress.XtraTreeList.TreeList treeList1; private System.Windows.Forms.RichTextBox richTextBox; } }