コード例 #1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSearch));
     this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
     this.cmdClose    = new System.Windows.Forms.Button();
     this.cmdSearch   = new System.Windows.Forms.Button();
     this.ctrlLiner1  = new System.Windows.Forms.PictureBox();
     this.cboSrchBy   = new System.Windows.Forms.ComboBox();
     this.txtSrchStr  = new System.Windows.Forms.TextBox();
     this.Label20     = new System.Windows.Forms.Label();
     this.Label19     = new System.Windows.Forms.Label();
     this.Image3      = new System.Windows.Forms.PictureBox();
     this.Shape2      = new UpgradeHelpers.VB6.Gui.ShapeHelper();
     this.Label1      = new System.Windows.Forms.Label();
     this.lblSrchBy   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // cmdClose
     //
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(272, 104);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(81, 25);
     this.cmdClose.TabIndex                = 8;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdSearch
     //
     this.cmdSearch.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdSearch.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdSearch.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdSearch.Location                = new System.Drawing.Point(184, 104);
     this.cmdSearch.Name                    = "cmdSearch";
     this.cmdSearch.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdSearch.Size                    = new System.Drawing.Size(81, 25);
     this.cmdSearch.TabIndex                = 7;
     this.cmdSearch.Text                    = "&Search";
     this.cmdSearch.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdSearch.UseVisualStyleBackColor = false;
     this.cmdSearch.Click                  += new System.EventHandler(this.cmdSearch_Click);
     //
     // ctrlLiner1
     //
     this.ctrlLiner1.BackColor        = System.Drawing.SystemColors.Control;
     this.ctrlLiner1.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ctrlLiner1.CausesValidation = true;
     this.ctrlLiner1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.ctrlLiner1.Dock             = System.Windows.Forms.DockStyle.None;
     this.ctrlLiner1.Enabled          = true;
     this.ctrlLiner1.Location         = new System.Drawing.Point(0, 56);
     this.ctrlLiner1.Name             = "ctrlLiner1";
     this.ctrlLiner1.Size             = new System.Drawing.Size(385, 2);
     this.ctrlLiner1.SizeMode         = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.ctrlLiner1.TabIndex         = 6;
     this.ctrlLiner1.TabStop          = true;
     this.ctrlLiner1.Visible          = true;
     //
     // cboSrchBy
     //
     this.cboSrchBy.BackColor             = System.Drawing.SystemColors.Window;
     this.cboSrchBy.CausesValidation      = true;
     this.cboSrchBy.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cboSrchBy.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSrchBy.Enabled               = true;
     this.cboSrchBy.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.cboSrchBy.IntegralHeight        = true;
     this.cboSrchBy.Location              = new System.Drawing.Point(208, 144);
     this.cboSrchBy.Name                  = "cboSrchBy";
     this.cboSrchBy.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cboSrchBy.Size                  = new System.Drawing.Size(145, 21);
     this.cboSrchBy.Sorted                = false;
     this.cboSrchBy.TabIndex              = 3;
     this.cboSrchBy.TabStop               = true;
     this.cboSrchBy.Visible               = true;
     this.cboSrchBy.SelectedIndexChanged += new System.EventHandler(this.cboSrchBy_SelectedIndexChanged);
     //
     // txtSrchStr
     //
     this.txtSrchStr.AcceptsReturn = true;
     this.txtSrchStr.BackColor     = System.Drawing.SystemColors.Window;
     this.txtSrchStr.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtSrchStr.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtSrchStr.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtSrchStr.Location      = new System.Drawing.Point(136, 72);
     this.txtSrchStr.MaxLength     = 0;
     this.txtSrchStr.Name          = "txtSrchStr";
     this.txtSrchStr.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtSrchStr.Size          = new System.Drawing.Size(217, 19);
     this.txtSrchStr.TabIndex      = 0;
     //
     // Label20
     //
     this.Label20.AutoSize    = true;
     this.Label20.BackColor   = System.Drawing.Color.Transparent;
     this.Label20.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label20.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label20.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label20.Location    = new System.Drawing.Point(49, 32);
     this.Label20.Name        = "Label20";
     this.Label20.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label20.Size        = new System.Drawing.Size(119, 13);
     this.Label20.TabIndex    = 5;
     this.Label20.Text        = "Search for a specific item";
     //
     // Label19
     //
     this.Label19.AutoSize    = true;
     this.Label19.BackColor   = System.Drawing.Color.Transparent;
     this.Label19.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label19.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label19.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label19.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label19.Location    = new System.Drawing.Point(49, 8);
     this.Label19.Name        = "Label19";
     this.Label19.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label19.Size        = new System.Drawing.Size(50, 16);
     this.Label19.TabIndex    = 4;
     this.Label19.Text        = "Search";
     this.Label19.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // Image3
     //
     this.Image3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Image3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Image3.Enabled     = true;
     this.Image3.Image       = (System.Drawing.Image)resources.GetObject("Image3.Image");
     this.Image3.Location    = new System.Drawing.Point(8, 8);
     this.Image3.Name        = "Image3";
     this.Image3.Size        = new System.Drawing.Size(16, 16);
     this.Image3.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.Image3.Visible     = true;
     //
     // Shape2
     //
     this.Shape2.BackColor   = System.Drawing.Color.White;
     this.Shape2.BackStyle   = 1;
     this.Shape2.BorderColor = System.Drawing.SystemColors.ScrollBar;
     this.Shape2.BorderStyle = 1;
     this.Shape2.Enabled     = false;
     this.Shape2.FillColor   = System.Drawing.Color.Black;
     this.Shape2.FillStyle   = 1;
     this.Shape2.Location    = new System.Drawing.Point(0, 0);
     this.Shape2.Name        = "Shape2";
     this.Shape2.Size        = new System.Drawing.Size(393, 57);
     this.Shape2.Visible     = true;
     //
     // Label1
     //
     this.Label1.AutoSize    = true;
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label1.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label1.Location    = new System.Drawing.Point(125, 144);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(62, 13);
     this.Label1.TabIndex    = 2;
     this.Label1.Text        = "Search by:";
     this.Label1.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblSrchBy
     //
     this.lblSrchBy.AutoSize    = true;
     this.lblSrchBy.BackColor   = System.Drawing.SystemColors.Control;
     this.lblSrchBy.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblSrchBy.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblSrchBy.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblSrchBy.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.lblSrchBy.Location    = new System.Drawing.Point(95, 72);
     this.lblSrchBy.Name        = "lblSrchBy";
     this.lblSrchBy.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSrchBy.Size        = new System.Drawing.Size(28, 13);
     this.lblSrchBy.TabIndex    = 1;
     this.lblSrchBy.Text        = "Field";
     this.lblSrchBy.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // frmSearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(378, 173);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdSearch);
     this.Controls.Add(this.ctrlLiner1);
     this.Controls.Add(this.cboSrchBy);
     this.Controls.Add(this.txtSrchStr);
     this.Controls.Add(this.Label20);
     this.Controls.Add(this.Label19);
     this.Controls.Add(this.Image3);
     this.Controls.Add(this.Shape2);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.lblSrchBy);
     this.Cursor          = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = (System.Drawing.Icon)resources.GetObject("frmSearch.Icon");
     this.Location        = new System.Drawing.Point(486, 322);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmSearch";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Search";
     this.Closed         += new System.EventHandler(this.frmSearch_Closed);
     this.ResumeLayout(false);
 }
