| | 151 | // notifyInput |
| | 152 | // |
| | 153 | this.notifyInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
| | 154 | | System.Windows.Forms.AnchorStyles.Right))); |
| | 155 | this.notifyInput.FormattingEnabled = true; |
| | 156 | this.notifyInput.Location = new System.Drawing.Point(56, 77); |
| | 157 | this.notifyInput.Name = "notifyInput"; |
| | 158 | this.notifyInput.Size = new System.Drawing.Size(318, 20); |
| | 159 | this.notifyInput.TabIndex = 6; |
| | 160 | this.notifyInput.TextChanged += new System.EventHandler(this.filterInput_TextChanged); |
| | 161 | // |
| | 162 | // allowInput |
| | 163 | // |
| | 164 | this.allowInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
| | 165 | | System.Windows.Forms.AnchorStyles.Right))); |
| | 166 | this.allowInput.FormattingEnabled = true; |
| | 167 | this.allowInput.Location = new System.Drawing.Point(56, 51); |
| | 168 | this.allowInput.Name = "allowInput"; |
| | 169 | this.allowInput.Size = new System.Drawing.Size(318, 20); |
| | 170 | this.allowInput.TabIndex = 4; |
| | 171 | this.allowInput.TextChanged += new System.EventHandler(this.filterInput_TextChanged); |
| | 172 | // |
| | 173 | // denyInput |
| | 174 | // |
| | 175 | this.denyInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
| | 176 | | System.Windows.Forms.AnchorStyles.Right))); |
| | 177 | this.denyInput.FormattingEnabled = true; |
| | 178 | this.denyInput.Location = new System.Drawing.Point(56, 25); |
| | 179 | this.denyInput.Name = "denyInput"; |
| | 180 | this.denyInput.Size = new System.Drawing.Size(318, 20); |
| | 181 | this.denyInput.TabIndex = 2; |
| | 182 | this.denyInput.TextChanged += new System.EventHandler(this.filterInput_TextChanged); |
| | 183 | // |
| 198 | | this.panel.TabIndex = 8; |
| 199 | | // |
| 200 | | // denyInput |
| 201 | | // |
| 202 | | this.denyInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
| 203 | | | System.Windows.Forms.AnchorStyles.Right))); |
| 204 | | this.denyInput.FormattingEnabled = true; |
| 205 | | this.denyInput.Location = new System.Drawing.Point(56, 25); |
| 206 | | this.denyInput.Name = "denyInput"; |
| 207 | | this.denyInput.Size = new System.Drawing.Size(318, 20); |
| 208 | | this.denyInput.TabIndex = 2; |
| 209 | | this.denyInput.TextChanged += new System.EventHandler(this.filterInput_TextChanged); |
| 210 | | // |
| 211 | | // allowInput |
| 212 | | // |
| 213 | | this.allowInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
| 214 | | | System.Windows.Forms.AnchorStyles.Right))); |
| 215 | | this.allowInput.FormattingEnabled = true; |
| 216 | | this.allowInput.Location = new System.Drawing.Point(56, 51); |
| 217 | | this.allowInput.Name = "allowInput"; |
| 218 | | this.allowInput.Size = new System.Drawing.Size(318, 20); |
| 219 | | this.allowInput.TabIndex = 4; |
| 220 | | this.allowInput.TextChanged += new System.EventHandler(this.filterInput_TextChanged); |
| 221 | | // |
| 222 | | // notifyInput |
| 223 | | // |
| 224 | | this.notifyInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
| 225 | | | System.Windows.Forms.AnchorStyles.Right))); |
| 226 | | this.notifyInput.FormattingEnabled = true; |
| 227 | | this.notifyInput.Location = new System.Drawing.Point(56, 77); |
| 228 | | this.notifyInput.Name = "notifyInput"; |
| 229 | | this.notifyInput.Size = new System.Drawing.Size(318, 20); |
| 230 | | this.notifyInput.TabIndex = 6; |
| 231 | | this.notifyInput.TextChanged += new System.EventHandler(this.filterInput_TextChanged); |
| | 232 | this.panel.TabIndex = 6; |
| | 233 | // |
| | 234 | // autoScrollCheck |
| | 235 | // |
| | 236 | this.autoScrollCheck.AutoSize = true; |
| | 237 | this.autoScrollCheck.Location = new System.Drawing.Point(5, 79); |
| | 238 | this.autoScrollCheck.Name = "autoScrollCheck"; |
| | 239 | this.autoScrollCheck.Size = new System.Drawing.Size(109, 16); |
| | 240 | this.autoScrollCheck.TabIndex = 5; |
| | 241 | this.autoScrollCheck.Text = "自動スクロール(&S)"; |
| | 242 | this.autoScrollCheck.UseVisualStyleBackColor = true; |