Develop and Download Open Source Software

Browse Subversion Repository

Contents of /SettingsWindow.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations) (download)
Mon Mar 28 01:33:42 2011 UTC (12 years, 11 months ago) by aqua877
File size: 98998 byte(s)
・URL短縮機能の追加(bit.ly j.mp is.gd ux.nu p.tl)
・コメントを朗読する際に、同じコメントが読まれたり、読まれる順序が不順だったのを修正
・バグ修正等
1 namespace Aqua877.WinApp.IronLivetube
2 {
3 partial class SettingsWindow
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 this.panel1 = new System.Windows.Forms.Panel();
32 this.SettingsTabControl = new System.Windows.Forms.TabControl();
33 this.BasicSettingsTab = new System.Windows.Forms.TabPage();
34 this.groupBox2 = new System.Windows.Forms.GroupBox();
35 this.IsEnableAutoBanContinuousCommentsCheckBox = new System.Windows.Forms.CheckBox();
36 this.ShortenURLSiteListBox = new System.Windows.Forms.ComboBox();
37 this.IsUseShortenURLSiteCheckBox = new System.Windows.Forms.CheckBox();
38 this.ServerListComboBox = new System.Windows.Forms.ComboBox();
39 this.SelectServerCheckBox = new System.Windows.Forms.CheckBox();
40 this.label6 = new System.Windows.Forms.Label();
41 this.ShowCommentCountTextBox = new System.Windows.Forms.NumericUpDown();
42 this.label5 = new System.Windows.Forms.Label();
43 this.ShowAllCommentsCheckBox = new System.Windows.Forms.CheckBox();
44 this.ShowCommentAnchorCheckBox = new System.Windows.Forms.CheckBox();
45 this.ReferSoundFilePathButton = new System.Windows.Forms.Button();
46 this.SoundFilePathTextBox = new System.Windows.Forms.TextBox();
47 this.label4 = new System.Windows.Forms.Label();
48 this.IsPlayNotifySoundCheckBox = new System.Windows.Forms.CheckBox();
49 this.groupBox1 = new System.Windows.Forms.GroupBox();
50 this.LivetubeIsLoggedLabel = new System.Windows.Forms.Label();
51 this.LivetubeCredentialErrorLabel = new System.Windows.Forms.Label();
52 this.LivetubeLoginButton = new System.Windows.Forms.Button();
53 this.LivetubeLogoffButton = new System.Windows.Forms.Button();
54 this.LivetubePasswordTextBox = new System.Windows.Forms.TextBox();
55 this.label2 = new System.Windows.Forms.Label();
56 this.LivetubeUserIDTextBox = new System.Windows.Forms.TextBox();
57 this.label1 = new System.Windows.Forms.Label();
58 this.ShowSettingsTab = new System.Windows.Forms.TabPage();
59 this.label35 = new System.Windows.Forms.Label();
60 this.IsEnableAutoScrollCheckBox = new System.Windows.Forms.CheckBox();
61 this.IsShowGridLineCheckBox = new System.Windows.Forms.CheckBox();
62 this.label34 = new System.Windows.Forms.Label();
63 this.label11 = new System.Windows.Forms.Label();
64 this.label10 = new System.Windows.Forms.Label();
65 this.label9 = new System.Windows.Forms.Label();
66 this.label8 = new System.Windows.Forms.Label();
67 this.label7 = new System.Windows.Forms.Label();
68 this.SortOrderTextBox = new System.Windows.Forms.ComboBox();
69 this.IsLockSortOrderCheckBox = new System.Windows.Forms.CheckBox();
70 this.IsEnablePutWindowIntoTaskTrayCheckBox = new System.Windows.Forms.CheckBox();
71 this.IsEnableSemitransparentModeCheckBox = new System.Windows.Forms.CheckBox();
72 this.IsShowWindowMostTopCheckBox = new System.Windows.Forms.CheckBox();
73 this.CommandSettingsTab = new System.Windows.Forms.TabPage();
74 this.CommandsGroupBox = new System.Windows.Forms.GroupBox();
75 this.ShowReplaceCommandOptionButton = new System.Windows.Forms.Button();
76 this.ShowVoteBanCommandOptionButton = new System.Windows.Forms.Button();
77 this.IsUseDeleteFilteringRuleCommandCheckBox = new System.Windows.Forms.CheckBox();
78 this.IsUseAddFilteringRuleCommandCheckBox = new System.Windows.Forms.CheckBox();
79 this.IsUseCancelPlayingSoundCheckBox = new System.Windows.Forms.CheckBox();
80 this.IsUseVoteUnBanCommandCheckBox = new System.Windows.Forms.CheckBox();
81 this.IsUseVoteBanCommandCheckBox = new System.Windows.Forms.CheckBox();
82 this.IsUseUnreplaceCommandCheckBox = new System.Windows.Forms.CheckBox();
83 this.label27 = new System.Windows.Forms.Label();
84 this.label26 = new System.Windows.Forms.Label();
85 this.label25 = new System.Windows.Forms.Label();
86 this.label24 = new System.Windows.Forms.Label();
87 this.label22 = new System.Windows.Forms.Label();
88 this.label21 = new System.Windows.Forms.Label();
89 this.label20 = new System.Windows.Forms.Label();
90 this.IsUseReplaceCommandCheckBox = new System.Windows.Forms.CheckBox();
91 this.label19 = new System.Windows.Forms.Label();
92 this.label18 = new System.Windows.Forms.Label();
93 this.label17 = new System.Windows.Forms.Label();
94 this.label15 = new System.Windows.Forms.Label();
95 this.label14 = new System.Windows.Forms.Label();
96 this.label13 = new System.Windows.Forms.Label();
97 this.label12 = new System.Windows.Forms.Label();
98 this.IsEnableCommandsCheckBox = new System.Windows.Forms.CheckBox();
99 this.tabPage4 = new System.Windows.Forms.TabPage();
100 this.groupBox4 = new System.Windows.Forms.GroupBox();
101 this.SetReadingTemplateButton = new System.Windows.Forms.Button();
102 this.ReadingTemplateTextBox = new System.Windows.Forms.TextBox();
103 this.label41 = new System.Windows.Forms.Label();
104 this.IsEnableAdjustReadSpeedCheckBox = new System.Windows.Forms.CheckBox();
105 this.label40 = new System.Windows.Forms.Label();
106 this.IsReadCommentAtFirstCheckBox = new System.Windows.Forms.CheckBox();
107 this.ReplacementMatchToAllRadioButton = new System.Windows.Forms.RadioButton();
108 this.ReplacementMatchToExceptTextRadioButton = new System.Windows.Forms.RadioButton();
109 this.ReplacementMatchToTextRadioButton = new System.Windows.Forms.RadioButton();
110 this.label32 = new System.Windows.Forms.Label();
111 this.IsApplyToListViewCheckBox = new System.Windows.Forms.CheckBox();
112 this.IsUseRegularExpressionToAddReplacementWordCheckBox = new System.Windows.Forms.CheckBox();
113 this.EditingReplacementErrorLabel = new System.Windows.Forms.Label();
114 this.AddReplacementAfterWordTextBox = new System.Windows.Forms.TextBox();
115 this.label31 = new System.Windows.Forms.Label();
116 this.AddReplacementBeforeWordTextBox = new System.Windows.Forms.TextBox();
117 this.label30 = new System.Windows.Forms.Label();
118 this.RemoveReplacementWordButton = new System.Windows.Forms.Button();
119 this.AddReplacementWordButton = new System.Windows.Forms.Button();
120 this.ReplacementWordsListView = new System.Windows.Forms.ListView();
121 this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
122 this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
123 this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
124 this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
125 this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
126 this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
127 this.label29 = new System.Windows.Forms.Label();
128 this.ReferSoftalkPathButton = new System.Windows.Forms.Button();
129 this.SoftalkPathTextBox = new System.Windows.Forms.TextBox();
130 this.label28 = new System.Windows.Forms.Label();
131 this.IsEnableReadingCheckBox = new System.Windows.Forms.CheckBox();
132 this.tabPage1 = new System.Windows.Forms.TabPage();
133 this.groupBox6 = new System.Windows.Forms.GroupBox();
134 this.IsUseRegularExpressionToPlaySoundEffectCheckBox = new System.Windows.Forms.CheckBox();
135 this.EditingSoundEffectSettingErrorLabel = new System.Windows.Forms.Label();
136 this.RemoveSoundEffectRuleButton = new System.Windows.Forms.Button();
137 this.AddSoundEffectRuleButton = new System.Windows.Forms.Button();
138 this.ExactMatchRadioButton = new System.Windows.Forms.RadioButton();
139 this.PartialMatchRadioButton = new System.Windows.Forms.RadioButton();
140 this.PlaySoundEffectConditionTextBox = new System.Windows.Forms.TextBox();
141 this.label38 = new System.Windows.Forms.Label();
142 this.ReferSoundEffectPathButton = new System.Windows.Forms.Button();
143 this.SoundEffectPathTextBox = new System.Windows.Forms.TextBox();
144 this.label37 = new System.Windows.Forms.Label();
145 this.SoundEffectRulesListView = new System.Windows.Forms.ListView();
146 this.PlaySoundEffectCondition = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
147 this.SoundEffectPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
148 this.IsPlaySoundEffectCheckBox = new System.Windows.Forms.CheckBox();
149 this.tabPage5 = new System.Windows.Forms.TabPage();
150 this.groupBox5 = new System.Windows.Forms.GroupBox();
151 this.label39 = new System.Windows.Forms.Label();
152 this.IsExceptMatchedCommentCheckBox = new System.Windows.Forms.CheckBox();
153 this.IsEnableAutoUnBanCheckBox = new System.Windows.Forms.CheckBox();
154 this.label36 = new System.Windows.Forms.Label();
155 this.DelayUnbanSecondTextBox = new System.Windows.Forms.NumericUpDown();
156 this.FilteringMatchToAllRadioButton = new System.Windows.Forms.RadioButton();
157 this.FilteringMatchToExceptTextRadioButton = new System.Windows.Forms.RadioButton();
158 this.FilteringMatchToTextRadioButton = new System.Windows.Forms.RadioButton();
159 this.label3 = new System.Windows.Forms.Label();
160 this.IsEnableBanAsMatchedCheckBox = new System.Windows.Forms.CheckBox();
161 this.RemoveFilteringRuleButton = new System.Windows.Forms.Button();
162 this.AddFilteringRuleButton = new System.Windows.Forms.Button();
163 this.EditingFilteringRuleErrorLabel = new System.Windows.Forms.Label();
164 this.IsUseRegularExpressionToAddFilteringRuleCheckBox = new System.Windows.Forms.CheckBox();
165 this.AddFilteringRuleTextBox = new System.Windows.Forms.TextBox();
166 this.label33 = new System.Windows.Forms.Label();
167 this.FilteringRulesListView = new System.Windows.Forms.ListView();
168 this.FilteringRule = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
169 this.EnableAutoBan = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
170 this.EnableAutoUnBan = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
171 this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
172 this.FilteringRuleAddedBy = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
173 this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
174 this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
175 this.IsEnableFilteringCheckBox = new System.Windows.Forms.CheckBox();
176 this.ReferNotifySoundFilePathDialog = new System.Windows.Forms.OpenFileDialog();
177 this.ReferSoftalkPathDialog = new System.Windows.Forms.OpenFileDialog();
178 this.ReferSoundEffectPathDialog = new System.Windows.Forms.OpenFileDialog();
179 this.panel1.SuspendLayout();
180 this.SettingsTabControl.SuspendLayout();
181 this.BasicSettingsTab.SuspendLayout();
182 this.groupBox2.SuspendLayout();
183 ((System.ComponentModel.ISupportInitialize)(this.ShowCommentCountTextBox)).BeginInit();
184 this.groupBox1.SuspendLayout();
185 this.ShowSettingsTab.SuspendLayout();
186 this.CommandSettingsTab.SuspendLayout();
187 this.CommandsGroupBox.SuspendLayout();
188 this.tabPage4.SuspendLayout();
189 this.groupBox4.SuspendLayout();
190 this.tabPage1.SuspendLayout();
191 this.groupBox6.SuspendLayout();
192 this.tabPage5.SuspendLayout();
193 this.groupBox5.SuspendLayout();
194 ((System.ComponentModel.ISupportInitialize)(this.DelayUnbanSecondTextBox)).BeginInit();
195 this.SuspendLayout();
196 //
197 // panel1
198 //
199 this.panel1.Controls.Add(this.SettingsTabControl);
200 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
201 this.panel1.Location = new System.Drawing.Point(0, 0);
202 this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
203 this.panel1.Name = "panel1";
204 this.panel1.Size = new System.Drawing.Size(544, 373);
205 this.panel1.TabIndex = 0;
206 //
207 // SettingsTabControl
208 //
209 this.SettingsTabControl.Controls.Add(this.BasicSettingsTab);
210 this.SettingsTabControl.Controls.Add(this.ShowSettingsTab);
211 this.SettingsTabControl.Controls.Add(this.CommandSettingsTab);
212 this.SettingsTabControl.Controls.Add(this.tabPage4);
213 this.SettingsTabControl.Controls.Add(this.tabPage1);
214 this.SettingsTabControl.Controls.Add(this.tabPage5);
215 this.SettingsTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
216 this.SettingsTabControl.Location = new System.Drawing.Point(0, 0);
217 this.SettingsTabControl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
218 this.SettingsTabControl.Name = "SettingsTabControl";
219 this.SettingsTabControl.SelectedIndex = 0;
220 this.SettingsTabControl.Size = new System.Drawing.Size(544, 373);
221 this.SettingsTabControl.TabIndex = 0;
222 //
223 // BasicSettingsTab
224 //
225 this.BasicSettingsTab.AutoScroll = true;
226 this.BasicSettingsTab.Controls.Add(this.groupBox2);
227 this.BasicSettingsTab.Controls.Add(this.groupBox1);
228 this.BasicSettingsTab.Location = new System.Drawing.Point(4, 27);
229 this.BasicSettingsTab.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
230 this.BasicSettingsTab.Name = "BasicSettingsTab";
231 this.BasicSettingsTab.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
232 this.BasicSettingsTab.Size = new System.Drawing.Size(536, 342);
233 this.BasicSettingsTab.TabIndex = 0;
234 this.BasicSettingsTab.Text = "基本";
235 this.BasicSettingsTab.UseVisualStyleBackColor = true;
236 //
237 // groupBox2
238 //
239 this.groupBox2.Controls.Add(this.IsEnableAutoBanContinuousCommentsCheckBox);
240 this.groupBox2.Controls.Add(this.ShortenURLSiteListBox);
241 this.groupBox2.Controls.Add(this.IsUseShortenURLSiteCheckBox);
242 this.groupBox2.Controls.Add(this.ServerListComboBox);
243 this.groupBox2.Controls.Add(this.SelectServerCheckBox);
244 this.groupBox2.Controls.Add(this.label6);
245 this.groupBox2.Controls.Add(this.ShowCommentCountTextBox);
246 this.groupBox2.Controls.Add(this.label5);
247 this.groupBox2.Controls.Add(this.ShowAllCommentsCheckBox);
248 this.groupBox2.Controls.Add(this.ShowCommentAnchorCheckBox);
249 this.groupBox2.Controls.Add(this.ReferSoundFilePathButton);
250 this.groupBox2.Controls.Add(this.SoundFilePathTextBox);
251 this.groupBox2.Controls.Add(this.label4);
252 this.groupBox2.Controls.Add(this.IsPlayNotifySoundCheckBox);
253 this.groupBox2.Location = new System.Drawing.Point(7, 154);
254 this.groupBox2.Name = "groupBox2";
255 this.groupBox2.Size = new System.Drawing.Size(506, 281);
256 this.groupBox2.TabIndex = 1;
257 this.groupBox2.TabStop = false;
258 this.groupBox2.Text = "一般";
259 //
260 // IsEnableAutoBanContinuousCommentsCheckBox
261 //
262 this.IsEnableAutoBanContinuousCommentsCheckBox.AutoSize = true;
263 this.IsEnableAutoBanContinuousCommentsCheckBox.Location = new System.Drawing.Point(10, 245);
264 this.IsEnableAutoBanContinuousCommentsCheckBox.Name = "IsEnableAutoBanContinuousCommentsCheckBox";
265 this.IsEnableAutoBanContinuousCommentsCheckBox.Size = new System.Drawing.Size(258, 16);
266 this.IsEnableAutoBanContinuousCommentsCheckBox.TabIndex = 13;
267 this.IsEnableAutoBanContinuousCommentsCheckBox.Text = "故意的な多数の連投コメントを自動的にBANする";
268 this.IsEnableAutoBanContinuousCommentsCheckBox.UseVisualStyleBackColor = true;
269 this.IsEnableAutoBanContinuousCommentsCheckBox.CheckedChanged += new System.EventHandler(this.IsEnableAutoBanContinuousCommentsCheckBox_CheckedChanged);
270 //
271 // ShortenURLSiteListBox
272 //
273 this.ShortenURLSiteListBox.FormattingEnabled = true;
274 this.ShortenURLSiteListBox.Items.AddRange(new object[] {
275 "(自動選択)",
276 "bit.ly",
277 "j.mp",
278 "is.gd",
279 "ux.nu",
280 "p.tl"});
281 this.ShortenURLSiteListBox.Location = new System.Drawing.Point(354, 215);
282 this.ShortenURLSiteListBox.Name = "ShortenURLSiteListBox";
283 this.ShortenURLSiteListBox.Size = new System.Drawing.Size(146, 26);
284 this.ShortenURLSiteListBox.TabIndex = 12;
285 this.ShortenURLSiteListBox.Text = "(自動選択)";
286 //
287 // IsUseShortenURLSiteCheckBox
288 //
289 this.IsUseShortenURLSiteCheckBox.AutoSize = true;
290 this.IsUseShortenURLSiteCheckBox.Location = new System.Drawing.Point(9, 217);
291 this.IsUseShortenURLSiteCheckBox.Name = "IsUseShortenURLSiteCheckBox";
292 this.IsUseShortenURLSiteCheckBox.Size = new System.Drawing.Size(258, 16);
293 this.IsUseShortenURLSiteCheckBox.TabIndex = 11;
294 this.IsUseShortenURLSiteCheckBox.Text = "コメント投稿時、コメントに含まれるURLを短縮する";
295 this.IsUseShortenURLSiteCheckBox.UseVisualStyleBackColor = true;
296 //
297 // ServerListComboBox
298 //
299 this.ServerListComboBox.FormattingEnabled = true;
300 this.ServerListComboBox.Items.AddRange(new object[] {
301 "livetube.cc",
302 "h.livetube.cc",
303 "tes01.livetube.cc",
304 "large03.livetube.cc",
305 "large04.livetube.cc",
306 "large05.livetube.cc"});
307 this.ServerListComboBox.Location = new System.Drawing.Point(354, 183);
308 this.ServerListComboBox.Name = "ServerListComboBox";
309 this.ServerListComboBox.Size = new System.Drawing.Size(146, 26);
310 this.ServerListComboBox.TabIndex = 10;
311 this.ServerListComboBox.Text = "livetube.cc";
312 this.ServerListComboBox.SelectedIndexChanged += new System.EventHandler(this.ServerListComboBox_SelectedIndexChanged);
313 //
314 // SelectServerCheckBox
315 //
316 this.SelectServerCheckBox.AutoSize = true;
317 this.SelectServerCheckBox.Location = new System.Drawing.Point(9, 185);
318 this.SelectServerCheckBox.Name = "SelectServerCheckBox";
319 this.SelectServerCheckBox.Size = new System.Drawing.Size(189, 16);
320 this.SelectServerCheckBox.TabIndex = 9;
321 this.SelectServerCheckBox.Text = "コメントの取得先を手動で選択する";
322 this.SelectServerCheckBox.UseVisualStyleBackColor = true;
323 this.SelectServerCheckBox.CheckedChanged += new System.EventHandler(this.SelectServerCheckBox_CheckedChanged);
324 //
325 // label6
326 //
327 this.label6.AutoSize = true;
328 this.label6.Location = new System.Drawing.Point(480, 154);
329 this.label6.Name = "label6";
330 this.label6.Size = new System.Drawing.Size(20, 18);
331 this.label6.TabIndex = 8;
332 this.label6.Text = "個";
333 //
334 // ShowCommentCountTextBox
335 //
336 this.ShowCommentCountTextBox.Location = new System.Drawing.Point(354, 152);
337 this.ShowCommentCountTextBox.Maximum = new decimal(new int[] {
338 65535,
339 0,
340 0,
341 0});
342 this.ShowCommentCountTextBox.Name = "ShowCommentCountTextBox";
343 this.ShowCommentCountTextBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
344 this.ShowCommentCountTextBox.Size = new System.Drawing.Size(120, 25);
345 this.ShowCommentCountTextBox.TabIndex = 7;
346 this.ShowCommentCountTextBox.UpDownAlign = System.Windows.Forms.LeftRightAlignment.Left;
347 this.ShowCommentCountTextBox.Value = new decimal(new int[] {
348 30,
349 0,
350 0,
351 0});
352 this.ShowCommentCountTextBox.ValueChanged += new System.EventHandler(this.ShowCommentCountTextBox_ValueChanged);
353 //
354 // label5
355 //
356 this.label5.AutoSize = true;
357 this.label5.Location = new System.Drawing.Point(33, 154);
358 this.label5.Name = "label5";
359 this.label5.Size = new System.Drawing.Size(116, 18);
360 this.label5.TabIndex = 6;
361 this.label5.Text = "一定の個数まで表示";
362 //
363 // ShowAllCommentsCheckBox
364 //
365 this.ShowAllCommentsCheckBox.AutoSize = true;
366 this.ShowAllCommentsCheckBox.Location = new System.Drawing.Point(10, 129);
367 this.ShowAllCommentsCheckBox.Name = "ShowAllCommentsCheckBox";
368 this.ShowAllCommentsCheckBox.Size = new System.Drawing.Size(115, 16);
369 this.ShowAllCommentsCheckBox.TabIndex = 5;
370 this.ShowAllCommentsCheckBox.Text = "コメントの全件表示";
371 this.ShowAllCommentsCheckBox.UseVisualStyleBackColor = true;
372 this.ShowAllCommentsCheckBox.CheckedChanged += new System.EventHandler(this.ShowAllCommentsCheckBox_CheckedChanged);
373 //
374 // ShowCommentAnchorCheckBox
375 //
376 this.ShowCommentAnchorCheckBox.AutoSize = true;
377 this.ShowCommentAnchorCheckBox.Location = new System.Drawing.Point(10, 101);
378 this.ShowCommentAnchorCheckBox.Name = "ShowCommentAnchorCheckBox";
379 this.ShowCommentAnchorCheckBox.Size = new System.Drawing.Size(199, 16);
380 this.ShowCommentAnchorCheckBox.TabIndex = 4;
381 this.ShowCommentAnchorCheckBox.Text = "コメント選択時コメントアンカー先表示";
382 this.ShowCommentAnchorCheckBox.UseVisualStyleBackColor = true;
383 this.ShowCommentAnchorCheckBox.CheckedChanged += new System.EventHandler(this.ShowCommentAnchorCheckBox_CheckedChanged);
384 //
385 // ReferSoundFilePathButton
386 //
387 this.ReferSoundFilePathButton.Location = new System.Drawing.Point(425, 70);
388 this.ReferSoundFilePathButton.Name = "ReferSoundFilePathButton";
389 this.ReferSoundFilePathButton.Size = new System.Drawing.Size(75, 25);
390 this.ReferSoundFilePathButton.TabIndex = 3;
391 this.ReferSoundFilePathButton.Text = "参照";
392 this.ReferSoundFilePathButton.UseVisualStyleBackColor = true;
393 this.ReferSoundFilePathButton.Click += new System.EventHandler(this.ReferSoundFilePathButton_Click);
394 //
395 // SoundFilePathTextBox
396 //
397 this.SoundFilePathTextBox.Location = new System.Drawing.Point(36, 70);
398 this.SoundFilePathTextBox.Name = "SoundFilePathTextBox";
399 this.SoundFilePathTextBox.ReadOnly = true;
400 this.SoundFilePathTextBox.Size = new System.Drawing.Size(383, 25);
401 this.SoundFilePathTextBox.TabIndex = 2;
402 //
403 // label4
404 //
405 this.label4.AutoSize = true;
406 this.label4.Location = new System.Drawing.Point(33, 49);
407 this.label4.Name = "label4";
408 this.label4.Size = new System.Drawing.Size(140, 18);
409 this.label4.TabIndex = 1;
410 this.label4.Text = "サウンドファイルの場所";
411 //
412 // IsPlayNotifySoundCheckBox
413 //
414 this.IsPlayNotifySoundCheckBox.AutoSize = true;
415 this.IsPlayNotifySoundCheckBox.Location = new System.Drawing.Point(10, 24);
416 this.IsPlayNotifySoundCheckBox.Name = "IsPlayNotifySoundCheckBox";
417 this.IsPlayNotifySoundCheckBox.Size = new System.Drawing.Size(84, 16);
418 this.IsPlayNotifySoundCheckBox.TabIndex = 0;
419 this.IsPlayNotifySoundCheckBox.Text = "新着音再生";
420 this.IsPlayNotifySoundCheckBox.UseVisualStyleBackColor = true;
421 this.IsPlayNotifySoundCheckBox.CheckedChanged += new System.EventHandler(this.IsPlayNotifySoundCheckBox_CheckedChanged);
422 //
423 // groupBox1
424 //
425 this.groupBox1.Controls.Add(this.LivetubeIsLoggedLabel);
426 this.groupBox1.Controls.Add(this.LivetubeCredentialErrorLabel);
427 this.groupBox1.Controls.Add(this.LivetubeLoginButton);
428 this.groupBox1.Controls.Add(this.LivetubeLogoffButton);
429 this.groupBox1.Controls.Add(this.LivetubePasswordTextBox);
430 this.groupBox1.Controls.Add(this.label2);
431 this.groupBox1.Controls.Add(this.LivetubeUserIDTextBox);
432 this.groupBox1.Controls.Add(this.label1);
433 this.groupBox1.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
434 this.groupBox1.Location = new System.Drawing.Point(7, 8);
435 this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
436 this.groupBox1.Name = "groupBox1";
437 this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
438 this.groupBox1.Size = new System.Drawing.Size(506, 139);
439 this.groupBox1.TabIndex = 0;
440 this.groupBox1.TabStop = false;
441 this.groupBox1.Text = "Livetube 固定ハンドル";
442 //
443 // LivetubeIsLoggedLabel
444 //
445 this.LivetubeIsLoggedLabel.AutoSize = true;
446 this.LivetubeIsLoggedLabel.Location = new System.Drawing.Point(430, 53);
447 this.LivetubeIsLoggedLabel.Name = "LivetubeIsLoggedLabel";
448 this.LivetubeIsLoggedLabel.Size = new System.Drawing.Size(44, 18);
449 this.LivetubeIsLoggedLabel.TabIndex = 7;
450 this.LivetubeIsLoggedLabel.Text = "未認証";
451 //
452 // LivetubeCredentialErrorLabel
453 //
454 this.LivetubeCredentialErrorLabel.AutoSize = true;
455 this.LivetubeCredentialErrorLabel.ForeColor = System.Drawing.Color.Red;
456 this.LivetubeCredentialErrorLabel.Image = global::Aqua877.WinApp.IronLivetube.Properties.Resources.Error_16x16;
457 this.LivetubeCredentialErrorLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
458 this.LivetubeCredentialErrorLabel.Location = new System.Drawing.Point(90, 78);
459 this.LivetubeCredentialErrorLabel.Name = "LivetubeCredentialErrorLabel";
460 this.LivetubeCredentialErrorLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
461 this.LivetubeCredentialErrorLabel.Size = new System.Drawing.Size(168, 18);
462 this.LivetubeCredentialErrorLabel.TabIndex = 6;
463 this.LivetubeCredentialErrorLabel.Text = " ユーザーが見つかりません";
464 this.LivetubeCredentialErrorLabel.Visible = false;
465 //
466 // LivetubeLoginButton
467 //
468 this.LivetubeLoginButton.Location = new System.Drawing.Point(344, 107);
469 this.LivetubeLoginButton.Name = "LivetubeLoginButton";
470 this.LivetubeLoginButton.Size = new System.Drawing.Size(75, 25);
471 this.LivetubeLoginButton.TabIndex = 5;
472 this.LivetubeLoginButton.Text = "ログイン";
473 this.LivetubeLoginButton.UseVisualStyleBackColor = true;
474 this.LivetubeLoginButton.Click += new System.EventHandler(this.LivetubeLoginButton_Click);
475 //
476 // LivetubeLogoffButton
477 //
478 this.LivetubeLogoffButton.Location = new System.Drawing.Point(263, 107);
479 this.LivetubeLogoffButton.Name = "LivetubeLogoffButton";
480 this.LivetubeLogoffButton.Size = new System.Drawing.Size(75, 25);
481 this.LivetubeLogoffButton.TabIndex = 4;
482 this.LivetubeLogoffButton.Text = "ログオフ";
483 this.LivetubeLogoffButton.UseVisualStyleBackColor = true;
484 this.LivetubeLogoffButton.Click += new System.EventHandler(this.LivetubeLogoffButton_Click);
485 //
486 // LivetubePasswordTextBox
487 //
488 this.LivetubePasswordTextBox.Location = new System.Drawing.Point(93, 50);
489 this.LivetubePasswordTextBox.Name = "LivetubePasswordTextBox";
490 this.LivetubePasswordTextBox.Size = new System.Drawing.Size(326, 25);
491 this.LivetubePasswordTextBox.TabIndex = 3;
492 this.LivetubePasswordTextBox.UseSystemPasswordChar = true;
493 //
494 // label2
495 //
496 this.label2.AutoSize = true;
497 this.label2.Location = new System.Drawing.Point(6, 53);
498 this.label2.Name = "label2";
499 this.label2.Size = new System.Drawing.Size(68, 18);
500 this.label2.TabIndex = 2;
501 this.label2.Text = "パスワード";
502 //
503 // LivetubeUserIDTextBox
504 //
505 this.LivetubeUserIDTextBox.Location = new System.Drawing.Point(93, 19);
506 this.LivetubeUserIDTextBox.Name = "LivetubeUserIDTextBox";
507 this.LivetubeUserIDTextBox.Size = new System.Drawing.Size(326, 25);
508 this.LivetubeUserIDTextBox.TabIndex = 1;
509 //
510 // label1
511 //
512 this.label1.AutoSize = true;
513 this.label1.Location = new System.Drawing.Point(6, 22);
514 this.label1.Name = "label1";
515 this.label1.Size = new System.Drawing.Size(70, 18);
516 this.label1.TabIndex = 0;
517 this.label1.Text = "ユーザーID";
518 //
519 // ShowSettingsTab
520 //
521 this.ShowSettingsTab.Controls.Add(this.label35);
522 this.ShowSettingsTab.Controls.Add(this.IsEnableAutoScrollCheckBox);
523 this.ShowSettingsTab.Controls.Add(this.IsShowGridLineCheckBox);
524 this.ShowSettingsTab.Controls.Add(this.label34);
525 this.ShowSettingsTab.Controls.Add(this.label11);
526 this.ShowSettingsTab.Controls.Add(this.label10);
527 this.ShowSettingsTab.Controls.Add(this.label9);
528 this.ShowSettingsTab.Controls.Add(this.label8);
529 this.ShowSettingsTab.Controls.Add(this.label7);
530 this.ShowSettingsTab.Controls.Add(this.SortOrderTextBox);
531 this.ShowSettingsTab.Controls.Add(this.IsLockSortOrderCheckBox);
532 this.ShowSettingsTab.Controls.Add(this.IsEnablePutWindowIntoTaskTrayCheckBox);
533 this.ShowSettingsTab.Controls.Add(this.IsEnableSemitransparentModeCheckBox);
534 this.ShowSettingsTab.Controls.Add(this.IsShowWindowMostTopCheckBox);
535 this.ShowSettingsTab.Location = new System.Drawing.Point(4, 27);
536 this.ShowSettingsTab.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
537 this.ShowSettingsTab.Name = "ShowSettingsTab";
538 this.ShowSettingsTab.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
539 this.ShowSettingsTab.Size = new System.Drawing.Size(536, 342);
540 this.ShowSettingsTab.TabIndex = 1;
541 this.ShowSettingsTab.Text = "表示";
542 this.ShowSettingsTab.UseVisualStyleBackColor = true;
543 //
544 // label35
545 //
546 this.label35.AutoSize = true;
547 this.label35.Location = new System.Drawing.Point(8, 181);
548 this.label35.Name = "label35";
549 this.label35.Size = new System.Drawing.Size(176, 18);
550 this.label35.TabIndex = 13;
551 this.label35.Text = "新着コメント時自動スクロール";
552 //
553 // IsEnableAutoScrollCheckBox
554 //
555 this.IsEnableAutoScrollCheckBox.AutoSize = true;
556 this.IsEnableAutoScrollCheckBox.Location = new System.Drawing.Point(274, 180);
557 this.IsEnableAutoScrollCheckBox.Name = "IsEnableAutoScrollCheckBox";
558 this.IsEnableAutoScrollCheckBox.Size = new System.Drawing.Size(89, 16);
559 this.IsEnableAutoScrollCheckBox.TabIndex = 12;
560 this.IsEnableAutoScrollCheckBox.Text = "スクロールする";
561 this.IsEnableAutoScrollCheckBox.UseVisualStyleBackColor = true;
562 this.IsEnableAutoScrollCheckBox.CheckedChanged += new System.EventHandler(this.IsEnableAutoScroll_CheckedChanged);
563 //
564 // IsShowGridLineCheckBox
565 //
566 this.IsShowGridLineCheckBox.AutoSize = true;
567 this.IsShowGridLineCheckBox.Location = new System.Drawing.Point(274, 152);
568 this.IsShowGridLineCheckBox.Name = "IsShowGridLineCheckBox";
569 this.IsShowGridLineCheckBox.Size = new System.Drawing.Size(67, 16);
570 this.IsShowGridLineCheckBox.TabIndex = 11;
571 this.IsShowGridLineCheckBox.Text = "表示する";
572 this.IsShowGridLineCheckBox.UseVisualStyleBackColor = true;
573 this.IsShowGridLineCheckBox.CheckedChanged += new System.EventHandler(this.IsShowGridLineCheckBox_CheckedChanged);
574 //
575 // label34
576 //
577 this.label34.AutoSize = true;
578 this.label34.Location = new System.Drawing.Point(8, 153);
579 this.label34.Name = "label34";
580 this.label34.Size = new System.Drawing.Size(116, 18);
581 this.label34.TabIndex = 10;
582 this.label34.Text = "リストのグリッド線";
583 //
584 // label11
585 //
586 this.label11.AutoSize = true;
587 this.label11.Location = new System.Drawing.Point(8, 92);
588 this.label11.Name = "label11";
589 this.label11.Size = new System.Drawing.Size(188, 18);
590 this.label11.TabIndex = 9;
591 this.label11.Text = "コメントのソート順をロックする";
592 //
593 // label10
594 //
595 this.label10.AutoSize = true;
596 this.label10.Location = new System.Drawing.Point(8, 63);
597 this.label10.Name = "label10";
598 this.label10.Size = new System.Drawing.Size(164, 18);
599 this.label10.TabIndex = 8;
600 this.label10.Text = "最小化時タスクトレイに格納";
601 //
602 // label9
603 //
604 this.label9.AutoSize = true;
605 this.label9.Location = new System.Drawing.Point(8, 35);
606 this.label9.Name = "label9";
607 this.label9.Size = new System.Drawing.Size(164, 18);
608 this.label9.TabIndex = 7;
609 this.label9.Text = "非アクティブ時に半透明表示";
610 //
611 // label8
612 //
613 this.label8.AutoSize = true;
614 this.label8.Location = new System.Drawing.Point(8, 7);
615 this.label8.Name = "label8";
616 this.label8.Size = new System.Drawing.Size(176, 18);
617 this.label8.TabIndex = 6;
618 this.label8.Text = "ウィンドウを常に最前面に表示";
619 //
620 // label7
621 //
622 this.label7.AutoSize = true;
623 this.label7.Location = new System.Drawing.Point(8, 123);
624 this.label7.Name = "label7";
625 this.label7.Size = new System.Drawing.Size(116, 18);
626 this.label7.TabIndex = 5;
627 this.label7.Text = "コメントのソート順";
628 //
629 // SortOrderTextBox
630 //
631 this.SortOrderTextBox.FormattingEnabled = true;
632 this.SortOrderTextBox.Items.AddRange(new object[] {
633 "昇順",
634 "降順"});
635 this.SortOrderTextBox.Location = new System.Drawing.Point(274, 120);
636 this.SortOrderTextBox.Name = "SortOrderTextBox";
637 this.SortOrderTextBox.Size = new System.Drawing.Size(111, 26);
638 this.SortOrderTextBox.TabIndex = 4;
639 this.SortOrderTextBox.Text = "昇順";
640 this.SortOrderTextBox.SelectedIndexChanged += new System.EventHandler(this.SortOrderTextBox_SelectedIndexChanged);
641 //
642 // IsLockSortOrderCheckBox
643 //
644 this.IsLockSortOrderCheckBox.AutoSize = true;
645 this.IsLockSortOrderCheckBox.Location = new System.Drawing.Point(274, 91);
646 this.IsLockSortOrderCheckBox.Name = "IsLockSortOrderCheckBox";
647 this.IsLockSortOrderCheckBox.Size = new System.Drawing.Size(67, 16);
648 this.IsLockSortOrderCheckBox.TabIndex = 3;
649 this.IsLockSortOrderCheckBox.Text = "ロックする";
650 this.IsLockSortOrderCheckBox.UseVisualStyleBackColor = true;
651 this.IsLockSortOrderCheckBox.CheckedChanged += new System.EventHandler(this.IsLockSortOrderCheckBox_CheckedChanged);
652 //
653 // IsEnablePutWindowIntoTaskTrayCheckBox
654 //
655 this.IsEnablePutWindowIntoTaskTrayCheckBox.AutoSize = true;
656 this.IsEnablePutWindowIntoTaskTrayCheckBox.Location = new System.Drawing.Point(274, 63);
657 this.IsEnablePutWindowIntoTaskTrayCheckBox.Name = "IsEnablePutWindowIntoTaskTrayCheckBox";
658 this.IsEnablePutWindowIntoTaskTrayCheckBox.Size = new System.Drawing.Size(67, 16);
659 this.IsEnablePutWindowIntoTaskTrayCheckBox.TabIndex = 2;
660 this.IsEnablePutWindowIntoTaskTrayCheckBox.Text = "格納する";
661 this.IsEnablePutWindowIntoTaskTrayCheckBox.UseVisualStyleBackColor = true;
662 this.IsEnablePutWindowIntoTaskTrayCheckBox.CheckedChanged += new System.EventHandler(this.IsEnablePutWindowIntoTaskTrayCheckBox_CheckedChanged);
663 //
664 // IsEnableSemitransparentModeCheckBox
665 //
666 this.IsEnableSemitransparentModeCheckBox.AutoSize = true;
667 this.IsEnableSemitransparentModeCheckBox.Location = new System.Drawing.Point(274, 34);
668 this.IsEnableSemitransparentModeCheckBox.Name = "IsEnableSemitransparentModeCheckBox";
669 this.IsEnableSemitransparentModeCheckBox.Size = new System.Drawing.Size(103, 16);
670 this.IsEnableSemitransparentModeCheckBox.TabIndex = 1;
671 this.IsEnableSemitransparentModeCheckBox.Text = "半透明表示する";
672 this.IsEnableSemitransparentModeCheckBox.UseVisualStyleBackColor = true;
673 this.IsEnableSemitransparentModeCheckBox.CheckedChanged += new System.EventHandler(this.IsEnableSemitransparentModeCheckBox_CheckedChanged);
674 //
675 // IsShowWindowMostTopCheckBox
676 //
677 this.IsShowWindowMostTopCheckBox.AutoSize = true;
678 this.IsShowWindowMostTopCheckBox.Location = new System.Drawing.Point(274, 7);
679 this.IsShowWindowMostTopCheckBox.Name = "IsShowWindowMostTopCheckBox";
680 this.IsShowWindowMostTopCheckBox.Size = new System.Drawing.Size(103, 16);
681 this.IsShowWindowMostTopCheckBox.TabIndex = 0;
682 this.IsShowWindowMostTopCheckBox.Text = "最前面表示する";
683 this.IsShowWindowMostTopCheckBox.UseVisualStyleBackColor = true;
684 this.IsShowWindowMostTopCheckBox.CheckedChanged += new System.EventHandler(this.IsShowWindowMostTopCheckBox_CheckedChanged);
685 //
686 // CommandSettingsTab
687 //
688 this.CommandSettingsTab.Controls.Add(this.CommandsGroupBox);
689 this.CommandSettingsTab.Controls.Add(this.IsEnableCommandsCheckBox);
690 this.CommandSettingsTab.Location = new System.Drawing.Point(4, 27);
691 this.CommandSettingsTab.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
692 this.CommandSettingsTab.Name = "CommandSettingsTab";
693 this.CommandSettingsTab.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
694 this.CommandSettingsTab.Size = new System.Drawing.Size(536, 342);
695 this.CommandSettingsTab.TabIndex = 2;
696 this.CommandSettingsTab.Text = "コマンド";
697 this.CommandSettingsTab.UseVisualStyleBackColor = true;
698 //
699 // CommandsGroupBox
700 //
701 this.CommandsGroupBox.Controls.Add(this.ShowReplaceCommandOptionButton);
702 this.CommandsGroupBox.Controls.Add(this.ShowVoteBanCommandOptionButton);
703 this.CommandsGroupBox.Controls.Add(this.IsUseDeleteFilteringRuleCommandCheckBox);
704 this.CommandsGroupBox.Controls.Add(this.IsUseAddFilteringRuleCommandCheckBox);
705 this.CommandsGroupBox.Controls.Add(this.IsUseCancelPlayingSoundCheckBox);
706 this.CommandsGroupBox.Controls.Add(this.IsUseVoteUnBanCommandCheckBox);
707 this.CommandsGroupBox.Controls.Add(this.IsUseVoteBanCommandCheckBox);
708 this.CommandsGroupBox.Controls.Add(this.IsUseUnreplaceCommandCheckBox);
709 this.CommandsGroupBox.Controls.Add(this.label27);
710 this.CommandsGroupBox.Controls.Add(this.label26);
711 this.CommandsGroupBox.Controls.Add(this.label25);
712 this.CommandsGroupBox.Controls.Add(this.label24);
713 this.CommandsGroupBox.Controls.Add(this.label22);
714 this.CommandsGroupBox.Controls.Add(this.label21);
715 this.CommandsGroupBox.Controls.Add(this.label20);
716 this.CommandsGroupBox.Controls.Add(this.IsUseReplaceCommandCheckBox);
717 this.CommandsGroupBox.Controls.Add(this.label19);
718 this.CommandsGroupBox.Controls.Add(this.label18);
719 this.CommandsGroupBox.Controls.Add(this.label17);
720 this.CommandsGroupBox.Controls.Add(this.label15);
721 this.CommandsGroupBox.Controls.Add(this.label14);
722 this.CommandsGroupBox.Controls.Add(this.label13);
723 this.CommandsGroupBox.Controls.Add(this.label12);
724 this.CommandsGroupBox.Location = new System.Drawing.Point(8, 35);
725 this.CommandsGroupBox.Name = "CommandsGroupBox";
726 this.CommandsGroupBox.Size = new System.Drawing.Size(520, 222);
727 this.CommandsGroupBox.TabIndex = 1;
728 this.CommandsGroupBox.TabStop = false;
729 this.CommandsGroupBox.Text = "コマンド一覧";
730 //
731 // ShowReplaceCommandOptionButton
732 //
733 this.ShowReplaceCommandOptionButton.Location = new System.Drawing.Point(433, 20);
734 this.ShowReplaceCommandOptionButton.Name = "ShowReplaceCommandOptionButton";
735 this.ShowReplaceCommandOptionButton.Size = new System.Drawing.Size(80, 53);
736 this.ShowReplaceCommandOptionButton.TabIndex = 28;
737 this.ShowReplaceCommandOptionButton.Text = "オプション";
738 this.ShowReplaceCommandOptionButton.UseVisualStyleBackColor = true;
739 this.ShowReplaceCommandOptionButton.Click += new System.EventHandler(this.ShowReplaceCommandOptionButton_Click);
740 //
741 // ShowVoteBanCommandOptionButton
742 //
743 this.ShowVoteBanCommandOptionButton.Location = new System.Drawing.Point(433, 79);
744 this.ShowVoteBanCommandOptionButton.Name = "ShowVoteBanCommandOptionButton";
745 this.ShowVoteBanCommandOptionButton.Size = new System.Drawing.Size(80, 50);
746 this.ShowVoteBanCommandOptionButton.TabIndex = 26;
747 this.ShowVoteBanCommandOptionButton.Text = "オプション";
748 this.ShowVoteBanCommandOptionButton.UseVisualStyleBackColor = true;
749 this.ShowVoteBanCommandOptionButton.Click += new System.EventHandler(this.ShowVoteBanCommandOptionButton_Click);
750 //
751 // IsUseDeleteFilteringRuleCommandCheckBox
752 //
753 this.IsUseDeleteFilteringRuleCommandCheckBox.AutoSize = true;
754 this.IsUseDeleteFilteringRuleCommandCheckBox.Location = new System.Drawing.Point(341, 193);
755 this.IsUseDeleteFilteringRuleCommandCheckBox.Name = "IsUseDeleteFilteringRuleCommandCheckBox";
756 this.IsUseDeleteFilteringRuleCommandCheckBox.Size = new System.Drawing.Size(67, 16);
757 this.IsUseDeleteFilteringRuleCommandCheckBox.TabIndex = 24;
758 this.IsUseDeleteFilteringRuleCommandCheckBox.Text = "使用する";
759 this.IsUseDeleteFilteringRuleCommandCheckBox.UseVisualStyleBackColor = true;
760 this.IsUseDeleteFilteringRuleCommandCheckBox.CheckedChanged += new System.EventHandler(this.IsUseDeleteFilteringRuleCommandCheckBox_CheckedChanged);
761 //
762 // IsUseAddFilteringRuleCommandCheckBox
763 //
764 this.IsUseAddFilteringRuleCommandCheckBox.AutoSize = true;
765 this.IsUseAddFilteringRuleCommandCheckBox.Location = new System.Drawing.Point(341, 164);
766 this.IsUseAddFilteringRuleCommandCheckBox.Name = "IsUseAddFilteringRuleCommandCheckBox";
767 this.IsUseAddFilteringRuleCommandCheckBox.Size = new System.Drawing.Size(67, 16);
768 this.IsUseAddFilteringRuleCommandCheckBox.TabIndex = 23;
769 this.IsUseAddFilteringRuleCommandCheckBox.Text = "使用する";
770 this.IsUseAddFilteringRuleCommandCheckBox.UseVisualStyleBackColor = true;
771 this.IsUseAddFilteringRuleCommandCheckBox.CheckedChanged += new System.EventHandler(this.IsUseAddFilteringRuleCommandCheckBox_CheckedChanged);
772 //
773 // IsUseCancelPlayingSoundCheckBox
774 //
775 this.IsUseCancelPlayingSoundCheckBox.AutoSize = true;
776 this.IsUseCancelPlayingSoundCheckBox.Location = new System.Drawing.Point(341, 135);
777 this.IsUseCancelPlayingSoundCheckBox.Name = "IsUseCancelPlayingSoundCheckBox";
778 this.IsUseCancelPlayingSoundCheckBox.Size = new System.Drawing.Size(67, 16);
779 this.IsUseCancelPlayingSoundCheckBox.TabIndex = 22;
780 this.IsUseCancelPlayingSoundCheckBox.Text = "使用する";
781 this.IsUseCancelPlayingSoundCheckBox.UseVisualStyleBackColor = true;
782 this.IsUseCancelPlayingSoundCheckBox.CheckedChanged += new System.EventHandler(this.IsUseCancelPlayingSoundCheckBox_CheckedChanged);
783 //
784 // IsUseVoteUnBanCommandCheckBox
785 //
786 this.IsUseVoteUnBanCommandCheckBox.AutoSize = true;
787 this.IsUseVoteUnBanCommandCheckBox.Location = new System.Drawing.Point(341, 107);
788 this.IsUseVoteUnBanCommandCheckBox.Name = "IsUseVoteUnBanCommandCheckBox";
789 this.IsUseVoteUnBanCommandCheckBox.Size = new System.Drawing.Size(67, 16);
790 this.IsUseVoteUnBanCommandCheckBox.TabIndex = 20;
791 this.IsUseVoteUnBanCommandCheckBox.Text = "使用する";
792 this.IsUseVoteUnBanCommandCheckBox.UseVisualStyleBackColor = true;
793 this.IsUseVoteUnBanCommandCheckBox.CheckedChanged += new System.EventHandler(this.IsUseVoteUnBanCommandCheckBox_CheckedChanged);
794 //
795 // IsUseVoteBanCommandCheckBox
796 //
797 this.IsUseVoteBanCommandCheckBox.AutoSize = true;
798 this.IsUseVoteBanCommandCheckBox.Location = new System.Drawing.Point(341, 78);
799 this.IsUseVoteBanCommandCheckBox.Name = "IsUseVoteBanCommandCheckBox";
800 this.IsUseVoteBanCommandCheckBox.Size = new System.Drawing.Size(67, 16);
801 this.IsUseVoteBanCommandCheckBox.TabIndex = 19;
802 this.IsUseVoteBanCommandCheckBox.Text = "使用する";
803 this.IsUseVoteBanCommandCheckBox.UseVisualStyleBackColor = true;
804 this.IsUseVoteBanCommandCheckBox.CheckedChanged += new System.EventHandler(this.IsUseVoteBanCommandCheckBox_CheckedChanged);
805 //
806 // IsUseUnreplaceCommandCheckBox
807 //
808 this.IsUseUnreplaceCommandCheckBox.AutoSize = true;
809 this.IsUseUnreplaceCommandCheckBox.Location = new System.Drawing.Point(341, 49);
810 this.IsUseUnreplaceCommandCheckBox.Name = "IsUseUnreplaceCommandCheckBox";
811 this.IsUseUnreplaceCommandCheckBox.Size = new System.Drawing.Size(67, 16);
812 this.IsUseUnreplaceCommandCheckBox.TabIndex = 18;
813 this.IsUseUnreplaceCommandCheckBox.Text = "使用する";
814 this.IsUseUnreplaceCommandCheckBox.UseVisualStyleBackColor = true;
815 this.IsUseUnreplaceCommandCheckBox.CheckedChanged += new System.EventHandler(this.IsUseUnreplaceCommandCheckBox_CheckedChanged);
816 //
817 // label27
818 //
819 this.label27.AutoSize = true;
820 this.label27.Location = new System.Drawing.Point(98, 194);
821 this.label27.Name = "label27";
822 this.label27.Size = new System.Drawing.Size(86, 18);
823 this.label27.TabIndex = 17;
824 this.label27.Text = "NGワード削除";
825 //
826 // label26
827 //
828 this.label26.AutoSize = true;
829 this.label26.Location = new System.Drawing.Point(98, 165);
830 this.label26.Name = "label26";
831 this.label26.Size = new System.Drawing.Size(86, 18);
832 this.label26.TabIndex = 16;
833 this.label26.Text = "NGワード追加";
834 //
835 // label25
836 //
837 this.label25.AutoSize = true;
838 this.label25.Location = new System.Drawing.Point(98, 136);
839 this.label25.Name = "label25";
840 this.label25.Size = new System.Drawing.Size(128, 18);
841 this.label25.TabIndex = 15;
842 this.label25.Text = "効果音再生キャンセル";
843 //
844 // label24
845 //
846 this.label24.AutoSize = true;
847 this.label24.Location = new System.Drawing.Point(5, 136);
848 this.label24.Name = "label24";
849 this.label24.Size = new System.Drawing.Size(25, 18);
850 this.label24.TabIndex = 14;
851 this.label24.Text = "/sc";
852 //
853 // label22
854 //
855 this.label22.AutoSize = true;
856 this.label22.Location = new System.Drawing.Point(98, 108);
857 this.label22.Name = "label22";
858 this.label22.Size = new System.Drawing.Size(81, 18);
859 this.label22.TabIndex = 12;
860 this.label22.Text = "投票BAN解除";
861 //
862 // label21
863 //
864 this.label21.AutoSize = true;
865 this.label21.Location = new System.Drawing.Point(98, 79);
866 this.label21.Name = "label21";
867 this.label21.Size = new System.Drawing.Size(57, 18);
868 this.label21.TabIndex = 11;
869 this.label21.Text = "投票BAN";
870 //
871 // label20
872 //
873 this.label20.AutoSize = true;
874 this.label20.Location = new System.Drawing.Point(98, 50);
875 this.label20.Name = "label20";
876 this.label20.Size = new System.Drawing.Size(104, 18);
877 this.label20.TabIndex = 10;
878 this.label20.Text = "読み替え設定削除";
879 //
880 // IsUseReplaceCommandCheckBox
881 //
882 this.IsUseReplaceCommandCheckBox.AutoSize = true;
883 this.IsUseReplaceCommandCheckBox.Location = new System.Drawing.Point(341, 20);
884 this.IsUseReplaceCommandCheckBox.Name = "IsUseReplaceCommandCheckBox";
885 this.IsUseReplaceCommandCheckBox.Size = new System.Drawing.Size(67, 16);
886 this.IsUseReplaceCommandCheckBox.TabIndex = 8;
887 this.IsUseReplaceCommandCheckBox.Text = "使用する";
888 this.IsUseReplaceCommandCheckBox.UseVisualStyleBackColor = true;
889 this.IsUseReplaceCommandCheckBox.CheckedChanged += new System.EventHandler(this.IsUseReplaceCommandCheckBox_CheckedChanged);
890 //
891 // label19
892 //
893 this.label19.AutoSize = true;
894 this.label19.Location = new System.Drawing.Point(98, 21);
895 this.label19.Name = "label19";
896 this.label19.Size = new System.Drawing.Size(104, 18);
897 this.label19.TabIndex = 7;
898 this.label19.Text = "読み替え設定追加";
899 //
900 // label18
901 //
902 this.label18.AutoSize = true;
903 this.label18.Location = new System.Drawing.Point(7, 194);
904 this.label18.Name = "label18";
905 this.label18.Size = new System.Drawing.Size(34, 18);
906 this.label18.TabIndex = 6;
907 this.label18.Text = "/delf";
908 //
909 // label17
910 //
911 this.label17.AutoSize = true;
912 this.label17.Location = new System.Drawing.Point(5, 165);
913 this.label17.Name = "label17";
914 this.label17.Size = new System.Drawing.Size(38, 18);
915 this.label17.TabIndex = 5;
916 this.label17.Text = "/addf";
917 //
918 // label15
919 //
920 this.label15.AutoSize = true;
921 this.label15.Location = new System.Drawing.Point(6, 108);
922 this.label15.Name = "label15";
923 this.label15.Size = new System.Drawing.Size(74, 18);
924 this.label15.TabIndex = 3;
925 this.label15.Text = "/voteunban";
926 //
927 // label14
928 //
929 this.label14.AutoSize = true;
930 this.label14.Location = new System.Drawing.Point(6, 79);
931 this.label14.Name = "label14";
932 this.label14.Size = new System.Drawing.Size(60, 18);
933 this.label14.TabIndex = 2;
934 this.label14.Text = "/voteban";
935 //
936 // label13
937 //
938 this.label13.AutoSize = true;
939 this.label13.Location = new System.Drawing.Point(6, 50);
940 this.label13.Name = "label13";
941 this.label13.Size = new System.Drawing.Size(46, 18);
942 this.label13.TabIndex = 1;
943 this.label13.Text = "/unrep";
944 //
945 // label12
946 //
947 this.label12.AutoSize = true;
948 this.label12.Location = new System.Drawing.Point(6, 21);
949 this.label12.Name = "label12";
950 this.label12.Size = new System.Drawing.Size(32, 18);
951 this.label12.TabIndex = 0;
952 this.label12.Text = "/rep";
953 //
954 // IsEnableCommandsCheckBox
955 //
956 this.IsEnableCommandsCheckBox.AutoSize = true;
957 this.IsEnableCommandsCheckBox.Location = new System.Drawing.Point(8, 7);
958 this.IsEnableCommandsCheckBox.Name = "IsEnableCommandsCheckBox";
959 this.IsEnableCommandsCheckBox.Size = new System.Drawing.Size(147, 16);
960 this.IsEnableCommandsCheckBox.TabIndex = 0;
961 this.IsEnableCommandsCheckBox.Text = "コマンド機能を有効化する";
962 this.IsEnableCommandsCheckBox.UseVisualStyleBackColor = true;
963 this.IsEnableCommandsCheckBox.CheckedChanged += new System.EventHandler(this.IsEnableCommandsCheckBox_CheckedChanged);
964 //
965 // tabPage4
966 //
967 this.tabPage4.AutoScroll = true;
968 this.tabPage4.Controls.Add(this.groupBox4);
969 this.tabPage4.Controls.Add(this.IsEnableReadingCheckBox);
970 this.tabPage4.Location = new System.Drawing.Point(4, 27);
971 this.tabPage4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
972 this.tabPage4.Name = "tabPage4";
973 this.tabPage4.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
974 this.tabPage4.Size = new System.Drawing.Size(536, 342);
975 this.tabPage4.TabIndex = 3;
976 this.tabPage4.Text = "朗読設定";
977 this.tabPage4.UseVisualStyleBackColor = true;
978 //
979 // groupBox4
980 //
981 this.groupBox4.Controls.Add(this.SetReadingTemplateButton);
982 this.groupBox4.Controls.Add(this.ReadingTemplateTextBox);
983 this.groupBox4.Controls.Add(this.label41);
984 this.groupBox4.Controls.Add(this.IsEnableAdjustReadSpeedCheckBox);
985 this.groupBox4.Controls.Add(this.label40);
986 this.groupBox4.Controls.Add(this.IsReadCommentAtFirstCheckBox);
987 this.groupBox4.Controls.Add(this.ReplacementMatchToAllRadioButton);
988 this.groupBox4.Controls.Add(this.ReplacementMatchToExceptTextRadioButton);
989 this.groupBox4.Controls.Add(this.ReplacementMatchToTextRadioButton);
990 this.groupBox4.Controls.Add(this.label32);
991 this.groupBox4.Controls.Add(this.IsApplyToListViewCheckBox);
992 this.groupBox4.Controls.Add(this.IsUseRegularExpressionToAddReplacementWordCheckBox);
993 this.groupBox4.Controls.Add(this.EditingReplacementErrorLabel);
994 this.groupBox4.Controls.Add(this.AddReplacementAfterWordTextBox);
995 this.groupBox4.Controls.Add(this.label31);
996 this.groupBox4.Controls.Add(this.AddReplacementBeforeWordTextBox);
997 this.groupBox4.Controls.Add(this.label30);
998 this.groupBox4.Controls.Add(this.RemoveReplacementWordButton);
999 this.groupBox4.Controls.Add(this.AddReplacementWordButton);
1000 this.groupBox4.Controls.Add(this.ReplacementWordsListView);
1001 this.groupBox4.Controls.Add(this.label29);
1002 this.groupBox4.Controls.Add(this.ReferSoftalkPathButton);
1003 this.groupBox4.Controls.Add(this.SoftalkPathTextBox);
1004 this.groupBox4.Controls.Add(this.label28);
1005 this.groupBox4.Location = new System.Drawing.Point(8, 35);
1006 this.groupBox4.Name = "groupBox4";
1007 this.groupBox4.Size = new System.Drawing.Size(505, 572);
1008 this.groupBox4.TabIndex = 1;
1009 this.groupBox4.TabStop = false;
1010 this.groupBox4.Text = "朗読設定";
1011 //
1012 // SetReadingTemplateButton
1013 //
1014 this.SetReadingTemplateButton.Location = new System.Drawing.Point(424, 101);
1015 this.SetReadingTemplateButton.Name = "SetReadingTemplateButton";
1016 this.SetReadingTemplateButton.Size = new System.Drawing.Size(75, 25);
1017 this.SetReadingTemplateButton.TabIndex = 26;
1018 this.SetReadingTemplateButton.Text = "設定";
1019 this.SetReadingTemplateButton.UseVisualStyleBackColor = true;
1020 this.SetReadingTemplateButton.Click += new System.EventHandler(this.SetReadingTemplateButton_Click);
1021 //
1022 // ReadingTemplateTextBox
1023 //
1024 this.ReadingTemplateTextBox.Location = new System.Drawing.Point(9, 101);
1025 this.ReadingTemplateTextBox.Name = "ReadingTemplateTextBox";
1026 this.ReadingTemplateTextBox.Size = new System.Drawing.Size(409, 25);
1027 this.ReadingTemplateTextBox.TabIndex = 25;
1028 this.ReadingTemplateTextBox.Text = "レス{ResID}({NanashiID}) {Writer[さん]} {PostText}";
1029 //
1030 // label41
1031 //
1032 this.label41.AutoSize = true;
1033 this.label41.Location = new System.Drawing.Point(6, 80);
1034 this.label41.Name = "label41";
1035 this.label41.Size = new System.Drawing.Size(104, 18);
1036 this.label41.TabIndex = 24;
1037 this.label41.Text = "朗読テンプレート";
1038 //
1039 // IsEnableAdjustReadSpeedCheckBox
1040 //
1041 this.IsEnableAdjustReadSpeedCheckBox.AutoSize = true;
1042 this.IsEnableAdjustReadSpeedCheckBox.Location = new System.Drawing.Point(9, 540);
1043 this.IsEnableAdjustReadSpeedCheckBox.Name = "IsEnableAdjustReadSpeedCheckBox";
1044 this.IsEnableAdjustReadSpeedCheckBox.Size = new System.Drawing.Size(148, 16);
1045 this.IsEnableAdjustReadSpeedCheckBox.TabIndex = 23;
1046 this.IsEnableAdjustReadSpeedCheckBox.Text = "朗読速度を自動調整する";
1047 this.IsEnableAdjustReadSpeedCheckBox.UseVisualStyleBackColor = true;
1048 this.IsEnableAdjustReadSpeedCheckBox.Click += new System.EventHandler(this.IsEnableAdjustReadSpeedCheckBox_CheckedChanged);
1049 //
1050 // label40
1051 //
1052 this.label40.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1053 this.label40.Location = new System.Drawing.Point(6, 502);
1054 this.label40.Name = "label40";
1055 this.label40.Size = new System.Drawing.Size(493, 2);
1056 this.label40.TabIndex = 20;
1057 this.label40.Text = " ";
1058 //
1059 // IsReadCommentAtFirstCheckBox
1060 //
1061 this.IsReadCommentAtFirstCheckBox.AutoSize = true;
1062 this.IsReadCommentAtFirstCheckBox.Location = new System.Drawing.Point(9, 510);
1063 this.IsReadCommentAtFirstCheckBox.Name = "IsReadCommentAtFirstCheckBox";
1064 this.IsReadCommentAtFirstCheckBox.Size = new System.Drawing.Size(279, 16);
1065 this.IsReadCommentAtFirstCheckBox.TabIndex = 18;
1066 this.IsReadCommentAtFirstCheckBox.Text = "配信を開いた時、コメントを最初から朗読する(非推奨)";
1067 this.IsReadCommentAtFirstCheckBox.UseVisualStyleBackColor = true;
1068 this.IsReadCommentAtFirstCheckBox.CheckedChanged += new System.EventHandler(this.IsReadCommentAtFirstCheckBox_CheckedChanged);
1069 //
1070 // ReplacementMatchToAllRadioButton
1071 //
1072 this.ReplacementMatchToAllRadioButton.AutoSize = true;
1073 this.ReplacementMatchToAllRadioButton.Checked = true;
1074 this.ReplacementMatchToAllRadioButton.Location = new System.Drawing.Point(398, 447);
1075 this.ReplacementMatchToAllRadioButton.Name = "ReplacementMatchToAllRadioButton";
1076 this.ReplacementMatchToAllRadioButton.Size = new System.Drawing.Size(47, 16);
1077 this.ReplacementMatchToAllRadioButton.TabIndex = 17;
1078 this.ReplacementMatchToAllRadioButton.TabStop = true;
1079 this.ReplacementMatchToAllRadioButton.Text = "全体";
1080 this.ReplacementMatchToAllRadioButton.UseVisualStyleBackColor = true;
1081 //
1082 // ReplacementMatchToExceptTextRadioButton
1083 //
1084 this.ReplacementMatchToExceptTextRadioButton.AutoSize = true;
1085 this.ReplacementMatchToExceptTextRadioButton.Location = new System.Drawing.Point(398, 425);
1086 this.ReplacementMatchToExceptTextRadioButton.Name = "ReplacementMatchToExceptTextRadioButton";
1087 this.ReplacementMatchToExceptTextRadioButton.Size = new System.Drawing.Size(71, 16);
1088 this.ReplacementMatchToExceptTextRadioButton.TabIndex = 16;
1089 this.ReplacementMatchToExceptTextRadioButton.TabStop = true;
1090 this.ReplacementMatchToExceptTextRadioButton.Text = "本文以外";
1091 this.ReplacementMatchToExceptTextRadioButton.UseVisualStyleBackColor = true;
1092 //
1093 // ReplacementMatchToTextRadioButton
1094 //
1095 this.ReplacementMatchToTextRadioButton.AutoSize = true;
1096 this.ReplacementMatchToTextRadioButton.Location = new System.Drawing.Point(398, 403);
1097 this.ReplacementMatchToTextRadioButton.Name = "ReplacementMatchToTextRadioButton";
1098 this.ReplacementMatchToTextRadioButton.Size = new System.Drawing.Size(80, 16);
1099 this.ReplacementMatchToTextRadioButton.TabIndex = 15;
1100 this.ReplacementMatchToTextRadioButton.Text = "コメント本文";
1101 this.ReplacementMatchToTextRadioButton.UseVisualStyleBackColor = true;
1102 //
1103 // label32
1104 //
1105 this.label32.AutoSize = true;
1106 this.label32.Location = new System.Drawing.Point(324, 427);
1107 this.label32.Name = "label32";
1108 this.label32.Size = new System.Drawing.Size(68, 18);
1109 this.label32.TabIndex = 14;
1110 this.label32.Text = "マッチ対象";
1111 //
1112 // IsApplyToListViewCheckBox
1113 //
1114 this.IsApplyToListViewCheckBox.AutoSize = true;
1115 this.IsApplyToListViewCheckBox.Location = new System.Drawing.Point(9, 423);
1116 this.IsApplyToListViewCheckBox.Name = "IsApplyToListViewCheckBox";
1117 this.IsApplyToListViewCheckBox.Size = new System.Drawing.Size(232, 16);
1118 this.IsApplyToListViewCheckBox.TabIndex = 13;
1119 this.IsApplyToListViewCheckBox.Text = "コメントリスト内の文字列にも置き換えを適用";
1120 this.IsApplyToListViewCheckBox.UseVisualStyleBackColor = true;
1121 //
1122 // IsUseRegularExpressionToAddReplacementWordCheckBox
1123 //
1124 this.IsUseRegularExpressionToAddReplacementWordCheckBox.AutoSize = true;
1125 this.IsUseRegularExpressionToAddReplacementWordCheckBox.Location = new System.Drawing.Point(9, 397);
1126 this.IsUseRegularExpressionToAddReplacementWordCheckBox.Name = "IsUseRegularExpressionToAddReplacementWordCheckBox";
1127 this.IsUseRegularExpressionToAddReplacementWordCheckBox.Size = new System.Drawing.Size(105, 16);
1128 this.IsUseRegularExpressionToAddReplacementWordCheckBox.TabIndex = 12;
1129 this.IsUseRegularExpressionToAddReplacementWordCheckBox.Text = "正規表現を使用";
1130 this.IsUseRegularExpressionToAddReplacementWordCheckBox.UseVisualStyleBackColor = true;
1131 //
1132 // EditingReplacementErrorLabel
1133 //
1134 this.EditingReplacementErrorLabel.AutoSize = true;
1135 this.EditingReplacementErrorLabel.ForeColor = System.Drawing.Color.Red;
1136 this.EditingReplacementErrorLabel.Image = global::Aqua877.WinApp.IronLivetube.Properties.Resources.Error_16x16;
1137 this.EditingReplacementErrorLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
1138 this.EditingReplacementErrorLabel.Location = new System.Drawing.Point(6, 451);
1139 this.EditingReplacementErrorLabel.Name = "EditingReplacementErrorLabel";
1140 this.EditingReplacementErrorLabel.Size = new System.Drawing.Size(240, 18);
1141 this.EditingReplacementErrorLabel.TabIndex = 11;
1142 this.EditingReplacementErrorLabel.Text = " 読み替え前の文字列を入力してください";
1143 this.EditingReplacementErrorLabel.Visible = false;
1144 //
1145 // AddReplacementAfterWordTextBox
1146 //
1147 this.AddReplacementAfterWordTextBox.Location = new System.Drawing.Point(300, 366);
1148 this.AddReplacementAfterWordTextBox.Name = "AddReplacementAfterWordTextBox";
1149 this.AddReplacementAfterWordTextBox.Size = new System.Drawing.Size(140, 25);
1150 this.AddReplacementAfterWordTextBox.TabIndex = 10;
1151 //
1152 // label31
1153 //
1154 this.label31.AutoSize = true;
1155 this.label31.Location = new System.Drawing.Point(226, 369);
1156 this.label31.Name = "label31";
1157 this.label31.Size = new System.Drawing.Size(68, 18);
1158 this.label31.TabIndex = 9;
1159 this.label31.Text = "読み替え後";
1160 //
1161 // AddReplacementBeforeWordTextBox
1162 //
1163 this.AddReplacementBeforeWordTextBox.Location = new System.Drawing.Point(80, 366);
1164 this.AddReplacementBeforeWordTextBox.Name = "AddReplacementBeforeWordTextBox";
1165 this.AddReplacementBeforeWordTextBox.Size = new System.Drawing.Size(140, 25);
1166 this.AddReplacementBeforeWordTextBox.TabIndex = 8;
1167 //
1168 // label30
1169 //
1170 this.label30.AutoSize = true;
1171 this.label30.Location = new System.Drawing.Point(6, 369);
1172 this.label30.Name = "label30";
1173 this.label30.Size = new System.Drawing.Size(68, 18);
1174 this.label30.TabIndex = 7;
1175 this.label30.Text = "読み替え前";
1176 //
1177 // RemoveReplacementWordButton
1178 //
1179 this.RemoveReplacementWordButton.Location = new System.Drawing.Point(349, 471);
1180 this.RemoveReplacementWordButton.Name = "RemoveReplacementWordButton";
1181 this.RemoveReplacementWordButton.Size = new System.Drawing.Size(75, 25);
1182 this.RemoveReplacementWordButton.TabIndex = 6;
1183 this.RemoveReplacementWordButton.Text = "削除(&D)";
1184 this.RemoveReplacementWordButton.UseVisualStyleBackColor = true;
1185 this.RemoveReplacementWordButton.Click += new System.EventHandler(this.RemoveReplacementWordButton_Click);
1186 //
1187 // AddReplacementWordButton
1188 //
1189 this.AddReplacementWordButton.Location = new System.Drawing.Point(424, 471);
1190 this.AddReplacementWordButton.Name = "AddReplacementWordButton";
1191 this.AddReplacementWordButton.Size = new System.Drawing.Size(75, 25);
1192 this.AddReplacementWordButton.TabIndex = 5;
1193 this.AddReplacementWordButton.Text = "追加(&A)";
1194 this.AddReplacementWordButton.UseVisualStyleBackColor = true;
1195 this.AddReplacementWordButton.Click += new System.EventHandler(this.AddReplacementWordButton_Click);
1196 //
1197 // ReplacementWordsListView
1198 //
1199 this.ReplacementWordsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
1200 this.columnHeader1,
1201 this.columnHeader2,
1202 this.columnHeader3,
1203 this.columnHeader4,
1204 this.columnHeader5,
1205 this.columnHeader6});
1206 this.ReplacementWordsListView.FullRowSelect = true;
1207 this.ReplacementWordsListView.Location = new System.Drawing.Point(9, 160);
1208 this.ReplacementWordsListView.MultiSelect = false;
1209 this.ReplacementWordsListView.Name = "ReplacementWordsListView";
1210 this.ReplacementWordsListView.Size = new System.Drawing.Size(490, 200);
1211 this.ReplacementWordsListView.TabIndex = 4;
1212 this.ReplacementWordsListView.UseCompatibleStateImageBehavior = false;
1213 this.ReplacementWordsListView.View = System.Windows.Forms.View.Details;
1214 //
1215 // columnHeader1
1216 //
1217 this.columnHeader1.Text = "読み替え前";
1218 this.columnHeader1.Width = 120;
1219 //
1220 // columnHeader2
1221 //
1222 this.columnHeader2.Text = "読み替え後";
1223 this.columnHeader2.Width = 120;
1224 //
1225 // columnHeader3
1226 //
1227 this.columnHeader3.Text = "追加者";
1228 this.columnHeader3.Width = 80;
1229 //
1230 // columnHeader4
1231 //
1232 this.columnHeader4.Text = "マッチ対象";
1233 this.columnHeader4.Width = 100;
1234 //
1235 // columnHeader5
1236 //
1237 this.columnHeader5.Text = "正規表現";
1238 this.columnHeader5.Width = 80;
1239 //
1240 // columnHeader6
1241 //
1242 this.columnHeader6.Text = "リスト内文字列置換";
1243 //
1244 // label29
1245 //
1246 this.label29.AutoSize = true;
1247 this.label29.Location = new System.Drawing.Point(6, 139);
1248 this.label29.Name = "label29";
1249 this.label29.Size = new System.Drawing.Size(80, 18);
1250 this.label29.TabIndex = 3;
1251 this.label29.Text = "読み替え設定";
1252 //
1253 // ReferSoftalkPathButton
1254 //
1255 this.ReferSoftalkPathButton.Location = new System.Drawing.Point(424, 42);
1256 this.ReferSoftalkPathButton.Name = "ReferSoftalkPathButton";
1257 this.ReferSoftalkPathButton.Size = new System.Drawing.Size(75, 25);
1258 this.ReferSoftalkPathButton.TabIndex = 2;
1259 this.ReferSoftalkPathButton.Text = "参照";
1260 this.ReferSoftalkPathButton.UseVisualStyleBackColor = true;
1261 this.ReferSoftalkPathButton.Click += new System.EventHandler(this.ReferSoftalkPathButton_Click);
1262 //
1263 // SoftalkPathTextBox
1264 //
1265 this.SoftalkPathTextBox.Location = new System.Drawing.Point(9, 42);
1266 this.SoftalkPathTextBox.Name = "SoftalkPathTextBox";
1267 this.SoftalkPathTextBox.ReadOnly = true;
1268 this.SoftalkPathTextBox.Size = new System.Drawing.Size(409, 25);
1269 this.SoftalkPathTextBox.TabIndex = 1;
1270 //
1271 // label28
1272 //
1273 this.label28.AutoSize = true;
1274 this.label28.Location = new System.Drawing.Point(6, 21);
1275 this.label28.Name = "label28";
1276 this.label28.Size = new System.Drawing.Size(85, 18);
1277 this.label28.TabIndex = 0;
1278 this.label28.Text = "Softalkの場所";
1279 //
1280 // IsEnableReadingCheckBox
1281 //
1282 this.IsEnableReadingCheckBox.AutoSize = true;
1283 this.IsEnableReadingCheckBox.Location = new System.Drawing.Point(8, 7);
1284 this.IsEnableReadingCheckBox.Name = "IsEnableReadingCheckBox";
1285 this.IsEnableReadingCheckBox.Size = new System.Drawing.Size(147, 22);
1286 this.IsEnableReadingCheckBox.TabIndex = 0;
1287 this.IsEnableReadingCheckBox.Text = "朗読機能を有効化する";
1288 this.IsEnableReadingCheckBox.UseVisualStyleBackColor = true;
1289 this.IsEnableReadingCheckBox.CheckedChanged += new System.EventHandler(this.IsEnableReadingCheckBox_CheckedChanged);
1290 //
1291 // tabPage1
1292 //
1293 this.tabPage1.AutoScroll = true;
1294 this.tabPage1.Controls.Add(this.groupBox6);
1295 this.tabPage1.Controls.Add(this.IsPlaySoundEffectCheckBox);
1296 this.tabPage1.Location = new System.Drawing.Point(4, 27);
1297 this.tabPage1.Name = "tabPage1";
1298 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
1299 this.tabPage1.Size = new System.Drawing.Size(536, 342);
1300 this.tabPage1.TabIndex = 5;
1301 this.tabPage1.Text = "効果音設定";
1302 this.tabPage1.UseVisualStyleBackColor = true;
1303 //
1304 // groupBox6
1305 //
1306 this.groupBox6.Controls.Add(this.IsUseRegularExpressionToPlaySoundEffectCheckBox);
1307 this.groupBox6.Controls.Add(this.EditingSoundEffectSettingErrorLabel);
1308 this.groupBox6.Controls.Add(this.RemoveSoundEffectRuleButton);
1309 this.groupBox6.Controls.Add(this.AddSoundEffectRuleButton);
1310 this.groupBox6.Controls.Add(this.ExactMatchRadioButton);
1311 this.groupBox6.Controls.Add(this.PartialMatchRadioButton);
1312 this.groupBox6.Controls.Add(this.PlaySoundEffectConditionTextBox);
1313 this.groupBox6.Controls.Add(this.label38);
1314 this.groupBox6.Controls.Add(this.ReferSoundEffectPathButton);
1315 this.groupBox6.Controls.Add(this.SoundEffectPathTextBox);
1316 this.groupBox6.Controls.Add(this.label37);
1317 this.groupBox6.Controls.Add(this.SoundEffectRulesListView);
1318 this.groupBox6.Location = new System.Drawing.Point(8, 34);
1319 this.groupBox6.Name = "groupBox6";
1320 this.groupBox6.Size = new System.Drawing.Size(505, 368);
1321 this.groupBox6.TabIndex = 1;
1322 this.groupBox6.TabStop = false;
1323 this.groupBox6.Text = "効果音設定";
1324 //
1325 // IsUseRegularExpressionToPlaySoundEffectCheckBox
1326 //
1327 this.IsUseRegularExpressionToPlaySoundEffectCheckBox.AutoSize = true;
1328 this.IsUseRegularExpressionToPlaySoundEffectCheckBox.Location = new System.Drawing.Point(104, 290);
1329 this.IsUseRegularExpressionToPlaySoundEffectCheckBox.Name = "IsUseRegularExpressionToPlaySoundEffectCheckBox";
1330 this.IsUseRegularExpressionToPlaySoundEffectCheckBox.Size = new System.Drawing.Size(105, 16);
1331 this.IsUseRegularExpressionToPlaySoundEffectCheckBox.TabIndex = 20;
1332 this.IsUseRegularExpressionToPlaySoundEffectCheckBox.Text = "正規表現を使用";
1333 this.IsUseRegularExpressionToPlaySoundEffectCheckBox.UseVisualStyleBackColor = true;
1334 //
1335 // EditingSoundEffectSettingErrorLabel
1336 //
1337 this.EditingSoundEffectSettingErrorLabel.AutoSize = true;
1338 this.EditingSoundEffectSettingErrorLabel.ForeColor = System.Drawing.Color.Red;
1339 this.EditingSoundEffectSettingErrorLabel.Image = global::Aqua877.WinApp.IronLivetube.Properties.Resources.Error_16x16;
1340 this.EditingSoundEffectSettingErrorLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
1341 this.EditingSoundEffectSettingErrorLabel.Location = new System.Drawing.Point(6, 338);
1342 this.EditingSoundEffectSettingErrorLabel.Name = "EditingSoundEffectSettingErrorLabel";
1343 this.EditingSoundEffectSettingErrorLabel.Size = new System.Drawing.Size(228, 18);
1344 this.EditingSoundEffectSettingErrorLabel.TabIndex = 19;
1345 this.EditingSoundEffectSettingErrorLabel.Text = " 効果音再生の条件が正しくありません";
1346 this.EditingSoundEffectSettingErrorLabel.Visible = false;
1347 //
1348 // RemoveSoundEffectRuleButton
1349 //
1350 this.RemoveSoundEffectRuleButton.Location = new System.Drawing.Point(349, 335);
1351 this.RemoveSoundEffectRuleButton.Name = "RemoveSoundEffectRuleButton";
1352 this.RemoveSoundEffectRuleButton.Size = new System.Drawing.Size(75, 25);
1353 this.RemoveSoundEffectRuleButton.TabIndex = 17;
1354 this.RemoveSoundEffectRuleButton.Text = "削除(&D)";
1355 this.RemoveSoundEffectRuleButton.UseVisualStyleBackColor = true;
1356 this.RemoveSoundEffectRuleButton.Click += new System.EventHandler(this.RemoveSoundEffectRuleButton_Click);
1357 //
1358 // AddSoundEffectRuleButton
1359 //
1360 this.AddSoundEffectRuleButton.Location = new System.Drawing.Point(424, 335);
1361 this.AddSoundEffectRuleButton.Name = "AddSoundEffectRuleButton";
1362 this.AddSoundEffectRuleButton.Size = new System.Drawing.Size(75, 25);
1363 this.AddSoundEffectRuleButton.TabIndex = 16;
1364 this.AddSoundEffectRuleButton.Text = "追加(&A)";
1365 this.AddSoundEffectRuleButton.UseVisualStyleBackColor = true;
1366 this.AddSoundEffectRuleButton.Click += new System.EventHandler(this.AddSoundEffectRuleButton_Click);
1367 //
1368 // ExactMatchRadioButton
1369 //
1370 this.ExactMatchRadioButton.AutoSize = true;
1371 this.ExactMatchRadioButton.Location = new System.Drawing.Point(310, 290);
1372 this.ExactMatchRadioButton.Name = "ExactMatchRadioButton";
1373 this.ExactMatchRadioButton.Size = new System.Drawing.Size(152, 16);
1374 this.ExactMatchRadioButton.TabIndex = 7;
1375 this.ExactMatchRadioButton.TabStop = true;
1376 this.ExactMatchRadioButton.Text = "がコメントと完全一致した時";
1377 this.ExactMatchRadioButton.UseVisualStyleBackColor = true;
1378 //
1379 // PartialMatchRadioButton
1380 //
1381 this.PartialMatchRadioButton.AutoSize = true;
1382 this.PartialMatchRadioButton.Checked = true;
1383 this.PartialMatchRadioButton.Location = new System.Drawing.Point(310, 262);
1384 this.PartialMatchRadioButton.Name = "PartialMatchRadioButton";
1385 this.PartialMatchRadioButton.Size = new System.Drawing.Size(147, 16);
1386 this.PartialMatchRadioButton.TabIndex = 6;
1387 this.PartialMatchRadioButton.TabStop = true;
1388 this.PartialMatchRadioButton.Text = "がコメントに含まれていた時";
1389 this.PartialMatchRadioButton.UseVisualStyleBackColor = true;
1390 //
1391 // PlaySoundEffectConditionTextBox
1392 //
1393 this.PlaySoundEffectConditionTextBox.Location = new System.Drawing.Point(104, 261);
1394 this.PlaySoundEffectConditionTextBox.Name = "PlaySoundEffectConditionTextBox";
1395 this.PlaySoundEffectConditionTextBox.Size = new System.Drawing.Size(200, 25);
1396 this.PlaySoundEffectConditionTextBox.TabIndex = 5;
1397 //
1398 // label38
1399 //
1400 this.label38.AutoSize = true;
1401 this.label38.Location = new System.Drawing.Point(6, 264);
1402 this.label38.Name = "label38";
1403 this.label38.Size = new System.Drawing.Size(92, 18);
1404 this.label38.TabIndex = 4;
1405 this.label38.Text = "効果音再生条件";
1406 //
1407 // ReferSoundEffectPathButton
1408 //
1409 this.ReferSoundEffectPathButton.Location = new System.Drawing.Point(424, 230);
1410 this.ReferSoundEffectPathButton.Name = "ReferSoundEffectPathButton";
1411 this.ReferSoundEffectPathButton.Size = new System.Drawing.Size(75, 25);
1412 this.ReferSoundEffectPathButton.TabIndex = 3;
1413 this.ReferSoundEffectPathButton.Text = "参照";
1414 this.ReferSoundEffectPathButton.UseVisualStyleBackColor = true;
1415 this.ReferSoundEffectPathButton.Click += new System.EventHandler(this.ReferSoundEffectPathButton_Click);
1416 //
1417 // SoundEffectPathTextBox
1418 //
1419 this.SoundEffectPathTextBox.Location = new System.Drawing.Point(104, 230);
1420 this.SoundEffectPathTextBox.Name = "SoundEffectPathTextBox";
1421 this.SoundEffectPathTextBox.ReadOnly = true;
1422 this.SoundEffectPathTextBox.Size = new System.Drawing.Size(314, 25);
1423 this.SoundEffectPathTextBox.TabIndex = 2;
1424 //
1425 // label37
1426 //
1427 this.label37.AutoSize = true;
1428 this.label37.Location = new System.Drawing.Point(6, 233);
1429 this.label37.Name = "label37";
1430 this.label37.Size = new System.Drawing.Size(80, 18);
1431 this.label37.TabIndex = 1;
1432 this.label37.Text = "効果音の場所";
1433 //
1434 // SoundEffectRulesListView
1435 //
1436 this.SoundEffectRulesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
1437 this.PlaySoundEffectCondition,
1438 this.SoundEffectPath});
1439 this.SoundEffectRulesListView.FullRowSelect = true;
1440 this.SoundEffectRulesListView.Location = new System.Drawing.Point(6, 24);
1441 this.SoundEffectRulesListView.MultiSelect = false;
1442 this.SoundEffectRulesListView.Name = "SoundEffectRulesListView";
1443 this.SoundEffectRulesListView.Size = new System.Drawing.Size(493, 200);
1444 this.SoundEffectRulesListView.TabIndex = 0;
1445 this.SoundEffectRulesListView.UseCompatibleStateImageBehavior = false;
1446 this.SoundEffectRulesListView.View = System.Windows.Forms.View.Details;
1447 //
1448 // PlaySoundEffectCondition
1449 //
1450 this.PlaySoundEffectCondition.Text = "効果音再生条件";
1451 this.PlaySoundEffectCondition.Width = 200;
1452 //
1453 // SoundEffectPath
1454 //
1455 this.SoundEffectPath.Text = "効果音の場所";
1456 this.SoundEffectPath.Width = 280;
1457 //
1458 // IsPlaySoundEffectCheckBox
1459 //
1460 this.IsPlaySoundEffectCheckBox.AutoSize = true;
1461 this.IsPlaySoundEffectCheckBox.Location = new System.Drawing.Point(8, 6);
1462 this.IsPlaySoundEffectCheckBox.Name = "IsPlaySoundEffectCheckBox";
1463 this.IsPlaySoundEffectCheckBox.Size = new System.Drawing.Size(172, 16);
1464 this.IsPlaySoundEffectCheckBox.TabIndex = 0;
1465 this.IsPlaySoundEffectCheckBox.Text = "効果音再生機能を有効化する";
1466 this.IsPlaySoundEffectCheckBox.UseVisualStyleBackColor = true;
1467 this.IsPlaySoundEffectCheckBox.CheckedChanged += new System.EventHandler(this.IsPlaySoundEffectCheckBox_CheckedChanged);
1468 //
1469 // tabPage5
1470 //
1471 this.tabPage5.AutoScroll = true;
1472 this.tabPage5.Controls.Add(this.groupBox5);
1473 this.tabPage5.Controls.Add(this.IsEnableFilteringCheckBox);
1474 this.tabPage5.Location = new System.Drawing.Point(4, 27);
1475 this.tabPage5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
1476 this.tabPage5.Name = "tabPage5";
1477 this.tabPage5.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
1478 this.tabPage5.Size = new System.Drawing.Size(536, 342);
1479 this.tabPage5.TabIndex = 4;
1480 this.tabPage5.Text = "NGワード";
1481 this.tabPage5.UseVisualStyleBackColor = true;
1482 //
1483 // groupBox5
1484 //
1485 this.groupBox5.Controls.Add(this.label39);
1486 this.groupBox5.Controls.Add(this.IsExceptMatchedCommentCheckBox);
1487 this.groupBox5.Controls.Add(this.IsEnableAutoUnBanCheckBox);
1488 this.groupBox5.Controls.Add(this.label36);
1489 this.groupBox5.Controls.Add(this.DelayUnbanSecondTextBox);
1490 this.groupBox5.Controls.Add(this.FilteringMatchToAllRadioButton);
1491 this.groupBox5.Controls.Add(this.FilteringMatchToExceptTextRadioButton);
1492 this.groupBox5.Controls.Add(this.FilteringMatchToTextRadioButton);
1493 this.groupBox5.Controls.Add(this.label3);
1494 this.groupBox5.Controls.Add(this.IsEnableBanAsMatchedCheckBox);
1495 this.groupBox5.Controls.Add(this.RemoveFilteringRuleButton);
1496 this.groupBox5.Controls.Add(this.AddFilteringRuleButton);
1497 this.groupBox5.Controls.Add(this.EditingFilteringRuleErrorLabel);
1498 this.groupBox5.Controls.Add(this.IsUseRegularExpressionToAddFilteringRuleCheckBox);
1499 this.groupBox5.Controls.Add(this.AddFilteringRuleTextBox);
1500 this.groupBox5.Controls.Add(this.label33);
1501 this.groupBox5.Controls.Add(this.FilteringRulesListView);
1502 this.groupBox5.Location = new System.Drawing.Point(8, 35);
1503 this.groupBox5.Name = "groupBox5";
1504 this.groupBox5.Size = new System.Drawing.Size(505, 453);
1505 this.groupBox5.TabIndex = 1;
1506 this.groupBox5.TabStop = false;
1507 this.groupBox5.Text = "NGワード設定";
1508 //
1509 // label39
1510 //
1511 this.label39.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1512 this.label39.Location = new System.Drawing.Point(6, 419);
1513 this.label39.Name = "label39";
1514 this.label39.Size = new System.Drawing.Size(493, 2);
1515 this.label39.TabIndex = 17;
1516 this.label39.Text = " ";
1517 //
1518 // IsExceptMatchedCommentCheckBox
1519 //
1520 this.IsExceptMatchedCommentCheckBox.AutoSize = true;
1521 this.IsExceptMatchedCommentCheckBox.Location = new System.Drawing.Point(6, 426);
1522 this.IsExceptMatchedCommentCheckBox.Name = "IsExceptMatchedCommentCheckBox";
1523 this.IsExceptMatchedCommentCheckBox.Size = new System.Drawing.Size(305, 16);
1524 this.IsExceptMatchedCommentCheckBox.TabIndex = 16;
1525 this.IsExceptMatchedCommentCheckBox.Text = "NGワードを含むコマンドをリストと読み上げ対象から除外する";
1526 this.IsExceptMatchedCommentCheckBox.UseVisualStyleBackColor = true;
1527 this.IsExceptMatchedCommentCheckBox.CheckedChanged += new System.EventHandler(this.IsExceptMatchedCommentCheckBox_CheckedChanged);
1528 //
1529 // IsEnableAutoUnBanCheckBox
1530 //
1531 this.IsEnableAutoUnBanCheckBox.AutoSize = true;
1532 this.IsEnableAutoUnBanCheckBox.Location = new System.Drawing.Point(27, 314);
1533 this.IsEnableAutoUnBanCheckBox.Name = "IsEnableAutoUnBanCheckBox";
1534 this.IsEnableAutoUnBanCheckBox.Size = new System.Drawing.Size(156, 16);
1535 this.IsEnableAutoUnBanCheckBox.TabIndex = 14;
1536 this.IsEnableAutoUnBanCheckBox.Text = "一定時間経過後BAN解除";
1537 this.IsEnableAutoUnBanCheckBox.UseVisualStyleBackColor = true;
1538 //
1539 // label36
1540 //
1541 this.label36.AutoSize = true;
1542 this.label36.Location = new System.Drawing.Point(110, 344);
1543 this.label36.Name = "label36";
1544 this.label36.Size = new System.Drawing.Size(93, 18);
1545 this.label36.TabIndex = 13;
1546 this.label36.Text = "秒後にBAN解除";
1547 //
1548 // DelayUnbanSecondTextBox
1549 //
1550 this.DelayUnbanSecondTextBox.Location = new System.Drawing.Point(54, 342);
1551 this.DelayUnbanSecondTextBox.Maximum = new decimal(new int[] {
1552 3600,
1553 0,
1554 0,
1555 0});
1556 this.DelayUnbanSecondTextBox.Minimum = new decimal(new int[] {
1557 10,
1558 0,
1559 0,
1560 0});
1561 this.DelayUnbanSecondTextBox.Name = "DelayUnbanSecondTextBox";
1562 this.DelayUnbanSecondTextBox.Size = new System.Drawing.Size(50, 25);
1563 this.DelayUnbanSecondTextBox.TabIndex = 12;
1564 this.DelayUnbanSecondTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
1565 this.DelayUnbanSecondTextBox.Value = new decimal(new int[] {
1566 180,
1567 0,
1568 0,
1569 0});
1570 //
1571 // FilteringMatchToAllRadioButton
1572 //
1573 this.FilteringMatchToAllRadioButton.AutoSize = true;
1574 this.FilteringMatchToAllRadioButton.Checked = true;
1575 this.FilteringMatchToAllRadioButton.Location = new System.Drawing.Point(401, 329);
1576 this.FilteringMatchToAllRadioButton.Name = "FilteringMatchToAllRadioButton";
1577 this.FilteringMatchToAllRadioButton.Size = new System.Drawing.Size(47, 16);
1578 this.FilteringMatchToAllRadioButton.TabIndex = 11;
1579 this.FilteringMatchToAllRadioButton.TabStop = true;
1580 this.FilteringMatchToAllRadioButton.Text = "全体";
1581 this.FilteringMatchToAllRadioButton.UseVisualStyleBackColor = true;
1582 //
1583 // FilteringMatchToExceptTextRadioButton
1584 //
1585 this.FilteringMatchToExceptTextRadioButton.AutoSize = true;
1586 this.FilteringMatchToExceptTextRadioButton.Location = new System.Drawing.Point(401, 307);
1587 this.FilteringMatchToExceptTextRadioButton.Name = "FilteringMatchToExceptTextRadioButton";
1588 this.FilteringMatchToExceptTextRadioButton.Size = new System.Drawing.Size(71, 16);
1589 this.FilteringMatchToExceptTextRadioButton.TabIndex = 10;
1590 this.FilteringMatchToExceptTextRadioButton.TabStop = true;
1591 this.FilteringMatchToExceptTextRadioButton.Text = "本文以外";
1592 this.FilteringMatchToExceptTextRadioButton.UseVisualStyleBackColor = true;
1593 //
1594 // FilteringMatchToTextRadioButton
1595 //
1596 this.FilteringMatchToTextRadioButton.AutoSize = true;
1597 this.FilteringMatchToTextRadioButton.Location = new System.Drawing.Point(401, 285);
1598 this.FilteringMatchToTextRadioButton.Name = "FilteringMatchToTextRadioButton";
1599 this.FilteringMatchToTextRadioButton.Size = new System.Drawing.Size(80, 16);
1600 this.FilteringMatchToTextRadioButton.TabIndex = 9;
1601 this.FilteringMatchToTextRadioButton.TabStop = true;
1602 this.FilteringMatchToTextRadioButton.Text = "コメント本文";
1603 this.FilteringMatchToTextRadioButton.UseVisualStyleBackColor = true;
1604 //
1605 // label3
1606 //
1607 this.label3.AutoSize = true;
1608 this.label3.Location = new System.Drawing.Point(327, 309);
1609 this.label3.Name = "label3";
1610 this.label3.Size = new System.Drawing.Size(68, 18);
1611 this.label3.TabIndex = 8;
1612 this.label3.Text = "マッチ対象";
1613 //
1614 // IsEnableBanAsMatchedCheckBox
1615 //
1616 this.IsEnableBanAsMatchedCheckBox.AutoSize = true;
1617 this.IsEnableBanAsMatchedCheckBox.Location = new System.Drawing.Point(9, 286);
1618 this.IsEnableBanAsMatchedCheckBox.Name = "IsEnableBanAsMatchedCheckBox";
1619 this.IsEnableBanAsMatchedCheckBox.Size = new System.Drawing.Size(109, 16);
1620 this.IsEnableBanAsMatchedCheckBox.TabIndex = 7;
1621 this.IsEnableBanAsMatchedCheckBox.Text = "マッチ時自動BAN";
1622 this.IsEnableBanAsMatchedCheckBox.UseVisualStyleBackColor = true;
1623 //
1624 // RemoveFilteringRuleButton
1625 //
1626 this.RemoveFilteringRuleButton.Location = new System.Drawing.Point(349, 389);
1627 this.RemoveFilteringRuleButton.Name = "RemoveFilteringRuleButton";
1628 this.RemoveFilteringRuleButton.Size = new System.Drawing.Size(75, 25);
1629 this.RemoveFilteringRuleButton.TabIndex = 6;
1630 this.RemoveFilteringRuleButton.Text = "削除(&D)";
1631 this.RemoveFilteringRuleButton.UseVisualStyleBackColor = true;
1632 this.RemoveFilteringRuleButton.Click += new System.EventHandler(this.RemoveFilteringRuleButton_Click);
1633 //
1634 // AddFilteringRuleButton
1635 //
1636 this.AddFilteringRuleButton.Location = new System.Drawing.Point(424, 389);
1637 this.AddFilteringRuleButton.Name = "AddFilteringRuleButton";
1638 this.AddFilteringRuleButton.Size = new System.Drawing.Size(75, 25);
1639 this.AddFilteringRuleButton.TabIndex = 5;
1640 this.AddFilteringRuleButton.Text = "追加(&A)";
1641 this.AddFilteringRuleButton.UseVisualStyleBackColor = true;
1642 this.AddFilteringRuleButton.Click += new System.EventHandler(this.AddFilteringRuleButton_Click);
1643 //
1644 // EditingFilteringRuleErrorLabel
1645 //
1646 this.EditingFilteringRuleErrorLabel.AutoSize = true;
1647 this.EditingFilteringRuleErrorLabel.ForeColor = System.Drawing.Color.Red;
1648 this.EditingFilteringRuleErrorLabel.Image = global::Aqua877.WinApp.IronLivetube.Properties.Resources.Error_16x16;
1649 this.EditingFilteringRuleErrorLabel.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
1650 this.EditingFilteringRuleErrorLabel.Location = new System.Drawing.Point(6, 370);
1651 this.EditingFilteringRuleErrorLabel.Name = "EditingFilteringRuleErrorLabel";
1652 this.EditingFilteringRuleErrorLabel.Size = new System.Drawing.Size(258, 18);
1653 this.EditingFilteringRuleErrorLabel.TabIndex = 4;
1654 this.EditingFilteringRuleErrorLabel.Text = " NGワードとなる文字列を入力してください";
1655 this.EditingFilteringRuleErrorLabel.Visible = false;
1656 //
1657 // IsUseRegularExpressionToAddFilteringRuleCheckBox
1658 //
1659 this.IsUseRegularExpressionToAddFilteringRuleCheckBox.AutoSize = true;
1660 this.IsUseRegularExpressionToAddFilteringRuleCheckBox.Location = new System.Drawing.Point(9, 261);
1661 this.IsUseRegularExpressionToAddFilteringRuleCheckBox.Name = "IsUseRegularExpressionToAddFilteringRuleCheckBox";
1662 this.IsUseRegularExpressionToAddFilteringRuleCheckBox.Size = new System.Drawing.Size(105, 16);
1663 this.IsUseRegularExpressionToAddFilteringRuleCheckBox.TabIndex = 3;
1664 this.IsUseRegularExpressionToAddFilteringRuleCheckBox.Text = "正規表現を使用";
1665 this.IsUseRegularExpressionToAddFilteringRuleCheckBox.UseVisualStyleBackColor = true;
1666 //
1667 // AddFilteringRuleTextBox
1668 //
1669 this.AddFilteringRuleTextBox.Location = new System.Drawing.Point(77, 230);
1670 this.AddFilteringRuleTextBox.Name = "AddFilteringRuleTextBox";
1671 this.AddFilteringRuleTextBox.Size = new System.Drawing.Size(422, 25);
1672 this.AddFilteringRuleTextBox.TabIndex = 2;
1673 //
1674 // label33
1675 //
1676 this.label33.AutoSize = true;
1677 this.label33.Location = new System.Drawing.Point(6, 233);
1678 this.label33.Name = "label33";
1679 this.label33.Size = new System.Drawing.Size(62, 18);
1680 this.label33.TabIndex = 1;
1681 this.label33.Text = "NGワード";
1682 //
1683 // FilteringRulesListView
1684 //
1685 this.FilteringRulesListView.CheckBoxes = true;
1686 this.FilteringRulesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
1687 this.FilteringRule,
1688 this.EnableAutoBan,
1689 this.EnableAutoUnBan,
1690 this.columnHeader9,
1691 this.FilteringRuleAddedBy,
1692 this.columnHeader7,
1693 this.columnHeader8});
1694 this.FilteringRulesListView.FullRowSelect = true;
1695 this.FilteringRulesListView.Location = new System.Drawing.Point(6, 24);
1696 this.FilteringRulesListView.MultiSelect = false;
1697 this.FilteringRulesListView.Name = "FilteringRulesListView";
1698 this.FilteringRulesListView.Size = new System.Drawing.Size(493, 200);
1699 this.FilteringRulesListView.TabIndex = 0;
1700 this.FilteringRulesListView.UseCompatibleStateImageBehavior = false;
1701 this.FilteringRulesListView.View = System.Windows.Forms.View.Details;
1702 //
1703 // FilteringRule
1704 //
1705 this.FilteringRule.Text = "NGワード";
1706 this.FilteringRule.Width = 150;
1707 //
1708 // EnableAutoBan
1709 //
1710 this.EnableAutoBan.Text = "自動BAN";
1711 this.EnableAutoBan.Width = 70;
1712 //
1713 // EnableAutoUnBan
1714 //
1715 this.EnableAutoUnBan.Text = "自動BAN解除";
1716 this.EnableAutoUnBan.Width = 100;
1717 //
1718 // columnHeader9
1719 //
1720 this.columnHeader9.Text = "BAN解除遅延";
1721 //
1722 // FilteringRuleAddedBy
1723 //
1724 this.FilteringRuleAddedBy.Text = "追加者";
1725 this.FilteringRuleAddedBy.Width = 80;
1726 //
1727 // columnHeader7
1728 //
1729 this.columnHeader7.Text = "マッチ対象";
1730 //
1731 // columnHeader8
1732 //
1733 this.columnHeader8.Text = "正規表現";
1734 //
1735 // IsEnableFilteringCheckBox
1736 //
1737 this.IsEnableFilteringCheckBox.AutoSize = true;
1738 this.IsEnableFilteringCheckBox.Location = new System.Drawing.Point(8, 7);
1739 this.IsEnableFilteringCheckBox.Name = "IsEnableFilteringCheckBox";
1740 this.IsEnableFilteringCheckBox.Size = new System.Drawing.Size(156, 16);
1741 this.IsEnableFilteringCheckBox.TabIndex = 0;
1742 this.IsEnableFilteringCheckBox.Text = "NGワード機能を有効化する";
1743 this.IsEnableFilteringCheckBox.UseVisualStyleBackColor = true;
1744 this.IsEnableFilteringCheckBox.CheckedChanged += new System.EventHandler(this.IsEnableFilteringCheckBox_CheckedChanged);
1745 //
1746 // ReferNotifySoundFilePathDialog
1747 //
1748 this.ReferNotifySoundFilePathDialog.Filter = "wavファイル|*.wav";
1749 //
1750 // ReferSoftalkPathDialog
1751 //
1752 this.ReferSoftalkPathDialog.FileName = "openFileDialog1";
1753 this.ReferSoftalkPathDialog.Filter = "exeファイル|*.exe";
1754 //
1755 // ReferSoundEffectPathDialog
1756 //
1757 this.ReferSoundEffectPathDialog.Filter = "wavファイル|*.wav";
1758 //
1759 // SettingsWindow
1760 //
1761 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
1762 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1763 this.ClientSize = new System.Drawing.Size(544, 373);
1764 this.Controls.Add(this.panel1);
1765 this.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1766 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
1767 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
1768 this.MaximizeBox = false;
1769 this.MinimizeBox = false;
1770 this.Name = "SettingsWindow";
1771 this.ShowIcon = false;
1772 this.ShowInTaskbar = false;
1773 this.Text = "設定";
1774 this.panel1.ResumeLayout(false);
1775 this.SettingsTabControl.ResumeLayout(false);
1776 this.BasicSettingsTab.ResumeLayout(false);
1777 this.groupBox2.ResumeLayout(false);
1778 this.groupBox2.PerformLayout();
1779 ((System.ComponentModel.ISupportInitialize)(this.ShowCommentCountTextBox)).EndInit();
1780 this.groupBox1.ResumeLayout(false);
1781 this.groupBox1.PerformLayout();
1782 this.ShowSettingsTab.ResumeLayout(false);
1783 this.ShowSettingsTab.PerformLayout();
1784 this.CommandSettingsTab.ResumeLayout(false);
1785 this.CommandSettingsTab.PerformLayout();
1786 this.CommandsGroupBox.ResumeLayout(false);
1787 this.CommandsGroupBox.PerformLayout();
1788 this.tabPage4.ResumeLayout(false);
1789 this.tabPage4.PerformLayout();
1790 this.groupBox4.ResumeLayout(false);
1791 this.groupBox4.PerformLayout();
1792 this.tabPage1.ResumeLayout(false);
1793 this.tabPage1.PerformLayout();
1794 this.groupBox6.ResumeLayout(false);
1795 this.groupBox6.PerformLayout();
1796 this.tabPage5.ResumeLayout(false);
1797 this.tabPage5.PerformLayout();
1798 this.groupBox5.ResumeLayout(false);
1799 this.groupBox5.PerformLayout();
1800 ((System.ComponentModel.ISupportInitialize)(this.DelayUnbanSecondTextBox)).EndInit();
1801 this.ResumeLayout(false);
1802
1803 }
1804
1805 #endregion
1806
1807 private System.Windows.Forms.Panel panel1;
1808 private System.Windows.Forms.TabControl SettingsTabControl;
1809 private System.Windows.Forms.TabPage BasicSettingsTab;
1810 private System.Windows.Forms.GroupBox groupBox1;
1811 private System.Windows.Forms.Label label1;
1812 private System.Windows.Forms.TabPage ShowSettingsTab;
1813 private System.Windows.Forms.TabPage CommandSettingsTab;
1814 private System.Windows.Forms.TabPage tabPage4;
1815 private System.Windows.Forms.TabPage tabPage5;
1816 private System.Windows.Forms.GroupBox groupBox2;
1817 private System.Windows.Forms.Button ReferSoundFilePathButton;
1818 private System.Windows.Forms.TextBox SoundFilePathTextBox;
1819 private System.Windows.Forms.Label label4;
1820 private System.Windows.Forms.CheckBox IsPlayNotifySoundCheckBox;
1821 private System.Windows.Forms.Label LivetubeCredentialErrorLabel;
1822 private System.Windows.Forms.Button LivetubeLoginButton;
1823 private System.Windows.Forms.Button LivetubeLogoffButton;
1824 private System.Windows.Forms.TextBox LivetubePasswordTextBox;
1825 private System.Windows.Forms.Label label2;
1826 private System.Windows.Forms.TextBox LivetubeUserIDTextBox;
1827 private System.Windows.Forms.Label label6;
1828 private System.Windows.Forms.NumericUpDown ShowCommentCountTextBox;
1829 private System.Windows.Forms.Label label5;
1830 private System.Windows.Forms.CheckBox ShowAllCommentsCheckBox;
1831 private System.Windows.Forms.CheckBox ShowCommentAnchorCheckBox;
1832 private System.Windows.Forms.Label label11;
1833 private System.Windows.Forms.Label label10;
1834 private System.Windows.Forms.Label label9;
1835 private System.Windows.Forms.Label label8;
1836 private System.Windows.Forms.Label label7;
1837 private System.Windows.Forms.ComboBox SortOrderTextBox;
1838 private System.Windows.Forms.CheckBox IsLockSortOrderCheckBox;
1839 private System.Windows.Forms.CheckBox IsEnablePutWindowIntoTaskTrayCheckBox;
1840 private System.Windows.Forms.CheckBox IsEnableSemitransparentModeCheckBox;
1841 private System.Windows.Forms.CheckBox IsShowWindowMostTopCheckBox;
1842 private System.Windows.Forms.GroupBox CommandsGroupBox;
1843 private System.Windows.Forms.Button ShowReplaceCommandOptionButton;
1844 private System.Windows.Forms.Button ShowVoteBanCommandOptionButton;
1845 private System.Windows.Forms.CheckBox IsUseDeleteFilteringRuleCommandCheckBox;
1846 private System.Windows.Forms.CheckBox IsUseAddFilteringRuleCommandCheckBox;
1847 private System.Windows.Forms.CheckBox IsUseCancelPlayingSoundCheckBox;
1848 private System.Windows.Forms.CheckBox IsUseVoteUnBanCommandCheckBox;
1849 private System.Windows.Forms.CheckBox IsUseVoteBanCommandCheckBox;
1850 private System.Windows.Forms.CheckBox IsUseUnreplaceCommandCheckBox;
1851 private System.Windows.Forms.Label label27;
1852 private System.Windows.Forms.Label label26;
1853 private System.Windows.Forms.Label label25;
1854 private System.Windows.Forms.Label label24;
1855 private System.Windows.Forms.Label label22;
1856 private System.Windows.Forms.Label label21;
1857 private System.Windows.Forms.Label label20;
1858 private System.Windows.Forms.CheckBox IsUseReplaceCommandCheckBox;
1859 private System.Windows.Forms.Label label19;
1860 private System.Windows.Forms.Label label18;
1861 private System.Windows.Forms.Label label17;
1862 private System.Windows.Forms.Label label15;
1863 private System.Windows.Forms.Label label14;
1864 private System.Windows.Forms.Label label13;
1865 private System.Windows.Forms.Label label12;
1866 private System.Windows.Forms.CheckBox IsEnableCommandsCheckBox;
1867 private System.Windows.Forms.GroupBox groupBox4;
1868 private System.Windows.Forms.Label EditingReplacementErrorLabel;
1869 private System.Windows.Forms.TextBox AddReplacementAfterWordTextBox;
1870 private System.Windows.Forms.Label label31;
1871 private System.Windows.Forms.TextBox AddReplacementBeforeWordTextBox;
1872 private System.Windows.Forms.Label label30;
1873 private System.Windows.Forms.Button RemoveReplacementWordButton;
1874 private System.Windows.Forms.Button AddReplacementWordButton;
1875 private System.Windows.Forms.ListView ReplacementWordsListView;
1876 private System.Windows.Forms.ColumnHeader columnHeader1;
1877 private System.Windows.Forms.ColumnHeader columnHeader2;
1878 private System.Windows.Forms.ColumnHeader columnHeader3;
1879 private System.Windows.Forms.Label label29;
1880 private System.Windows.Forms.Button ReferSoftalkPathButton;
1881 private System.Windows.Forms.TextBox SoftalkPathTextBox;
1882 private System.Windows.Forms.Label label28;
1883 private System.Windows.Forms.CheckBox IsEnableReadingCheckBox;
1884 private System.Windows.Forms.GroupBox groupBox5;
1885 private System.Windows.Forms.Button RemoveFilteringRuleButton;
1886 private System.Windows.Forms.Button AddFilteringRuleButton;
1887 private System.Windows.Forms.Label EditingFilteringRuleErrorLabel;
1888 private System.Windows.Forms.CheckBox IsUseRegularExpressionToAddFilteringRuleCheckBox;
1889 private System.Windows.Forms.TextBox AddFilteringRuleTextBox;
1890 private System.Windows.Forms.Label label33;
1891 private System.Windows.Forms.ListView FilteringRulesListView;
1892 private System.Windows.Forms.ColumnHeader FilteringRule;
1893 private System.Windows.Forms.ColumnHeader EnableAutoBan;
1894 private System.Windows.Forms.ColumnHeader FilteringRuleAddedBy;
1895 private System.Windows.Forms.CheckBox IsEnableFilteringCheckBox;
1896 private System.Windows.Forms.Label LivetubeIsLoggedLabel;
1897 private System.Windows.Forms.RadioButton ReplacementMatchToAllRadioButton;
1898 private System.Windows.Forms.RadioButton ReplacementMatchToExceptTextRadioButton;
1899 private System.Windows.Forms.RadioButton ReplacementMatchToTextRadioButton;
1900 private System.Windows.Forms.Label label32;
1901 private System.Windows.Forms.CheckBox IsApplyToListViewCheckBox;
1902 private System.Windows.Forms.CheckBox IsUseRegularExpressionToAddReplacementWordCheckBox;
1903 private System.Windows.Forms.RadioButton FilteringMatchToAllRadioButton;
1904 private System.Windows.Forms.RadioButton FilteringMatchToExceptTextRadioButton;
1905 private System.Windows.Forms.RadioButton FilteringMatchToTextRadioButton;
1906 private System.Windows.Forms.Label label3;
1907 private System.Windows.Forms.CheckBox IsEnableBanAsMatchedCheckBox;
1908 private System.Windows.Forms.CheckBox IsReadCommentAtFirstCheckBox;
1909 private System.Windows.Forms.ComboBox ServerListComboBox;
1910 private System.Windows.Forms.CheckBox SelectServerCheckBox;
1911 private System.Windows.Forms.CheckBox IsShowGridLineCheckBox;
1912 private System.Windows.Forms.Label label34;
1913 private System.Windows.Forms.CheckBox IsEnableAutoUnBanCheckBox;
1914 private System.Windows.Forms.Label label36;
1915 private System.Windows.Forms.NumericUpDown DelayUnbanSecondTextBox;
1916 private System.Windows.Forms.ColumnHeader EnableAutoUnBan;
1917 private System.Windows.Forms.OpenFileDialog ReferNotifySoundFilePathDialog;
1918 private System.Windows.Forms.TabPage tabPage1;
1919 private System.Windows.Forms.GroupBox groupBox6;
1920 private System.Windows.Forms.CheckBox IsPlaySoundEffectCheckBox;
1921 private System.Windows.Forms.RadioButton ExactMatchRadioButton;
1922 private System.Windows.Forms.RadioButton PartialMatchRadioButton;
1923 private System.Windows.Forms.TextBox PlaySoundEffectConditionTextBox;
1924 private System.Windows.Forms.Label label38;
1925 private System.Windows.Forms.Button ReferSoundEffectPathButton;
1926 private System.Windows.Forms.TextBox SoundEffectPathTextBox;
1927 private System.Windows.Forms.Label label37;
1928 private System.Windows.Forms.ListView SoundEffectRulesListView;
1929 private System.Windows.Forms.ColumnHeader PlaySoundEffectCondition;
1930 private System.Windows.Forms.ColumnHeader SoundEffectPath;
1931 private System.Windows.Forms.CheckBox IsUseRegularExpressionToPlaySoundEffectCheckBox;
1932 private System.Windows.Forms.Label EditingSoundEffectSettingErrorLabel;
1933 private System.Windows.Forms.Button RemoveSoundEffectRuleButton;
1934 private System.Windows.Forms.Button AddSoundEffectRuleButton;
1935 private System.Windows.Forms.CheckBox IsExceptMatchedCommentCheckBox;
1936 private System.Windows.Forms.Label label39;
1937 private System.Windows.Forms.Label label35;
1938 private System.Windows.Forms.CheckBox IsEnableAutoScrollCheckBox;
1939 private System.Windows.Forms.Label label40;
1940 private System.Windows.Forms.ColumnHeader columnHeader4;
1941 private System.Windows.Forms.ColumnHeader columnHeader5;
1942 private System.Windows.Forms.CheckBox IsEnableAdjustReadSpeedCheckBox;
1943 private System.Windows.Forms.OpenFileDialog ReferSoftalkPathDialog;
1944 private System.Windows.Forms.OpenFileDialog ReferSoundEffectPathDialog;
1945 private System.Windows.Forms.ComboBox ShortenURLSiteListBox;
1946 private System.Windows.Forms.CheckBox IsUseShortenURLSiteCheckBox;
1947 private System.Windows.Forms.ColumnHeader columnHeader6;
1948 private System.Windows.Forms.ColumnHeader columnHeader7;
1949 private System.Windows.Forms.ColumnHeader columnHeader8;
1950 private System.Windows.Forms.ColumnHeader columnHeader9;
1951 private System.Windows.Forms.CheckBox IsEnableAutoBanContinuousCommentsCheckBox;
1952 private System.Windows.Forms.TextBox ReadingTemplateTextBox;
1953 private System.Windows.Forms.Label label41;
1954 private System.Windows.Forms.Button SetReadingTemplateButton;
1955 }
1956 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26