コード例 #2
0
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSearch));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.cmdClose = new System.Windows.Forms.Button();
			this.cmdSearch = new System.Windows.Forms.Button();
			this.ctrlLiner1 = new System.Windows.Forms.PictureBox();
			this.cboSrchBy = new System.Windows.Forms.ComboBox();
			this.txtSrchStr = new System.Windows.Forms.TextBox();
			this.Label20 = new System.Windows.Forms.Label();
			this.Label19 = new System.Windows.Forms.Label();
			this.Image3 = new System.Windows.Forms.PictureBox();
			this.Shape2 = new UpgradeHelpers.VB6.Gui.ShapeHelper();
			this.Label1 = new System.Windows.Forms.Label();
			this.lblSrchBy = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// cmdClose
			// 
			this.cmdClose.BackColor = System.Drawing.SystemColors.Control;
			this.cmdClose.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdClose.Location = new System.Drawing.Point(272, 104);
			this.cmdClose.Name = "cmdClose";
			this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdClose.Size = new System.Drawing.Size(81, 25);
			this.cmdClose.TabIndex = 8;
			this.cmdClose.Text = "&Close";
			this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdClose.UseVisualStyleBackColor = false;
			this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
			// 
			// cmdSearch
			// 
			this.cmdSearch.BackColor = System.Drawing.SystemColors.Control;
			this.cmdSearch.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdSearch.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdSearch.Location = new System.Drawing.Point(184, 104);
			this.cmdSearch.Name = "cmdSearch";
			this.cmdSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdSearch.Size = new System.Drawing.Size(81, 25);
			this.cmdSearch.TabIndex = 7;
			this.cmdSearch.Text = "&Search";
			this.cmdSearch.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdSearch.UseVisualStyleBackColor = false;
			this.cmdSearch.Click += new System.EventHandler(this.cmdSearch_Click);
			// 
			// ctrlLiner1
			// 
			this.ctrlLiner1.BackColor = System.Drawing.SystemColors.Control;
			this.ctrlLiner1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.ctrlLiner1.CausesValidation = true;
			this.ctrlLiner1.Cursor = System.Windows.Forms.Cursors.Default;
			this.ctrlLiner1.Dock = System.Windows.Forms.DockStyle.None;
			this.ctrlLiner1.Enabled = true;
			this.ctrlLiner1.Location = new System.Drawing.Point(0, 56);
			this.ctrlLiner1.Name = "ctrlLiner1";
			this.ctrlLiner1.Size = new System.Drawing.Size(385, 2);
			this.ctrlLiner1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal;
			this.ctrlLiner1.TabIndex = 6;
			this.ctrlLiner1.TabStop = true;
			this.ctrlLiner1.Visible = true;
			// 
			// cboSrchBy
			// 
			this.cboSrchBy.BackColor = System.Drawing.SystemColors.Window;
			this.cboSrchBy.CausesValidation = true;
			this.cboSrchBy.Cursor = System.Windows.Forms.Cursors.Default;
			this.cboSrchBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboSrchBy.Enabled = true;
			this.cboSrchBy.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cboSrchBy.IntegralHeight = true;
			this.cboSrchBy.Location = new System.Drawing.Point(208, 144);
			this.cboSrchBy.Name = "cboSrchBy";
			this.cboSrchBy.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cboSrchBy.Size = new System.Drawing.Size(145, 21);
			this.cboSrchBy.Sorted = false;
			this.cboSrchBy.TabIndex = 3;
			this.cboSrchBy.TabStop = true;
			this.cboSrchBy.Visible = true;
			this.cboSrchBy.SelectedIndexChanged += new System.EventHandler(this.cboSrchBy_SelectedIndexChanged);
			// 
			// txtSrchStr
			// 
			this.txtSrchStr.AcceptsReturn = true;
			this.txtSrchStr.BackColor = System.Drawing.SystemColors.Window;
			this.txtSrchStr.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtSrchStr.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtSrchStr.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtSrchStr.Location = new System.Drawing.Point(136, 72);
			this.txtSrchStr.MaxLength = 0;
			this.txtSrchStr.Name = "txtSrchStr";
			this.txtSrchStr.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtSrchStr.Size = new System.Drawing.Size(217, 19);
			this.txtSrchStr.TabIndex = 0;
			// 
			// Label20
			// 
			this.Label20.AutoSize = true;
			this.Label20.BackColor = System.Drawing.Color.Transparent;
			this.Label20.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label20.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label20.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label20.Location = new System.Drawing.Point(49, 32);
			this.Label20.Name = "Label20";
			this.Label20.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label20.Size = new System.Drawing.Size(119, 13);
			this.Label20.TabIndex = 5;
			this.Label20.Text = "Search for a specific item";
			// 
			// Label19
			// 
			this.Label19.AutoSize = true;
			this.Label19.BackColor = System.Drawing.Color.Transparent;
			this.Label19.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label19.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label19.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label19.Location = new System.Drawing.Point(49, 8);
			this.Label19.Name = "Label19";
			this.Label19.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label19.Size = new System.Drawing.Size(50, 16);
			this.Label19.TabIndex = 4;
			this.Label19.Text = "Search";
			this.Label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// Image3
			// 
			this.Image3.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Image3.Cursor = System.Windows.Forms.Cursors.Default;
			this.Image3.Enabled = true;
			this.Image3.Image = (System.Drawing.Image) resources.GetObject("Image3.Image");
			this.Image3.Location = new System.Drawing.Point(8, 8);
			this.Image3.Name = "Image3";
			this.Image3.Size = new System.Drawing.Size(16, 16);
			this.Image3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal;
			this.Image3.Visible = true;
			// 
			// Shape2
			// 
			this.Shape2.BackColor = System.Drawing.Color.White;
			this.Shape2.BackStyle = 1;
			this.Shape2.BorderColor = System.Drawing.SystemColors.ScrollBar;
			this.Shape2.BorderStyle = 1;
			this.Shape2.Enabled = false;
			this.Shape2.FillColor = System.Drawing.Color.Black;
			this.Shape2.FillStyle = 1;
			this.Shape2.Location = new System.Drawing.Point(0, 0);
			this.Shape2.Name = "Shape2";
			this.Shape2.Size = new System.Drawing.Size(393, 57);
			this.Shape2.Visible = true;
			// 
			// Label1
			// 
			this.Label1.AutoSize = true;
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label1.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label1.Location = new System.Drawing.Point(125, 144);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(62, 13);
			this.Label1.TabIndex = 2;
			this.Label1.Text = "Search by:";
			this.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// lblSrchBy
			// 
			this.lblSrchBy.AutoSize = true;
			this.lblSrchBy.BackColor = System.Drawing.SystemColors.Control;
			this.lblSrchBy.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblSrchBy.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblSrchBy.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.lblSrchBy.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.lblSrchBy.Location = new System.Drawing.Point(95, 72);
			this.lblSrchBy.Name = "lblSrchBy";
			this.lblSrchBy.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblSrchBy.Size = new System.Drawing.Size(28, 13);
			this.lblSrchBy.TabIndex = 1;
			this.lblSrchBy.Text = "Field";
			this.lblSrchBy.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// frmSearch
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(378, 173);
			this.Controls.Add(this.cmdClose);
			this.Controls.Add(this.cmdSearch);
			this.Controls.Add(this.ctrlLiner1);
			this.Controls.Add(this.cboSrchBy);
			this.Controls.Add(this.txtSrchStr);
			this.Controls.Add(this.Label20);
			this.Controls.Add(this.Label19);
			this.Controls.Add(this.Image3);
			this.Controls.Add(this.Shape2);
			this.Controls.Add(this.Label1);
			this.Controls.Add(this.lblSrchBy);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Icon = (System.Drawing.Icon) resources.GetObject("frmSearch.Icon");
			this.Location = new System.Drawing.Point(486, 322);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "frmSearch";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Search";
			this.Closed += new System.EventHandler(this.frmSearch_Closed);
			this.ResumeLayout(false);
		}