OSDN Git Service

AppliStation-GUI,進捗ダイアログでメッセージ部分をAutoEllipsisするようにした
authorttp <ttp@users.sourceforge.jp>
Sat, 12 Sep 2009 15:18:38 +0000 (00:18 +0900)
committerttp <ttp@users.sourceforge.jp>
Sat, 12 Sep 2009 16:19:54 +0000 (01:19 +0900)
AppliStation/AppliStation.Util/ExecutionProgressViewer.Designer.cs

index 6b56390..eb7219a 100644 (file)
@@ -73,6 +73,7 @@ namespace AppliStation.Util
                        // \r
                        // progressSubLabel\r
                        // \r
+                       this.progressSubLabel.AutoEllipsis = true;\r
                        this.progressSubLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.progressSubLabel.Location = new System.Drawing.Point(3, 66);\r
                        this.progressSubLabel.Name = "progressSubLabel";\r
@@ -85,8 +86,9 @@ namespace AppliStation.Util
                        // \r
                        // progressLabel\r
                        // \r
+                       this.progressLabel.AutoEllipsis = true;\r
                        this.progressLabel.Dock = System.Windows.Forms.DockStyle.Bottom;\r
-                       this.progressLabel.Font = System.Drawing.SystemFonts.CaptionFont;\r
+                       this.progressLabel.Font = new System.Drawing.Font("メイリオ", 9F);\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