OSDN Git Service

不要な ListView.SelectedIndices への参照を削除
[opentween/open-tween.git] / OpenTween / FilterDialog.Designer.cs
index 539df63..4bf426c 100644 (file)
@@ -59,6 +59,7 @@
             this.Label10 = new System.Windows.Forms.Label();
             this.ButtonRenameTab = new System.Windows.Forms.Button();
             this.GroupTab = new System.Windows.Forms.GroupBox();
+            this.CheckProtected = new System.Windows.Forms.CheckBox();
             this.Label13 = new System.Windows.Forms.Label();
             this.ComboSound = new System.Windows.Forms.ComboBox();
             this.CheckManageRead = new System.Windows.Forms.CheckBox();
@@ -66,6 +67,7 @@
             this.ButtonEdit = new System.Windows.Forms.Button();
             this.ButtonDelete = new System.Windows.Forms.Button();
             this.GroupBox2 = new System.Windows.Forms.GroupBox();
+            this.buttonRuleToggleEnabled = new System.Windows.Forms.Button();
             this.ListFilters = new System.Windows.Forms.ListBox();
             this.EditFilterGroup = new System.Windows.Forms.GroupBox();
             this.Label11 = new System.Windows.Forms.Label();
@@ -94,6 +96,7 @@
             this.MSG1 = new System.Windows.Forms.TextBox();
             this.MSG2 = new System.Windows.Forms.TextBox();
             this.GroupBox1 = new System.Windows.Forms.GroupBox();
+            this.labelMuteTab = new System.Windows.Forms.Label();
             this.GroupTab.SuspendLayout();
             this.GroupBox2.SuspendLayout();
             this.EditFilterGroup.SuspendLayout();
             // 
             // ListTabs
             // 
-            this.ListTabs.FormattingEnabled = true;
             resources.ApplyResources(this.ListTabs, "ListTabs");
+            this.ListTabs.FormattingEnabled = true;
             this.ListTabs.Name = "ListTabs";
             this.ListTabs.SelectedIndexChanged += new System.EventHandler(this.ListTabs_SelectedIndexChanged);
             // 
             // 
             // GroupTab
             // 
+            resources.ApplyResources(this.GroupTab, "GroupTab");
+            this.GroupTab.Controls.Add(this.CheckProtected);
             this.GroupTab.Controls.Add(this.LabelTabType);
             this.GroupTab.Controls.Add(this.Label13);
             this.GroupTab.Controls.Add(this.ListTabs);
             this.GroupTab.Controls.Add(this.ComboSound);
             this.GroupTab.Controls.Add(this.CheckManageRead);
             this.GroupTab.Controls.Add(this.CheckNotifyNew);
-            resources.ApplyResources(this.GroupTab, "GroupTab");
             this.GroupTab.Name = "GroupTab";
             this.GroupTab.TabStop = false;
             // 
+            // CheckProtected
+            // 
+            resources.ApplyResources(this.CheckProtected, "CheckProtected");
+            this.CheckProtected.Name = "CheckProtected";
+            this.CheckProtected.UseVisualStyleBackColor = true;
+            this.CheckProtected.CheckedChanged += new System.EventHandler(this.CheckLocked_CheckedChanged);
+            // 
             // Label13
             // 
             resources.ApplyResources(this.Label13, "Label13");
             // 
             // ComboSound
             // 
-            this.ComboSound.FormattingEnabled = true;
             resources.ApplyResources(this.ComboSound, "ComboSound");
+            this.ComboSound.FormattingEnabled = true;
             this.ComboSound.Name = "ComboSound";
             this.ComboSound.SelectedIndexChanged += new System.EventHandler(this.ComboSound_SelectedIndexChanged);
             // 
             // GroupBox2
             // 
             resources.ApplyResources(this.GroupBox2, "GroupBox2");
+            this.GroupBox2.Controls.Add(this.buttonRuleToggleEnabled);
             this.GroupBox2.Controls.Add(this.ButtonRuleMove);
             this.GroupBox2.Controls.Add(this.ButtonRuleCopy);
             this.GroupBox2.Controls.Add(this.ButtonRuleDown);
             this.GroupBox2.Name = "GroupBox2";
             this.GroupBox2.TabStop = false;
             // 
+            // buttonRuleToggleEnabled
+            // 
+            resources.ApplyResources(this.buttonRuleToggleEnabled, "buttonRuleToggleEnabled");
+            this.buttonRuleToggleEnabled.Name = "buttonRuleToggleEnabled";
+            this.buttonRuleToggleEnabled.UseVisualStyleBackColor = true;
+            this.buttonRuleToggleEnabled.Click += new System.EventHandler(this.buttonRuleToggleEnabled_Click);
+            // 
             // ListFilters
             // 
