OSDN Git Service

進捗ダイアログのキャプションメッセージ部のフォントがメイリオ固定に変化してしまっていたので修正 (b718f8d6e14f5c70f274f2d345cae588dc32...
authorttp <ttp@users.sourceforge.jp>
Sat, 12 Sep 2009 16:33:05 +0000 (01:33 +0900)
committerttp <ttp@users.sourceforge.jp>
Sat, 12 Sep 2009 16:35:18 +0000 (01:35 +0900)
AppliStation/AppliStation.Util/ExecutionProgressViewer.Designer.cs

index eb7219a..9865c12 100644 (file)
@@ -88,7 +88,7 @@ namespace AppliStation.Util
                        // \r
                        this.progressLabel.AutoEllipsis = true;\r
                        this.progressLabel.Dock = System.Windows.Forms.DockStyle.Bottom;\r
-                       this.progressLabel.Font = new System.Drawing.Font("メイリオ", 9F);\r
+                       this.progressLabel.Font = System.Drawing.SystemFonts.CaptionFont;\r
                        this.progressLabel.Location = new System.Drawing.Point(3, 17);\r
                        this.progressLabel.Name = "progressLabel";\r
                        this.progressLabel.Size = new System.Drawing.Size(438, 23);\r