• R/O
  • SSH
  • HTTPS

speechcast: Commit


Commit MetaInfo

Revision126 (tree)
Time2011-08-06 19:00:21
Authoryoshy3

Log Message

プロジェクトをVisual Studio 2010形式に変換

Change Summary

Incremental Difference

--- trunk/SpeechCast/SpeechCast/Properties/Settings.Designer.cs (revision 125)
+++ trunk/SpeechCast/SpeechCast/Properties/Settings.Designer.cs (revision 126)
@@ -1,28 +1,24 @@
11 //------------------------------------------------------------------------------
22 // <auto-generated>
3-// This code was generated by a tool.
4-// Runtime Version:2.0.50727.3053
3+// このコードはツールによって生成されました。
4+// ランタイム バージョン:4.0.30319.1
55 //
6-// Changes to this file may cause incorrect behavior and will be lost if
7-// the code is regenerated.
6+// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
7+// コードが再生成されるときに損失したりします。
88 // </auto-generated>
99 //------------------------------------------------------------------------------
1010
11-namespace SpeechCast.Properties
12-{
13-
14-
11+namespace SpeechCast.Properties {
12+
13+
1514 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
17- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
18- {
19-
15+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
16+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17+
2018 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
21-
22- public static Settings Default
23- {
24- get
25- {
19+
20+ public static Settings Default {
21+ get {
2622 return defaultInstance;
2723 }
2824 }
--- trunk/SpeechCast/SpeechCast/Properties/Resources.Designer.cs (revision 125)
+++ trunk/SpeechCast/SpeechCast/Properties/Resources.Designer.cs (revision 126)
@@ -1,7 +1,7 @@
11 //------------------------------------------------------------------------------
22 // <auto-generated>
33 // このコードはツールによって生成されました。
4-// ランタイム バージョン:2.0.50727.3082
4+// ランタイム バージョン:4.0.30319.1
55 //
66 // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
77 // コードが再生成されるときに損失したりします。
@@ -17,9 +17,9 @@
1717 /// </summary>
1818 // このクラスは StronglyTypedResourceBuilder クラスが ResGen
1919 // または Visual Studio のようなツールを使用して自動生成されました。
20- // メンバを追加または削除するには、.ResX ファイルを編集して、/str オプションと共に
20+ // メンバーを追加または削除するには、.ResX ファイルを編集して、/str オプションと共に
2121 // ResGen を実行し直すか、または VS プロジェクトをビルドし直します。
22- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
22+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
2323 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
2424 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2525 internal class Resources {
--- trunk/SpeechCast/SpeechCast/FormMain.Designer.cs (revision 125)
+++ trunk/SpeechCast/SpeechCast/FormMain.Designer.cs (revision 126)
@@ -37,9 +37,9 @@
3737 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
3838 this.splitContainer2 = new System.Windows.Forms.SplitContainer();
3939 this.listViewResponses = new System.Windows.Forms.ListView();
40- this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
41- this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
42- this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
40+ this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
41+ this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
42+ this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
4343 this.textBoxLog = new System.Windows.Forms.TextBox();
4444 this.webBrowser = new System.Windows.Forms.WebBrowser();
4545 this.timer = new System.Windows.Forms.Timer(this.components);
@@ -80,14 +80,16 @@
8080 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
8181 this.toolStripMenuItemCopyboard = new System.Windows.Forms.ToolStripMenuItem();
8282 this.toolStripMenuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
83+ this.toolStripMenuItemGoSupportBBS = new System.Windows.Forms.ToolStripMenuItem();
84+ this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
8385 this.toolStripMenuItemAbout = new System.Windows.Forms.ToolStripMenuItem();
84- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
85- this.toolStripMenuItemGoSupportBBS = new System.Windows.Forms.ToolStripMenuItem();
8686 this.statusStrip1.SuspendLayout();
8787 this.panel1.SuspendLayout();
88+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
8889 this.splitContainer1.Panel1.SuspendLayout();
8990 this.splitContainer1.Panel2.SuspendLayout();
9091 this.splitContainer1.SuspendLayout();
92+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
9193 this.splitContainer2.Panel1.SuspendLayout();
9294 this.splitContainer2.Panel2.SuspendLayout();
9395 this.splitContainer2.SuspendLayout();
@@ -134,9 +136,9 @@
134136 //
135137 this.panel1.Controls.Add(this.splitContainer1);
136138 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
137- this.panel1.Location = new System.Drawing.Point(0, 74);
139+ this.panel1.Location = new System.Drawing.Point(0, 77);
138140 this.panel1.Name = "panel1";
139- this.panel1.Size = new System.Drawing.Size(704, 607);
141+ this.panel1.Size = new System.Drawing.Size(704, 604);
140142 this.panel1.TabIndex = 5;
141143 //
142144 // splitContainer1
@@ -152,7 +154,7 @@
152154 // splitContainer1.Panel2
153155 //
154156 this.splitContainer1.Panel2.Controls.Add(this.webBrowser);
155- this.splitContainer1.Size = new System.Drawing.Size(704, 607);
157+ this.splitContainer1.Size = new System.Drawing.Size(704, 604);
156158 this.splitContainer1.SplitterDistance = 234;
157159 this.splitContainer1.TabIndex = 0;
158160 //
@@ -170,8 +172,8 @@
170172 // splitContainer2.Panel2
171173 //
172174 this.splitContainer2.Panel2.Controls.Add(this.textBoxLog);
173- this.splitContainer2.Size = new System.Drawing.Size(234, 607);
174- this.splitContainer2.SplitterDistance = 338;
175+ this.splitContainer2.Size = new System.Drawing.Size(234, 604);
176+ this.splitContainer2.SplitterDistance = 336;
175177 this.splitContainer2.TabIndex = 0;
176178 //
177179 // listViewResponses
@@ -187,12 +189,12 @@
187189 this.listViewResponses.Location = new System.Drawing.Point(0, 0);
188190 this.listViewResponses.MultiSelect = false;
189191 this.listViewResponses.Name = "listViewResponses";
190- this.listViewResponses.Size = new System.Drawing.Size(234, 338);
192+ this.listViewResponses.Size = new System.Drawing.Size(234, 336);
191193 this.listViewResponses.TabIndex = 0;
192194 this.listViewResponses.UseCompatibleStateImageBehavior = false;
193195 this.listViewResponses.View = System.Windows.Forms.View.Details;
196+ this.listViewResponses.Click += new System.EventHandler(this.listViewResponses_Click);
194197 this.listViewResponses.DoubleClick += new System.EventHandler(this.listViewResponses_DoubleClick);
195- this.listViewResponses.Click += new System.EventHandler(this.listViewResponses_Click);
196198 //
197199 // columnHeader1
198200 //
@@ -216,7 +218,7 @@
216218 this.textBoxLog.Multiline = true;
217219 this.textBoxLog.Name = "textBoxLog";
218220 this.textBoxLog.ReadOnly = true;
219- this.textBoxLog.Size = new System.Drawing.Size(234, 265);
221+ this.textBoxLog.Size = new System.Drawing.Size(234, 264);
220222 this.textBoxLog.TabIndex = 0;
221223 //
222224 // webBrowser
@@ -225,10 +227,10 @@
225227 this.webBrowser.Location = new System.Drawing.Point(0, 0);
226228 this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
227229 this.webBrowser.Name = "webBrowser";
228- this.webBrowser.Size = new System.Drawing.Size(466, 607);
230+ this.webBrowser.Size = new System.Drawing.Size(466, 604);
229231 this.webBrowser.TabIndex = 1;
232+ this.webBrowser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser_DocumentCompleted);
230233 this.webBrowser.SizeChanged += new System.EventHandler(this.webBrowser_SizeChanged);
231- this.webBrowser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser_DocumentCompleted);
232234 //
233235 // timer
234236 //
@@ -243,7 +245,7 @@
243245 this.toolStripButtonEnter,
244246 this.toolStripButtonOpenAsBrowser,
245247 this.toolStripButtonOpenURLFromClipboard});
246- this.toolStrip2.Location = new System.Drawing.Point(0, 49);
248+ this.toolStrip2.Location = new System.Drawing.Point(0, 52);
247249 this.toolStrip2.Name = "toolStrip2";
248250 this.toolStrip2.Size = new System.Drawing.Size(704, 25);
249251 this.toolStrip2.TabIndex = 3;
@@ -252,7 +254,7 @@
252254 // toolStripLabel1
253255 //
254256 this.toolStripLabel1.Name = "toolStripLabel1";
255- this.toolStripLabel1.Size = new System.Drawing.Size(26, 22);
257+ this.toolStripLabel1.Size = new System.Drawing.Size(32, 22);
256258 this.toolStripLabel1.Text = "URL";
257259 //
258260 // toolStripTextBoxURL
@@ -309,9 +311,9 @@
309311 this.toolStripButtonAutoUpdate,
310312 this.toolStripButtonNext,
311313 this.toolStripButtonLast});
312- this.toolStrip1.Location = new System.Drawing.Point(0, 24);
314+ this.toolStrip1.Location = new System.Drawing.Point(0, 26);
313315 this.toolStrip1.Name = "toolStrip1";
314- this.toolStrip1.Size = new System.Drawing.Size(704, 25);
316+ this.toolStrip1.Size = new System.Drawing.Size(704, 26);
315317 this.toolStrip1.TabIndex = 0;
316318 this.toolStrip1.Text = "toolStrip1";
317319 //
@@ -318,7 +320,7 @@
318320 // toolStripLabel2
319321 //
320322 this.toolStripLabel2.Name = "toolStripLabel2";
321- this.toolStripLabel2.Size = new System.Drawing.Size(32, 22);
323+ this.toolStripLabel2.Size = new System.Drawing.Size(38, 23);
322324 this.toolStripLabel2.Text = "Voice";
323325 //
324326 // toolStripComboBoxSelectVoice
@@ -325,13 +327,13 @@
325327 //
326328 this.toolStripComboBoxSelectVoice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
327329 this.toolStripComboBoxSelectVoice.Name = "toolStripComboBoxSelectVoice";
328- this.toolStripComboBoxSelectVoice.Size = new System.Drawing.Size(121, 25);
330+ this.toolStripComboBoxSelectVoice.Size = new System.Drawing.Size(121, 26);
329331 this.toolStripComboBoxSelectVoice.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxSelectVoice_SelectedIndexChanged);
330332 //
331333 // toolStripLabel3
332334 //
333335 this.toolStripLabel3.Name = "toolStripLabel3";
334- this.toolStripLabel3.Size = new System.Drawing.Size(41, 22);
336+ this.toolStripLabel3.Size = new System.Drawing.Size(51, 23);
335337 this.toolStripLabel3.Text = "Volume";
336338 //
337339 // toolStripTrackBarVolume
@@ -353,7 +355,7 @@
353355 this.toolStripButtonCaption.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCaption.Image")));
354356 this.toolStripButtonCaption.ImageTransparentColor = System.Drawing.Color.Magenta;
355357 this.toolStripButtonCaption.Name = "toolStripButtonCaption";
356- this.toolStripButtonCaption.Size = new System.Drawing.Size(23, 22);
358+ this.toolStripButtonCaption.Size = new System.Drawing.Size(23, 23);
357359 this.toolStripButtonCaption.Text = "字幕";
358360 this.toolStripButtonCaption.ToolTipText = "字幕ウィンドウを表示";
359361 this.toolStripButtonCaption.Click += new System.EventHandler(this.toolStripButtonCaption_Click);
@@ -364,7 +366,7 @@
364366 this.toolStripButtonBorder.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonBorder.Image")));
365367 this.toolStripButtonBorder.ImageTransparentColor = System.Drawing.Color.Magenta;
366368 this.toolStripButtonBorder.Name = "toolStripButtonBorder";
367- this.toolStripButtonBorder.Size = new System.Drawing.Size(23, 22);
369+ this.toolStripButtonBorder.Size = new System.Drawing.Size(23, 23);
368370 this.toolStripButtonBorder.Text = "枠";
369371 this.toolStripButtonBorder.ToolTipText = "字幕ウィンドウの枠を表示";
370372 this.toolStripButtonBorder.Click += new System.EventHandler(this.toolStripButtonBorder_Click);
@@ -376,7 +378,7 @@
376378 this.toolStripButtonSettings.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSettings.Image")));
377379 this.toolStripButtonSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
378380 this.toolStripButtonSettings.Name = "toolStripButtonSettings";
379- this.toolStripButtonSettings.Size = new System.Drawing.Size(23, 22);
381+ this.toolStripButtonSettings.Size = new System.Drawing.Size(23, 23);
380382 this.toolStripButtonSettings.Text = "設定";
381383 this.toolStripButtonSettings.Click += new System.EventHandler(this.toolStripButtonSettings_Click);
382384 //
@@ -386,7 +388,7 @@
386388 this.toolStripButtonThreads.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonThreads.Image")));
387389 this.toolStripButtonThreads.ImageTransparentColor = System.Drawing.Color.Magenta;
388390 this.toolStripButtonThreads.Name = "toolStripButtonThreads";
389- this.toolStripButtonThreads.Size = new System.Drawing.Size(23, 22);
391+ this.toolStripButtonThreads.Size = new System.Drawing.Size(23, 23);
390392 this.toolStripButtonThreads.Text = "スレ";
391393 this.toolStripButtonThreads.ToolTipText = "スレ一覧とスレ作成";
392394 this.toolStripButtonThreads.Click += new System.EventHandler(this.toolStripButtonThreads_Click);
@@ -397,7 +399,7 @@
397399 this.toolStripButtonResponse.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonResponse.Image")));
398400 this.toolStripButtonResponse.ImageTransparentColor = System.Drawing.Color.Magenta;
399401 this.toolStripButtonResponse.Name = "toolStripButtonResponse";
400- this.toolStripButtonResponse.Size = new System.Drawing.Size(23, 22);
402+ this.toolStripButtonResponse.Size = new System.Drawing.Size(23, 23);
401403 this.toolStripButtonResponse.Text = "レスを書く";
402404 this.toolStripButtonResponse.Click += new System.EventHandler(this.toolStripButtonResponse_Click);
403405 //
@@ -407,7 +409,7 @@
407409 this.toolStripButtonFirst.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFirst.Image")));
408410 this.toolStripButtonFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
409411 this.toolStripButtonFirst.Name = "toolStripButtonFirst";
410- this.toolStripButtonFirst.Size = new System.Drawing.Size(23, 22);
412+ this.toolStripButtonFirst.Size = new System.Drawing.Size(23, 23);
411413 this.toolStripButtonFirst.Text = "最初のレスを読み上げる";
412414 this.toolStripButtonFirst.Click += new System.EventHandler(this.toolStripMenuItemFirst_Click);
413415 //
@@ -417,7 +419,7 @@
417419 this.toolStripButtonPrev.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrev.Image")));
418420 this.toolStripButtonPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
419421 this.toolStripButtonPrev.Name = "toolStripButtonPrev";
420- this.toolStripButtonPrev.Size = new System.Drawing.Size(23, 22);
422+ this.toolStripButtonPrev.Size = new System.Drawing.Size(23, 23);
421423 this.toolStripButtonPrev.Text = "前のレスを読み上げる";
422424 this.toolStripButtonPrev.Click += new System.EventHandler(this.toolStripMenuItemPrev_Click);
423425 //
@@ -427,7 +429,7 @@
427429 this.toolStripButtonStop.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonStop.Image")));
428430 this.toolStripButtonStop.ImageTransparentColor = System.Drawing.Color.Magenta;
429431 this.toolStripButtonStop.Name = "toolStripButtonStop";
430- this.toolStripButtonStop.Size = new System.Drawing.Size(23, 22);
432+ this.toolStripButtonStop.Size = new System.Drawing.Size(23, 23);
431433 this.toolStripButtonStop.Text = "読み上げを止める";
432434 this.toolStripButtonStop.Click += new System.EventHandler(this.toolStripMenuItemStop_Click);
433435 //
@@ -437,7 +439,7 @@
437439 this.toolStripButtonAutoUpdate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAutoUpdate.Image")));
438440 this.toolStripButtonAutoUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
439441 this.toolStripButtonAutoUpdate.Name = "toolStripButtonAutoUpdate";
440- this.toolStripButtonAutoUpdate.Size = new System.Drawing.Size(23, 22);
442+ this.toolStripButtonAutoUpdate.Size = new System.Drawing.Size(23, 23);
441443 this.toolStripButtonAutoUpdate.Text = "自動更新";
442444 this.toolStripButtonAutoUpdate.Click += new System.EventHandler(this.toolStripButtonAutoUpdate_Click);
443445 //
@@ -447,7 +449,7 @@
447449 this.toolStripButtonNext.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNext.Image")));
448450 this.toolStripButtonNext.ImageTransparentColor = System.Drawing.Color.Magenta;
449451 this.toolStripButtonNext.Name = "toolStripButtonNext";
450- this.toolStripButtonNext.Size = new System.Drawing.Size(23, 22);
452+ this.toolStripButtonNext.Size = new System.Drawing.Size(23, 23);
451453 this.toolStripButtonNext.Text = "次のレスを読み上げる";
452454 this.toolStripButtonNext.Click += new System.EventHandler(this.toolStripMenuItemNext_Click);
453455 //
@@ -457,7 +459,7 @@
457459 this.toolStripButtonLast.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLast.Image")));
458460 this.toolStripButtonLast.ImageTransparentColor = System.Drawing.Color.Magenta;
459461 this.toolStripButtonLast.Name = "toolStripButtonLast";
460- this.toolStripButtonLast.Size = new System.Drawing.Size(23, 22);
462+ this.toolStripButtonLast.Size = new System.Drawing.Size(23, 23);
461463 this.toolStripButtonLast.Text = "最後のレスを読み上げる";
462464 this.toolStripButtonLast.Click += new System.EventHandler(this.toolStripMenuItemLast_Click);
463465 //
@@ -469,7 +471,7 @@
469471 this.toolStripMenuItemHelp});
470472 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
471473 this.menuStrip1.Name = "menuStrip1";
472- this.menuStrip1.Size = new System.Drawing.Size(704, 24);
474+ this.menuStrip1.Size = new System.Drawing.Size(704, 26);
473475 this.menuStrip1.TabIndex = 6;
474476 this.menuStrip1.Text = "ヘルプ(&H)";
475477 //
@@ -480,13 +482,13 @@
480482 this.toolStripMenuItemEditBookmarks,
481483 this.toolStripSeparator1});
482484 this.toolStripMenuItemBookmarks.Name = "toolStripMenuItemBookmarks";
483- this.toolStripMenuItemBookmarks.Size = new System.Drawing.Size(84, 20);
485+ this.toolStripMenuItemBookmarks.Size = new System.Drawing.Size(110, 22);
484486 this.toolStripMenuItemBookmarks.Text = "ブックマーク(&B)";
485487 //
486488 // toolStripMenuItemAddBookMark
487489 //
488490 this.toolStripMenuItemAddBookMark.Name = "toolStripMenuItemAddBookMark";
489- this.toolStripMenuItemAddBookMark.Size = new System.Drawing.Size(164, 22);
491+ this.toolStripMenuItemAddBookMark.Size = new System.Drawing.Size(190, 22);
490492 this.toolStripMenuItemAddBookMark.Text = "ブックマーク追加(&A)";
491493 this.toolStripMenuItemAddBookMark.Click += new System.EventHandler(this.toolStripMenuItemAddBookmark_Click);
492494 //
@@ -493,7 +495,7 @@
493495 // toolStripMenuItemEditBookmarks
494496 //
495497 this.toolStripMenuItemEditBookmarks.Name = "toolStripMenuItemEditBookmarks";
496- this.toolStripMenuItemEditBookmarks.Size = new System.Drawing.Size(164, 22);
498+ this.toolStripMenuItemEditBookmarks.Size = new System.Drawing.Size(190, 22);
497499 this.toolStripMenuItemEditBookmarks.Text = "ブックマーク編集(&E)";
498500 this.toolStripMenuItemEditBookmarks.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
499501 //
@@ -500,7 +502,7 @@
500502 // toolStripSeparator1
501503 //
502504 this.toolStripSeparator1.Name = "toolStripSeparator1";
503- this.toolStripSeparator1.Size = new System.Drawing.Size(161, 6);
505+ this.toolStripSeparator1.Size = new System.Drawing.Size(187, 6);
504506 //
505507 // toolStripMenuItemSpeech
506508 //
@@ -514,7 +516,7 @@
514516 this.toolStripMenuItem1,
515517 this.toolStripMenuItemCopyboard});
516518 this.toolStripMenuItemSpeech.Name = "toolStripMenuItemSpeech";
517- this.toolStripMenuItemSpeech.Size = new System.Drawing.Size(78, 20);
519+ this.toolStripMenuItemSpeech.Size = new System.Drawing.Size(86, 22);
518520 this.toolStripMenuItemSpeech.Text = "読み上げ(&S)";
519521 //
520522 // toolStripMenuItemFirst
@@ -522,7 +524,7 @@
522524 this.toolStripMenuItemFirst.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemFirst.Image")));
523525 this.toolStripMenuItemFirst.Name = "toolStripMenuItemFirst";
524526 this.toolStripMenuItemFirst.ShortcutKeys = System.Windows.Forms.Keys.F9;
525- this.toolStripMenuItemFirst.Size = new System.Drawing.Size(265, 22);
527+ this.toolStripMenuItemFirst.Size = new System.Drawing.Size(308, 22);
526528 this.toolStripMenuItemFirst.Text = "最初のレス(&F)";
527529 this.toolStripMenuItemFirst.Click += new System.EventHandler(this.toolStripMenuItemFirst_Click);
528530 //
@@ -531,7 +533,7 @@
531533 this.toolStripMenuItemPrev.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemPrev.Image")));
532534 this.toolStripMenuItemPrev.Name = "toolStripMenuItemPrev";
533535 this.toolStripMenuItemPrev.ShortcutKeys = System.Windows.Forms.Keys.F10;
534- this.toolStripMenuItemPrev.Size = new System.Drawing.Size(265, 22);
536+ this.toolStripMenuItemPrev.Size = new System.Drawing.Size(308, 22);
535537 this.toolStripMenuItemPrev.Text = "前のレス(&P)";
536538 this.toolStripMenuItemPrev.Click += new System.EventHandler(this.toolStripMenuItemPrev_Click);
537539 //
@@ -540,7 +542,7 @@
540542 this.toolStripMenuItemNext.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemNext.Image")));
541543 this.toolStripMenuItemNext.Name = "toolStripMenuItemNext";
542544 this.toolStripMenuItemNext.ShortcutKeys = System.Windows.Forms.Keys.F11;
543- this.toolStripMenuItemNext.Size = new System.Drawing.Size(265, 22);
545+ this.toolStripMenuItemNext.Size = new System.Drawing.Size(308, 22);
544546 this.toolStripMenuItemNext.Text = "次のレス(&N)";
545547 this.toolStripMenuItemNext.Click += new System.EventHandler(this.toolStripMenuItemNext_Click);
546548 //
@@ -549,7 +551,7 @@
549551 this.toolStripMenuItemLast.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemLast.Image")));
550552 this.toolStripMenuItemLast.Name = "toolStripMenuItemLast";
551553 this.toolStripMenuItemLast.ShortcutKeys = System.Windows.Forms.Keys.F12;
552- this.toolStripMenuItemLast.Size = new System.Drawing.Size(265, 22);
554+ this.toolStripMenuItemLast.Size = new System.Drawing.Size(308, 22);
553555 this.toolStripMenuItemLast.Text = "最後のレス(&L)";
554556 this.toolStripMenuItemLast.Click += new System.EventHandler(this.toolStripMenuItemLast_Click);
555557 //
@@ -556,7 +558,7 @@
556558 // toolStripSeparator2
557559 //
558560 this.toolStripSeparator2.Name = "toolStripSeparator2";
559- this.toolStripSeparator2.Size = new System.Drawing.Size(262, 6);
561+ this.toolStripSeparator2.Size = new System.Drawing.Size(305, 6);
560562 //
561563 // toolStripMenuItemStop
562564 //
@@ -563,7 +565,7 @@
563565 this.toolStripMenuItemStop.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemStop.Image")));
564566 this.toolStripMenuItemStop.Name = "toolStripMenuItemStop";
565567 this.toolStripMenuItemStop.ShortcutKeys = System.Windows.Forms.Keys.F8;
566- this.toolStripMenuItemStop.Size = new System.Drawing.Size(265, 22);
568+ this.toolStripMenuItemStop.Size = new System.Drawing.Size(308, 22);
567569 this.toolStripMenuItemStop.Text = "読み上げをやめる(&S)";
568570 this.toolStripMenuItemStop.Click += new System.EventHandler(this.toolStripMenuItemStop_Click);
569571 //
@@ -570,13 +572,13 @@
570572 // toolStripMenuItem1
571573 //
572574 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
573- this.toolStripMenuItem1.Size = new System.Drawing.Size(262, 6);
575+ this.toolStripMenuItem1.Size = new System.Drawing.Size(305, 6);
574576 //
575577 // toolStripMenuItemCopyboard
576578 //
577579 this.toolStripMenuItemCopyboard.Name = "toolStripMenuItemCopyboard";
578580 this.toolStripMenuItemCopyboard.ShortcutKeys = System.Windows.Forms.Keys.F5;
579- this.toolStripMenuItemCopyboard.Size = new System.Drawing.Size(265, 22);
581+ this.toolStripMenuItemCopyboard.Size = new System.Drawing.Size(308, 22);
580582 this.toolStripMenuItemCopyboard.Text = "クリップボードの内容を読み上げる(&C)";
581583 this.toolStripMenuItemCopyboard.Click += new System.EventHandler(this.toolStripMenuItemCopyboard_Click);
582584 //
@@ -587,27 +589,27 @@
587589 this.toolStripSeparator3,
588590 this.toolStripMenuItemAbout});
589591 this.toolStripMenuItemHelp.Name = "toolStripMenuItemHelp";
590- this.toolStripMenuItemHelp.Size = new System.Drawing.Size(63, 20);
592+ this.toolStripMenuItemHelp.Size = new System.Drawing.Size(75, 22);
591593 this.toolStripMenuItemHelp.Text = "ヘルプ(&H)";
592594 //
593- // toolStripMenuItemAbout
595+ // toolStripMenuItemGoSupportBBS
594596 //
595- this.toolStripMenuItemAbout.Name = "toolStripMenuItemAbout";
596- this.toolStripMenuItemAbout.Size = new System.Drawing.Size(158, 22);
597- this.toolStripMenuItemAbout.Text = "バージョン情報(&A)";
598- this.toolStripMenuItemAbout.Click += new System.EventHandler(this.toolStripMenuItemAbout_Click);
597+ this.toolStripMenuItemGoSupportBBS.Name = "toolStripMenuItemGoSupportBBS";
598+ this.toolStripMenuItemGoSupportBBS.Size = new System.Drawing.Size(178, 22);
599+ this.toolStripMenuItemGoSupportBBS.Text = "サポート掲示板";
600+ this.toolStripMenuItemGoSupportBBS.Click += new System.EventHandler(this.toolStripMenuItemGoSupportBBS_Click);
599601 //
600602 // toolStripSeparator3
601603 //
602604 this.toolStripSeparator3.Name = "toolStripSeparator3";
603- this.toolStripSeparator3.Size = new System.Drawing.Size(155, 6);
605+ this.toolStripSeparator3.Size = new System.Drawing.Size(175, 6);
604606 //
605- // toolStripMenuItemGoSupportBBS
607+ // toolStripMenuItemAbout
606608 //
607- this.toolStripMenuItemGoSupportBBS.Name = "toolStripMenuItemGoSupportBBS";
608- this.toolStripMenuItemGoSupportBBS.Size = new System.Drawing.Size(158, 22);
609- this.toolStripMenuItemGoSupportBBS.Text = "サポート掲示板";
610- this.toolStripMenuItemGoSupportBBS.Click += new System.EventHandler(this.toolStripMenuItemGoSupportBBS_Click);
609+ this.toolStripMenuItemAbout.Name = "toolStripMenuItemAbout";
610+ this.toolStripMenuItemAbout.Size = new System.Drawing.Size(178, 22);
611+ this.toolStripMenuItemAbout.Text = "バージョン情報(&A)";
612+ this.toolStripMenuItemAbout.Click += new System.EventHandler(this.toolStripMenuItemAbout_Click);
611613 //
612614 // FormMain
613615 //
@@ -623,17 +625,19 @@
623625 this.MainMenuStrip = this.menuStrip1;
624626 this.Name = "FormMain";
625627 this.Text = "SpeechCast";
628+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
626629 this.Load += new System.EventHandler(this.FormMain_Load);
627- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
628630 this.statusStrip1.ResumeLayout(false);
629631 this.statusStrip1.PerformLayout();
630632 this.panel1.ResumeLayout(false);
631633 this.splitContainer1.Panel1.ResumeLayout(false);
632634 this.splitContainer1.Panel2.ResumeLayout(false);
635+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
633636 this.splitContainer1.ResumeLayout(false);
634637 this.splitContainer2.Panel1.ResumeLayout(false);
635638 this.splitContainer2.Panel2.ResumeLayout(false);
636639 this.splitContainer2.Panel2.PerformLayout();
640+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
637641 this.splitContainer2.ResumeLayout(false);
638642 this.toolStrip2.ResumeLayout(false);
639643 this.toolStrip2.PerformLayout();
Show on old repository browser