OSDN Git Service

AppliStation-GUI,インストール除外リストの設定を設定ダイアログに追加
[applistation/AppliStation.git] / AppliStation / AppliStation.Util / ExecutionProgressViewer.Designer.cs
index eb7219a..0296c7b 100644 (file)
@@ -60,14 +60,14 @@ namespace AppliStation.Util
                        this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);\r
                        this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
                        this.tableLayoutPanel1.RowCount = 7;\r
-                       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));\r
+                       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
-                       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
+                       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.tableLayoutPanel1.Size = new System.Drawing.Size(444, 318);\r
                        this.tableLayoutPanel1.TabIndex = 0;\r
                        // \r
@@ -75,6 +75,7 @@ namespace AppliStation.Util
                        // \r
                        this.progressSubLabel.AutoEllipsis = true;\r
                        this.progressSubLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.progressSubLabel.Font = System.Drawing.SystemFonts.CaptionFont;\r
                        this.progressSubLabel.Location = new System.Drawing.Point(3, 66);\r
                        this.progressSubLabel.Name = "progressSubLabel";\r
                        this.progressSubLabel.Size = new System.Drawing.Size(438, 26);\r
@@ -88,12 +89,13 @@ 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
                        this.progressLabel.TabIndex = 0;\r
                        this.progressLabel.Text = "しばらくお待ちください...";\r
+                       this.progressLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;\r
                        this.progressLabel.UseMnemonic = false;\r
                        // \r
                        // progressBar\r
@@ -166,6 +168,7 @@ namespace AppliStation.Util
                        this.logBox.DetectUrls = false;\r
                        this.logBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.logBox.ForeColor = System.Drawing.SystemColors.ControlText;\r
+                       this.logBox.Layout += new System.Windows.Forms.LayoutEventHandler(this.LogBoxTextLayouted);\r
                        this.logBox.Location = new System.Drawing.Point(3, 121);\r
                        this.logBox.Name = "logBox";\r
                        this.logBox.ReadOnly = true;\r
@@ -173,6 +176,7 @@ namespace AppliStation.Util
                        this.logBox.Size = new System.Drawing.Size(438, 159);\r
                        this.logBox.TabIndex = 8;\r
                        this.logBox.Text = "";\r
+                       this.logBox.TextChanged += new System.EventHandler(this.LogBoxTextChanged);\r
                        // \r
                        // autoCloseTimer\r
                        // \r