corrade-vassal – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | vero | 1 | namespace WinGridProxy |
2 | { |
||
3 | partial class FormSessionSearch |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// Required designer variable. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// Clean up any resources being used. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
||
14 | protected override void Dispose(bool disposing) |
||
15 | { |
||
16 | if (disposing && (components != null)) |
||
17 | { |
||
18 | components.Dispose(); |
||
19 | } |
||
20 | base.Dispose(disposing); |
||
21 | } |
||
22 | |||
23 | #region Windows Form Designer generated code |
||
24 | |||
25 | /// <summary> |
||
26 | /// Required method for Designer support - do not modify |
||
27 | /// the contents of this method with the code editor. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
31 | this.label1 = new System.Windows.Forms.Label(); |
||
32 | this.textBoxFind = new System.Windows.Forms.TextBox(); |
||
33 | this.checkBoxMatchCase = new System.Windows.Forms.CheckBox(); |
||
34 | this.groupBox1 = new System.Windows.Forms.GroupBox(); |
||
35 | this.panelColor = new System.Windows.Forms.Panel(); |
||
36 | this.checkBoxMarkResults = new System.Windows.Forms.CheckBox(); |
||
37 | this.buttonPickColor = new System.Windows.Forms.Button(); |
||
38 | this.checkBoxUnmark = new System.Windows.Forms.CheckBox(); |
||
39 | this.checkBoxSelectMatches = new System.Windows.Forms.CheckBox(); |
||
40 | this.checkBoxSearchSelected = new System.Windows.Forms.CheckBox(); |
||
41 | this.buttonClose = new System.Windows.Forms.Button(); |
||
42 | this.buttonFind = new System.Windows.Forms.Button(); |
||
43 | this.colorDialog1 = new System.Windows.Forms.ColorDialog(); |
||
44 | this.groupBox1.SuspendLayout(); |
||
45 | this.panelColor.SuspendLayout(); |
||
46 | this.SuspendLayout(); |
||
47 | // |
||
48 | // label1 |
||
49 | // |
||
50 | this.label1.AutoSize = true; |
||
51 | this.label1.Location = new System.Drawing.Point(12, 15); |
||
52 | this.label1.Name = "label1"; |
||
53 | this.label1.Size = new System.Drawing.Size(30, 13); |
||
54 | this.label1.TabIndex = 0; |
||
55 | this.label1.Text = "Find:"; |
||
56 | // |
||
57 | // textBoxFind |
||
58 | // |
||
59 | this.textBoxFind.Location = new System.Drawing.Point(48, 12); |
||
60 | this.textBoxFind.Name = "textBoxFind"; |
||
61 | this.textBoxFind.Size = new System.Drawing.Size(203, 20); |
||
62 | this.textBoxFind.TabIndex = 1; |
||
63 | this.textBoxFind.TextChanged += new System.EventHandler(this.textBoxFind_TextChanged); |
||
64 | // |
||
65 | // checkBoxMatchCase |
||
66 | // |
||
67 | this.checkBoxMatchCase.AutoSize = true; |
||
68 | this.checkBoxMatchCase.Location = new System.Drawing.Point(6, 19); |
||
69 | this.checkBoxMatchCase.Name = "checkBoxMatchCase"; |
||
70 | this.checkBoxMatchCase.Size = new System.Drawing.Size(83, 17); |
||
71 | this.checkBoxMatchCase.TabIndex = 4; |
||
72 | this.checkBoxMatchCase.Text = "Match Case"; |
||
73 | this.checkBoxMatchCase.UseVisualStyleBackColor = true; |
||
74 | // |
||
75 | // groupBox1 |
||
76 | // |
||
77 | this.groupBox1.Controls.Add(this.panelColor); |
||
78 | this.groupBox1.Controls.Add(this.checkBoxUnmark); |
||
79 | this.groupBox1.Controls.Add(this.checkBoxSelectMatches); |
||
80 | this.groupBox1.Controls.Add(this.checkBoxSearchSelected); |
||
81 | this.groupBox1.Controls.Add(this.checkBoxMatchCase); |
||
82 | this.groupBox1.Location = new System.Drawing.Point(15, 38); |
||
83 | this.groupBox1.Name = "groupBox1"; |
||
84 | this.groupBox1.Size = new System.Drawing.Size(245, 151); |
||
85 | this.groupBox1.TabIndex = 5; |
||
86 | this.groupBox1.TabStop = false; |
||
87 | this.groupBox1.Text = "Options"; |
||
88 | // |
||
89 | // panelColor |
||
90 | // |
||
91 | this.panelColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); |
||
92 | this.panelColor.Controls.Add(this.checkBoxMarkResults); |
||
93 | this.panelColor.Controls.Add(this.buttonPickColor); |
||
94 | this.panelColor.Location = new System.Drawing.Point(3, 111); |
||
95 | this.panelColor.Name = "panelColor"; |
||
96 | this.panelColor.Size = new System.Drawing.Size(230, 28); |
||
97 | this.panelColor.TabIndex = 11; |
||
98 | // |
||
99 | // checkBoxMarkResults |
||
100 | // |
||
101 | this.checkBoxMarkResults.AutoSize = true; |
||
102 | this.checkBoxMarkResults.Checked = true; |
||
103 | this.checkBoxMarkResults.CheckState = System.Windows.Forms.CheckState.Checked; |
||
104 | this.checkBoxMarkResults.Location = new System.Drawing.Point(3, 7); |
||
105 | this.checkBoxMarkResults.Name = "checkBoxMarkResults"; |
||
106 | this.checkBoxMarkResults.Size = new System.Drawing.Size(88, 17); |
||
107 | this.checkBoxMarkResults.TabIndex = 12; |
||
108 | this.checkBoxMarkResults.Text = "Mark Results"; |
||
109 | this.checkBoxMarkResults.UseVisualStyleBackColor = true; |
||
110 | // |
||
111 | // buttonPickColor |
||
112 | // |
||
113 | this.buttonPickColor.BackColor = System.Drawing.SystemColors.ButtonFace; |
||
114 | this.buttonPickColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; |
||
115 | this.buttonPickColor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
116 | this.buttonPickColor.Location = new System.Drawing.Point(151, 4); |
||
117 | this.buttonPickColor.Name = "buttonPickColor"; |
||
118 | this.buttonPickColor.Size = new System.Drawing.Size(66, 21); |
||
119 | this.buttonPickColor.TabIndex = 10; |
||
120 | this.buttonPickColor.Text = "Pick Color"; |
||
121 | this.buttonPickColor.UseVisualStyleBackColor = false; |
||
122 | this.buttonPickColor.Click += new System.EventHandler(this.button1_Click); |
||
123 | // |
||
124 | // checkBoxUnmark |
||
125 | // |
||
126 | this.checkBoxUnmark.AutoSize = true; |
||
127 | this.checkBoxUnmark.Checked = true; |
||
128 | this.checkBoxUnmark.CheckState = System.Windows.Forms.CheckState.Checked; |
||
129 | this.checkBoxUnmark.Location = new System.Drawing.Point(6, 88); |
||
130 | this.checkBoxUnmark.Name = "checkBoxUnmark"; |
||
131 | this.checkBoxUnmark.Size = new System.Drawing.Size(120, 17); |
||
132 | this.checkBoxUnmark.TabIndex = 9; |
||
133 | this.checkBoxUnmark.Text = "Unmark Old Results"; |
||
134 | this.checkBoxUnmark.UseVisualStyleBackColor = true; |
||
135 | // |
||
136 | // checkBoxSelectMatches |
||
137 | // |
||
138 | this.checkBoxSelectMatches.AutoSize = true; |
||
139 | this.checkBoxSelectMatches.Checked = true; |
||
140 | this.checkBoxSelectMatches.CheckState = System.Windows.Forms.CheckState.Checked; |
||
141 | this.checkBoxSelectMatches.Location = new System.Drawing.Point(6, 65); |
||
142 | this.checkBoxSelectMatches.Name = "checkBoxSelectMatches"; |
||
143 | this.checkBoxSelectMatches.Size = new System.Drawing.Size(100, 17); |
||
144 | this.checkBoxSelectMatches.TabIndex = 8; |
||
145 | this.checkBoxSelectMatches.Text = "Select Matches"; |
||
146 | this.checkBoxSelectMatches.UseVisualStyleBackColor = true; |
||
147 | // |
||
148 | // checkBoxSearchSelected |
||
149 | // |
||
150 | this.checkBoxSearchSelected.AutoSize = true; |
||
151 | this.checkBoxSearchSelected.Enabled = false; |
||
152 | this.checkBoxSearchSelected.Location = new System.Drawing.Point(6, 42); |
||
153 | this.checkBoxSearchSelected.Name = "checkBoxSearchSelected"; |
||
154 | this.checkBoxSearchSelected.Size = new System.Drawing.Size(168, 17); |
||
155 | this.checkBoxSearchSelected.TabIndex = 5; |
||
156 | this.checkBoxSearchSelected.Text = "Search only selected sessions"; |
||
157 | this.checkBoxSearchSelected.UseVisualStyleBackColor = true; |
||
158 | // |
||
159 | // buttonClose |
||
160 | // |
||
161 | this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
||
162 | this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
||
163 | this.buttonClose.Location = new System.Drawing.Point(15, 195); |
||
164 | this.buttonClose.Name = "buttonClose"; |
||
165 | this.buttonClose.Size = new System.Drawing.Size(75, 23); |
||
166 | this.buttonClose.TabIndex = 6; |
||
167 | this.buttonClose.Text = "Close"; |
||
168 | this.buttonClose.UseVisualStyleBackColor = true; |
||
169 | this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); |
||
170 | // |
||
171 | // buttonFind |
||
172 | // |
||
173 | this.buttonFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
||
174 | this.buttonFind.Enabled = false; |
||
175 | this.buttonFind.Location = new System.Drawing.Point(140, 195); |
||
176 | this.buttonFind.Name = "buttonFind"; |
||
177 | this.buttonFind.Size = new System.Drawing.Size(120, 23); |
||
178 | this.buttonFind.TabIndex = 7; |
||
179 | this.buttonFind.Text = "Find Sessions"; |
||
180 | this.buttonFind.UseVisualStyleBackColor = true; |
||
181 | this.buttonFind.Click += new System.EventHandler(this.buttonFind_Click); |
||
182 | // |
||
183 | // colorDialog1 |
||
184 | // |
||
185 | this.colorDialog1.Color = System.Drawing.Color.Yellow; |
||
186 | this.colorDialog1.FullOpen = true; |
||
187 | // |
||
188 | // FormSessionSearch |
||
189 | // |
||
190 | this.AcceptButton = this.buttonFind; |
||
191 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
192 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
193 | this.CancelButton = this.buttonClose; |
||
194 | this.ClientSize = new System.Drawing.Size(275, 223); |
||
195 | this.Controls.Add(this.buttonFind); |
||
196 | this.Controls.Add(this.buttonClose); |
||
197 | this.Controls.Add(this.groupBox1); |
||
198 | this.Controls.Add(this.textBoxFind); |
||
199 | this.Controls.Add(this.label1); |
||
200 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; |
||
201 | this.MaximizeBox = false; |
||
202 | this.MinimizeBox = false; |
||
203 | this.Name = "FormSessionSearch"; |
||
204 | this.ShowIcon = false; |
||
205 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
||
206 | this.Text = "Find Sessions"; |
||
207 | this.groupBox1.ResumeLayout(false); |
||
208 | this.groupBox1.PerformLayout(); |
||
209 | this.panelColor.ResumeLayout(false); |
||
210 | this.panelColor.PerformLayout(); |
||
211 | this.ResumeLayout(false); |
||
212 | this.PerformLayout(); |
||
213 | |||
214 | } |
||
215 | |||
216 | #endregion |
||
217 | |||
218 | private System.Windows.Forms.Label label1; |
||
219 | private System.Windows.Forms.TextBox textBoxFind; |
||
220 | private System.Windows.Forms.CheckBox checkBoxMatchCase; |
||
221 | private System.Windows.Forms.GroupBox groupBox1; |
||
222 | private System.Windows.Forms.Button buttonClose; |
||
223 | private System.Windows.Forms.Button buttonFind; |
||
224 | private System.Windows.Forms.CheckBox checkBoxUnmark; |
||
225 | private System.Windows.Forms.CheckBox checkBoxSelectMatches; |
||
226 | private System.Windows.Forms.CheckBox checkBoxSearchSelected; |
||
227 | private System.Windows.Forms.Button buttonPickColor; |
||
228 | private System.Windows.Forms.ColorDialog colorDialog1; |
||
229 | private System.Windows.Forms.Panel panelColor; |
||
230 | private System.Windows.Forms.CheckBox checkBoxMarkResults; |
||
231 | } |
||
232 | } |