OSDN Git Service

Merge branch 'csharp-translation' into master
[opentween/open-tween.git] / OpenTween / FilterDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class FilterDialog
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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FilterDialog));
32             this.Label5 = new System.Windows.Forms.Label();
33             this.ButtonClose = new System.Windows.Forms.Button();
34             this.ButtonRuleMove = new System.Windows.Forms.Button();
35             this.CheckRetweet = new System.Windows.Forms.CheckBox();
36             this.ButtonRuleCopy = new System.Windows.Forms.Button();
37             this.TextSource = new System.Windows.Forms.TextBox();
38             this.ButtonRuleDown = new System.Windows.Forms.Button();
39             this.CheckLambda = new System.Windows.Forms.CheckBox();
40             this.ButtonRuleUp = new System.Windows.Forms.Button();
41             this.CheckCaseSensitive = new System.Windows.Forms.CheckBox();
42             this.CheckMark = new System.Windows.Forms.CheckBox();
43             this.ButtonCancel = new System.Windows.Forms.Button();
44             this.OptCopy = new System.Windows.Forms.RadioButton();
45             this.OptMove = new System.Windows.Forms.RadioButton();
46             this.RadioAND = new System.Windows.Forms.RadioButton();
47             this.Label8 = new System.Windows.Forms.Label();
48             this.CheckURL = new System.Windows.Forms.CheckBox();
49             this.ButtonOK = new System.Windows.Forms.Button();
50             this.RadioPLUS = new System.Windows.Forms.RadioButton();
51             this.CheckRegex = new System.Windows.Forms.CheckBox();
52             this.LabelTabType = new System.Windows.Forms.Label();
53             this.ListTabs = new System.Windows.Forms.ListBox();
54             this.ButtonDown = new System.Windows.Forms.Button();
55             this.ButtonAddTab = new System.Windows.Forms.Button();
56             this.ButtonNew = new System.Windows.Forms.Button();
57             this.ButtonUp = new System.Windows.Forms.Button();
58             this.ButtonDeleteTab = new System.Windows.Forms.Button();
59             this.Label10 = new System.Windows.Forms.Label();
60             this.ButtonRenameTab = new System.Windows.Forms.Button();
61             this.GroupTab = new System.Windows.Forms.GroupBox();
62             this.Label13 = new System.Windows.Forms.Label();
63             this.ComboSound = new System.Windows.Forms.ComboBox();
64             this.CheckManageRead = new System.Windows.Forms.CheckBox();
65             this.CheckNotifyNew = new System.Windows.Forms.CheckBox();
66             this.ButtonEdit = new System.Windows.Forms.Button();
67             this.ButtonDelete = new System.Windows.Forms.Button();
68             this.GroupBox2 = new System.Windows.Forms.GroupBox();
69             this.ListFilters = new System.Windows.Forms.ListBox();
70             this.EditFilterGroup = new System.Windows.Forms.GroupBox();
71             this.Label11 = new System.Windows.Forms.Label();
72             this.GroupExclude = new System.Windows.Forms.GroupBox();
73             this.CheckExLambDa = new System.Windows.Forms.CheckBox();
74             this.TextExSource = new System.Windows.Forms.TextBox();
75             this.Label12 = new System.Windows.Forms.Label();
76             this.CheckExRetweet = new System.Windows.Forms.CheckBox();
77             this.CheckExCaseSensitive = new System.Windows.Forms.CheckBox();
78             this.RadioExAnd = new System.Windows.Forms.RadioButton();
79             this.Label1 = new System.Windows.Forms.Label();
80             this.CheckExURL = new System.Windows.Forms.CheckBox();
81             this.RadioExPLUS = new System.Windows.Forms.RadioButton();
82             this.CheckExRegex = new System.Windows.Forms.CheckBox();
83             this.Label2 = new System.Windows.Forms.Label();
84             this.Label3 = new System.Windows.Forms.Label();
85             this.Label4 = new System.Windows.Forms.Label();
86             this.ExUID = new System.Windows.Forms.TextBox();
87             this.ExMSG1 = new System.Windows.Forms.TextBox();
88             this.ExMSG2 = new System.Windows.Forms.TextBox();
89             this.GroupMatch = new System.Windows.Forms.GroupBox();
90             this.Label9 = new System.Windows.Forms.Label();
91             this.Label7 = new System.Windows.Forms.Label();
92             this.Label6 = new System.Windows.Forms.Label();
93             this.UID = new System.Windows.Forms.TextBox();
94             this.MSG1 = new System.Windows.Forms.TextBox();
95             this.MSG2 = new System.Windows.Forms.TextBox();
96             this.GroupBox1 = new System.Windows.Forms.GroupBox();
97             this.GroupTab.SuspendLayout();
98             this.GroupBox2.SuspendLayout();
99             this.EditFilterGroup.SuspendLayout();
100             this.GroupExclude.SuspendLayout();
101             this.GroupMatch.SuspendLayout();
102             this.GroupBox1.SuspendLayout();
103             this.SuspendLayout();
104             // 
105             // Label5
106             // 
107             resources.ApplyResources(this.Label5, "Label5");
108             this.Label5.Name = "Label5";
109             // 
110             // ButtonClose
111             // 
112             resources.ApplyResources(this.ButtonClose, "ButtonClose");
113             this.ButtonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
114             this.ButtonClose.Name = "ButtonClose";
115             this.ButtonClose.UseVisualStyleBackColor = true;
116             this.ButtonClose.Click += new System.EventHandler(this.ButtonClose_Click);
117             // 
118             // ButtonRuleMove
119             // 
120             resources.ApplyResources(this.ButtonRuleMove, "ButtonRuleMove");
121             this.ButtonRuleMove.Name = "ButtonRuleMove";
122             this.ButtonRuleMove.UseVisualStyleBackColor = true;
123             this.ButtonRuleMove.Click += new System.EventHandler(this.ButtonRuleMove_Click);
124             // 
125             // CheckRetweet
126             // 
127             resources.ApplyResources(this.CheckRetweet, "CheckRetweet");
128             this.CheckRetweet.Name = "CheckRetweet";
129             this.CheckRetweet.UseVisualStyleBackColor = true;
130             // 
131             // ButtonRuleCopy
132             // 
133             resources.ApplyResources(this.ButtonRuleCopy, "ButtonRuleCopy");
134             this.ButtonRuleCopy.Name = "ButtonRuleCopy";
135             this.ButtonRuleCopy.UseVisualStyleBackColor = true;
136             this.ButtonRuleCopy.Click += new System.EventHandler(this.ButtonRuleCopy_Click);
137             // 
138             // TextSource
139             // 
140             resources.ApplyResources(this.TextSource, "TextSource");
141             this.TextSource.Name = "TextSource";
142             // 
143             // ButtonRuleDown
144             // 
145             resources.ApplyResources(this.ButtonRuleDown, "ButtonRuleDown");
146             this.ButtonRuleDown.Name = "ButtonRuleDown";
147             this.ButtonRuleDown.UseVisualStyleBackColor = true;
148             this.ButtonRuleDown.Click += new System.EventHandler(this.ButtonRuleDown_Click);
149             // 
150             // CheckLambda
151             // 
152             resources.ApplyResources(this.CheckLambda, "CheckLambda");
153             this.CheckLambda.Name = "CheckLambda";
154             this.CheckLambda.UseVisualStyleBackColor = true;
155             // 
156             // ButtonRuleUp
157             // 
158             resources.ApplyResources(this.ButtonRuleUp, "ButtonRuleUp");
159             this.ButtonRuleUp.Name = "ButtonRuleUp";
160             this.ButtonRuleUp.UseVisualStyleBackColor = true;
161             this.ButtonRuleUp.Click += new System.EventHandler(this.ButtonRuleUp_Click);
162             // 
163             // CheckCaseSensitive
164             // 
165             resources.ApplyResources(this.CheckCaseSensitive, "CheckCaseSensitive");
166             this.CheckCaseSensitive.Name = "CheckCaseSensitive";
167             this.CheckCaseSensitive.UseVisualStyleBackColor = true;
168             // 
169             // CheckMark
170             // 
171             resources.ApplyResources(this.CheckMark, "CheckMark");
172             this.CheckMark.Name = "CheckMark";
173             this.CheckMark.UseVisualStyleBackColor = true;
174             // 
175             // ButtonCancel
176             // 
177             resources.ApplyResources(this.ButtonCancel, "ButtonCancel");
178             this.ButtonCancel.Name = "ButtonCancel";
179             this.ButtonCancel.UseVisualStyleBackColor = true;
180             this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
181             // 
182             // OptCopy
183             // 
184             resources.ApplyResources(this.OptCopy, "OptCopy");
185             this.OptCopy.Name = "OptCopy";
186             this.OptCopy.TabStop = true;
187             this.OptCopy.UseVisualStyleBackColor = true;
188             // 
189             // OptMove
190             // 
191             resources.ApplyResources(this.OptMove, "OptMove");
192             this.OptMove.Name = "OptMove";
193             this.OptMove.TabStop = true;
194             this.OptMove.UseVisualStyleBackColor = true;
195             this.OptMove.CheckedChanged += new System.EventHandler(this.OptMove_CheckedChanged);
196             // 
197             // RadioAND
198             // 
199             resources.ApplyResources(this.RadioAND, "RadioAND");
200             this.RadioAND.Checked = true;
201             this.RadioAND.Name = "RadioAND";
202             this.RadioAND.TabStop = true;
203             this.RadioAND.UseVisualStyleBackColor = true;
204             this.RadioAND.CheckedChanged += new System.EventHandler(this.RadioAND_CheckedChanged);
205             // 
206             // Label8
207             // 
208             resources.ApplyResources(this.Label8, "Label8");
209             this.Label8.Name = "Label8";
210             // 
211             // CheckURL
212             // 
213             resources.ApplyResources(this.CheckURL, "CheckURL");
214             this.CheckURL.Name = "CheckURL";
215             this.CheckURL.UseVisualStyleBackColor = true;
216             // 
217             // ButtonOK
218             // 
219             resources.ApplyResources(this.ButtonOK, "ButtonOK");
220             this.ButtonOK.Name = "ButtonOK";
221             this.ButtonOK.UseVisualStyleBackColor = true;
222             this.ButtonOK.Click += new System.EventHandler(this.ButtonOK_Click);
223             // 
224             // RadioPLUS
225             // 
226             resources.ApplyResources(this.RadioPLUS, "RadioPLUS");
227             this.RadioPLUS.Name = "RadioPLUS";
228             this.RadioPLUS.UseVisualStyleBackColor = true;
229             // 
230             // CheckRegex
231             // 
232             resources.ApplyResources(this.CheckRegex, "CheckRegex");
233             this.CheckRegex.Name = "CheckRegex";
234             this.CheckRegex.UseVisualStyleBackColor = true;
235             // 
236             // LabelTabType
237             // 
238             resources.ApplyResources(this.LabelTabType, "LabelTabType");
239             this.LabelTabType.Name = "LabelTabType";
240             // 
241             // ListTabs
242             // 
243             this.ListTabs.FormattingEnabled = true;
244             resources.ApplyResources(this.ListTabs, "ListTabs");
245             this.ListTabs.Name = "ListTabs";
246             this.ListTabs.SelectedIndexChanged += new System.EventHandler(this.ListTabs_SelectedIndexChanged);
247             // 
248             // ButtonDown
249             // 
250             resources.ApplyResources(this.ButtonDown, "ButtonDown");
251             this.ButtonDown.Name = "ButtonDown";
252             this.ButtonDown.UseVisualStyleBackColor = true;
253             this.ButtonDown.Click += new System.EventHandler(this.ButtonDown_Click);
254             // 
255             // ButtonAddTab
256             // 
257             resources.ApplyResources(this.ButtonAddTab, "ButtonAddTab");
258             this.ButtonAddTab.Name = "ButtonAddTab";
259             this.ButtonAddTab.UseVisualStyleBackColor = true;
260             this.ButtonAddTab.Click += new System.EventHandler(this.ButtonAddTab_Click);
261             // 
262             // ButtonNew
263             // 
264             resources.ApplyResources(this.ButtonNew, "ButtonNew");
265             this.ButtonNew.Name = "ButtonNew";
266             this.ButtonNew.UseVisualStyleBackColor = true;
267             this.ButtonNew.Click += new System.EventHandler(this.ButtonNew_Click);
268             // 
269             // ButtonUp
270             // 
271             resources.ApplyResources(this.ButtonUp, "ButtonUp");
272             this.ButtonUp.Name = "ButtonUp";
273             this.ButtonUp.UseVisualStyleBackColor = true;
274             this.ButtonUp.Click += new System.EventHandler(this.ButtonUp_Click);
275             // 
276             // ButtonDeleteTab
277             // 
278             resources.ApplyResources(this.ButtonDeleteTab, "ButtonDeleteTab");
279             this.ButtonDeleteTab.Name = "ButtonDeleteTab";
280             this.ButtonDeleteTab.UseVisualStyleBackColor = true;
281             this.ButtonDeleteTab.Click += new System.EventHandler(this.ButtonDeleteTab_Click);
282             // 
283             // Label10
284             // 
285             resources.ApplyResources(this.Label10, "Label10");
286             this.Label10.Name = "Label10";
287             // 
288             // ButtonRenameTab
289             // 
290             resources.ApplyResources(this.ButtonRenameTab, "ButtonRenameTab");
291             this.ButtonRenameTab.Name = "ButtonRenameTab";
292             this.ButtonRenameTab.UseVisualStyleBackColor = true;
293             this.ButtonRenameTab.Click += new System.EventHandler(this.ButtonRenameTab_Click);
294             // 
295             // GroupTab
296             // 
297             this.GroupTab.Controls.Add(this.LabelTabType);
298             this.GroupTab.Controls.Add(this.Label13);
299             this.GroupTab.Controls.Add(this.ListTabs);
300             this.GroupTab.Controls.Add(this.ButtonDown);
301             this.GroupTab.Controls.Add(this.ButtonAddTab);
302             this.GroupTab.Controls.Add(this.ButtonUp);
303             this.GroupTab.Controls.Add(this.ButtonDeleteTab);
304             this.GroupTab.Controls.Add(this.Label10);
305             this.GroupTab.Controls.Add(this.ButtonRenameTab);
306             this.GroupTab.Controls.Add(this.ComboSound);
307             this.GroupTab.Controls.Add(this.CheckManageRead);
308             this.GroupTab.Controls.Add(this.CheckNotifyNew);
309             resources.ApplyResources(this.GroupTab, "GroupTab");
310             this.GroupTab.Name = "GroupTab";
311             this.GroupTab.TabStop = false;
312             // 
313             // Label13
314             // 
315             resources.ApplyResources(this.Label13, "Label13");
316             this.Label13.Name = "Label13";
317             // 
318             // ComboSound
319             // 
320             this.ComboSound.FormattingEnabled = true;
321             resources.ApplyResources(this.ComboSound, "ComboSound");
322             this.ComboSound.Name = "ComboSound";
323             this.ComboSound.SelectedIndexChanged += new System.EventHandler(this.ComboSound_SelectedIndexChanged);
324             // 
325             // CheckManageRead
326             // 
327             resources.ApplyResources(this.CheckManageRead, "CheckManageRead");
328             this.CheckManageRead.Name = "CheckManageRead";
329             this.CheckManageRead.UseVisualStyleBackColor = true;
330             this.CheckManageRead.CheckedChanged += new System.EventHandler(this.CheckManageRead_CheckedChanged);
331             // 
332             // CheckNotifyNew
333             // 
334             resources.ApplyResources(this.CheckNotifyNew, "CheckNotifyNew");
335             this.CheckNotifyNew.Name = "CheckNotifyNew";
336             this.CheckNotifyNew.UseVisualStyleBackColor = true;
337             this.CheckNotifyNew.CheckedChanged += new System.EventHandler(this.CheckNotifyNew_CheckedChanged);
338             // 
339             // ButtonEdit
340             // 
341             resources.ApplyResources(this.ButtonEdit, "ButtonEdit");
342             this.ButtonEdit.Name = "ButtonEdit";
343             this.ButtonEdit.UseVisualStyleBackColor = true;
344             this.ButtonEdit.Click += new System.EventHandler(this.ButtonEdit_Click);
345             // 
346             // ButtonDelete
347             // 
348             resources.ApplyResources(this.ButtonDelete, "ButtonDelete");
349             this.ButtonDelete.Name = "ButtonDelete";
350             this.ButtonDelete.UseVisualStyleBackColor = true;
351             this.ButtonDelete.Click += new System.EventHandler(this.ButtonDelete_Click);
352             // 
353             // GroupBox2
354             // 
355             resources.ApplyResources(this.GroupBox2, "GroupBox2");
356             this.GroupBox2.Controls.Add(this.ButtonRuleMove);
357             this.GroupBox2.Controls.Add(this.ButtonRuleCopy);
358             this.GroupBox2.Controls.Add(this.ButtonRuleDown);
359             this.GroupBox2.Controls.Add(this.ButtonRuleUp);
360             this.GroupBox2.Controls.Add(this.ListFilters);
361             this.GroupBox2.Controls.Add(this.ButtonEdit);
362             this.GroupBox2.Controls.Add(this.ButtonDelete);
363             this.GroupBox2.Controls.Add(this.ButtonNew);
364             this.GroupBox2.Controls.Add(this.EditFilterGroup);
365             this.GroupBox2.Name = "GroupBox2";
366             this.GroupBox2.TabStop = false;
367             // 
368             // ListFilters
369             // 
370             this.ListFilters.FormattingEnabled = true;
371             resources.ApplyResources(this.ListFilters, "ListFilters");
372             this.ListFilters.Name = "ListFilters";
373             this.ListFilters.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
374             this.ListFilters.SelectedIndexChanged += new System.EventHandler(this.ListFilters_SelectedIndexChanged);
375             this.ListFilters.DoubleClick += new System.EventHandler(this.ListFilters_DoubleClick);
376             // 
377             // EditFilterGroup
378             // 
379             resources.ApplyResources(this.EditFilterGroup, "EditFilterGroup");
380             this.EditFilterGroup.Controls.Add(this.Label11);
381             this.EditFilterGroup.Controls.Add(this.GroupExclude);
382             this.EditFilterGroup.Controls.Add(this.GroupMatch);
383             this.EditFilterGroup.Controls.Add(this.GroupBox1);
384             this.EditFilterGroup.Controls.Add(this.ButtonCancel);
385             this.EditFilterGroup.Controls.Add(this.ButtonOK);
386             this.EditFilterGroup.Name = "EditFilterGroup";
387             this.EditFilterGroup.TabStop = false;
388             // 
389             // Label11
390             // 
391             resources.ApplyResources(this.Label11, "Label11");
392             this.Label11.Name = "Label11";
393             // 
394             // GroupExclude
395             // 
396             this.GroupExclude.Controls.Add(this.CheckExLambDa);
397             this.GroupExclude.Controls.Add(this.TextExSource);
398             this.GroupExclude.Controls.Add(this.Label12);
399             this.GroupExclude.Controls.Add(this.CheckExRetweet);
400             this.GroupExclude.Controls.Add(this.CheckExCaseSensitive);
401             this.GroupExclude.Controls.Add(this.RadioExAnd);
402             this.GroupExclude.Controls.Add(this.Label1);
403             this.GroupExclude.Controls.Add(this.CheckExURL);
404             this.GroupExclude.Controls.Add(this.RadioExPLUS);
405             this.GroupExclude.Controls.Add(this.CheckExRegex);
406             this.GroupExclude.Controls.Add(this.Label2);
407             this.GroupExclude.Controls.Add(this.Label3);
408             this.GroupExclude.Controls.Add(this.Label4);
409             this.GroupExclude.Controls.Add(this.ExUID);
410             this.GroupExclude.Controls.Add(this.ExMSG1);
411             this.GroupExclude.Controls.Add(this.ExMSG2);
412             resources.ApplyResources(this.GroupExclude, "GroupExclude");
413             this.GroupExclude.Name = "GroupExclude";
414             this.GroupExclude.TabStop = false;
415             // 
416             // CheckExLambDa
417             // 
418             resources.ApplyResources(this.CheckExLambDa, "CheckExLambDa");
419             this.CheckExLambDa.Name = "CheckExLambDa";
420             this.CheckExLambDa.UseVisualStyleBackColor = true;
421             // 
422             // TextExSource
423             // 
424             resources.ApplyResources(this.TextExSource, "TextExSource");
425             this.TextExSource.Name = "TextExSource";
426             // 
427             // Label12
428             // 
429             resources.ApplyResources(this.Label12, "Label12");
430             this.Label12.Name = "Label12";
431             // 
432             // CheckExRetweet
433             // 
434             resources.ApplyResources(this.CheckExRetweet, "CheckExRetweet");
435             this.CheckExRetweet.Name = "CheckExRetweet";
436             this.CheckExRetweet.UseVisualStyleBackColor = true;
437             // 
438             // CheckExCaseSensitive
439             // 
440             resources.ApplyResources(this.CheckExCaseSensitive, "CheckExCaseSensitive");
441             this.CheckExCaseSensitive.Name = "CheckExCaseSensitive";
442             this.CheckExCaseSensitive.UseVisualStyleBackColor = true;
443             // 
444             // RadioExAnd
445             // 
446             resources.ApplyResources(this.RadioExAnd, "RadioExAnd");
447             this.RadioExAnd.Checked = true;
448             this.RadioExAnd.Name = "RadioExAnd";
449             this.RadioExAnd.TabStop = true;
450             this.RadioExAnd.UseVisualStyleBackColor = true;
451             this.RadioExAnd.CheckedChanged += new System.EventHandler(this.RadioExAnd_CheckedChanged);
452             // 
453             // Label1
454             // 
455             resources.ApplyResources(this.Label1, "Label1");
456             this.Label1.Name = "Label1";
457             // 
458             // CheckExURL
459             // 
460             resources.ApplyResources(this.CheckExURL, "CheckExURL");
461             this.CheckExURL.Name = "CheckExURL";
462             this.CheckExURL.UseVisualStyleBackColor = true;
463             // 
464             // RadioExPLUS
465             // 
466             resources.ApplyResources(this.RadioExPLUS, "RadioExPLUS");
467             this.RadioExPLUS.Name = "RadioExPLUS";
468             this.RadioExPLUS.UseVisualStyleBackColor = true;
469             // 
470             // CheckExRegex
471             // 
472             resources.ApplyResources(this.CheckExRegex, "CheckExRegex");
473             this.CheckExRegex.Name = "CheckExRegex";
474             this.CheckExRegex.UseVisualStyleBackColor = true;
475             // 
476             // Label2
477             // 
478             resources.ApplyResources(this.Label2, "Label2");
479             this.Label2.Name = "Label2";
480             // 
481             // Label3
482             // 
483             resources.ApplyResources(this.Label3, "Label3");
484             this.Label3.Name = "Label3";
485             // 
486             // Label4
487             // 
488             resources.ApplyResources(this.Label4, "Label4");
489             this.Label4.Name = "Label4";
490             // 
491             // ExUID
492             // 
493             this.ExUID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
494             this.ExUID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
495             resources.ApplyResources(this.ExUID, "ExUID");
496             this.ExUID.Name = "ExUID";
497             // 
498             // ExMSG1
499             // 
500             resources.ApplyResources(this.ExMSG1, "ExMSG1");
501             this.ExMSG1.Name = "ExMSG1";
502             this.ExMSG1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
503             this.ExMSG1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FilterTextBox_KeyPress);
504             // 
505             // ExMSG2
506             // 
507             resources.ApplyResources(this.ExMSG2, "ExMSG2");
508             this.ExMSG2.Name = "ExMSG2";
509             this.ExMSG2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
510             this.ExMSG2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FilterTextBox_KeyPress);
511             // 
512             // GroupMatch
513             // 
514             this.GroupMatch.Controls.Add(this.CheckLambda);
515             this.GroupMatch.Controls.Add(this.TextSource);
516             this.GroupMatch.Controls.Add(this.Label5);
517             this.GroupMatch.Controls.Add(this.CheckRetweet);
518             this.GroupMatch.Controls.Add(this.CheckCaseSensitive);
519             this.GroupMatch.Controls.Add(this.RadioAND);
520             this.GroupMatch.Controls.Add(this.Label8);
521             this.GroupMatch.Controls.Add(this.CheckURL);
522             this.GroupMatch.Controls.Add(this.RadioPLUS);
523             this.GroupMatch.Controls.Add(this.CheckRegex);
524             this.GroupMatch.Controls.Add(this.Label9);
525             this.GroupMatch.Controls.Add(this.Label7);
526             this.GroupMatch.Controls.Add(this.Label6);
527             this.GroupMatch.Controls.Add(this.UID);
528             this.GroupMatch.Controls.Add(this.MSG1);
529             this.GroupMatch.Controls.Add(this.MSG2);
530             resources.ApplyResources(this.GroupMatch, "GroupMatch");
531             this.GroupMatch.Name = "GroupMatch";
532             this.GroupMatch.TabStop = false;
533             // 
534             // Label9
535             // 
536             resources.ApplyResources(this.Label9, "Label9");
537             this.Label9.Name = "Label9";
538             // 
539             // Label7
540             // 
541             resources.ApplyResources(this.Label7, "Label7");
542             this.Label7.Name = "Label7";
543             // 
544             // Label6
545             // 
546             resources.ApplyResources(this.Label6, "Label6");
547             this.Label6.Name = "Label6";
548             // 
549             // UID
550             // 
551             this.UID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
552             this.UID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
553             resources.ApplyResources(this.UID, "UID");
554             this.UID.Name = "UID";
555             // 
556             // MSG1
557             // 
558             resources.ApplyResources(this.MSG1, "MSG1");
559             this.MSG1.Name = "MSG1";
560             this.MSG1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
561             this.MSG1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FilterTextBox_KeyPress);
562             // 
563             // MSG2
564             // 
565             resources.ApplyResources(this.MSG2, "MSG2");
566             this.MSG2.Name = "MSG2";
567             this.MSG2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
568             this.MSG2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FilterTextBox_KeyPress);
569             // 
570             // GroupBox1
571             // 
572             this.GroupBox1.Controls.Add(this.CheckMark);
573             this.GroupBox1.Controls.Add(this.OptCopy);
574             this.GroupBox1.Controls.Add(this.OptMove);
575             resources.ApplyResources(this.GroupBox1, "GroupBox1");
576             this.GroupBox1.Name = "GroupBox1";
577             this.GroupBox1.TabStop = false;
578             // 
579             // FilterDialog
580             // 
581             resources.ApplyResources(this, "$this");
582             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
583             this.CancelButton = this.ButtonClose;
584             this.ControlBox = false;
585             this.Controls.Add(this.ButtonClose);
586             this.Controls.Add(this.GroupTab);
587             this.Controls.Add(this.GroupBox2);
588             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
589             this.KeyPreview = true;
590             this.MaximizeBox = false;
591             this.MinimizeBox = false;
592             this.Name = "FilterDialog";
593             this.ShowInTaskbar = false;
594             this.TopMost = true;
595             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FilterDialog_FormClosed);
596             this.Shown += new System.EventHandler(this.FilterDialog_Shown);
597             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FilterDialog_KeyDown);
598             this.GroupTab.ResumeLayout(false);
599             this.GroupTab.PerformLayout();
600             this.GroupBox2.ResumeLayout(false);
601             this.EditFilterGroup.ResumeLayout(false);
602             this.GroupExclude.ResumeLayout(false);
603             this.GroupExclude.PerformLayout();
604             this.GroupMatch.ResumeLayout(false);
605             this.GroupMatch.PerformLayout();
606             this.GroupBox1.ResumeLayout(false);
607             this.GroupBox1.PerformLayout();
608             this.ResumeLayout(false);
609
610         }
611
612         #endregion
613
614         internal System.Windows.Forms.Label Label5;
615         internal System.Windows.Forms.Button ButtonClose;
616         internal System.Windows.Forms.Button ButtonRuleMove;
617         internal System.Windows.Forms.CheckBox CheckRetweet;
618         internal System.Windows.Forms.Button ButtonRuleCopy;
619         internal System.Windows.Forms.TextBox TextSource;
620         internal System.Windows.Forms.Button ButtonRuleDown;
621         internal System.Windows.Forms.CheckBox CheckLambda;
622         internal System.Windows.Forms.Button ButtonRuleUp;
623         internal System.Windows.Forms.CheckBox CheckCaseSensitive;
624         internal System.Windows.Forms.CheckBox CheckMark;
625         internal System.Windows.Forms.Button ButtonCancel;
626         internal System.Windows.Forms.RadioButton OptCopy;
627         internal System.Windows.Forms.RadioButton OptMove;
628         internal System.Windows.Forms.RadioButton RadioAND;
629         internal System.Windows.Forms.Label Label8;
630         internal System.Windows.Forms.CheckBox CheckURL;
631         internal System.Windows.Forms.Button ButtonOK;
632         internal System.Windows.Forms.RadioButton RadioPLUS;
633         internal System.Windows.Forms.CheckBox CheckRegex;
634         internal System.Windows.Forms.Label LabelTabType;
635         internal System.Windows.Forms.ListBox ListTabs;
636         internal System.Windows.Forms.Button ButtonDown;
637         internal System.Windows.Forms.Button ButtonAddTab;
638         internal System.Windows.Forms.Button ButtonNew;
639         internal System.Windows.Forms.Button ButtonUp;
640         internal System.Windows.Forms.Button ButtonDeleteTab;
641         internal System.Windows.Forms.Label Label10;
642         internal System.Windows.Forms.Button ButtonRenameTab;
643         internal System.Windows.Forms.GroupBox GroupTab;
644         internal System.Windows.Forms.Label Label13;
645         internal System.Windows.Forms.ComboBox ComboSound;
646         internal System.Windows.Forms.CheckBox CheckManageRead;
647         internal System.Windows.Forms.CheckBox CheckNotifyNew;
648         internal System.Windows.Forms.Button ButtonEdit;
649         internal System.Windows.Forms.Button ButtonDelete;
650         internal System.Windows.Forms.GroupBox GroupBox2;
651         internal System.Windows.Forms.ListBox ListFilters;
652         internal System.Windows.Forms.GroupBox EditFilterGroup;
653         internal System.Windows.Forms.Label Label11;
654         internal System.Windows.Forms.GroupBox GroupExclude;
655         internal System.Windows.Forms.CheckBox CheckExLambDa;
656         internal System.Windows.Forms.TextBox TextExSource;
657         internal System.Windows.Forms.Label Label12;
658         internal System.Windows.Forms.CheckBox CheckExRetweet;
659         internal System.Windows.Forms.CheckBox CheckExCaseSensitive;
660         internal System.Windows.Forms.RadioButton RadioExAnd;
661         internal System.Windows.Forms.Label Label1;
662         internal System.Windows.Forms.CheckBox CheckExURL;
663         internal System.Windows.Forms.RadioButton RadioExPLUS;
664         internal System.Windows.Forms.CheckBox CheckExRegex;
665         internal System.Windows.Forms.Label Label2;
666         internal System.Windows.Forms.Label Label3;
667         internal System.Windows.Forms.Label Label4;
668         internal System.Windows.Forms.TextBox ExUID;
669         internal System.Windows.Forms.TextBox ExMSG1;
670         internal System.Windows.Forms.TextBox ExMSG2;
671         internal System.Windows.Forms.GroupBox GroupMatch;
672         internal System.Windows.Forms.Label Label9;
673         internal System.Windows.Forms.Label Label7;
674         internal System.Windows.Forms.Label Label6;
675         internal System.Windows.Forms.TextBox UID;
676         internal System.Windows.Forms.TextBox MSG1;
677         internal System.Windows.Forms.TextBox MSG2;
678         internal System.Windows.Forms.GroupBox GroupBox1;
679     }
680 }