예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtQuery     = new OpenLiveWriter.ApplicationFramework.SearchBoxControl.TextBoxWithEnter();
     this.picSearchBox = new OpenLiveWriter.Controls.BitmapButton();
     this.SuspendLayout();
     //
     // txtQuery
     //
     this.txtQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtQuery.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtQuery.Location    = new System.Drawing.Point(5, 5);
     this.txtQuery.Name        = "txtQuery";
     this.txtQuery.Size        = new System.Drawing.Size(113, 14);
     this.txtQuery.TabIndex    = 0;
     this.txtQuery.Text        = "";
     //
     // picSearchBox
     //
     this.picSearchBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.picSearchBox.Location = new System.Drawing.Point(126, 1);
     this.picSearchBox.Name     = "picSearchBox";
     this.picSearchBox.Size     = new System.Drawing.Size(23, 20);
     this.picSearchBox.TabIndex = 0;
     this.picSearchBox.TabStop  = false;
     //
     // SearchBoxControl
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.picSearchBox);
     this.Controls.Add(this.txtQuery);
     this.Name = "SearchBoxControl";
     this.Size = new System.Drawing.Size(150, 22);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.txtQuery = new OpenLiveWriter.ApplicationFramework.SearchBoxControl.TextBoxWithEnter();
            this.picSearchBox = new OpenLiveWriter.Controls.BitmapButton();
            this.SuspendLayout();
            //
            // txtQuery
            //
            this.txtQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.txtQuery.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtQuery.Location = new System.Drawing.Point(5, 5);
            this.txtQuery.Name = "txtQuery";
            this.txtQuery.Size = new System.Drawing.Size(113, 14);
            this.txtQuery.TabIndex = 0;
            this.txtQuery.Text = "";
            //
            // picSearchBox
            //
            this.picSearchBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.picSearchBox.Location = new System.Drawing.Point(126, 1);
            this.picSearchBox.Name = "picSearchBox";
            this.picSearchBox.Size = new System.Drawing.Size(23, 20);
            this.picSearchBox.TabIndex = 0;
            this.picSearchBox.TabStop = false;
            //
            // SearchBoxControl
            //
            this.BackColor = System.Drawing.SystemColors.Window;
            this.Controls.Add(this.picSearchBox);
            this.Controls.Add(this.txtQuery);
            this.Name = "SearchBoxControl";
            this.Size = new System.Drawing.Size(150, 22);
            this.ResumeLayout(false);

        }