OSDN Git Service

不要な ListView.SelectedIndices への参照を削除
[opentween/open-tween.git] / OpenTween / FilterDialog.Designer.cs
index 2179f1d..4bf426c 100644 (file)
@@ -67,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();
             // 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.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
             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
             // 
         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