-            this.ListFilters.FormattingEnabled = true;
+            this.ListFilters.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
             resources.ApplyResources(this.ListFilters, "ListFilters");
+            this.ListFilters.FormattingEnabled = true;
             this.ListFilters.Name = "ListFilters";
             this.ListFilters.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
+            this.ListFilters.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ListFilters_DrawItem);
             this.ListFilters.SelectedIndexChanged += new System.EventHandler(this.ListFilters_SelectedIndexChanged);
             this.ListFilters.DoubleClick += new System.EventHandler(this.ListFilters_DoubleClick);
+            this.ListFilters.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ListFilters_KeyDown);
             // 
             // EditFilterGroup
             // 
             this.EditFilterGroup.Controls.Add(this.GroupBox1);
             this.EditFilterGroup.Controls.Add(this.ButtonCancel);
             this.EditFilterGroup.Controls.Add(this.ButtonOK);
+            this.EditFilterGroup.Controls.Add(this.labelMuteTab);
             this.EditFilterGroup.Name = "EditFilterGroup";
             this.EditFilterGroup.TabStop = false;
             // 
             // 
             // GroupExclude
             // 
+            resources.ApplyResources(this.GroupExclude, "GroupExclude");
             this.GroupExclude.Controls.Add(this.CheckExLambDa);
             this.GroupExclude.Controls.Add(this.TextExSource);
             this.GroupExclude.Controls.Add(this.Label12);
             this.GroupExclude.Controls.Add(this.ExUID);
             this.GroupExclude.Controls.Add(this.ExMSG1);
             this.GroupExclude.Controls.Add(this.ExMSG2);
-            resources.ApplyResources(this.GroupExclude, "GroupExclude");
             this.GroupExclude.Name = "GroupExclude";
             this.GroupExclude.TabStop = false;
             // 
             // 
             // ExUID
             // 
+            resources.ApplyResources(this.ExUID, "ExUID");
             this.ExUID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
             this.ExUID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
-            resources.ApplyResources(this.ExUID, "ExUID");
             this.ExUID.Name = "ExUID";
             // 
             // ExMSG1
             // 
             // GroupMatch
             // 
+            resources.ApplyResources(this.GroupMatch, "GroupMatch");
             this.GroupMatch.Controls.Add(this.CheckLambda);
             this.GroupMatch.Controls.Add(this.TextSource);
             this.GroupMatch.Controls.Add(this.Label5);
             this.GroupMatch.Controls.Add(this.UID);
             this.GroupMatch.Controls.Add(this.MSG1);
             this.GroupMatch.Controls.Add(this.MSG2);
-            resources.ApplyResources(this.GroupMatch, "GroupMatch");
             this.GroupMatch.Name = "GroupMatch";
             this.GroupMatch.TabStop = false;
             // 
             // 
             // UID
             // 
+            resources.ApplyResources(this.UID, "UID");
             this.UID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
             this.UID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
-            resources.ApplyResources(this.UID, "UID");
             this.UID.Name = "UID";
             // 
             // MSG1
             // 
             // GroupBox1
             // 
+            resources.ApplyResources(this.GroupBox1, "GroupBox1");
             this.GroupBox1.Controls.Add(this.CheckMark);
             this.GroupBox1.Controls.Add(this.OptCopy);
             this.GroupBox1.Controls.Add(this.OptMove);
-            resources.ApplyResources(this.GroupBox1, "GroupBox1");
             this.GroupBox1.Name = "GroupBox1";
             this.GroupBox1.TabStop = false;
             // 
+            // labelMuteTab
+            // 
+            resources.ApplyResources(this.labelMuteTab, "labelMuteTab");
+            this.labelMuteTab.Name = "labelMuteTab";
+            // 
             // FilterDialog
             // 
             resources.ApplyResources(this, "$this");
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
             this.CancelButton = this.ButtonClose;
             this.ControlBox = false;
             this.Controls.Add(this.ButtonClose);
         internal System.Windows.Forms.TextBox MSG1;
         internal System.Windows.Forms.TextBox MSG2;
         internal System.Windows.Forms.GroupBox GroupBox1;
+        internal System.Windows.Forms.CheckBox CheckProtected;
+        private System.Windows.Forms.Label labelMuteTab;
+        private System.Windows.Forms.Button buttonRuleToggleEnabled;
     }
 }
\ No newline at end of file