2 partial class amuleSearchControl
{
4 /// Required designer variable.
6 private System
.ComponentModel
.IContainer components
= null;
9 /// Clean up any resources being used.
11 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12 protected override void Dispose(bool disposing
)
14 if ( disposing
&& (components
!= null) ) {
17 base.Dispose(disposing
);
20 #region Component Designer generated code
23 /// Required method for Designer support - do not modify
24 /// the contents of this method with the code editor.
26 private void InitializeComponent()
28 this.tableLayoutPanel1
= new System
.Windows
.Forms
.TableLayoutPanel();
29 this.textBoxSearch
= new System
.Windows
.Forms
.TextBox();
30 this.buttonStartSearch
= new System
.Windows
.Forms
.Button();
31 this.comboBoxType
= new System
.Windows
.Forms
.ComboBox();
32 this.tableLayoutPanel1
.SuspendLayout();
37 this.tableLayoutPanel1
.AutoSize
= true;
38 this.tableLayoutPanel1
.AutoSizeMode
= System
.Windows
.Forms
.AutoSizeMode
.GrowAndShrink
;
39 this.tableLayoutPanel1
.ColumnCount
= 3;
40 this.tableLayoutPanel1
.ColumnStyles
.Add(new System
.Windows
.Forms
.ColumnStyle(System
.Windows
.Forms
.SizeType
.Percent
, 44.69027F
));
41 this.tableLayoutPanel1
.ColumnStyles
.Add(new System
.Windows
.Forms
.ColumnStyle(System
.Windows
.Forms
.SizeType
.Absolute
, 94F
));
42 this.tableLayoutPanel1
.ColumnStyles
.Add(new System
.Windows
.Forms
.ColumnStyle(System
.Windows
.Forms
.SizeType
.Percent
, 55.30973F
));
43 this.tableLayoutPanel1
.Controls
.Add(this.textBoxSearch
, 0, 0);
44 this.tableLayoutPanel1
.Controls
.Add(this.buttonStartSearch
, 2, 0);
45 this.tableLayoutPanel1
.Controls
.Add(this.comboBoxType
, 1, 0);
46 this.tableLayoutPanel1
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
47 this.tableLayoutPanel1
.Location
= new System
.Drawing
.Point(0, 0);
48 this.tableLayoutPanel1
.Name
= "tableLayoutPanel1";
49 this.tableLayoutPanel1
.RowCount
= 3;
50 this.tableLayoutPanel1
.RowStyles
.Add(new System
.Windows
.Forms
.RowStyle(System
.Windows
.Forms
.SizeType
.Percent
, 12.77533F
));
51 this.tableLayoutPanel1
.RowStyles
.Add(new System
.Windows
.Forms
.RowStyle(System
.Windows
.Forms
.SizeType
.Percent
, 87.22467F
));
52 this.tableLayoutPanel1
.RowStyles
.Add(new System
.Windows
.Forms
.RowStyle(System
.Windows
.Forms
.SizeType
.Absolute
, 20F
));
53 this.tableLayoutPanel1
.Size
= new System
.Drawing
.Size(452, 248);
54 this.tableLayoutPanel1
.TabIndex
= 0;
58 this.textBoxSearch
.Location
= new System
.Drawing
.Point(3, 3);
59 this.textBoxSearch
.Name
= "textBoxSearch";
60 this.textBoxSearch
.Size
= new System
.Drawing
.Size(153, 20);
61 this.textBoxSearch
.TabIndex
= 2;
65 this.buttonStartSearch
.Location
= new System
.Drawing
.Point(256, 3);
66 this.buttonStartSearch
.Name
= "buttonStartSearch";
67 this.buttonStartSearch
.Size
= new System
.Drawing
.Size(60, 20);
68 this.buttonStartSearch
.TabIndex
= 3;
69 this.buttonStartSearch
.Text
= "Search";
70 this.buttonStartSearch
.UseVisualStyleBackColor
= true;
74 this.comboBoxType
.DropDownStyle
= System
.Windows
.Forms
.ComboBoxStyle
.DropDownList
;
75 this.comboBoxType
.FormattingEnabled
= true;
76 this.comboBoxType
.Items
.AddRange(new object[] {
80 this.comboBoxType
.Location
= new System
.Drawing
.Point(162, 3);
81 this.comboBoxType
.Name
= "comboBoxType";
82 this.comboBoxType
.Size
= new System
.Drawing
.Size(70, 21);
83 this.comboBoxType
.TabIndex
= 4;
87 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 13F
);
88 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
89 this.Controls
.Add(this.tableLayoutPanel1
);
90 this.Name
= "amuleSearchControl";
91 this.Size
= new System
.Drawing
.Size(452, 248);
92 this.tableLayoutPanel1
.ResumeLayout(false);
93 this.tableLayoutPanel1
.PerformLayout();
94 this.ResumeLayout(false);
101 private System
.Windows
.Forms
.TableLayoutPanel tableLayoutPanel1
;
102 private System
.Windows
.Forms
.TextBox textBoxSearch
;
103 private System
.Windows
.Forms
.Button buttonStartSearch
;
104 private System
.Windows
.Forms
.ComboBox comboBoxType
;