Пример #1
0
        /// <summary>
        /// Standard constructor for the tool window.
        /// </summary>
        public SearchWndPane2() :
            base(null)
        {
            this.Caption = Properties.Resources.SearchlWindowTitle2;
            
            this.BitmapResourceID = 301;

            this.BitmapIndex = 1;

            wnd = new SearchToolControl();
            base.Content = wnd;
            Current = this;
        }
Пример #2
0
        /// <summary>
        /// Standard constructor for the tool window.
        /// </summary>
        public SearchWndPane1() :
            base(null)
        {
            this.Caption = Properties.Resources.SearchlWindowTitle1;

            this.BitmapResourceID = 301;

            this.BitmapIndex = 1;

            wnd          = new SearchToolControl();
            base.Content = wnd;
            Current      = this;
        }