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