Develop and Download Open Source Software

Browse Subversion Repository

Contents of /MainWindow.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations) (download)
Thu Apr 21 13:23:22 2011 UTC (13 years ago) by aqua877
File size: 64176 byte(s)


1 namespace Aqua877.WinApp.IronLivetube
2 {
3 partial class MainWindow
4 {
5 /// <summary>
6 /// 必要なデザイナー変数です。
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// 使用中のリソースをすべてクリーンアップします。
12 /// </summary>
13 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は 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 フォーム デザイナーで生成されたコード
24
25 /// <summary>
26 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
27 /// コード エディターで変更しないでください。
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
33 this.MenuBar = new System.Windows.Forms.MenuStrip();
34 this.FileMenu = new System.Windows.Forms.ToolStripMenuItem();
35 this.SettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
37 this.OpenLiveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.OpenLiveFromURLMenu = new System.Windows.Forms.ToolStripMenuItem();
39 this.OpenLiveFromStreamIDMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.OpenLiveFromLiveListMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
42 this.OpenBBSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.CloseLiveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.PlayLiveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
46 this.ExitApplicationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47 this.EditMenu = new System.Windows.Forms.ToolStripMenuItem();
48 this.CopyCommentMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 this.CopyCommentTextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50 this.CopyCommentURLMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
52 this.FindMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53 this.FindNextMenuitem = new System.Windows.Forms.ToolStripMenuItem();
54 this.FindPreviousMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55 this.ControlMenu = new System.Windows.Forms.ToolStripMenuItem();
56 this.MarkCommentAsNGMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57 this.MarkCommentAsNotNGMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58 this.ShowHostMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
60 this.LiveAuthorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61 this.OpenLiveAuthorsPageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62 this.OpenLiveAuthorWikiMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63 this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
64 this.SelectAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
65 this.RefreshConnectionMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66 this.OtherFeaturesMenu = new System.Windows.Forms.ToolStripMenuItem();
67 this.UseCommandsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
68 this.UseReadingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69 this.UseSoundEffectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
70 this.UseFilteringMenuItem = new System.Windows.Forms.ToolStripMenuItem();
71 this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
72 this.ReadingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
73 this.StartReadingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
74 this.StopReadingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
75 this.SuspendReadingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
76 this.RestartReadingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
77 this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
78 this.ShortenURLMenuItem = new System.Windows.Forms.ToolStripMenuItem();
79 this.ShortenURLBitlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
80 this.ShortenURLJMpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
81 this.ShortenURLIsGdMenuItem = new System.Windows.Forms.ToolStripMenuItem();
82 this.ShortenURLUxNuMenuItem = new System.Windows.Forms.ToolStripMenuItem();
83 this.ShortenURLPTlMenuItem = new System.Windows.Forms.ToolStripMenuItem();
84 this.HelpMenu = new System.Windows.Forms.ToolStripMenuItem();
85 this.ViewCachingDataMenuItem = new System.Windows.Forms.ToolStripMenuItem();
86 this.CheckUpdateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
87 this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
88 this.ShowVersionInformationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
89 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
90 this.SaveCommentsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
91 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
92 this.webBrowser1 = new System.Windows.Forms.WebBrowser();
93 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
94 this.MainTab = new System.Windows.Forms.TabControl();
95 this.LivetubeCommentsTab = new System.Windows.Forms.TabPage();
96 this.LivetubeCommentsList = new System.Windows.Forms.ListView();
97 this.NumberColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
98 this.UserThumbnailColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
99 this.TextColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
100 this.NameColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
101 this.PostDateColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
102 this.IDColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
103 this.HostColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
104 this.LivetubeCommentsListViewContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
105 this.CopyCommentContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
106 this.CopyCommentTextContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
107 this.CopyCommentURLContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
108 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
109 this.MarkCommentAsNGContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
110 this.MarkCommentAsNotNGContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
111 this.ShowHostContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
112 this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
113 this.LiveAuthorContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
114 this.OpenLiveAuthorsPageContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
115 this.OpenLiveAuthorWikiContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
116 this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
117 this.SelectAllContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
118 this.RefreshConnectionContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
119 this.BBSTab = new System.Windows.Forms.TabPage();
120 this.BBSCommentsList = new System.Windows.Forms.ListView();
121 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
122 this.panel1 = new System.Windows.Forms.Panel();
123 this.label1 = new System.Windows.Forms.Label();
124 this.PostCommentErrorLabel = new System.Windows.Forms.Label();
125 this.NameTextBox = new System.Windows.Forms.TextBox();
126 this.PostCommentButton = new System.Windows.Forms.Button();
127 this.CommentTextBox = new System.Windows.Forms.TextBox();
128 this.CommentTextBoxContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
129 this.ああToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
130 this.コピーCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
131 this.貼り付けPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
132 this.削除DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
133 this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
134 this.すべて選択AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
135 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
136 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
137 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
138 this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
139 this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
140 this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
141 this.StatusBar = new System.Windows.Forms.StatusStrip();
142 this.LiveStatusText = new System.Windows.Forms.ToolStripStatusLabel();
143 this.ProcessingText = new System.Windows.Forms.ToolStripStatusLabel();
144 this.MenuBar.SuspendLayout();
145 this.tableLayoutPanel1.SuspendLayout();
146 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
147 this.splitContainer1.Panel1.SuspendLayout();
148 this.splitContainer1.Panel2.SuspendLayout();
149 this.splitContainer1.SuspendLayout();
150 this.MainTab.SuspendLayout();
151 this.LivetubeCommentsTab.SuspendLayout();
152 this.LivetubeCommentsListViewContextMenu.SuspendLayout();
153 this.BBSTab.SuspendLayout();
154 this.tableLayoutPanel2.SuspendLayout();
155 this.panel1.SuspendLayout();
156 this.CommentTextBoxContextMenu.SuspendLayout();
157 this.StatusBar.SuspendLayout();
158 this.SuspendLayout();
159 //
160 // MenuBar
161 //
162 this.MenuBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
163 this.FileMenu,
164 this.EditMenu,
165 this.ControlMenu,
166 this.OtherFeaturesMenu,
167 this.HelpMenu});
168 this.MenuBar.Location = new System.Drawing.Point(0, 0);
169 this.MenuBar.Name = "MenuBar";
170 this.MenuBar.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
171 this.MenuBar.Size = new System.Drawing.Size(684, 28);
172 this.MenuBar.TabIndex = 1;
173 this.MenuBar.Text = "menuStrip1";
174 //
175 // FileMenu
176 //
177 this.FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
178 this.SettingsMenuItem,
179 this.toolStripSeparator1,
180 this.OpenLiveMenuItem,
181 this.CloseLiveMenuItem,
182 this.PlayLiveMenuItem,
183 this.toolStripSeparator3,
184 this.ExitApplicationMenuItem});
185 this.FileMenu.Name = "FileMenu";
186 this.FileMenu.Size = new System.Drawing.Size(85, 22);
187 this.FileMenu.Text = "ファイル(&F)";
188 //
189 // SettingsMenuItem
190 //
191 this.SettingsMenuItem.Name = "SettingsMenuItem";
192 this.SettingsMenuItem.Size = new System.Drawing.Size(177, 22);
193 this.SettingsMenuItem.Text = "設定(&C)...";
194 this.SettingsMenuItem.Click += new System.EventHandler(this.SettingsMenuItem_Click);
195 //
196 // toolStripSeparator1
197 //
198 this.toolStripSeparator1.Name = "toolStripSeparator1";
199 this.toolStripSeparator1.Size = new System.Drawing.Size(174, 6);
200 //
201 // OpenLiveMenuItem
202 //
203 this.OpenLiveMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
204 this.OpenLiveFromURLMenu,
205 this.OpenLiveFromStreamIDMenuItem,
206 this.OpenLiveFromLiveListMenuItem,
207 this.toolStripSeparator12,
208 this.OpenBBSMenuItem});
209 this.OpenLiveMenuItem.Name = "OpenLiveMenuItem";
210 this.OpenLiveMenuItem.Size = new System.Drawing.Size(177, 22);
211 this.OpenLiveMenuItem.Text = "開く(&O)";
212 //
213 // OpenLiveFromURLMenu
214 //
215 this.OpenLiveFromURLMenu.Name = "OpenLiveFromURLMenu";
216 this.OpenLiveFromURLMenu.Size = new System.Drawing.Size(214, 22);
217 this.OpenLiveFromURLMenu.Text = "URLから開く(&U)...";
218 this.OpenLiveFromURLMenu.Click += new System.EventHandler(this.OpenLiveFromURLMenu_Click);
219 //
220 // OpenLiveFromStreamIDMenuItem
221 //
222 this.OpenLiveFromStreamIDMenuItem.Name = "OpenLiveFromStreamIDMenuItem";
223 this.OpenLiveFromStreamIDMenuItem.Size = new System.Drawing.Size(214, 22);
224 this.OpenLiveFromStreamIDMenuItem.Text = "StreamIDから開く(&S)...";
225 this.OpenLiveFromStreamIDMenuItem.Click += new System.EventHandler(this.OpenLiveFromStreamIDMenuItem_Click);
226 //
227 // OpenLiveFromLiveListMenuItem
228 //
229 this.OpenLiveFromLiveListMenuItem.Name = "OpenLiveFromLiveListMenuItem";
230 this.OpenLiveFromLiveListMenuItem.Size = new System.Drawing.Size(214, 22);
231 this.OpenLiveFromLiveListMenuItem.Text = "番組表から開く(&L)...";
232 //
233 // toolStripSeparator12
234 //
235 this.toolStripSeparator12.Name = "toolStripSeparator12";
236 this.toolStripSeparator12.Size = new System.Drawing.Size(211, 6);
237 //
238 // OpenBBSMenuItem
239 //
240 this.OpenBBSMenuItem.Name = "OpenBBSMenuItem";
241 this.OpenBBSMenuItem.Size = new System.Drawing.Size(214, 22);
242 this.OpenBBSMenuItem.Text = "したらば掲示板を開く(&S)";
243 //
244 // CloseLiveMenuItem
245 //
246 this.CloseLiveMenuItem.Enabled = false;
247 this.CloseLiveMenuItem.Name = "CloseLiveMenuItem";
248 this.CloseLiveMenuItem.Size = new System.Drawing.Size(177, 22);
249 this.CloseLiveMenuItem.Text = "閉じる(&C)";
250 this.CloseLiveMenuItem.Click += new System.EventHandler(this.CloseLiveMenuItem_Click);
251 //
252 // PlayLiveMenuItem
253 //
254 this.PlayLiveMenuItem.Enabled = false;
255 this.PlayLiveMenuItem.Name = "PlayLiveMenuItem";
256 this.PlayLiveMenuItem.Size = new System.Drawing.Size(177, 22);
257 this.PlayLiveMenuItem.Text = "ブラウザで再生(&P)";
258 this.PlayLiveMenuItem.Click += new System.EventHandler(this.PlayLiveMenuItem_Click);
259 //
260 // toolStripSeparator3
261 //
262 this.toolStripSeparator3.Name = "toolStripSeparator3";
263 this.toolStripSeparator3.Size = new System.Drawing.Size(174, 6);
264 //
265 // ExitApplicationMenuItem
266 //
267 this.ExitApplicationMenuItem.Name = "ExitApplicationMenuItem";
268 this.ExitApplicationMenuItem.Size = new System.Drawing.Size(177, 22);
269 this.ExitApplicationMenuItem.Text = "終了(&X)";
270 this.ExitApplicationMenuItem.Click += new System.EventHandler(this.ExitApplicationMenuItem_Click);
271 //
272 // EditMenu
273 //
274 this.EditMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
275 this.CopyCommentMenuItem,
276 this.CopyCommentTextMenuItem,
277 this.CopyCommentURLMenuItem,
278 this.toolStripSeparator5,
279 this.FindMenuItem,
280 this.FindNextMenuitem,
281 this.FindPreviousMenuItem});
282 this.EditMenu.Name = "EditMenu";
283 this.EditMenu.Size = new System.Drawing.Size(61, 22);
284 this.EditMenu.Text = "編集(&E)";
285 //
286 // CopyCommentMenuItem
287 //
288 this.CopyCommentMenuItem.Enabled = false;
289 this.CopyCommentMenuItem.Name = "CopyCommentMenuItem";
290 this.CopyCommentMenuItem.Size = new System.Drawing.Size(347, 22);
291 this.CopyCommentMenuItem.Text = "選択中のコメント全体をコピー(&C)";
292 this.CopyCommentMenuItem.Click += new System.EventHandler(this.CopyCommentMenuItem_Click);
293 //
294 // CopyCommentTextMenuItem
295 //
296 this.CopyCommentTextMenuItem.Enabled = false;
297 this.CopyCommentTextMenuItem.Name = "CopyCommentTextMenuItem";
298 this.CopyCommentTextMenuItem.Size = new System.Drawing.Size(347, 22);
299 this.CopyCommentTextMenuItem.Text = "選択中のコメントの本文をコピー(&T)";
300 this.CopyCommentTextMenuItem.Click += new System.EventHandler(this.CopyCommentTextMenuItem_Click);
301 //
302 // CopyCommentURLMenuItem
303 //
304 this.CopyCommentURLMenuItem.Enabled = false;
305 this.CopyCommentURLMenuItem.Name = "CopyCommentURLMenuItem";
306 this.CopyCommentURLMenuItem.Size = new System.Drawing.Size(347, 22);
307 this.CopyCommentURLMenuItem.Text = "選択中のコメントに含まれるURLを全てコピー(&U)";
308 this.CopyCommentURLMenuItem.Click += new System.EventHandler(this.CopyCommentURLMenuItem_Click);
309 //
310 // toolStripSeparator5
311 //
312 this.toolStripSeparator5.Name = "toolStripSeparator5";
313 this.toolStripSeparator5.Size = new System.Drawing.Size(344, 6);
314 //
315 // FindMenuItem
316 //
317 this.FindMenuItem.Enabled = false;
318 this.FindMenuItem.Name = "FindMenuItem";
319 this.FindMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
320 this.FindMenuItem.Size = new System.Drawing.Size(347, 22);
321 this.FindMenuItem.Text = "検索(&F)...";
322 this.FindMenuItem.Click += new System.EventHandler(this.FindMenuItem_Click);
323 //
324 // FindNextMenuitem
325 //
326 this.FindNextMenuitem.Enabled = false;
327 this.FindNextMenuitem.Name = "FindNextMenuitem";
328 this.FindNextMenuitem.ShortcutKeys = System.Windows.Forms.Keys.F3;
329 this.FindNextMenuitem.Size = new System.Drawing.Size(347, 22);
330 this.FindNextMenuitem.Text = "次を検索(&N)";
331 this.FindNextMenuitem.Click += new System.EventHandler(this.FindNextMenuitem_Click);
332 //
333 // FindPreviousMenuItem
334 //
335 this.FindPreviousMenuItem.Enabled = false;
336 this.FindPreviousMenuItem.Name = "FindPreviousMenuItem";
337 this.FindPreviousMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F3)));
338 this.FindPreviousMenuItem.Size = new System.Drawing.Size(347, 22);
339 this.FindPreviousMenuItem.Text = "前を検索(&P)";
340 this.FindPreviousMenuItem.Click += new System.EventHandler(this.FindPreviousMenuItem_Click);
341 //
342 // ControlMenu
343 //
344 this.ControlMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
345 this.MarkCommentAsNGMenuItem,
346 this.MarkCommentAsNotNGMenuItem,
347 this.ShowHostMenuItem,
348 this.toolStripSeparator6,
349 this.LiveAuthorMenuItem,
350 this.toolStripSeparator8,
351 this.SelectAllMenuItem,
352 this.RefreshConnectionMenuItem});
353 this.ControlMenu.Name = "ControlMenu";
354 this.ControlMenu.Size = new System.Drawing.Size(63, 22);
355 this.ControlMenu.Text = "操作(&O)";
356 //
357 // MarkCommentAsNGMenuItem
358 //
359 this.MarkCommentAsNGMenuItem.Enabled = false;
360 this.MarkCommentAsNGMenuItem.Name = "MarkCommentAsNGMenuItem";
361 this.MarkCommentAsNGMenuItem.Size = new System.Drawing.Size(281, 22);
362 this.MarkCommentAsNGMenuItem.Text = "NGコメントとしてマーク(&M)";
363 this.MarkCommentAsNGMenuItem.Click += new System.EventHandler(this.MarkCommentAsNGMenuItem_Click);
364 //
365 // MarkCommentAsNotNGMenuItem
366 //
367 this.MarkCommentAsNotNGMenuItem.Enabled = false;
368 this.MarkCommentAsNotNGMenuItem.Name = "MarkCommentAsNotNGMenuItem";
369 this.MarkCommentAsNotNGMenuItem.Size = new System.Drawing.Size(281, 22);
370 this.MarkCommentAsNotNGMenuItem.Text = "NGコメントではないとしてマーク(&N)";
371 this.MarkCommentAsNotNGMenuItem.Click += new System.EventHandler(this.MarkCommentAsNotNGMenuItem_Click);
372 //
373 // ShowHostMenuItem
374 //
375 this.ShowHostMenuItem.Enabled = false;
376 this.ShowHostMenuItem.Name = "ShowHostMenuItem";
377 this.ShowHostMenuItem.Size = new System.Drawing.Size(281, 22);
378 this.ShowHostMenuItem.Text = "書き込み元を表示(&H)...";
379 this.ShowHostMenuItem.Click += new System.EventHandler(this.ShowHostMenuItem_Click);
380 //
381 // toolStripSeparator6
382 //
383 this.toolStripSeparator6.Name = "toolStripSeparator6";
384 this.toolStripSeparator6.Size = new System.Drawing.Size(278, 6);
385 //
386 // LiveAuthorMenuItem
387 //
388 this.LiveAuthorMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
389 this.OpenLiveAuthorsPageMenuItem,
390 this.OpenLiveAuthorWikiMenuItem});
391 this.LiveAuthorMenuItem.Enabled = false;
392 this.LiveAuthorMenuItem.Name = "LiveAuthorMenuItem";
393 this.LiveAuthorMenuItem.Size = new System.Drawing.Size(281, 22);
394 this.LiveAuthorMenuItem.Text = "配信者(&A)";
395 //
396 // OpenLiveAuthorsPageMenuItem
397 //
398 this.OpenLiveAuthorsPageMenuItem.Name = "OpenLiveAuthorsPageMenuItem";
399 this.OpenLiveAuthorsPageMenuItem.Size = new System.Drawing.Size(211, 22);
400 this.OpenLiveAuthorsPageMenuItem.Text = "配信者ページを開く(&I)...";
401 this.OpenLiveAuthorsPageMenuItem.Click += new System.EventHandler(this.OpenLiveAuthorsPageMenuItem_Click);
402 //
403 // OpenLiveAuthorWikiMenuItem
404 //
405 this.OpenLiveAuthorWikiMenuItem.Name = "OpenLiveAuthorWikiMenuItem";
406 this.OpenLiveAuthorWikiMenuItem.Size = new System.Drawing.Size(211, 22);
407 this.OpenLiveAuthorWikiMenuItem.Text = "配信者Wikiを開く(&W)...";
408 this.OpenLiveAuthorWikiMenuItem.Click += new System.EventHandler(this.OpenLiveAuthorWikiMenuItem_Click);
409 //
410 // toolStripSeparator8
411 //
412 this.toolStripSeparator8.Name = "toolStripSeparator8";
413 this.toolStripSeparator8.Size = new System.Drawing.Size(278, 6);
414 //
415 // SelectAllMenuItem
416 //
417 this.SelectAllMenuItem.Enabled = false;
418 this.SelectAllMenuItem.Name = "SelectAllMenuItem";
419 this.SelectAllMenuItem.Size = new System.Drawing.Size(281, 22);
420 this.SelectAllMenuItem.Text = "全て選択(&A)";
421 this.SelectAllMenuItem.Click += new System.EventHandler(this.SelectAllMenuItem_Click);
422 //
423 // RefreshConnectionMenuItem
424 //
425 this.RefreshConnectionMenuItem.Enabled = false;
426 this.RefreshConnectionMenuItem.Name = "RefreshConnectionMenuItem";
427 this.RefreshConnectionMenuItem.Size = new System.Drawing.Size(281, 22);
428 this.RefreshConnectionMenuItem.Text = "コネクションの更新(&R)";
429 this.RefreshConnectionMenuItem.Click += new System.EventHandler(this.RefreshConnectionMenuItem_Click);
430 //
431 // OtherFeaturesMenu
432 //
433 this.OtherFeaturesMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
434 this.UseCommandsMenuItem,
435 this.UseReadingMenuItem,
436 this.UseSoundEffectMenuItem,
437 this.UseFilteringMenuItem,
438 this.toolStripSeparator10,
439 this.ReadingMenuItem,
440 this.toolStripSeparator13,
441 this.ShortenURLMenuItem});
442 this.OtherFeaturesMenu.Name = "OtherFeaturesMenu";
443 this.OtherFeaturesMenu.Size = new System.Drawing.Size(98, 22);
444 this.OtherFeaturesMenu.Text = "その他機能(&C)";
445 //
446 // UseCommandsMenuItem
447 //
448 this.UseCommandsMenuItem.CheckOnClick = true;
449 this.UseCommandsMenuItem.Name = "UseCommandsMenuItem";
450 this.UseCommandsMenuItem.Size = new System.Drawing.Size(226, 22);
451 this.UseCommandsMenuItem.Text = "コマンド機能を有効化(&C)";
452 this.UseCommandsMenuItem.CheckedChanged += new System.EventHandler(this.UseCommandsMenuItem_CheckedChanged);
453 //
454 // UseReadingMenuItem
455 //
456 this.UseReadingMenuItem.CheckOnClick = true;
457 this.UseReadingMenuItem.Name = "UseReadingMenuItem";
458 this.UseReadingMenuItem.Size = new System.Drawing.Size(226, 22);
459 this.UseReadingMenuItem.Text = "朗読機能を有効化(&S)";
460 this.UseReadingMenuItem.Click += new System.EventHandler(this.UseReadingMenuItem_Click);
461 //
462 // UseSoundEffectMenuItem
463 //
464 this.UseSoundEffectMenuItem.CheckOnClick = true;
465 this.UseSoundEffectMenuItem.Name = "UseSoundEffectMenuItem";
466 this.UseSoundEffectMenuItem.Size = new System.Drawing.Size(226, 22);
467 this.UseSoundEffectMenuItem.Text = "効果音機能を有効化(&E)";
468 this.UseSoundEffectMenuItem.CheckedChanged += new System.EventHandler(this.UseSoundEffectMenuItem_CheckedChanged);
469 //
470 // UseFilteringMenuItem
471 //
472 this.UseFilteringMenuItem.CheckOnClick = true;
473 this.UseFilteringMenuItem.Name = "UseFilteringMenuItem";
474 this.UseFilteringMenuItem.Size = new System.Drawing.Size(226, 22);
475 this.UseFilteringMenuItem.Text = "NGワード機能を有効化(&F)";
476 this.UseFilteringMenuItem.CheckedChanged += new System.EventHandler(this.UseFilteringMenuItem_CheckedChanged);
477 //
478 // toolStripSeparator10
479 //
480 this.toolStripSeparator10.Name = "toolStripSeparator10";
481 this.toolStripSeparator10.Size = new System.Drawing.Size(223, 6);
482 //
483 // ReadingMenuItem
484 //
485 this.ReadingMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
486 this.StartReadingMenuItem,
487 this.StopReadingMenuItem,
488 this.SuspendReadingMenuItem,
489 this.RestartReadingMenuItem});
490 this.ReadingMenuItem.Name = "ReadingMenuItem";
491 this.ReadingMenuItem.Size = new System.Drawing.Size(226, 22);
492 this.ReadingMenuItem.Text = "朗読支援(&R)";
493 //
494 // StartReadingMenuItem
495 //
496 this.StartReadingMenuItem.Enabled = false;
497 this.StartReadingMenuItem.Name = "StartReadingMenuItem";
498 this.StartReadingMenuItem.Size = new System.Drawing.Size(142, 22);
499 this.StartReadingMenuItem.Text = "開始(&O)";
500 this.StartReadingMenuItem.Click += new System.EventHandler(this.StartReadingMenuItem_Click);
501 //
502 // StopReadingMenuItem
503 //
504 this.StopReadingMenuItem.Enabled = false;
505 this.StopReadingMenuItem.Name = "StopReadingMenuItem";
506 this.StopReadingMenuItem.Size = new System.Drawing.Size(142, 22);
507 this.StopReadingMenuItem.Text = "停止(&C)";
508 this.StopReadingMenuItem.Click += new System.EventHandler(this.StopReadingMenuItem_Click);
509 //
510 // SuspendReadingMenuItem
511 //
512 this.SuspendReadingMenuItem.Enabled = false;
513 this.SuspendReadingMenuItem.Name = "SuspendReadingMenuItem";
514 this.SuspendReadingMenuItem.Size = new System.Drawing.Size(142, 22);
515 this.SuspendReadingMenuItem.Text = "一時停止(&S)";
516 this.SuspendReadingMenuItem.Click += new System.EventHandler(this.SuspendReadingMenuItem_Click);
517 //
518 // RestartReadingMenuItem
519 //
520 this.RestartReadingMenuItem.Enabled = false;
521 this.RestartReadingMenuItem.Name = "RestartReadingMenuItem";
522 this.RestartReadingMenuItem.Size = new System.Drawing.Size(142, 22);
523 this.RestartReadingMenuItem.Text = "再開(&R)";
524 this.RestartReadingMenuItem.Click += new System.EventHandler(this.RestartReadingMenuItem_Click);
525 //
526 // toolStripSeparator13
527 //
528 this.toolStripSeparator13.Name = "toolStripSeparator13";
529 this.toolStripSeparator13.Size = new System.Drawing.Size(223, 6);
530 //
531 // ShortenURLMenuItem
532 //
533 this.ShortenURLMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
534 this.ShortenURLBitlyMenuItem,
535 this.ShortenURLJMpMenuItem,
536 this.ShortenURLIsGdMenuItem,
537 this.ShortenURLUxNuMenuItem,
538 this.ShortenURLPTlMenuItem});
539 this.ShortenURLMenuItem.Name = "ShortenURLMenuItem";
540 this.ShortenURLMenuItem.Size = new System.Drawing.Size(226, 22);
541 this.ShortenURLMenuItem.Text = "コメント欄のURLの短縮(&S)";
542 //
543 // ShortenURLBitlyMenuItem
544 //
545 this.ShortenURLBitlyMenuItem.Name = "ShortenURLBitlyMenuItem";
546 this.ShortenURLBitlyMenuItem.Size = new System.Drawing.Size(108, 22);
547 this.ShortenURLBitlyMenuItem.Text = "bit.ly";
548 this.ShortenURLBitlyMenuItem.Click += new System.EventHandler(this.ShortenURLBitlyMenuItem_Click);
549 //
550 // ShortenURLJMpMenuItem
551 //
552 this.ShortenURLJMpMenuItem.Name = "ShortenURLJMpMenuItem";
553 this.ShortenURLJMpMenuItem.Size = new System.Drawing.Size(108, 22);
554 this.ShortenURLJMpMenuItem.Text = "j.mp";
555 this.ShortenURLJMpMenuItem.Click += new System.EventHandler(this.ShortenURLJMpMenuItem_Click);
556 //
557 // ShortenURLIsGdMenuItem
558 //
559 this.ShortenURLIsGdMenuItem.Name = "ShortenURLIsGdMenuItem";
560 this.ShortenURLIsGdMenuItem.Size = new System.Drawing.Size(108, 22);
561 this.ShortenURLIsGdMenuItem.Text = "is.gd";
562 this.ShortenURLIsGdMenuItem.Click += new System.EventHandler(this.ShortenURLIsGdMenuItem_Click);
563 //
564 // ShortenURLUxNuMenuItem
565 //
566 this.ShortenURLUxNuMenuItem.Name = "ShortenURLUxNuMenuItem";
567 this.ShortenURLUxNuMenuItem.Size = new System.Drawing.Size(108, 22);
568 this.ShortenURLUxNuMenuItem.Text = "ux.nu";
569 this.ShortenURLUxNuMenuItem.Click += new System.EventHandler(this.ShortenURLUxNuMenuItem_Click);
570 //
571 // ShortenURLPTlMenuItem
572 //
573 this.ShortenURLPTlMenuItem.Name = "ShortenURLPTlMenuItem";
574 this.ShortenURLPTlMenuItem.Size = new System.Drawing.Size(108, 22);
575 this.ShortenURLPTlMenuItem.Text = "p.tl";
576 this.ShortenURLPTlMenuItem.Click += new System.EventHandler(this.ShortenURLPTlMenuItem_Click);
577 //
578 // HelpMenu
579 //
580 this.HelpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
581 this.ViewCachingDataMenuItem,
582 this.CheckUpdateMenuItem,
583 this.toolStripSeparator11,
584 this.ShowVersionInformationMenuItem});
585 this.HelpMenu.Name = "HelpMenu";
586 this.HelpMenu.Size = new System.Drawing.Size(75, 22);
587 this.HelpMenu.Text = "ヘルプ(&H)";
588 //
589 // ViewCachingDataMenuItem
590 //
591 this.ViewCachingDataMenuItem.Name = "ViewCachingDataMenuItem";
592 this.ViewCachingDataMenuItem.Size = new System.Drawing.Size(214, 22);
593 this.ViewCachingDataMenuItem.Text = "キャッシュ(&C)";
594 this.ViewCachingDataMenuItem.Click += new System.EventHandler(this.ViewCachingDataMenuItem_Click);
595 //
596 // CheckUpdateMenuItem
597 //
598 this.CheckUpdateMenuItem.Name = "CheckUpdateMenuItem";
599 this.CheckUpdateMenuItem.Size = new System.Drawing.Size(214, 22);
600 this.CheckUpdateMenuItem.Text = "アップデートの確認(&U)";
601 this.CheckUpdateMenuItem.Click += new System.EventHandler(this.CheckUpdateMenuItem_Click);
602 //
603 // toolStripSeparator11
604 //
605 this.toolStripSeparator11.Name = "toolStripSeparator11";
606 this.toolStripSeparator11.Size = new System.Drawing.Size(211, 6);
607 //
608 // ShowVersionInformationMenuItem
609 //
610 this.ShowVersionInformationMenuItem.Name = "ShowVersionInformationMenuItem";
611 this.ShowVersionInformationMenuItem.Size = new System.Drawing.Size(214, 22);
612 this.ShowVersionInformationMenuItem.Text = "IronLiveTubeについて(&I)";
613 this.ShowVersionInformationMenuItem.Click += new System.EventHandler(this.ShowVersionInformationMenuItem_Click);
614 //
615 // toolStripSeparator4
616 //
617 this.toolStripSeparator4.Name = "toolStripSeparator4";
618 this.toolStripSeparator4.Size = new System.Drawing.Size(187, 6);
619 //
620 // SaveCommentsMenuItem
621 //
622 this.SaveCommentsMenuItem.Name = "SaveCommentsMenuItem";
623 this.SaveCommentsMenuItem.Size = new System.Drawing.Size(190, 22);
624 this.SaveCommentsMenuItem.Text = "コメントを保存(&S)...";
625 //
626 // tableLayoutPanel1
627 //
628 this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
629 | System.Windows.Forms.AnchorStyles.Left)
630 | System.Windows.Forms.AnchorStyles.Right)));
631 this.tableLayoutPanel1.ColumnCount = 2;
632 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
633 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 0F));
634 this.tableLayoutPanel1.Controls.Add(this.webBrowser1, 1, 0);
635 this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 0);
636 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 28);
637 this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
638 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
639 this.tableLayoutPanel1.RowCount = 1;
640 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
641 this.tableLayoutPanel1.Size = new System.Drawing.Size(684, 409);
642 this.tableLayoutPanel1.TabIndex = 2;
643 //
644 // webBrowser1
645 //
646 this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
647 this.webBrowser1.Location = new System.Drawing.Point(687, 4);
648 this.webBrowser1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
649 this.webBrowser1.MinimumSize = new System.Drawing.Size(23, 30);
650 this.webBrowser1.Name = "webBrowser1";
651 this.webBrowser1.Size = new System.Drawing.Size(23, 401);
652 this.webBrowser1.TabIndex = 0;
653 //
654 // splitContainer1
655 //
656 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
657 this.splitContainer1.Location = new System.Drawing.Point(3, 4);
658 this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
659 this.splitContainer1.Name = "splitContainer1";
660 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
661 //
662 // splitContainer1.Panel1
663 //
664 this.splitContainer1.Panel1.Controls.Add(this.MainTab);
665 //
666 // splitContainer1.Panel2
667 //
668 this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
669 this.splitContainer1.Panel2.Enabled = false;
670 this.splitContainer1.Size = new System.Drawing.Size(678, 401);
671 this.splitContainer1.SplitterDistance = 324;
672 this.splitContainer1.SplitterWidth = 6;
673 this.splitContainer1.TabIndex = 1;
674 this.splitContainer1.SplitterMoving += new System.Windows.Forms.SplitterCancelEventHandler(this.splitContainer1_SplitterMoving);
675 this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
676 //
677 // MainTab
678 //
679 this.MainTab.Controls.Add(this.LivetubeCommentsTab);
680 this.MainTab.Controls.Add(this.BBSTab);
681 this.MainTab.Dock = System.Windows.Forms.DockStyle.Fill;
682 this.MainTab.Location = new System.Drawing.Point(0, 0);
683 this.MainTab.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
684 this.MainTab.Name = "MainTab";
685 this.MainTab.SelectedIndex = 0;
686 this.MainTab.Size = new System.Drawing.Size(678, 324);
687 this.MainTab.TabIndex = 0;
688 //
689 // LivetubeCommentsTab
690 //
691 this.LivetubeCommentsTab.Controls.Add(this.LivetubeCommentsList);
692 this.LivetubeCommentsTab.Location = new System.Drawing.Point(4, 27);
693 this.LivetubeCommentsTab.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
694 this.LivetubeCommentsTab.Name = "LivetubeCommentsTab";
695 this.LivetubeCommentsTab.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
696 this.LivetubeCommentsTab.Size = new System.Drawing.Size(670, 293);
697 this.LivetubeCommentsTab.TabIndex = 0;
698 this.LivetubeCommentsTab.Text = "Livetube";
699 this.LivetubeCommentsTab.UseVisualStyleBackColor = true;
700 //
701 // LivetubeCommentsList
702 //
703 this.LivetubeCommentsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
704 this.NumberColumn,
705 this.UserThumbnailColumn,
706 this.TextColumn,
707 this.NameColumn,
708 this.PostDateColumn,
709 this.IDColumn,
710 this.HostColumn});
711 this.LivetubeCommentsList.ContextMenuStrip = this.LivetubeCommentsListViewContextMenu;
712 this.LivetubeCommentsList.Dock = System.Windows.Forms.DockStyle.Fill;
713 this.LivetubeCommentsList.FullRowSelect = true;
714 this.LivetubeCommentsList.GridLines = true;
715 this.LivetubeCommentsList.Location = new System.Drawing.Point(3, 4);
716 this.LivetubeCommentsList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
717 this.LivetubeCommentsList.Name = "LivetubeCommentsList";
718 this.LivetubeCommentsList.Size = new System.Drawing.Size(664, 285);
719 this.LivetubeCommentsList.TabIndex = 0;
720 this.LivetubeCommentsList.UseCompatibleStateImageBehavior = false;
721 this.LivetubeCommentsList.View = System.Windows.Forms.View.Details;
722 this.LivetubeCommentsList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.LivetubeCommentsList_ColumnClick);
723 this.LivetubeCommentsList.SelectedIndexChanged += new System.EventHandler(this.LivetubeCommentsList_SelectedIndexChanged);
724 //
725 // NumberColumn
726 //
727 this.NumberColumn.Text = "番号";
728 this.NumberColumn.Width = 40;
729 //
730 // UserThumbnailColumn
731 //
732 this.UserThumbnailColumn.Text = "";
733 this.UserThumbnailColumn.Width = 32;
734 //
735 // TextColumn
736 //
737 this.TextColumn.Text = "投稿";
738 this.TextColumn.Width = 350;
739 //
740 // NameColumn
741 //
742 this.NameColumn.Text = "名前";
743 this.NameColumn.Width = 90;
744 //
745 // PostDateColumn
746 //
747 this.PostDateColumn.Text = "日時";
748 this.PostDateColumn.Width = 140;
749 //
750 // IDColumn
751 //
752 this.IDColumn.Text = "ID";
753 this.IDColumn.Width = 80;
754 //
755 // HostColumn
756 //
757 this.HostColumn.Text = "書き込み元";
758 this.HostColumn.Width = 80;
759 //
760 // LivetubeCommentsListViewContextMenu
761 //
762 this.LivetubeCommentsListViewContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
763 this.CopyCommentContextMenuItem,
764 this.CopyCommentTextContextMenuItem,
765 this.CopyCommentURLContextMenuItem,
766 this.toolStripSeparator2,
767 this.MarkCommentAsNGContextMenuItem,
768 this.MarkCommentAsNotNGContextMenuItem,
769 this.ShowHostContextMenuItem,
770 this.toolStripSeparator7,
771 this.LiveAuthorContextMenuItem,
772 this.toolStripSeparator9,
773 this.SelectAllContextMenuItem,
774 this.RefreshConnectionContextMenuItem});
775 this.LivetubeCommentsListViewContextMenu.Name = "LivetubeCommentsListViewContextMenu";
776 this.LivetubeCommentsListViewContextMenu.Size = new System.Drawing.Size(348, 220);
777 //
778 // CopyCommentContextMenuItem
779 //
780 this.CopyCommentContextMenuItem.Enabled = false;
781 this.CopyCommentContextMenuItem.Name = "CopyCommentContextMenuItem";
782 this.CopyCommentContextMenuItem.Size = new System.Drawing.Size(347, 22);
783 this.CopyCommentContextMenuItem.Text = "選択中のコメント全体をコピー(&C)";
784 this.CopyCommentContextMenuItem.Click += new System.EventHandler(this.CopyCommentContextMenuItem_Click);
785 //
786 // CopyCommentTextContextMenuItem
787 //
788 this.CopyCommentTextContextMenuItem.Enabled = false;
789 this.CopyCommentTextContextMenuItem.Name = "CopyCommentTextContextMenuItem";
790 this.CopyCommentTextContextMenuItem.Size = new System.Drawing.Size(347, 22);
791 this.CopyCommentTextContextMenuItem.Text = "選択中のコメントの本文をコピー(&T)";
792 this.CopyCommentTextContextMenuItem.Click += new System.EventHandler(this.CopyCommentTextContextMenuItem_Click);
793 //
794 // CopyCommentURLContextMenuItem
795 //
796 this.CopyCommentURLContextMenuItem.Enabled = false;
797 this.CopyCommentURLContextMenuItem.Name = "CopyCommentURLContextMenuItem";
798 this.CopyCommentURLContextMenuItem.Size = new System.Drawing.Size(347, 22);
799 this.CopyCommentURLContextMenuItem.Text = "選択中のコメントに含まれるURLを全てコピー(&U)";
800 this.CopyCommentURLContextMenuItem.Click += new System.EventHandler(this.CopyCommentURLContextMenuItem_Click);
801 //
802 // toolStripSeparator2
803 //
804 this.toolStripSeparator2.Name = "toolStripSeparator2";
805 this.toolStripSeparator2.Size = new System.Drawing.Size(344, 6);
806 //
807 // MarkCommentAsNGContextMenuItem
808 //
809 this.MarkCommentAsNGContextMenuItem.Enabled = false;
810 this.MarkCommentAsNGContextMenuItem.Name = "MarkCommentAsNGContextMenuItem";
811 this.MarkCommentAsNGContextMenuItem.Size = new System.Drawing.Size(347, 22);
812 this.MarkCommentAsNGContextMenuItem.Text = "NGコメントとしてマーク(&M)";
813 this.MarkCommentAsNGContextMenuItem.Click += new System.EventHandler(this.MarkCommentAsNGContextMenuItem_Click);
814 //
815 // MarkCommentAsNotNGContextMenuItem
816 //
817 this.MarkCommentAsNotNGContextMenuItem.Enabled = false;
818 this.MarkCommentAsNotNGContextMenuItem.Name = "MarkCommentAsNotNGContextMenuItem";
819 this.MarkCommentAsNotNGContextMenuItem.Size = new System.Drawing.Size(347, 22);
820 this.MarkCommentAsNotNGContextMenuItem.Text = "NGコメントではないとしてマーク(&N)";
821 this.MarkCommentAsNotNGContextMenuItem.Click += new System.EventHandler(this.MarkCommentAsNotNGContextMenuItem_Click);
822 //
823 // ShowHostContextMenuItem
824 //
825 this.ShowHostContextMenuItem.Enabled = false;
826 this.ShowHostContextMenuItem.Name = "ShowHostContextMenuItem";
827 this.ShowHostContextMenuItem.Size = new System.Drawing.Size(347, 22);
828 this.ShowHostContextMenuItem.Text = "書き込み元を表示(&H)...";
829 this.ShowHostContextMenuItem.Click += new System.EventHandler(this.ShowHostContextMenuItem_Click);
830 //
831 // toolStripSeparator7
832 //
833 this.toolStripSeparator7.Name = "toolStripSeparator7";
834 this.toolStripSeparator7.Size = new System.Drawing.Size(344, 6);
835 //
836 // LiveAuthorContextMenuItem
837 //
838 this.LiveAuthorContextMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
839 this.OpenLiveAuthorsPageContextMenuItem,
840 this.OpenLiveAuthorWikiContextMenuItem});
841 this.LiveAuthorContextMenuItem.Enabled = false;
842 this.LiveAuthorContextMenuItem.Name = "LiveAuthorContextMenuItem";
843 this.LiveAuthorContextMenuItem.Size = new System.Drawing.Size(347, 22);
844 this.LiveAuthorContextMenuItem.Text = "配信者(&A)";
845 //
846 // OpenLiveAuthorsPageContextMenuItem
847 //
848 this.OpenLiveAuthorsPageContextMenuItem.Name = "OpenLiveAuthorsPageContextMenuItem";
849 this.OpenLiveAuthorsPageContextMenuItem.Size = new System.Drawing.Size(211, 22);
850 this.OpenLiveAuthorsPageContextMenuItem.Text = "配信者ページを開く(&I)...";
851 this.OpenLiveAuthorsPageContextMenuItem.Click += new System.EventHandler(this.OpenLiveAuthorsPageContextMenuItem_Click);
852 //
853 // OpenLiveAuthorWikiContextMenuItem
854 //
855 this.OpenLiveAuthorWikiContextMenuItem.Name = "OpenLiveAuthorWikiContextMenuItem";
856 this.OpenLiveAuthorWikiContextMenuItem.Size = new System.Drawing.Size(211, 22);
857 this.OpenLiveAuthorWikiContextMenuItem.Text = "配信者Wikiを開く(&W)...";
858 this.OpenLiveAuthorWikiContextMenuItem.Click += new System.EventHandler(this.OpenLiveAuthorWikiContextMenuItem_Click);
859 //
860 // toolStripSeparator9
861 //
862 this.toolStripSeparator9.Name = "toolStripSeparator9";
863 this.toolStripSeparator9.Size = new System.Drawing.Size(344, 6);
864 //
865 // SelectAllContextMenuItem
866 //
867 this.SelectAllContextMenuItem.Enabled = false;
868 this.SelectAllContextMenuItem.Name = "SelectAllContextMenuItem";
869 this.SelectAllContextMenuItem.Size = new System.Drawing.Size(347, 22);
870 this.SelectAllContextMenuItem.Text = "全て選択(&A)";
871 this.SelectAllContextMenuItem.Click += new System.EventHandler(this.SelectAllContextMenuItem_Click);
872 //
873 // RefreshConnectionContextMenuItem
874 //
875 this.RefreshConnectionContextMenuItem.Enabled = false;
876 this.RefreshConnectionContextMenuItem.Name = "RefreshConnectionContextMenuItem";
877 this.RefreshConnectionContextMenuItem.Size = new System.Drawing.Size(347, 22);
878 this.RefreshConnectionContextMenuItem.Text = "コネクションの更新(&R)";
879 this.RefreshConnectionContextMenuItem.Click += new System.EventHandler(this.RefreshConnectionContextMenuItem_Click);
880 //
881 // BBSTab
882 //
883 this.BBSTab.Controls.Add(this.BBSCommentsList);
884 this.BBSTab.Location = new System.Drawing.Point(4, 22);
885 this.BBSTab.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
886 this.BBSTab.Name = "BBSTab";
887 this.BBSTab.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
888 this.BBSTab.Size = new System.Drawing.Size(670, 298);
889 this.BBSTab.TabIndex = 2;
890 this.BBSTab.Text = "したらば";
891 this.BBSTab.UseVisualStyleBackColor = true;
892 //
893 // BBSCommentsList
894 //
895 this.BBSCommentsList.Dock = System.Windows.Forms.DockStyle.Fill;
896 this.BBSCommentsList.Location = new System.Drawing.Point(3, 4);
897 this.BBSCommentsList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
898 this.BBSCommentsList.Name = "BBSCommentsList";
899 this.BBSCommentsList.Size = new System.Drawing.Size(664, 290);
900 this.BBSCommentsList.TabIndex = 0;
901 this.BBSCommentsList.UseCompatibleStateImageBehavior = false;
902 //
903 // tableLayoutPanel2
904 //
905 this.tableLayoutPanel2.ColumnCount = 1;
906 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
907 this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
908 this.tableLayoutPanel2.Controls.Add(this.CommentTextBox, 0, 1);
909 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
910 this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
911 this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
912 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
913 this.tableLayoutPanel2.RowCount = 2;
914 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
915 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
916 this.tableLayoutPanel2.Size = new System.Drawing.Size(678, 71);
917 this.tableLayoutPanel2.TabIndex = 6;
918 //
919 // panel1
920 //
921 this.panel1.Controls.Add(this.label1);
922 this.panel1.Controls.Add(this.PostCommentErrorLabel);
923 this.panel1.Controls.Add(this.NameTextBox);
924 this.panel1.Controls.Add(this.PostCommentButton);
925 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
926 this.panel1.Location = new System.Drawing.Point(0, 0);
927 this.panel1.Margin = new System.Windows.Forms.Padding(0);
928 this.panel1.Name = "panel1";
929 this.panel1.Size = new System.Drawing.Size(678, 30);
930 this.panel1.TabIndex = 0;
931 //
932 // label1
933 //
934 this.label1.AutoSize = true;
935 this.label1.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
936 this.label1.Location = new System.Drawing.Point(1, 5);
937 this.label1.Name = "label1";
938 this.label1.Size = new System.Drawing.Size(37, 18);
939 this.label1.TabIndex = 2;
940 this.label1.Text = "名前:";
941 //
942 // PostCommentErrorLabel
943 //
944 this.PostCommentErrorLabel.AutoSize = true;
945 this.PostCommentErrorLabel.ForeColor = System.Drawing.Color.Red;
946 this.PostCommentErrorLabel.Image = ((System.Drawing.Image)(resources.GetObject("PostCommentErrorLabel.Image")));
947 this.PostCommentErrorLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
948 this.PostCommentErrorLabel.Location = new System.Drawing.Point(351, 4);
949 this.PostCommentErrorLabel.Name = "PostCommentErrorLabel";
950 this.PostCommentErrorLabel.Size = new System.Drawing.Size(156, 18);
951 this.PostCommentErrorLabel.TabIndex = 5;
952 this.PostCommentErrorLabel.Text = " 本文を入力してください";
953 this.PostCommentErrorLabel.Visible = false;
954 //
955 // NameTextBox
956 //
957 this.NameTextBox.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
958 this.NameTextBox.ForeColor = System.Drawing.SystemColors.WindowText;
959 this.NameTextBox.Location = new System.Drawing.Point(52, 1);
960 this.NameTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
961 this.NameTextBox.Name = "NameTextBox";
962 this.NameTextBox.Size = new System.Drawing.Size(200, 25);
963 this.NameTextBox.TabIndex = 1;
964 this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged);
965 //
966 // PostCommentButton
967 //
968 this.PostCommentButton.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
969 this.PostCommentButton.Location = new System.Drawing.Point(258, 1);
970 this.PostCommentButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
971 this.PostCommentButton.Name = "PostCommentButton";
972 this.PostCommentButton.Size = new System.Drawing.Size(87, 26);
973 this.PostCommentButton.TabIndex = 3;
974 this.PostCommentButton.Text = "書きこむ";
975 this.PostCommentButton.UseVisualStyleBackColor = true;
976 this.PostCommentButton.Click += new System.EventHandler(this.PostCommentButton_Click);
977 //
978 // CommentTextBox
979 //
980 this.CommentTextBox.ContextMenuStrip = this.CommentTextBoxContextMenu;
981 this.CommentTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
982 this.CommentTextBox.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
983 this.CommentTextBox.Location = new System.Drawing.Point(0, 30);
984 this.CommentTextBox.Margin = new System.Windows.Forms.Padding(0);
985 this.CommentTextBox.MinimumSize = new System.Drawing.Size(4, 25);
986 this.CommentTextBox.Multiline = true;
987 this.CommentTextBox.Name = "CommentTextBox";
988 this.CommentTextBox.Size = new System.Drawing.Size(678, 41);
989 this.CommentTextBox.TabIndex = 0;
990 this.CommentTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CommentTextBox_KeyDown);
991 //
992 // CommentTextBoxContextMenu
993 //
994 this.CommentTextBoxContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
995 this.ああToolStripMenuItem,
996 this.コピーCToolStripMenuItem,
997 this.貼り付けPToolStripMenuItem,
998 this.削除DToolStripMenuItem,
999 this.toolStripSeparator14,
1000 this.すべて選択AToolStripMenuItem,
1001 this.toolStripMenuItem1});
1002 this.CommentTextBoxContextMenu.Name = "CommentTextBoxContextMenu";
1003 this.CommentTextBoxContextMenu.Size = new System.Drawing.Size(227, 142);
1004 //
1005 // ああToolStripMenuItem
1006 //
1007 this.ああToolStripMenuItem.Name = "ああToolStripMenuItem";
1008 this.ああToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
1009 this.ああToolStripMenuItem.Text = "切り取り(&T)";
1010 //
1011 // コピーCToolStripMenuItem
1012 //
1013 this.コピーCToolStripMenuItem.Name = "コピーCToolStripMenuItem";
1014 this.コピーCToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
1015 this.コピーCToolStripMenuItem.Text = "コピー(&C)";
1016 //
1017 // 貼り付けPToolStripMenuItem
1018 //
1019 this.貼り付けPToolStripMenuItem.Name = "貼り付けPToolStripMenuItem";
1020 this.貼り付けPToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
1021 this.貼り付けPToolStripMenuItem.Text = "貼り付け(&P)";
1022 //
1023 // 削除DToolStripMenuItem
1024 //
1025 this.削除DToolStripMenuItem.Name = "削除DToolStripMenuItem";
1026 this.削除DToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
1027 this.削除DToolStripMenuItem.Text = "削除(&D)";
1028 //
1029 // toolStripSeparator14
1030 //
1031 this.toolStripSeparator14.Name = "toolStripSeparator14";
1032 this.toolStripSeparator14.Size = new System.Drawing.Size(223, 6);
1033 //
1034 // すべて選択AToolStripMenuItem
1035 //
1036 this.すべて選択AToolStripMenuItem.Name = "すべて選択AToolStripMenuItem";
1037 this.すべて選択AToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
1038 this.すべて選択AToolStripMenuItem.Text = "すべて選択(&A)";
1039 //
1040 // toolStripMenuItem1
1041 //
1042 this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1043 this.toolStripMenuItem2,
1044 this.toolStripMenuItem3,
1045 this.toolStripMenuItem4,
1046 this.toolStripMenuItem5,
1047 this.toolStripMenuItem6});
1048 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
1049 this.toolStripMenuItem1.Size = new System.Drawing.Size(226, 22);
1050 this.toolStripMenuItem1.Text = "コメント欄のURLの短縮(&S)";
1051 //
1052 // toolStripMenuItem2
1053 //
1054 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
1055 this.toolStripMenuItem2.Size = new System.Drawing.Size(108, 22);
1056 this.toolStripMenuItem2.Text = "bit.ly";
1057 //
1058 // toolStripMenuItem3
1059 //
1060 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
1061 this.toolStripMenuItem3.Size = new System.Drawing.Size(108, 22);
1062 this.toolStripMenuItem3.Text = "j.mp";
1063 //
1064 // toolStripMenuItem4
1065 //
1066 this.toolStripMenuItem4.Name = "toolStripMenuItem4";
1067 this.toolStripMenuItem4.Size = new System.Drawing.Size(108, 22);
1068 this.toolStripMenuItem4.Text = "is.gd";
1069 //
1070 // toolStripMenuItem5
1071 //
1072 this.toolStripMenuItem5.Name = "toolStripMenuItem5";
1073 this.toolStripMenuItem5.Size = new System.Drawing.Size(108, 22);
1074 this.toolStripMenuItem5.Text = "ux.nu";
1075 //
1076 // toolStripMenuItem6
1077 //
1078 this.toolStripMenuItem6.Name = "toolStripMenuItem6";
1079 this.toolStripMenuItem6.Size = new System.Drawing.Size(108, 22);
1080 this.toolStripMenuItem6.Text = "p.tl";
1081 //
1082 // StatusBar
1083 //
1084 this.StatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1085 this.LiveStatusText,
1086 this.ProcessingText});
1087 this.StatusBar.Location = new System.Drawing.Point(0, 440);
1088 this.StatusBar.Name = "StatusBar";
1089 this.StatusBar.Size = new System.Drawing.Size(684, 23);
1090 this.StatusBar.TabIndex = 3;
1091 this.StatusBar.Text = "statusStrip1";
1092 //
1093 // LiveStatusText
1094 //
1095 this.LiveStatusText.Name = "LiveStatusText";
1096 this.LiveStatusText.Size = new System.Drawing.Size(342, 18);
1097 this.LiveStatusText.Text = "[視/見]?/? [流速(Livetube)]?コメ/h [流速(したらば)]?コメ/h";
1098 //
1099 // ProcessingText
1100 //
1101 this.ProcessingText.Name = "ProcessingText";
1102 this.ProcessingText.Size = new System.Drawing.Size(28, 18);
1103 this.ProcessingText.Text = " ";
1104 //
1105 // MainWindow
1106 //
1107 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
1108 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1109 this.ClientSize = new System.Drawing.Size(684, 463);
1110 this.Controls.Add(this.StatusBar);
1111 this.Controls.Add(this.tableLayoutPanel1);
1112 this.Controls.Add(this.MenuBar);
1113 this.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1114 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1115 this.MainMenuStrip = this.MenuBar;
1116 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
1117 this.Name = "MainWindow";
1118 this.Text = "IronLivetube";
1119 this.MenuBar.ResumeLayout(false);
1120 this.MenuBar.PerformLayout();
1121 this.tableLayoutPanel1.ResumeLayout(false);
1122 this.splitContainer1.Panel1.ResumeLayout(false);
1123 this.splitContainer1.Panel2.ResumeLayout(false);
1124 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
1125 this.splitContainer1.ResumeLayout(false);
1126 this.MainTab.ResumeLayout(false);
1127 this.LivetubeCommentsTab.ResumeLayout(false);
1128 this.LivetubeCommentsListViewContextMenu.ResumeLayout(false);
1129 this.BBSTab.ResumeLayout(false);
1130 this.tableLayoutPanel2.ResumeLayout(false);
1131 this.tableLayoutPanel2.PerformLayout();
1132 this.panel1.ResumeLayout(false);
1133 this.panel1.PerformLayout();
1134 this.CommentTextBoxContextMenu.ResumeLayout(false);
1135 this.StatusBar.ResumeLayout(false);
1136 this.StatusBar.PerformLayout();
1137 this.ResumeLayout(false);
1138 this.PerformLayout();
1139
1140 }
1141
1142 #endregion
1143
1144 private System.Windows.Forms.MenuStrip MenuBar;
1145 private System.Windows.Forms.ToolStripMenuItem FileMenu;
1146 private System.Windows.Forms.ToolStripMenuItem SettingsMenuItem;
1147 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
1148 private System.Windows.Forms.ToolStripMenuItem OpenLiveMenuItem;
1149 private System.Windows.Forms.ToolStripMenuItem OpenLiveFromURLMenu;
1150 private System.Windows.Forms.ToolStripMenuItem OpenLiveFromLiveListMenuItem;
1151 private System.Windows.Forms.ToolStripMenuItem PlayLiveMenuItem;
1152 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
1153 private System.Windows.Forms.ToolStripMenuItem SaveCommentsMenuItem;
1154 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
1155 private System.Windows.Forms.ToolStripMenuItem ExitApplicationMenuItem;
1156 private System.Windows.Forms.ToolStripMenuItem EditMenu;
1157 private System.Windows.Forms.ToolStripMenuItem CopyCommentMenuItem;
1158 private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
1159 private System.Windows.Forms.ToolStripMenuItem FindMenuItem;
1160 private System.Windows.Forms.ToolStripMenuItem FindNextMenuitem;
1161 private System.Windows.Forms.ToolStripMenuItem FindPreviousMenuItem;
1162 private System.Windows.Forms.ToolStripMenuItem ControlMenu;
1163 private System.Windows.Forms.ToolStripMenuItem OtherFeaturesMenu;
1164 private System.Windows.Forms.ToolStripMenuItem HelpMenu;
1165 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
1166 private System.Windows.Forms.WebBrowser webBrowser1;
1167 private System.Windows.Forms.SplitContainer splitContainer1;
1168 private System.Windows.Forms.TextBox NameTextBox;
1169 private System.Windows.Forms.TextBox CommentTextBox;
1170 private System.Windows.Forms.Button PostCommentButton;
1171 private System.Windows.Forms.Label label1;
1172 private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
1173 private System.Windows.Forms.ToolStripMenuItem OpenBBSMenuItem;
1174 private System.Windows.Forms.ToolStripMenuItem MarkCommentAsNGMenuItem;
1175 private System.Windows.Forms.ToolStripMenuItem MarkCommentAsNotNGMenuItem;
1176 private System.Windows.Forms.ToolStripMenuItem ShowHostMenuItem;
1177 private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
1178 private System.Windows.Forms.ToolStripMenuItem LiveAuthorMenuItem;
1179 private System.Windows.Forms.ToolStripMenuItem OpenLiveAuthorsPageMenuItem;
1180 private System.Windows.Forms.ToolStripMenuItem OpenLiveAuthorWikiMenuItem;
1181 private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
1182 private System.Windows.Forms.ToolStripMenuItem SelectAllMenuItem;
1183 private System.Windows.Forms.ToolStripMenuItem RefreshConnectionMenuItem;
1184 private System.Windows.Forms.ToolStripMenuItem UseFilteringMenuItem;
1185 private System.Windows.Forms.ToolStripMenuItem UseCommandsMenuItem;
1186 private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
1187 private System.Windows.Forms.ToolStripMenuItem ReadingMenuItem;
1188 private System.Windows.Forms.ToolStripMenuItem StartReadingMenuItem;
1189 private System.Windows.Forms.ToolStripMenuItem StopReadingMenuItem;
1190 private System.Windows.Forms.ToolStripMenuItem SuspendReadingMenuItem;
1191 private System.Windows.Forms.ToolStripMenuItem RestartReadingMenuItem;
1192 private System.Windows.Forms.ToolStripMenuItem CheckUpdateMenuItem;
1193 private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
1194 private System.Windows.Forms.ToolStripMenuItem ShowVersionInformationMenuItem;
1195 private System.Windows.Forms.TabControl MainTab;
1196 private System.Windows.Forms.TabPage LivetubeCommentsTab;
1197 private System.Windows.Forms.ListView LivetubeCommentsList;
1198 private System.Windows.Forms.ColumnHeader NumberColumn;
1199 private System.Windows.Forms.ColumnHeader UserThumbnailColumn;
1200 private System.Windows.Forms.ColumnHeader TextColumn;
1201 private System.Windows.Forms.ColumnHeader NameColumn;
1202 private System.Windows.Forms.ColumnHeader PostDateColumn;
1203 private System.Windows.Forms.TabPage BBSTab;
1204 private System.Windows.Forms.ListView BBSCommentsList;
1205 private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
1206 private System.Windows.Forms.ToolStripMenuItem ShortenURLMenuItem;
1207 private System.Windows.Forms.ToolStripMenuItem ShortenURLBitlyMenuItem;
1208 private System.Windows.Forms.ToolStripMenuItem ShortenURLUxNuMenuItem;
1209 private System.Windows.Forms.Label PostCommentErrorLabel;
1210 private System.Windows.Forms.ColumnHeader IDColumn;
1211 private System.Windows.Forms.ColumnHeader HostColumn;
1212 private System.Windows.Forms.StatusStrip StatusBar;
1213 private System.Windows.Forms.ToolStripStatusLabel LiveStatusText;
1214 private System.Windows.Forms.ToolStripStatusLabel ProcessingText;
1215 private System.Windows.Forms.ToolStripMenuItem OpenLiveFromStreamIDMenuItem;
1216 private System.Windows.Forms.ToolStripMenuItem CloseLiveMenuItem;
1217 private System.Windows.Forms.ToolStripMenuItem CopyCommentTextMenuItem;
1218 private System.Windows.Forms.ToolStripMenuItem CopyCommentURLMenuItem;
1219 private System.Windows.Forms.ToolStripMenuItem ViewCachingDataMenuItem;
1220 private System.Windows.Forms.ToolStripMenuItem UseSoundEffectMenuItem;
1221 private System.Windows.Forms.ToolStripMenuItem ShortenURLJMpMenuItem;
1222 private System.Windows.Forms.ToolStripMenuItem ShortenURLIsGdMenuItem;
1223 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
1224 private System.Windows.Forms.Panel panel1;
1225 private System.Windows.Forms.ToolStripMenuItem ShortenURLPTlMenuItem;
1226 private System.Windows.Forms.ContextMenuStrip LivetubeCommentsListViewContextMenu;
1227 private System.Windows.Forms.ToolStripMenuItem CopyCommentContextMenuItem;
1228 private System.Windows.Forms.ToolStripMenuItem CopyCommentTextContextMenuItem;
1229 private System.Windows.Forms.ToolStripMenuItem CopyCommentURLContextMenuItem;
1230 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
1231 private System.Windows.Forms.ToolStripMenuItem MarkCommentAsNGContextMenuItem;
1232 private System.Windows.Forms.ToolStripMenuItem MarkCommentAsNotNGContextMenuItem;
1233 private System.Windows.Forms.ToolStripMenuItem ShowHostContextMenuItem;
1234 private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
1235 private System.Windows.Forms.ToolStripMenuItem LiveAuthorContextMenuItem;
1236 private System.Windows.Forms.ToolStripMenuItem OpenLiveAuthorsPageContextMenuItem;
1237 private System.Windows.Forms.ToolStripMenuItem OpenLiveAuthorWikiContextMenuItem;
1238 private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
1239 private System.Windows.Forms.ToolStripMenuItem SelectAllContextMenuItem;
1240 private System.Windows.Forms.ToolStripMenuItem RefreshConnectionContextMenuItem;
1241 private System.Windows.Forms.ToolStripMenuItem UseReadingMenuItem;
1242 private System.Windows.Forms.ContextMenuStrip CommentTextBoxContextMenu;
1243 private System.Windows.Forms.ToolStripMenuItem ああToolStripMenuItem;
1244 private System.Windows.Forms.ToolStripMenuItem コピーCToolStripMenuItem;
1245 private System.Windows.Forms.ToolStripMenuItem 貼り付けPToolStripMenuItem;
1246 private System.Windows.Forms.ToolStripMenuItem 削除DToolStripMenuItem;
1247 private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
1248 private System.Windows.Forms.ToolStripMenuItem すべて選択AToolStripMenuItem;
1249 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
1250 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
1251 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
1252 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
1253 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
1254 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
1255 }
1256 }
1257

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