OSDN Git Service

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