mAgicAnime 俺用改造版
修订版 | 7ba1e5ec75d9dac8034b1829d22b742bc91f6062 (tree) |
---|---|
时间 | 2016-10-30 07:42:05 |
作者 | yoshy <yoshy@user...> |
Commiter | yoshy |
[FIX] 予約データ更新時にファイル名から一意のIDが抜ける不具合を修正
[ADD] 話数文字列をエピソードダイアログに表示する機能を追加
[UPDATE] 話数文字列の書式設定を設定ファイルに外だし
[UPDATE] 特番話数の接頭辞を設定ファイルに外だし
@@ -635,8 +635,8 @@ namespace magicAnime | ||
635 | 635 | } |
636 | 636 | else |
637 | 637 | { |
638 | - syoboiRecord.episode = (string)Cols[3]; // 話番号文字列 | |
639 | 638 | syoboiRecord.number = convertDecimalEpisodeNoToInt( decimal.Parse( (string)Cols[ 3 ] ) ); // 話番号 |
639 | + syoboiRecord.episode = syoboiRecord.number.ToString(Settings.Default.storyNoFormat); // 話番号文字列 | |
640 | 640 | |
641 | 641 | // HTMLエンコード文字をデコード |
642 | 642 | syoboiRecord.subtitle = HttpUtility.HtmlDecode( MakeNaked( (string)Cols[ 4 ] ) ); // サブタイトル |
@@ -1010,7 +1010,7 @@ namespace magicAnime | ||
1010 | 1010 | // 話数文字列が振られていなければ「SPn」にする |
1011 | 1011 | if(_syoboi[i].episode.Length == 0) |
1012 | 1012 | { |
1013 | - _syoboi[i].episode = "SP" + (epNo - maxEpNo); | |
1013 | + _syoboi[i].episode = Settings.Default.unnumberedEpisodePrefix + (epNo - maxEpNo); | |
1014 | 1014 | } |
1015 | 1015 | |
1016 | 1016 | // 特別編に話数をつける |
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices; | ||
5 | 5 | // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 |
6 | 6 | // アセンブリに関連付けられている情報を変更するには、 |
7 | 7 | // これらの属性値を変更してください。 |
8 | -[assembly: AssemblyTitle("mAgicAnime Ver.7sh mod. yossiepon_20150705")] | |
8 | +[assembly: AssemblyTitle("mAgicAnime Ver.7sh mod. yossiepon_20150815")] | |
9 | 9 | [assembly: AssemblyDescription("")] |
10 | 10 | [assembly: AssemblyConfiguration("")] |
11 | 11 | [assembly: AssemblyCompany("")] |
12 | -[assembly: AssemblyProduct("mAgicAnime.NET (ななし版, mod. yossiepon_20150705)")] | |
12 | +[assembly: AssemblyProduct("mAgicAnime.NET (ななし版, mod. yossiepon_20150815)")] | |
13 | 13 | [assembly: AssemblyCopyright("Copyright (C) 2006-2010 mAgicAnime Project")] |
14 | 14 | [assembly: AssemblyTrademark("")] |
15 | 15 | [assembly: AssemblyCulture("")] |
@@ -30,4 +30,4 @@ using System.Runtime.InteropServices; | ||
30 | 30 | // Revision |
31 | 31 | // |
32 | 32 | [assembly: AssemblyVersion("2.0.0.0")] |
33 | -[assembly: AssemblyFileVersion("2.0.14.20150705")] | |
33 | +[assembly: AssemblyFileVersion("2.0.14.20150815")] |
@@ -1,7 +1,7 @@ | ||
1 | 1 | //------------------------------------------------------------------------------ |
2 | 2 | // <auto-generated> |
3 | 3 | // このコードはツールによって生成されました。 |
4 | -// ランタイム バージョン:4.0.30319.34209 | |
4 | +// ランタイム バージョン:4.0.30319.42000 | |
5 | 5 | // |
6 | 6 | // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 |
7 | 7 | // コードが再生成されるときに損失したりします。 |
@@ -34,7 +34,7 @@ namespace magicAnime.Properties { | ||
34 | 34 | |
35 | 35 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
36 | 36 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
37 | - [global::System.Configuration.DefaultSettingValueAttribute("A{0:0}_{1:0}")] | |
37 | + [global::System.Configuration.DefaultSettingValueAttribute("A{0}_{1}")] | |
38 | 38 | public string specifiedNameFormat { |
39 | 39 | get { |
40 | 40 | return ((string)(this["specifiedNameFormat"])); |
@@ -1189,5 +1189,23 @@ namespace magicAnime.Properties { | ||
1189 | 1189 | this["titleFuture"] = value; |
1190 | 1190 | } |
1191 | 1191 | } |
1192 | + | |
1193 | + [global::System.Configuration.ApplicationScopedSettingAttribute()] | |
1194 | + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
1195 | + [global::System.Configuration.DefaultSettingValueAttribute("00")] | |
1196 | + public string storyNoFormat { | |
1197 | + get { | |
1198 | + return ((string)(this["storyNoFormat"])); | |
1199 | + } | |
1200 | + } | |
1201 | + | |
1202 | + [global::System.Configuration.ApplicationScopedSettingAttribute()] | |
1203 | + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
1204 | + [global::System.Configuration.DefaultSettingValueAttribute("SP")] | |
1205 | + public string unnumberedEpisodePrefix { | |
1206 | + get { | |
1207 | + return ((string)(this["unnumberedEpisodePrefix"])); | |
1208 | + } | |
1209 | + } | |
1192 | 1210 | } |
1193 | 1211 | } |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Value Profile="(Default)">http://members2.jcom.home.ne.jp/kurusugawa/mAgicAnime/</Value> |
7 | 7 | </Setting> |
8 | 8 | <Setting Name="specifiedNameFormat" Type="System.String" Scope="Application"> |
9 | - <Value Profile="(Default)">A{0:0}_{1:0}</Value> | |
9 | + <Value Profile="(Default)">A{0}_{1}</Value> | |
10 | 10 | </Setting> |
11 | 11 | <Setting Name="thumbnailWhitebar" Type="System.Int32" Scope="Application"> |
12 | 12 | <Value Profile="(Default)">13</Value> |
@@ -300,5 +300,11 @@ | ||
300 | 300 | <Setting Name="titleFuture" Type="System.Int32" Scope="User"> |
301 | 301 | <Value Profile="(Default)">8</Value> |
302 | 302 | </Setting> |
303 | + <Setting Name="storyNoFormat" Type="System.String" Scope="Application"> | |
304 | + <Value Profile="(Default)">00</Value> | |
305 | + </Setting> | |
306 | + <Setting Name="unnumberedEpisodePrefix" Type="System.String" Scope="Application"> | |
307 | + <Value Profile="(Default)">SP</Value> | |
308 | + </Setting> | |
303 | 309 | </Settings> |
304 | 310 | </SettingsFile> |
\ No newline at end of file |
@@ -452,7 +452,7 @@ namespace magicAnime | ||
452 | 452 | |
453 | 453 | public int StoryNumber { get { return mStoryNumber; } } |
454 | 454 | // mod. yossiepon_20150705 |
455 | - public string StoryNoStr { get { return mStoryNoStr; } } | |
455 | + public string StoryNoStr { get { return mStoryNoStr; } } | |
456 | 456 | |
457 | 457 | //========================================================================= |
458 | 458 | /// <summary> |
@@ -1264,7 +1264,7 @@ namespace magicAnime | ||
1264 | 1264 | timeStr, |
1265 | 1265 | // mod. yossiepon_20150705 begin |
1266 | 1266 | station, |
1267 | - mStoryNoStr.Length > 0 ? mStoryNoStr : mStoryNumber.ToString("00")); | |
1267 | + mStoryNoStr.Length > 0 ? mStoryNoStr : mStoryNumber.ToString(Settings.Default.storyNoFormat)); | |
1268 | 1268 | // mod. yossiepon_20150705 end |
1269 | 1269 | } |
1270 | 1270 | catch(Exception ex) |
@@ -1314,7 +1314,7 @@ namespace magicAnime | ||
1314 | 1314 | timeStr, |
1315 | 1315 | // mod. yossiepon_20150705 begin |
1316 | 1316 | station, |
1317 | - mStoryNoStr.Length > 0 ? mStoryNoStr : mStoryNumber.ToString("00")); | |
1317 | + mStoryNoStr.Length > 0 ? mStoryNoStr : mStoryNumber.ToString(Settings.Default.storyNoFormat)); | |
1318 | 1318 | // mod. yossiepon_20150705 end |
1319 | 1319 | } |
1320 | 1320 | catch(Exception ex) |
@@ -1592,7 +1592,7 @@ namespace magicAnime | ||
1592 | 1592 | // mod. yossiepon_20150705 begin |
1593 | 1593 | if (mStoryNoStr.Length == 0) |
1594 | 1594 | { |
1595 | - mStoryNoStr = mStoryNumber.ToString(); | |
1595 | + mStoryNoStr = mStoryNumber.ToString(Settings.Default.storyNoFormat); | |
1596 | 1596 | } |
1597 | 1597 | // mod. yossiepon_20150705 end |
1598 | 1598 | } |
@@ -302,6 +302,19 @@ namespace magicAnime | ||
302 | 302 | |
303 | 303 | if ( sched == null ) return ChangeResult.Dontcare; |
304 | 304 | |
305 | + // mod. yossiepon_20150815 begin | |
306 | + | |
307 | + // ファイル名によって録画ファイルを特定? | |
308 | + if ( Settings.Default.specifiedFile == IdentifyFileMethod.ByFileNameWithID ) | |
309 | + { | |
310 | + title = string.Format( | |
311 | + Settings.Default.specifiedNameFormat , | |
312 | + uniqueID , | |
313 | + title ); // IDを含んだ録画タイトルにする | |
314 | + } | |
315 | + | |
316 | + // mod. yossiepon_20150815 end | |
317 | + | |
305 | 318 | Logger.Output("(予約)時間変更操作 " + start.ToString() + "(" + title + ")" ); |
306 | 319 | |
307 | 320 | //---------------------------- |
@@ -345,14 +358,18 @@ namespace magicAnime | ||
345 | 358 | //----------------------- |
346 | 359 | try |
347 | 360 | { |
348 | - // ファイル名によって録画ファイルを特定? | |
349 | - if ( Settings.Default.specifiedFile == IdentifyFileMethod.ByFileNameWithID ) | |
350 | - { | |
351 | - title = string.Format( | |
352 | - Settings.Default.specifiedNameFormat , | |
353 | - uniqueID , | |
354 | - title ); // IDを含んだ録画タイトルにする | |
355 | - } | |
361 | + // mod. yossiepon_20150815 begin | |
362 | + | |
363 | + //// ファイル名によって録画ファイルを特定? | |
364 | + //if ( Settings.Default.specifiedFile == IdentifyFileMethod.ByFileNameWithID ) | |
365 | + //{ | |
366 | + // title = string.Format( | |
367 | + // Settings.Default.specifiedNameFormat , | |
368 | + // uniqueID , | |
369 | + // title ); // IDを含んだ録画タイトルにする | |
370 | + //} | |
371 | + | |
372 | + // mod. yossiepon_20150815 end | |
356 | 373 | |
357 | 374 | sched.MakeReservation( |
358 | 375 | title , |
@@ -32,6 +32,8 @@ | ||
32 | 32 | this.OpenFileDialog = new System.Windows.Forms.OpenFileDialog(); |
33 | 33 | this.tabControl1 = new System.Windows.Forms.TabControl(); |
34 | 34 | this.tabPage1 = new System.Windows.Forms.TabPage(); |
35 | + this.StoryNoTextBox = new System.Windows.Forms.TextBox(); | |
36 | + this.label12 = new System.Windows.Forms.Label(); | |
35 | 37 | this.repeatNumberTextBox = new System.Windows.Forms.TextBox(); |
36 | 38 | this.label9 = new System.Windows.Forms.Label(); |
37 | 39 | this.lengthUpdown = new System.Windows.Forms.NumericUpDown(); |
@@ -106,6 +108,8 @@ | ||
106 | 108 | // |
107 | 109 | // tabPage1 |
108 | 110 | // |
111 | + this.tabPage1.Controls.Add(this.StoryNoTextBox); | |
112 | + this.tabPage1.Controls.Add(this.label12); | |
109 | 113 | this.tabPage1.Controls.Add(this.repeatNumberTextBox); |
110 | 114 | this.tabPage1.Controls.Add(this.label9); |
111 | 115 | this.tabPage1.Controls.Add(this.lengthUpdown); |
@@ -131,12 +135,29 @@ | ||
131 | 135 | this.tabPage1.Controls.Add(this.label1); |
132 | 136 | this.tabPage1.Location = new System.Drawing.Point(4, 25); |
133 | 137 | this.tabPage1.Name = "tabPage1"; |
134 | - this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); | |
138 | + this.tabPage1.Padding = new System.Windows.Forms.Padding(3); | |
135 | 139 | this.tabPage1.Size = new System.Drawing.Size(416, 381); |
136 | 140 | this.tabPage1.TabIndex = 0; |
137 | 141 | this.tabPage1.Text = "プロパティ"; |
138 | 142 | this.tabPage1.UseVisualStyleBackColor = true; |
139 | 143 | // |
144 | + // StoryNoTextBox | |
145 | + // | |
146 | + this.StoryNoTextBox.Location = new System.Drawing.Point(288, 44); | |
147 | + this.StoryNoTextBox.Name = "StoryNoTextBox"; | |
148 | + this.StoryNoTextBox.ReadOnly = true; | |
149 | + this.StoryNoTextBox.Size = new System.Drawing.Size(105, 22); | |
150 | + this.StoryNoTextBox.TabIndex = 24; | |
151 | + // | |
152 | + // label12 | |
153 | + // | |
154 | + this.label12.AutoSize = true; | |
155 | + this.label12.Location = new System.Drawing.Point(200, 45); | |
156 | + this.label12.Name = "label12"; | |
157 | + this.label12.Size = new System.Drawing.Size(85, 15); | |
158 | + this.label12.TabIndex = 23; | |
159 | + this.label12.Text = "話数文字列:"; | |
160 | + // | |
140 | 161 | // repeatNumberTextBox |
141 | 162 | // |
142 | 163 | this.repeatNumberTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; |
@@ -394,7 +415,7 @@ | ||
394 | 415 | this.tabPage2.Controls.Add(this.groupBox1); |
395 | 416 | this.tabPage2.Location = new System.Drawing.Point(4, 25); |
396 | 417 | this.tabPage2.Name = "tabPage2"; |
397 | - this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); | |
418 | + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); | |
398 | 419 | this.tabPage2.Size = new System.Drawing.Size(416, 381); |
399 | 420 | this.tabPage2.TabIndex = 1; |
400 | 421 | this.tabPage2.Text = "詳細"; |
@@ -607,5 +628,7 @@ | ||
607 | 628 | private System.Windows.Forms.CheckBox timeChangedCheckBox; |
608 | 629 | private System.Windows.Forms.CheckBox thumbnailMakedCheckBox; |
609 | 630 | private System.Windows.Forms.CheckBox planErrorCheckbox; |
631 | + private System.Windows.Forms.TextBox StoryNoTextBox; | |
632 | + private System.Windows.Forms.Label label12; | |
610 | 633 | } |
611 | 634 | } |
\ No newline at end of file |
@@ -44,6 +44,8 @@ namespace magicAnime | ||
44 | 44 | SubtitleTextBox.Text = r.mSubTitle; |
45 | 45 | FileTextBox.Text = r.FilePath; |
46 | 46 | StoryNumberUpdown.Value = r.StoryNumber; |
47 | + // mod. yossipon_20150815 begin | |
48 | + StoryNoTextBox.Text = r.StoryNoStr; | |
47 | 49 | |
48 | 50 | hasPlanCheckBox.Checked = r.HasPlan; |
49 | 51 | if( r.HasPlan ) |
@@ -185,12 +185,12 @@ | ||
185 | 185 | // toolStripMenuItem5 |
186 | 186 | // |
187 | 187 | toolStripMenuItem5.Name = "toolStripMenuItem5"; |
188 | - toolStripMenuItem5.Size = new System.Drawing.Size(171, 6); | |
188 | + toolStripMenuItem5.Size = new System.Drawing.Size(177, 6); | |
189 | 189 | // |
190 | 190 | // toolStripSeparator6 |
191 | 191 | // |
192 | 192 | toolStripSeparator6.Name = "toolStripSeparator6"; |
193 | - toolStripSeparator6.Size = new System.Drawing.Size(171, 6); | |
193 | + toolStripSeparator6.Size = new System.Drawing.Size(177, 6); | |
194 | 194 | // |
195 | 195 | // filePictureBox |
196 | 196 | // |
@@ -241,9 +241,9 @@ | ||
241 | 241 | this.dataGrid.AllowUserToAddRows = false; |
242 | 242 | this.dataGrid.AllowUserToDeleteRows = false; |
243 | 243 | this.dataGrid.AllowUserToResizeRows = false; |
244 | - this.dataGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | |
245 | - | System.Windows.Forms.AnchorStyles.Left) | |
246 | - | System.Windows.Forms.AnchorStyles.Right))); | |
244 | + this.dataGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | |
245 | + | System.Windows.Forms.AnchorStyles.Left) | |
246 | + | System.Windows.Forms.AnchorStyles.Right))); | |
247 | 247 | this.dataGrid.BackgroundColor = System.Drawing.SystemColors.Window; |
248 | 248 | this.dataGrid.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
249 | 249 | this.dataGrid.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised; |
@@ -277,15 +277,15 @@ | ||
277 | 277 | this.dataGrid.ShowEditingIcon = false; |
278 | 278 | this.dataGrid.Size = new System.Drawing.Size(750, 286); |
279 | 279 | this.dataGrid.TabIndex = 0; |
280 | - this.dataGrid.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGrid_CellMouseUp); | |
281 | - this.dataGrid.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGrid_CellLeave); | |
280 | + this.dataGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGrid_CellClick); | |
282 | 281 | this.dataGrid.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGrid_CellDoubleClick); |
283 | - this.dataGrid.MouseMove += new System.Windows.Forms.MouseEventHandler(this.dataGrid_MouseMove); | |
284 | - this.dataGrid.CellStateChanged += new System.Windows.Forms.DataGridViewCellStateChangedEventHandler(this.dataGrid_CellStateChanged); | |
285 | - this.dataGrid.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGrid_MouseUp); | |
282 | + this.dataGrid.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGrid_CellLeave); | |
283 | + this.dataGrid.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGrid_CellMouseUp); | |
286 | 284 | this.dataGrid.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dataGrid_CellPainting); |
287 | - this.dataGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGrid_CellClick); | |
285 | + this.dataGrid.CellStateChanged += new System.Windows.Forms.DataGridViewCellStateChangedEventHandler(this.dataGrid_CellStateChanged); | |
288 | 286 | this.dataGrid.SelectionChanged += new System.EventHandler(this.dataGrid_SelectionChanged); |
287 | + this.dataGrid.MouseMove += new System.Windows.Forms.MouseEventHandler(this.dataGrid_MouseMove); | |
288 | + this.dataGrid.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGrid_MouseUp); | |
289 | 289 | // |
290 | 290 | // Column1 |
291 | 291 | // |
@@ -340,7 +340,7 @@ | ||
340 | 340 | this.menuStrip.Location = new System.Drawing.Point(0, 0); |
341 | 341 | this.menuStrip.Name = "menuStrip"; |
342 | 342 | this.menuStrip.Padding = new System.Windows.Forms.Padding(6, 2, 0, 4); |
343 | - this.menuStrip.Size = new System.Drawing.Size(750, 24); | |
343 | + this.menuStrip.Size = new System.Drawing.Size(750, 27); | |
344 | 344 | this.menuStrip.TabIndex = 1; |
345 | 345 | this.menuStrip.Text = "menuStrip"; |
346 | 346 | // |
@@ -366,7 +366,7 @@ | ||
366 | 366 | this.ExitMenu}); |
367 | 367 | this.fileMenu.ForeColor = System.Drawing.SystemColors.ControlText; |
368 | 368 | this.fileMenu.Name = "fileMenu"; |
369 | - this.fileMenu.Size = new System.Drawing.Size(71, 18); | |
369 | + this.fileMenu.Size = new System.Drawing.Size(76, 21); | |
370 | 370 | this.fileMenu.Text = "ファイル(&F)"; |
371 | 371 | // |
372 | 372 | // NewAnimeMenu |
@@ -375,7 +375,7 @@ | ||
375 | 375 | this.NewAnimeMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
376 | 376 | this.NewAnimeMenu.Name = "NewAnimeMenu"; |
377 | 377 | this.NewAnimeMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); |
378 | - this.NewAnimeMenu.Size = new System.Drawing.Size(256, 22); | |
378 | + this.NewAnimeMenu.Size = new System.Drawing.Size(266, 22); | |
379 | 379 | this.NewAnimeMenu.Text = "新しい番組(&N)"; |
380 | 380 | this.NewAnimeMenu.Click += new System.EventHandler(this.NewAnimeMenu_Click); |
381 | 381 | // |
@@ -385,7 +385,7 @@ | ||
385 | 385 | this.DeleteAnimeMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
386 | 386 | this.DeleteAnimeMenu.Name = "DeleteAnimeMenu"; |
387 | 387 | this.DeleteAnimeMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); |
388 | - this.DeleteAnimeMenu.Size = new System.Drawing.Size(256, 22); | |
388 | + this.DeleteAnimeMenu.Size = new System.Drawing.Size(266, 22); | |
389 | 389 | this.DeleteAnimeMenu.Text = "番組の削除(&D)"; |
390 | 390 | this.DeleteAnimeMenu.Click += new System.EventHandler(this.DeleteAnimeMenu_Click); |
391 | 391 | // |
@@ -395,14 +395,14 @@ | ||
395 | 395 | this.programPropertyMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
396 | 396 | this.programPropertyMenu.Name = "programPropertyMenu"; |
397 | 397 | this.programPropertyMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); |
398 | - this.programPropertyMenu.Size = new System.Drawing.Size(256, 22); | |
398 | + this.programPropertyMenu.Size = new System.Drawing.Size(266, 22); | |
399 | 399 | this.programPropertyMenu.Text = "番組のプロパティ(&P)"; |
400 | 400 | this.programPropertyMenu.Click += new System.EventHandler(this.programPropertyMenu_Click); |
401 | 401 | // |
402 | 402 | // toolStripMenuItem1 |
403 | 403 | // |
404 | 404 | this.toolStripMenuItem1.Name = "toolStripMenuItem1"; |
405 | - this.toolStripMenuItem1.Size = new System.Drawing.Size(253, 6); | |
405 | + this.toolStripMenuItem1.Size = new System.Drawing.Size(263, 6); | |
406 | 406 | // |
407 | 407 | // RefreshMenu |
408 | 408 | // |
@@ -410,7 +410,7 @@ | ||
410 | 410 | this.RefreshMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
411 | 411 | this.RefreshMenu.Name = "RefreshMenu"; |
412 | 412 | this.RefreshMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); |
413 | - this.RefreshMenu.Size = new System.Drawing.Size(256, 22); | |
413 | + this.RefreshMenu.Size = new System.Drawing.Size(266, 22); | |
414 | 414 | this.RefreshMenu.Text = "新着データ更新(&R)"; |
415 | 415 | this.RefreshMenu.Click += new System.EventHandler(this.RefreshMenu_Clicked); |
416 | 416 | // |
@@ -419,21 +419,21 @@ | ||
419 | 419 | this.ForceRefreshMenu.Image = global::magicAnime.Properties.Resources.FullUpdate; |
420 | 420 | this.ForceRefreshMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
421 | 421 | this.ForceRefreshMenu.Name = "ForceRefreshMenu"; |
422 | - this.ForceRefreshMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | |
423 | - | System.Windows.Forms.Keys.R))); | |
424 | - this.ForceRefreshMenu.Size = new System.Drawing.Size(256, 22); | |
422 | + this.ForceRefreshMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | |
423 | + | System.Windows.Forms.Keys.R))); | |
424 | + this.ForceRefreshMenu.Size = new System.Drawing.Size(266, 22); | |
425 | 425 | this.ForceRefreshMenu.Text = "完全データ更新(&E)"; |
426 | 426 | this.ForceRefreshMenu.Click += new System.EventHandler(this.ForceRefreshMenu_Click); |
427 | 427 | // |
428 | 428 | // toolStripSeparator1 |
429 | 429 | // |
430 | 430 | this.toolStripSeparator1.Name = "toolStripSeparator1"; |
431 | - this.toolStripSeparator1.Size = new System.Drawing.Size(253, 6); | |
431 | + this.toolStripSeparator1.Size = new System.Drawing.Size(263, 6); | |
432 | 432 | // |
433 | 433 | // SortMenu |
434 | 434 | // |
435 | 435 | this.SortMenu.Name = "SortMenu"; |
436 | - this.SortMenu.Size = new System.Drawing.Size(256, 22); | |
436 | + this.SortMenu.Size = new System.Drawing.Size(266, 22); | |
437 | 437 | this.SortMenu.Text = "番組をソート(&S)"; |
438 | 438 | this.SortMenu.Click += new System.EventHandler(this.SortMenu_Click); |
439 | 439 | // |
@@ -441,14 +441,14 @@ | ||
441 | 441 | // |
442 | 442 | this.OnReleaseUnreadMenu.Name = "OnReleaseUnreadMenu"; |
443 | 443 | this.OnReleaseUnreadMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); |
444 | - this.OnReleaseUnreadMenu.Size = new System.Drawing.Size(256, 22); | |
444 | + this.OnReleaseUnreadMenu.Size = new System.Drawing.Size(266, 22); | |
445 | 445 | this.OnReleaseUnreadMenu.Text = "全ての未読フラグを解除(&F)"; |
446 | 446 | this.OnReleaseUnreadMenu.Click += new System.EventHandler(this.OnReleaseUnreadMenu_Click); |
447 | 447 | // |
448 | 448 | // toolStripMenuItem4 |
449 | 449 | // |
450 | 450 | this.toolStripMenuItem4.Name = "toolStripMenuItem4"; |
451 | - this.toolStripMenuItem4.Size = new System.Drawing.Size(253, 6); | |
451 | + this.toolStripMenuItem4.Size = new System.Drawing.Size(263, 6); | |
452 | 452 | this.toolStripMenuItem4.Visible = false; |
453 | 453 | // |
454 | 454 | // StoreAllMenu |
@@ -457,20 +457,20 @@ | ||
457 | 457 | this.StoreAllMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
458 | 458 | this.StoreAllMenu.Name = "StoreAllMenu"; |
459 | 459 | this.StoreAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T))); |
460 | - this.StoreAllMenu.Size = new System.Drawing.Size(256, 22); | |
460 | + this.StoreAllMenu.Size = new System.Drawing.Size(266, 22); | |
461 | 461 | this.StoreAllMenu.Text = "最終保存先へ転送(&M)"; |
462 | 462 | this.StoreAllMenu.Click += new System.EventHandler(this.StoreAllMenu_Click); |
463 | 463 | // |
464 | 464 | // toolStripMenuItem2 |
465 | 465 | // |
466 | 466 | this.toolStripMenuItem2.Name = "toolStripMenuItem2"; |
467 | - this.toolStripMenuItem2.Size = new System.Drawing.Size(253, 6); | |
467 | + this.toolStripMenuItem2.Size = new System.Drawing.Size(263, 6); | |
468 | 468 | // |
469 | 469 | // OptionMenu |
470 | 470 | // |
471 | 471 | this.OptionMenu.Name = "OptionMenu"; |
472 | 472 | this.OptionMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); |
473 | - this.OptionMenu.Size = new System.Drawing.Size(256, 22); | |
473 | + this.OptionMenu.Size = new System.Drawing.Size(266, 22); | |
474 | 474 | this.OptionMenu.Text = "オプション(&O)"; |
475 | 475 | this.OptionMenu.Click += new System.EventHandler(this.OptionMenu_Click); |
476 | 476 | // |
@@ -478,20 +478,20 @@ | ||
478 | 478 | // |
479 | 479 | this.LogShowMenuItem.Name = "LogShowMenuItem"; |
480 | 480 | this.LogShowMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K))); |
481 | - this.LogShowMenuItem.Size = new System.Drawing.Size(256, 22); | |
481 | + this.LogShowMenuItem.Size = new System.Drawing.Size(266, 22); | |
482 | 482 | this.LogShowMenuItem.Text = "ログ表示(&L)"; |
483 | 483 | this.LogShowMenuItem.Click += new System.EventHandler(this.LogShowMenuItem_Click); |
484 | 484 | // |
485 | 485 | // toolStripMenuItem3 |
486 | 486 | // |
487 | 487 | this.toolStripMenuItem3.Name = "toolStripMenuItem3"; |
488 | - this.toolStripMenuItem3.Size = new System.Drawing.Size(253, 6); | |
488 | + this.toolStripMenuItem3.Size = new System.Drawing.Size(263, 6); | |
489 | 489 | // |
490 | 490 | // ExitMenu |
491 | 491 | // |
492 | 492 | this.ExitMenu.Name = "ExitMenu"; |
493 | 493 | this.ExitMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); |
494 | - this.ExitMenu.Size = new System.Drawing.Size(256, 22); | |
494 | + this.ExitMenu.Size = new System.Drawing.Size(266, 22); | |
495 | 495 | this.ExitMenu.Text = "終了(&X)"; |
496 | 496 | this.ExitMenu.Click += new System.EventHandler(this.ExitMenu_Click); |
497 | 497 | // |
@@ -504,7 +504,7 @@ | ||
504 | 504 | this.toolStripMenuItem7, |
505 | 505 | this.AutoShutdownMenu}); |
506 | 506 | this.PowerMenuItem.Name = "PowerMenuItem"; |
507 | - this.PowerMenuItem.Size = new System.Drawing.Size(83, 18); | |
507 | + this.PowerMenuItem.Size = new System.Drawing.Size(89, 21); | |
508 | 508 | this.PowerMenuItem.Text = "エンコード(&E)"; |
509 | 509 | this.PowerMenuItem.DropDownOpened += new System.EventHandler(this.PowerMenuItem_DropDownOpened); |
510 | 510 | this.PowerMenuItem.Click += new System.EventHandler(this.PowerMenuItem_Click); |
@@ -512,9 +512,9 @@ | ||
512 | 512 | // BatchEncodeAllMenu |
513 | 513 | // |
514 | 514 | this.BatchEncodeAllMenu.Name = "BatchEncodeAllMenu"; |
515 | - this.BatchEncodeAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | |
516 | - | System.Windows.Forms.Keys.B))); | |
517 | - this.BatchEncodeAllMenu.Size = new System.Drawing.Size(354, 22); | |
515 | + this.BatchEncodeAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | |
516 | + | System.Windows.Forms.Keys.B))); | |
517 | + this.BatchEncodeAllMenu.Size = new System.Drawing.Size(370, 22); | |
518 | 518 | this.BatchEncodeAllMenu.Text = "未処理分をエンコードキューに入れる(&E)"; |
519 | 519 | this.BatchEncodeAllMenu.Click += new System.EventHandler(this.BatchEncodeAllMenu_Click); |
520 | 520 | // |
@@ -527,13 +527,13 @@ | ||
527 | 527 | toolStripSeparator6, |
528 | 528 | this.BatchListNothingMenuItem}); |
529 | 529 | this.BatchListMenuItem.Name = "BatchListMenuItem"; |
530 | - this.BatchListMenuItem.Size = new System.Drawing.Size(354, 22); | |
530 | + this.BatchListMenuItem.Size = new System.Drawing.Size(370, 22); | |
531 | 531 | this.BatchListMenuItem.Text = "バッチエンコードキュー"; |
532 | 532 | // |
533 | 533 | // JobsCancelMenu |
534 | 534 | // |
535 | 535 | this.JobsCancelMenu.Name = "JobsCancelMenu"; |
536 | - this.JobsCancelMenu.Size = new System.Drawing.Size(174, 22); | |
536 | + this.JobsCancelMenu.Size = new System.Drawing.Size(180, 22); | |
537 | 537 | this.JobsCancelMenu.Text = "全てキャンセル"; |
538 | 538 | this.JobsCancelMenu.Click += new System.EventHandler(this.JobsCancelMenu_Click); |
539 | 539 | // |
@@ -541,7 +541,7 @@ | ||
541 | 541 | // |
542 | 542 | this.EncodingNothingMenuItem.Enabled = false; |
543 | 543 | this.EncodingNothingMenuItem.Name = "EncodingNothingMenuItem"; |
544 | - this.EncodingNothingMenuItem.Size = new System.Drawing.Size(174, 22); | |
544 | + this.EncodingNothingMenuItem.Size = new System.Drawing.Size(180, 22); | |
545 | 545 | this.EncodingNothingMenuItem.Text = "(エンコード中なし)"; |
546 | 546 | this.EncodingNothingMenuItem.Visible = false; |
547 | 547 | // |
@@ -549,19 +549,19 @@ | ||
549 | 549 | // |
550 | 550 | this.BatchListNothingMenuItem.Enabled = false; |
551 | 551 | this.BatchListNothingMenuItem.Name = "BatchListNothingMenuItem"; |
552 | - this.BatchListNothingMenuItem.Size = new System.Drawing.Size(174, 22); | |
552 | + this.BatchListNothingMenuItem.Size = new System.Drawing.Size(180, 22); | |
553 | 553 | this.BatchListNothingMenuItem.Text = "(エンコード待ちなし)"; |
554 | 554 | this.BatchListNothingMenuItem.Visible = false; |
555 | 555 | // |
556 | 556 | // toolStripMenuItem7 |
557 | 557 | // |
558 | 558 | this.toolStripMenuItem7.Name = "toolStripMenuItem7"; |
559 | - this.toolStripMenuItem7.Size = new System.Drawing.Size(351, 6); | |
559 | + this.toolStripMenuItem7.Size = new System.Drawing.Size(367, 6); | |
560 | 560 | // |
561 | 561 | // AutoShutdownMenu |
562 | 562 | // |
563 | 563 | this.AutoShutdownMenu.Name = "AutoShutdownMenu"; |
564 | - this.AutoShutdownMenu.Size = new System.Drawing.Size(354, 22); | |
564 | + this.AutoShutdownMenu.Size = new System.Drawing.Size(370, 22); | |
565 | 565 | this.AutoShutdownMenu.Text = "エンコード完了時にシャットダウン(&S)"; |
566 | 566 | this.AutoShutdownMenu.Click += new System.EventHandler(this.AutoShutdownMenu_Click); |
567 | 567 | // |
@@ -574,37 +574,37 @@ | ||
574 | 574 | this.toolStripSeparator7, |
575 | 575 | this.AboutMenu}); |
576 | 576 | this.ヘルプHToolStripMenuItem.Name = "ヘルプHToolStripMenuItem"; |
577 | - this.ヘルプHToolStripMenuItem.Size = new System.Drawing.Size(67, 18); | |
577 | + this.ヘルプHToolStripMenuItem.Size = new System.Drawing.Size(74, 21); | |
578 | 578 | this.ヘルプHToolStripMenuItem.Text = "ヘルプ(&H)"; |
579 | 579 | // |
580 | 580 | // helpMenu |
581 | 581 | // |
582 | 582 | this.helpMenu.Name = "helpMenu"; |
583 | - this.helpMenu.Size = new System.Drawing.Size(182, 22); | |
583 | + this.helpMenu.Size = new System.Drawing.Size(188, 22); | |
584 | 584 | this.helpMenu.Text = "公式サイト(&W)"; |
585 | 585 | this.helpMenu.Click += new System.EventHandler(this.helpMenu_Click); |
586 | 586 | // |
587 | 587 | // toolStripMenuItem8 |
588 | 588 | // |
589 | 589 | this.toolStripMenuItem8.Name = "toolStripMenuItem8"; |
590 | - this.toolStripMenuItem8.Size = new System.Drawing.Size(179, 6); | |
590 | + this.toolStripMenuItem8.Size = new System.Drawing.Size(185, 6); | |
591 | 591 | // |
592 | 592 | // applicationDataMenuItem |
593 | 593 | // |
594 | 594 | this.applicationDataMenuItem.Name = "applicationDataMenuItem"; |
595 | - this.applicationDataMenuItem.Size = new System.Drawing.Size(182, 22); | |
595 | + this.applicationDataMenuItem.Size = new System.Drawing.Size(188, 22); | |
596 | 596 | this.applicationDataMenuItem.Text = "アプリケーションデータ"; |
597 | 597 | this.applicationDataMenuItem.Click += new System.EventHandler(this.applicationDataMenuItem_Click); |
598 | 598 | // |
599 | 599 | // toolStripSeparator7 |
600 | 600 | // |
601 | 601 | this.toolStripSeparator7.Name = "toolStripSeparator7"; |
602 | - this.toolStripSeparator7.Size = new System.Drawing.Size(179, 6); | |
602 | + this.toolStripSeparator7.Size = new System.Drawing.Size(185, 6); | |
603 | 603 | // |
604 | 604 | // AboutMenu |
605 | 605 | // |
606 | 606 | this.AboutMenu.Name = "AboutMenu"; |
607 | - this.AboutMenu.Size = new System.Drawing.Size(182, 22); | |
607 | + this.AboutMenu.Size = new System.Drawing.Size(188, 22); | |
608 | 608 | this.AboutMenu.Text = "バージョン情報(&A)..."; |
609 | 609 | this.AboutMenu.Click += new System.EventHandler(this.AboutMenu_Click); |
610 | 610 | // |
@@ -615,7 +615,7 @@ | ||
615 | 615 | this.toolStripMenuItem10, |
616 | 616 | this.debugForceEmptyMenu}); |
617 | 617 | this.debugMenu.Name = "debugMenu"; |
618 | - this.debugMenu.Size = new System.Drawing.Size(75, 18); | |
618 | + this.debugMenu.Size = new System.Drawing.Size(82, 21); | |
619 | 619 | this.debugMenu.Text = "デバッグ(&D)"; |
620 | 620 | this.debugMenu.Visible = false; |
621 | 621 | this.debugMenu.DropDownOpening += new System.EventHandler(this.debugMenu_DropDownOpening); |
@@ -623,19 +623,19 @@ | ||
623 | 623 | // debugShutdownMenu |
624 | 624 | // |
625 | 625 | this.debugShutdownMenu.Name = "debugShutdownMenu"; |
626 | - this.debugShutdownMenu.Size = new System.Drawing.Size(331, 22); | |
626 | + this.debugShutdownMenu.Size = new System.Drawing.Size(333, 22); | |
627 | 627 | this.debugShutdownMenu.Text = "シャットダウンテスト"; |
628 | 628 | this.debugShutdownMenu.Click += new System.EventHandler(this.debugShutdownMenu_Click); |
629 | 629 | // |
630 | 630 | // toolStripMenuItem10 |
631 | 631 | // |
632 | 632 | this.toolStripMenuItem10.Name = "toolStripMenuItem10"; |
633 | - this.toolStripMenuItem10.Size = new System.Drawing.Size(328, 6); | |
633 | + this.toolStripMenuItem10.Size = new System.Drawing.Size(330, 6); | |
634 | 634 | // |
635 | 635 | // debugForceEmptyMenu |
636 | 636 | // |
637 | 637 | this.debugForceEmptyMenu.Name = "debugForceEmptyMenu"; |
638 | - this.debugForceEmptyMenu.Size = new System.Drawing.Size(331, 22); | |
638 | + this.debugForceEmptyMenu.Size = new System.Drawing.Size(333, 22); | |
639 | 639 | this.debugForceEmptyMenu.Text = "更新時、しょぼかる放送データを強制的に空にする"; |
640 | 640 | this.debugForceEmptyMenu.Click += new System.EventHandler(this.debugForceEmptyMenu_Click); |
641 | 641 | // |
@@ -648,9 +648,9 @@ | ||
648 | 648 | this.todayOnAirLabel, |
649 | 649 | this.storeFolderLabel, |
650 | 650 | this.recordDriveFreeSpaceLabel}); |
651 | - this.statusBar.Location = new System.Drawing.Point(0, 571); | |
651 | + this.statusBar.Location = new System.Drawing.Point(0, 570); | |
652 | 652 | this.statusBar.Name = "statusBar"; |
653 | - this.statusBar.Size = new System.Drawing.Size(750, 29); | |
653 | + this.statusBar.Size = new System.Drawing.Size(750, 30); | |
654 | 654 | this.statusBar.Stretch = false; |
655 | 655 | this.statusBar.TabIndex = 2; |
656 | 656 | this.statusBar.Text = "statusStrip1"; |
@@ -659,15 +659,15 @@ | ||
659 | 659 | // |
660 | 660 | this.logStatusLabel.ActiveLinkColor = System.Drawing.SystemColors.ControlText; |
661 | 661 | this.logStatusLabel.BackColor = System.Drawing.SystemColors.Control; |
662 | - this.logStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
663 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
664 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
662 | + this.logStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
663 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
664 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
665 | 665 | this.logStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; |
666 | 666 | this.logStatusLabel.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
667 | 667 | this.logStatusLabel.ForeColor = System.Drawing.SystemColors.ControlText; |
668 | 668 | this.logStatusLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
669 | 669 | this.logStatusLabel.Name = "logStatusLabel"; |
670 | - this.logStatusLabel.Size = new System.Drawing.Size(447, 24); | |
670 | + this.logStatusLabel.Size = new System.Drawing.Size(437, 25); | |
671 | 671 | this.logStatusLabel.Spring = true; |
672 | 672 | this.logStatusLabel.Text = "起動中・・・"; |
673 | 673 | this.logStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
@@ -675,31 +675,31 @@ | ||
675 | 675 | // |
676 | 676 | // toolStripStatusLabel1 |
677 | 677 | // |
678 | - this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
679 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
680 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
678 | + this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
679 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
680 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
681 | 681 | this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Etched; |
682 | 682 | this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; |
683 | 683 | this.toolStripStatusLabel1.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); |
684 | - this.toolStripStatusLabel1.Size = new System.Drawing.Size(94, 24); | |
684 | + this.toolStripStatusLabel1.Size = new System.Drawing.Size(95, 25); | |
685 | 685 | this.toolStripStatusLabel1.Text = "今度の放送"; |
686 | 686 | // |
687 | 687 | // todayOnAirLabel |
688 | 688 | // |
689 | - this.todayOnAirLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
690 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
691 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
689 | + this.todayOnAirLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
690 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
691 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
692 | 692 | this.todayOnAirLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; |
693 | 693 | this.todayOnAirLabel.Name = "todayOnAirLabel"; |
694 | 694 | this.todayOnAirLabel.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); |
695 | - this.todayOnAirLabel.Size = new System.Drawing.Size(24, 24); | |
695 | + this.todayOnAirLabel.Size = new System.Drawing.Size(24, 25); | |
696 | 696 | // |
697 | 697 | // storeFolderLabel |
698 | 698 | // |
699 | 699 | this.storeFolderLabel.AutoToolTip = true; |
700 | - this.storeFolderLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
701 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
702 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
700 | + this.storeFolderLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
701 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
702 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
703 | 703 | this.storeFolderLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; |
704 | 704 | this.storeFolderLabel.Image = ((System.Drawing.Image)(resources.GetObject("storeFolderLabel.Image"))); |
705 | 705 | this.storeFolderLabel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
@@ -709,7 +709,7 @@ | ||
709 | 709 | this.storeFolderLabel.LinkColor = System.Drawing.SystemColors.HotTrack; |
710 | 710 | this.storeFolderLabel.Name = "storeFolderLabel"; |
711 | 711 | this.storeFolderLabel.Padding = new System.Windows.Forms.Padding(10, 2, 10, 2); |
712 | - this.storeFolderLabel.Size = new System.Drawing.Size(86, 24); | |
712 | + this.storeFolderLabel.Size = new System.Drawing.Size(87, 25); | |
713 | 713 | this.storeFolderLabel.Text = "保存先"; |
714 | 714 | this.storeFolderLabel.ToolTipText = "保存先"; |
715 | 715 | this.storeFolderLabel.Click += new System.EventHandler(this.storeFolderLabel_Click); |
@@ -717,9 +717,9 @@ | ||
717 | 717 | // recordDriveFreeSpaceLabel |
718 | 718 | // |
719 | 719 | this.recordDriveFreeSpaceLabel.AutoToolTip = true; |
720 | - this.recordDriveFreeSpaceLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
721 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
722 | - | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
720 | + this.recordDriveFreeSpaceLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | |
721 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | |
722 | + | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); | |
723 | 723 | this.recordDriveFreeSpaceLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; |
724 | 724 | this.recordDriveFreeSpaceLabel.Image = ((System.Drawing.Image)(resources.GetObject("recordDriveFreeSpaceLabel.Image"))); |
725 | 725 | this.recordDriveFreeSpaceLabel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
@@ -729,7 +729,7 @@ | ||
729 | 729 | this.recordDriveFreeSpaceLabel.LinkColor = System.Drawing.SystemColors.HotTrack; |
730 | 730 | this.recordDriveFreeSpaceLabel.Name = "recordDriveFreeSpaceLabel"; |
731 | 731 | this.recordDriveFreeSpaceLabel.Padding = new System.Windows.Forms.Padding(10, 2, 10, 2); |
732 | - this.recordDriveFreeSpaceLabel.Size = new System.Drawing.Size(84, 24); | |
732 | + this.recordDriveFreeSpaceLabel.Size = new System.Drawing.Size(92, 25); | |
733 | 733 | this.recordDriveFreeSpaceLabel.Text = "0 [MB]"; |
734 | 734 | this.recordDriveFreeSpaceLabel.ToolTipText = "録画フォルダの空き容量"; |
735 | 735 | this.recordDriveFreeSpaceLabel.Click += new System.EventHandler(this.recordDriveFreeSpaceLabel_Click); |
@@ -750,14 +750,14 @@ | ||
750 | 750 | this.unreadMenu, |
751 | 751 | this.RecordPropertyMenu}); |
752 | 752 | this.contextMenuStrip.Name = "contextMenuStrip"; |
753 | - this.contextMenuStrip.Size = new System.Drawing.Size(219, 220); | |
753 | + this.contextMenuStrip.Size = new System.Drawing.Size(225, 220); | |
754 | 754 | // |
755 | 755 | // playMovieMenu |
756 | 756 | // |
757 | 757 | this.playMovieMenu.Image = ((System.Drawing.Image)(resources.GetObject("playMovieMenu.Image"))); |
758 | 758 | this.playMovieMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
759 | 759 | this.playMovieMenu.Name = "playMovieMenu"; |
760 | - this.playMovieMenu.Size = new System.Drawing.Size(218, 22); | |
760 | + this.playMovieMenu.Size = new System.Drawing.Size(224, 22); | |
761 | 761 | this.playMovieMenu.Text = "再生(&P)"; |
762 | 762 | this.playMovieMenu.Click += new System.EventHandler(this.playMovieMenu_Click); |
763 | 763 | // |
@@ -766,40 +766,40 @@ | ||
766 | 766 | this.reserveMenu.Image = ((System.Drawing.Image)(resources.GetObject("reserveMenu.Image"))); |
767 | 767 | this.reserveMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
768 | 768 | this.reserveMenu.Name = "reserveMenu"; |
769 | - this.reserveMenu.Size = new System.Drawing.Size(218, 22); | |
769 | + this.reserveMenu.Size = new System.Drawing.Size(224, 22); | |
770 | 770 | this.reserveMenu.Text = "録画予約(&R)"; |
771 | 771 | this.reserveMenu.Click += new System.EventHandler(this.reserveMenu_Click); |
772 | 772 | // |
773 | 773 | // cancelReserveMenu |
774 | 774 | // |
775 | 775 | this.cancelReserveMenu.Name = "cancelReserveMenu"; |
776 | - this.cancelReserveMenu.Size = new System.Drawing.Size(218, 22); | |
776 | + this.cancelReserveMenu.Size = new System.Drawing.Size(224, 22); | |
777 | 777 | this.cancelReserveMenu.Text = "予約キャンセル"; |
778 | 778 | this.cancelReserveMenu.Click += new System.EventHandler(this.cancelReserveMenu_Click); |
779 | 779 | // |
780 | 780 | // extToolsGroupSeparator |
781 | 781 | // |
782 | 782 | this.extToolsGroupSeparator.Name = "extToolsGroupSeparator"; |
783 | - this.extToolsGroupSeparator.Size = new System.Drawing.Size(215, 6); | |
783 | + this.extToolsGroupSeparator.Size = new System.Drawing.Size(221, 6); | |
784 | 784 | this.extToolsGroupSeparator.Visible = false; |
785 | 785 | // |
786 | 786 | // 拡張ツールToolStripMenuItem |
787 | 787 | // |
788 | 788 | this.拡張ツールToolStripMenuItem.Enabled = false; |
789 | 789 | this.拡張ツールToolStripMenuItem.Name = "拡張ツールToolStripMenuItem"; |
790 | - this.拡張ツールToolStripMenuItem.Size = new System.Drawing.Size(218, 22); | |
790 | + this.拡張ツールToolStripMenuItem.Size = new System.Drawing.Size(224, 22); | |
791 | 791 | this.拡張ツールToolStripMenuItem.Text = "拡張ツール"; |
792 | 792 | this.拡張ツールToolStripMenuItem.Visible = false; |
793 | 793 | // |
794 | 794 | // encodeGroupSeparator |
795 | 795 | // |
796 | 796 | this.encodeGroupSeparator.Name = "encodeGroupSeparator"; |
797 | - this.encodeGroupSeparator.Size = new System.Drawing.Size(215, 6); | |
797 | + this.encodeGroupSeparator.Size = new System.Drawing.Size(221, 6); | |
798 | 798 | // |
799 | 799 | // encodeMenu |
800 | 800 | // |
801 | 801 | this.encodeMenu.Name = "encodeMenu"; |
802 | - this.encodeMenu.Size = new System.Drawing.Size(218, 22); | |
802 | + this.encodeMenu.Size = new System.Drawing.Size(224, 22); | |
803 | 803 | this.encodeMenu.Text = "エンコードキューに入れる(&E)"; |
804 | 804 | this.encodeMenu.Click += new System.EventHandler(this.encodeMenu_Click); |
805 | 805 | // |
@@ -808,19 +808,19 @@ | ||
808 | 808 | this.storeMenu.Image = global::magicAnime.Properties.Resources.SaveAll; |
809 | 809 | this.storeMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
810 | 810 | this.storeMenu.Name = "storeMenu"; |
811 | - this.storeMenu.Size = new System.Drawing.Size(218, 22); | |
811 | + this.storeMenu.Size = new System.Drawing.Size(224, 22); | |
812 | 812 | this.storeMenu.Text = "最終保存先へ転送(&M)"; |
813 | 813 | this.storeMenu.Click += new System.EventHandler(this.storeMenu_Click); |
814 | 814 | // |
815 | 815 | // toolStripMenuItem6 |
816 | 816 | // |
817 | 817 | this.toolStripMenuItem6.Name = "toolStripMenuItem6"; |
818 | - this.toolStripMenuItem6.Size = new System.Drawing.Size(215, 6); | |
818 | + this.toolStripMenuItem6.Size = new System.Drawing.Size(221, 6); | |
819 | 819 | // |
820 | 820 | // renameFileMenu |
821 | 821 | // |
822 | 822 | this.renameFileMenu.Name = "renameFileMenu"; |
823 | - this.renameFileMenu.Size = new System.Drawing.Size(218, 22); | |
823 | + this.renameFileMenu.Size = new System.Drawing.Size(224, 22); | |
824 | 824 | this.renameFileMenu.Text = "保存ファイル名にリネーム(&C)"; |
825 | 825 | this.renameFileMenu.Click += new System.EventHandler(this.renameFileMenu_Click); |
826 | 826 | // |
@@ -830,7 +830,7 @@ | ||
830 | 830 | this.unreadMenu.CheckState = System.Windows.Forms.CheckState.Checked; |
831 | 831 | this.unreadMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
832 | 832 | this.unreadMenu.Name = "unreadMenu"; |
833 | - this.unreadMenu.Size = new System.Drawing.Size(218, 22); | |
833 | + this.unreadMenu.Size = new System.Drawing.Size(224, 22); | |
834 | 834 | this.unreadMenu.Text = "未読フラグ(&U)"; |
835 | 835 | this.unreadMenu.Click += new System.EventHandler(this.unreadMenu_Click); |
836 | 836 | // |
@@ -839,14 +839,14 @@ | ||
839 | 839 | this.RecordPropertyMenu.Image = global::magicAnime.Properties.Resources.ProgramProperty; |
840 | 840 | this.RecordPropertyMenu.ImageTransparentColor = System.Drawing.Color.Fuchsia; |
841 | 841 | this.RecordPropertyMenu.Name = "RecordPropertyMenu"; |
842 | - this.RecordPropertyMenu.Size = new System.Drawing.Size(218, 22); | |
842 | + this.RecordPropertyMenu.Size = new System.Drawing.Size(224, 22); | |
843 | 843 | this.RecordPropertyMenu.Text = "エピソードのプロパティ(&O)"; |
844 | 844 | this.RecordPropertyMenu.Click += new System.EventHandler(this.RecordPropertyMenu_Clicked); |
845 | 845 | // |
846 | 846 | // panel3 |
847 | 847 | // |
848 | - this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
849 | - | System.Windows.Forms.AnchorStyles.Right))); | |
848 | + this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
849 | + | System.Windows.Forms.AnchorStyles.Right))); | |
850 | 850 | this.panel3.BackColor = System.Drawing.Color.Transparent; |
851 | 851 | this.panel3.Controls.Add(this.datePictureBox); |
852 | 852 | this.panel3.Controls.Add(this.statusPictureBox); |
@@ -867,8 +867,8 @@ | ||
867 | 867 | // |
868 | 868 | // titleLabel |
869 | 869 | // |
870 | - this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
871 | - | System.Windows.Forms.AnchorStyles.Right))); | |
870 | + this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
871 | + | System.Windows.Forms.AnchorStyles.Right))); | |
872 | 872 | this.titleLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
873 | 873 | this.titleLabel.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
874 | 874 | this.titleLabel.Location = new System.Drawing.Point(97, 7); |
@@ -888,8 +888,8 @@ | ||
888 | 888 | // |
889 | 889 | // dateTimeLabel |
890 | 890 | // |
891 | - this.dateTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
892 | - | System.Windows.Forms.AnchorStyles.Right))); | |
891 | + this.dateTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
892 | + | System.Windows.Forms.AnchorStyles.Right))); | |
893 | 893 | this.dateTimeLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
894 | 894 | this.dateTimeLabel.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
895 | 895 | this.dateTimeLabel.Location = new System.Drawing.Point(412, 60); |
@@ -909,8 +909,8 @@ | ||
909 | 909 | // |
910 | 910 | // filePathLabel |
911 | 911 | // |
912 | - this.filePathLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
913 | - | System.Windows.Forms.AnchorStyles.Right))); | |
912 | + this.filePathLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | |
913 | + | System.Windows.Forms.AnchorStyles.Right))); | |
914 | 914 | this.filePathLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
915 | 915 | this.filePathLabel.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
916 | 916 | this.filePathLabel.Location = new System.Drawing.Point(97, 31); |
@@ -939,7 +939,7 @@ | ||
939 | 939 | this.toolStripSeparator4, |
940 | 940 | this.thumbnailModeButton, |
941 | 941 | this.logButton}); |
942 | - this.mainToolBar.Location = new System.Drawing.Point(0, 24); | |
942 | + this.mainToolBar.Location = new System.Drawing.Point(0, 27); | |
943 | 943 | this.mainToolBar.Name = "mainToolBar"; |
944 | 944 | this.mainToolBar.Size = new System.Drawing.Size(750, 39); |
945 | 945 | this.mainToolBar.Stretch = true; |
@@ -1022,7 +1022,7 @@ | ||
1022 | 1022 | // |
1023 | 1023 | this.unreadListMenu.Enabled = false; |
1024 | 1024 | this.unreadListMenu.Name = "unreadListMenu"; |
1025 | - this.unreadListMenu.Size = new System.Drawing.Size(102, 22); | |
1025 | + this.unreadListMenu.Size = new System.Drawing.Size(108, 22); | |
1026 | 1026 | this.unreadListMenu.Text = "(なし)"; |
1027 | 1027 | // |
1028 | 1028 | // toolStripSeparator5 |
@@ -1069,26 +1069,26 @@ | ||
1069 | 1069 | // weekModeMenu |
1070 | 1070 | // |
1071 | 1071 | this.weekModeMenu.Name = "weekModeMenu"; |
1072 | - this.weekModeMenu.Size = new System.Drawing.Size(168, 22); | |
1072 | + this.weekModeMenu.Size = new System.Drawing.Size(177, 22); | |
1073 | 1073 | this.weekModeMenu.Text = "週単位で表示(&W)"; |
1074 | 1074 | this.weekModeMenu.Click += new System.EventHandler(this.weakModeMenu_Click); |
1075 | 1075 | // |
1076 | 1076 | // dayModeMenu |
1077 | 1077 | // |
1078 | 1078 | this.dayModeMenu.Name = "dayModeMenu"; |
1079 | - this.dayModeMenu.Size = new System.Drawing.Size(168, 22); | |
1079 | + this.dayModeMenu.Size = new System.Drawing.Size(177, 22); | |
1080 | 1080 | this.dayModeMenu.Text = "日単位で表示(&D)"; |
1081 | 1081 | this.dayModeMenu.Click += new System.EventHandler(this.dayModeMenu_Click); |
1082 | 1082 | // |
1083 | 1083 | // toolStripMenuItem9 |
1084 | 1084 | // |
1085 | 1085 | this.toolStripMenuItem9.Name = "toolStripMenuItem9"; |
1086 | - this.toolStripMenuItem9.Size = new System.Drawing.Size(165, 6); | |
1086 | + this.toolStripMenuItem9.Size = new System.Drawing.Size(174, 6); | |
1087 | 1087 | // |
1088 | 1088 | // calenderModeOptionMenu |
1089 | 1089 | // |
1090 | 1090 | this.calenderModeOptionMenu.Name = "calenderModeOptionMenu"; |
1091 | - this.calenderModeOptionMenu.Size = new System.Drawing.Size(168, 22); | |
1091 | + this.calenderModeOptionMenu.Size = new System.Drawing.Size(177, 22); | |
1092 | 1092 | this.calenderModeOptionMenu.Text = "設定(&S)"; |
1093 | 1093 | this.calenderModeOptionMenu.Click += new System.EventHandler(this.calenderModeOptionMenu_Click); |
1094 | 1094 | // |
@@ -1126,9 +1126,9 @@ | ||
1126 | 1126 | // |
1127 | 1127 | // viewSplitContainer |
1128 | 1128 | // |
1129 | - this.viewSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | |
1130 | - | System.Windows.Forms.AnchorStyles.Left) | |
1131 | - | System.Windows.Forms.AnchorStyles.Right))); | |
1129 | + this.viewSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | |
1130 | + | System.Windows.Forms.AnchorStyles.Left) | |
1131 | + | System.Windows.Forms.AnchorStyles.Right))); | |
1132 | 1132 | this.viewSplitContainer.Location = new System.Drawing.Point(0, 149); |
1133 | 1133 | this.viewSplitContainer.Name = "viewSplitContainer"; |
1134 | 1134 | this.viewSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; |
@@ -1146,9 +1146,9 @@ | ||
1146 | 1146 | // |
1147 | 1147 | // logListBox |
1148 | 1148 | // |
1149 | - this.logListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | |
1150 | - | System.Windows.Forms.AnchorStyles.Left) | |
1151 | - | System.Windows.Forms.AnchorStyles.Right))); | |
1149 | + this.logListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | |
1150 | + | System.Windows.Forms.AnchorStyles.Left) | |
1151 | + | System.Windows.Forms.AnchorStyles.Right))); | |
1152 | 1152 | this.logListBox.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
1153 | 1153 | this.logListBox.FormattingEnabled = true; |
1154 | 1154 | this.logListBox.IntegralHeight = false; |
@@ -1173,12 +1173,12 @@ | ||
1173 | 1173 | this.MainMenuStrip = this.menuStrip; |
1174 | 1174 | this.Name = "MainForm"; |
1175 | 1175 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
1176 | - this.Text = "mAgicAnime.NET Ver.7sh mod. yossiepon_20150705"; | |
1176 | + this.Text = "mAgicAnime.NET Ver.7sh mod. yossiepon_20150815"; | |
1177 | + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); | |
1178 | + this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); | |
1177 | 1179 | this.Load += new System.EventHandler(this.MainForm_Load); |
1178 | 1180 | this.Shown += new System.EventHandler(this.MainForm_Shown); |
1179 | - this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); | |
1180 | - this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); | |
1181 | - this.Resize += new System.EventHandler(this.MainForm_Resize); | |
1181 | + this.Resize += new System.EventHandler(this.MainForm_Resize); | |
1182 | 1182 | ((System.ComponentModel.ISupportInitialize)(this.filePictureBox)).EndInit(); |
1183 | 1183 | ((System.ComponentModel.ISupportInitialize)(this.titlePictureBox)).EndInit(); |
1184 | 1184 | ((System.ComponentModel.ISupportInitialize)(this.statusPictureBox)).EndInit(); |
@@ -1064,7 +1064,7 @@ namespace magicAnime | ||
1064 | 1064 | } |
1065 | 1065 | |
1066 | 1066 | // mod. yossiepon_20150705 |
1067 | - text = string.Format( "{0}", episode.StoryNoStr.Length > 0 ? episode.StoryNoStr : episode.StoryNumber.ToString("0") ); | |
1067 | + text = episode.StoryNoStr.Length > 0 ? episode.StoryNoStr : episode.StoryNumber.ToString("0"); | |
1068 | 1068 | |
1069 | 1069 | g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias; // アンチエイリアス有効 |
1070 | 1070 |
@@ -154,9 +154,9 @@ | ||
154 | 154 | <data name="DeleteAnimeMenu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
155 | 155 | <value> |
156 | 156 | iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
157 | - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABUSURBVDhPY2AYNOA/A8P/BiDG5yCQPEgdVjUwSVyGEJIH | |
158 | - G4pLEVGaYc5CV0ySZmyGEBM2ZIUJ3thHdjbJLqAoDCiKBUKhTUgelLwoS4mDJk+R7BAAPHRfs0KbtpEA | |
159 | - AAAASUVORK5CYII= | |
157 | + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABQSURBVDhP3YzRCgAgCAP99P68UhyUYCr0EB1ByLajd+jz | |
158 | + Nfl8OOeenjsIPUmUC14pNQa2XBqDdVQeg2vjssSOShKvnJJEpVByDBVI9PwDogE8dF+zRMASNwAAAABJ | |
159 | + RU5ErkJggg== | |
160 | 160 | </value> |
161 | 161 | </data> |
162 | 162 | <metadata name="statusBar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
@@ -165,19 +165,19 @@ | ||
165 | 165 | <data name="storeFolderLabel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
166 | 166 | <value> |
167 | 167 | iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
168 | - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACuSURBVDhPrZILDsIwCIZ3QKdH6tkU35vPaDwO/lS7tKV0 | |
169 | - alzyJYPC143QNP9+nHMc85VfGvkxSZDcR5JSc5CNSnzzDTcL9zJViRcYjSGfzyYResG5Tbkgtri2ftBE | |
170 | - 9JqPFxzREHNCXEELejTkHJAz0IL9lLlEh3wCpF3pF7YotNjhLEN/wQpF6wobnEVoAaFAWFaQS95owXzG | |
171 | - HFjg3YJwBpSgtChjuWEPZBck+IUn4Ow3AwFXGwoAAAAASUVORK5CYII= | |
168 | + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACXSURBVDhPrc1bEoIwDEBRFyi6pK5No7wEXwPDckpSCrRN | |
169 | + CeDYmfMBaW4Pfz9KKe2yv7cdWtDd0bM5ElserUbMcoOXSRsnRkwgsuSiOyG7bgPvxPcRfBMTAIAhYgJP | |
170 | + HLheMh6ocBCql/FAeYp7hDCAeCDH4ZKC44E7DlJB5uMBwAG5CegRiwcu59lVAAMW+MUUoEMf+4HuAeDs | |
171 | + NwPpmKMNAAAAAElFTkSuQmCC | |
172 | 172 | </value> |
173 | 173 | </data> |
174 | 174 | <data name="recordDriveFreeSpaceLabel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
175 | 175 | <value> |
176 | 176 | iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
177 | - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACuSURBVDhPrZILDsIwCIZ3QKdH6tkU35vPaDwO/lS7tKV0 | |
178 | - alzyJYPC143QNP9+nHMc85VfGvkxSZDcR5JSc5CNSnzzDTcL9zJViRcYjSGfzyYResG5Tbkgtri2ftBE | |
179 | - 9JqPFxzREHNCXEELejTkHJAz0IL9lLlEh3wCpF3pF7YotNjhLEN/wQpF6wobnEVoAaFAWFaQS95owXzG | |
180 | - HFjg3YJwBpSgtChjuWEPZBck+IUn4Ow3AwFXGwoAAAAASUVORK5CYII= | |
177 | + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACXSURBVDhPrc1bEoIwDEBRFyi6pK5No7wEXwPDckpSCrRN | |
178 | + CeDYmfMBaW4Pfz9KKe2yv7cdWtDd0bM5ElserUbMcoOXSRsnRkwgsuSiOyG7bgPvxPcRfBMTAIAhYgJP | |
179 | + HLheMh6ocBCql/FAeYp7hDCAeCDH4ZKC44E7DlJB5uMBwAG5CegRiwcu59lVAAMW+MUUoEMf+4HuAeDs | |
180 | + NwPpmKMNAAAAAElFTkSuQmCC | |
181 | 181 | </value> |
182 | 182 | </data> |
183 | 183 | <metadata name="contextMenuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
@@ -186,19 +186,19 @@ | ||
186 | 186 | <data name="playMovieMenu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
187 | 187 | <value> |
188 | 188 | iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
189 | - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD2SURBVDhPrZLJTgJBFEX7R1C6m1F+hX8lhCCRiMosEEUG | |
190 | - IzIZokZCggs2hJ6utzq96IVANVrrOue+d6sU5b/PdpfCn5wbCtZGEl9G4jTR9+4CSwrejThmZiy4ZEX4 | |
191 | - g+lzM45XM4qBFcGDpcuLPgm/ER4zfWhF8UhBy9ZQtVU5yYLwhPAz4SfCbVtHjYJbO4wr5xw55+ywaEr4 | |
192 | - haP3CHc4eoPwHdOLThh5whmEoGXT+yUjwn1v7ybhMuFrwpdMF+BBWLz/wN1bxz3hCuES4YIHS/2Prlua | |
193 | - 2FvFDWGpVL9Z7F13S1OPj/vbSKK0wKl+0dGSpIoIcOkHMFbE8bhqLLoAAAAASUVORK5CYII= | |
189 | + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADySURBVDhPrdDJTsJgFAXgvojQgVqVV+FdCTFoJIrKPERR | |
190 | + qwEZNEYNhAQWbgidDudvStKNTdtwVl30O/e/Vzp4Nts8gs90+WPByjrF3DpJV7TenmHBgm/LwMw+Tl6y | |
191 | + JP7h9A/bwLutw3RyeHC0+EW/xJ/EY05/dXQ8sqDrqqi7SrySL+IJ8RvxE3HP1dBgwa0r48rL4tzLRBdN | |
192 | + iYd8+jNxn09vEd9xesWTUSYu4ghqqfB/yYj4Jdi7TXxPfE18wekCRmIR099bQ4e4RnxDfBng4JfoDPyj | |
193 | + ib0VVIljTQ1H7N30j6Ykg/uIoyWeGk5qmC6StAMwVsTxitghiQAAAABJRU5ErkJggg== | |
194 | 194 | </value> |
195 | 195 | </data> |
196 | 196 | <data name="reserveMenu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
197 | 197 | <value> |
198 | 198 | iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |
199 | - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB+SURBVDhPtZNhDsAwBEYdvUdzM5sNMaWRNmviR8v3qCrA | |
200 | - X2sAkLd2HhXRDfCm50sQB5mIwhIfx6QQFSNilNr+8cnVJohlL+QA4/VkgLZY4RGyAlhmX1kXwGJvxugC | |
201 | - ym7u9KHMrs9x/IwMOhokX8kH5CawnMJsNLc/U/vXSeAFxyWgDd4W+t4AAAAASUVORK5CYII= | |
199 | + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABzSURBVDhPtZGBCoAwCAX99D5tf1Z74RtTs7mgAyFsdwuS | |
200 | + 3zhEznl0vYZCN8yUQkb06D6NUG6tqRG532WRcXtCP8GHGCjLxEfeAkEG1QDkeQbVQIoPgHLkSQYMfP6N | |
201 | + YHwFxqP7VCY4YEI63OuxNRS2xT1ELscloA08hCwWAAAAAElFTkSuQmCC | |
202 | 202 | </value> |
203 | 203 | </data> |
204 | 204 | <metadata name="mainToolBar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
@@ -658,7 +658,7 @@ | ||
658 | 658 | this.label64.Size = new System.Drawing.Size(468, 45); |
659 | 659 | this.label64.TabIndex = 3; |
660 | 660 | this.label64.Text = "放送時間が重複したとき、優先度が高い番組を録画(予約)します。\r\nチューナが足りない番組は最初から予約しません。(重複アイコンが表示されます)\r\n無効にすると、チ" + |
661 | - "ューナ数に関係なく予約を試みます、"; | |
661 | + "ューナ数に関係なく予約を試みます、"; | |
662 | 662 | // |
663 | 663 | // label63 |
664 | 664 | // |
@@ -849,7 +849,7 @@ | ||
849 | 849 | this.label10.Size = new System.Drawing.Size(502, 47); |
850 | 850 | this.label10.TabIndex = 10; |
851 | 851 | this.label10.Text = "mAgicAnimeが録画ソフトに渡す識別ID(番組名に含む)を利用して検索します。\r\n録画ソフト側でID(番組名)がファイル名に反映されるよう設定しておく必要が" + |
852 | - "あります。\r\n※ 複数の番組を同時に予約録画する場合はこちらを選択して下さい。"; | |
852 | + "あります。\r\n※ 複数の番組を同時に予約録画する場合はこちらを選択して下さい。"; | |
853 | 853 | // |
854 | 854 | // specifiedByNameRadioButton |
855 | 855 | // |
@@ -1013,7 +1013,7 @@ | ||
1013 | 1013 | this.label46.Size = new System.Drawing.Size(405, 45); |
1014 | 1014 | this.label46.TabIndex = 2; |
1015 | 1015 | this.label46.Text = "複数のエンコード処理を同時に行います。\r\n(同時処理が安全かどうかはエンコードソフトやスクリプトに依存します)\r\n※ mAgicAnimeを再起動した後に有効とな" + |
1016 | - "ります。"; | |
1016 | + "ります。"; | |
1017 | 1017 | // |
1018 | 1018 | // label45 |
1019 | 1019 | // |
@@ -1471,7 +1471,9 @@ | ||
1471 | 1471 | this.saveNameFormatComboBox.Items.AddRange(new object[] { |
1472 | 1472 | "{0} 第{1:00}話 「{2}」", |
1473 | 1473 | "{0}{1:0} - {2}", |
1474 | - "{0}_{1}_{2}_{3}_{4}_{5}"}); | |
1474 | + "{0} 第{6}話 「{2}」", | |
1475 | + "{0}{6} - {2}", | |
1476 | + "{0}_{1}_{2}_{3}_{4}_{5}_{6}"}); | |
1475 | 1477 | this.saveNameFormatComboBox.Location = new System.Drawing.Point(104, 52); |
1476 | 1478 | this.saveNameFormatComboBox.Name = "saveNameFormatComboBox"; |
1477 | 1479 | this.saveNameFormatComboBox.Size = new System.Drawing.Size(294, 23); |
@@ -64,7 +64,7 @@ namespace magicAnime.UserInterface | ||
64 | 64 | mNotifyIcon.DoubleClick += notifyIcon_DoubleClick; |
65 | 65 | mNotifyIcon.BalloonTipIcon = ToolTipIcon.Info; |
66 | 66 | mNotifyIcon.BalloonTipTitle = "mAgicAnime"; |
67 | - mNotifyIcon.Text = "mAgicAnime Ver.7sh mod. yossiepon_20150705"; | |
67 | + mNotifyIcon.Text = "mAgicAnime Ver.7sh mod. yossiepon_20150815"; | |
68 | 68 | // trayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject( "notifyIcon.Icon" ))); |
69 | 69 | |
70 | 70 | //--------------------------- |
@@ -297,11 +297,17 @@ | ||
297 | 297 | <value>http://members2.jcom.home.ne.jp/kurusugawa/mAgicAnime/</value> |
298 | 298 | </setting> |
299 | 299 | <setting name="specifiedNameFormat" serializeAs="String"> |
300 | - <value>A{0:0}_{1:0}</value> | |
300 | + <value>A{0}_{1}</value> | |
301 | 301 | </setting> |
302 | 302 | <setting name="thumbnailWhitebar" serializeAs="String"> |
303 | 303 | <value>13</value> |
304 | 304 | </setting> |
305 | + <setting name="storyNoFormat" serializeAs="String"> | |
306 | + <value>00</value> | |
307 | + </setting> | |
308 | + <setting name="unnumberedEpisodePrefix" serializeAs="String"> | |
309 | + <value>SP</value> | |
310 | + </setting> | |
305 | 311 | </magicAnime.Properties.Settings> |
306 | 312 | </applicationSettings> |
307 | 313 | <startup><supportedRuntime version="v2.0.50727"/></startup></configuration> |