예제 #1
0
        /// <summary>
        /// 
        /// </summary>
        public ProjectProperties()
        {
            this.SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint
                     | ControlStyles.DoubleBuffer
                     | ControlStyles.Selectable | ControlStyles.UserMouse, true);

            this.m_Strip = new TabStrip(this);

            this.Controls.Add(this.m_Strip);

            this.m_TabPageContainer = new TabPageContainer();

            this.Controls.Add(this.m_TabPageContainer);

            this.AutoScroll = true;
        }
예제 #2
0
        /// <summary>
        ///
        /// </summary>
        public ProjectProperties()
        {
            this.SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint
                          | ControlStyles.DoubleBuffer
                          | ControlStyles.Selectable | ControlStyles.UserMouse, true);

            this.m_Strip = new TabStrip(this);

            this.Controls.Add(this.m_Strip);

            this.m_TabPageContainer = new TabPageContainer();

            this.Controls.Add(this.m_TabPageContainer);


            this.AutoScroll = true;
        }