From cdba721572931b10b5d2a0b40c1796d2e9937d84 Mon Sep 17 00:00:00 2001 From: yosxpeee Date: Tue, 15 Nov 2022 15:28:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=83=E3=82=AD=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=80=E3=83=BC=E5=BD=A2=E5=BC=8F=E3=81=AE=E8=89=A6=E9=9A=8A?= =?UTF-8?q?=E5=87=BA=E5=8A=9B=E6=99=82=E3=81=AB=E8=A1=A8=E7=A4=BA=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=82=8B=E8=89=A6=E9=9A=8A=E3=81=AE=E9=81=B8=E6=8A=9E?= =?UTF-8?q?=E3=82=A6=E3=82=A4=E3=83=B3=E3=83=89=E3=82=A6=E3=81=8C=E8=A3=8F?= =?UTF-8?q?=E3=81=AB=E8=A1=8C=E3=81=A3=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86?= =?UTF-8?q?=E3=81=93=E3=81=A8=E3=81=8C=E3=81=82=E3=82=8B=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ElectronicObserver/Utility/SoftwareInformation.cs | 2 +- .../Window/Dialog/DialogChooseAirBase.Designer.cs | 4 ++-- ElectronicObserver/version.txt | 12 +++++------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/ElectronicObserver/Utility/SoftwareInformation.cs b/ElectronicObserver/Utility/SoftwareInformation.cs index a7bc536f8..6713123d8 100644 --- a/ElectronicObserver/Utility/SoftwareInformation.cs +++ b/ElectronicObserver/Utility/SoftwareInformation.cs @@ -36,7 +36,7 @@ public static class SoftwareInformation /// /// 更新日時 /// - public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2022/10/08 14:00:00"); + public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2022/11/15 16:00:00"); private static System.Net.WebClient client; private static readonly Uri uri = new Uri("https://raw.githubusercontent.com/yosxpeee/ElectronicObserver/develop/ElectronicObserver/version.txt"); diff --git a/ElectronicObserver/Window/Dialog/DialogChooseAirBase.Designer.cs b/ElectronicObserver/Window/Dialog/DialogChooseAirBase.Designer.cs index 4434a4e04..8ab9b4149 100644 --- a/ElectronicObserver/Window/Dialog/DialogChooseAirBase.Designer.cs +++ b/ElectronicObserver/Window/Dialog/DialogChooseAirBase.Designer.cs @@ -142,8 +142,7 @@ private void InitializeComponent() // // DialogChooseAirBase // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(249, 132); this.Controls.Add(this.labelAirBase); this.Controls.Add(this.groupBoxFleet); @@ -157,6 +156,7 @@ private void InitializeComponent() this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "艦隊と基地航空隊の選択"; + this.TopMost = true; this.Shown += new System.EventHandler(this.DialogChooseAirBase_Shown); this.groupBoxFleet.ResumeLayout(false); this.groupBoxFleet.PerformLayout(); diff --git a/ElectronicObserver/version.txt b/ElectronicObserver/version.txt index d394afdf5..e49bfff51 100644 --- a/ElectronicObserver/version.txt +++ b/ElectronicObserver/version.txt @@ -1,7 +1,5 @@ -2022/10/08 14:00:00 -20221008 -その他:艦娘経験値合計を扱う変数をsigned intからunsigned longに変更 -艦隊:以下の3メニューから艦隊の選択ができるようにした -* 編成をコピー(デッキビルダー) -* 作戦室を開く -* 制空権シミュレータを開く +2022/11/15 16:00:00 +20221115 +* 艦船図鑑:新規艦の艦型追加 +* グループ:艦娘経験値の合計処理を再修正 +* 艦隊:デッキビルダー形式の艦隊出力時に表示される艦隊の選択ウインドウが裏に行ってしまうことがある問題を修正