Newer
Older
GHFX_REFACTOR / FrmLayerControl.Designer.cs
using System.ComponentModel;
using System.Windows.Forms;

namespace Cyberpipe
{
    partial class FrmLayerControl
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.layerTree1 = new System.Windows.Forms.TreeView();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.layerTree2 = new System.Windows.Forms.TreeView();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // layerTree1
            // 
            this.layerTree1.CheckBoxes = true;
            this.layerTree1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layerTree1.ItemHeight = 16;
            this.layerTree1.Location = new System.Drawing.Point(0, 0);
            this.layerTree1.Name = "layerTree1";
            this.layerTree1.Size = new System.Drawing.Size(173, 315);
            this.layerTree1.TabIndex = 2;
            this.layerTree1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree1_AfterCheck);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.layerTree1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.layerTree2);
            this.splitContainer1.Size = new System.Drawing.Size(345, 315);
            this.splitContainer1.SplitterDistance = 173;
            this.splitContainer1.SplitterWidth = 1;
            this.splitContainer1.TabIndex = 3;
            // 
            // layerTree2
            // 
            this.layerTree2.CheckBoxes = true;
            this.layerTree2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layerTree2.ItemHeight = 16;
            this.layerTree2.Location = new System.Drawing.Point(0, 0);
            this.layerTree2.Name = "layerTree2";
            this.layerTree2.Size = new System.Drawing.Size(171, 315);
            this.layerTree2.TabIndex = 3;
            this.layerTree2.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.layerTree2_AfterCheck);
            // 
            // FrmLayerControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(345, 315);
            this.Controls.Add(this.splitContainer1);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmLayerControl";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "图层控制";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.FrmLayerControl_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private TreeView layerTree1;
        private SplitContainer splitContainer1;
        private TreeView layerTree2;
    }
}