OSDN Git Service

ビュアーモード時にはウィンドウのタイトル文字列に "(viewer)" を追加するよう修正。
authorくまかみ工房 <kumakamikoubou@gmail.com>
Sun, 2 Apr 2017 08:18:44 +0000 (17:18 +0900)
committerくまかみ工房 <kumakamikoubou@gmail.com>
Sun, 2 Apr 2017 08:18:44 +0000 (17:18 +0900)
StrokeStyleT/App.cs

index 5a874a4..d049eba 100644 (file)
@@ -102,6 +102,9 @@ namespace SST
                                #region " メインフォームを初期化する。"
                                //----------------
                                this.Text = $"{Application.ProductName} {Application.ProductVersion}";
+                               if( App.ビュアーモードである )
+                                       this.Text += " (Viewer)";
+
                                this.BackColor = System.Drawing.Color.Black;
 
                                // ユーザはフォームサイズを変更できない。