From: ttp Date: Mon, 12 May 2008 10:47:50 +0000 (+0000) Subject: AppliStation-GUI,アンインスコ確認窓のサイズ変更と、パッケージ情報窓にて[Enter],[ESC]キーで閉じれるようにした X-Git-Tag: v1.1.0~75 X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=commitdiff_plain;h=e4205b8edd1dd385e96d4b7e488d54901aeafd59 AppliStation-GUI,アンインスコ確認窓のサイズ変更と、パッケージ情報窓にて[Enter],[ESC]キーで閉じれるようにした git-svn-id: http://localhost/svn/AppliStation/trunk@907 34ed2c89-c49f-4a4b-abdb-c318350108cf --- diff --git a/AppliStation/PackageInfoForm.Designer.cs b/AppliStation/PackageInfoForm.Designer.cs index 1bbb991..9c39201 100644 --- a/AppliStation/PackageInfoForm.Designer.cs +++ b/AppliStation/PackageInfoForm.Designer.cs @@ -178,7 +178,7 @@ this.tabControl1.Location = new System.Drawing.Point(11, 147); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(370, 166); + this.tabControl1.Size = new System.Drawing.Size(370, 165); this.tabControl1.TabIndex = 12; // // closeButton @@ -186,10 +186,10 @@ this.closeButton.Anchor = System.Windows.Forms.AnchorStyles.Right; this.closeButton.AutoSize = true; this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK; - this.closeButton.Location = new System.Drawing.Point(304, 321); + this.closeButton.Location = new System.Drawing.Point(304, 320); this.closeButton.Margin = new System.Windows.Forms.Padding(5); this.closeButton.Name = "closeButton"; - this.closeButton.Size = new System.Drawing.Size(75, 22); + this.closeButton.Size = new System.Drawing.Size(75, 23); this.closeButton.TabIndex = 13; this.closeButton.Text = "閉じる"; // @@ -254,8 +254,10 @@ // // PackageInfoForm // + this.AcceptButton = this.closeButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.closeButton; this.ClientSize = new System.Drawing.Size(392, 356); this.Controls.Add(this.tableLayoutPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; diff --git a/AppliStation/PackageUninstallConfirmForm.Designer.cs b/AppliStation/PackageUninstallConfirmForm.Designer.cs index bd1d03d..3c46a12 100644 --- a/AppliStation/PackageUninstallConfirmForm.Designer.cs +++ b/AppliStation/PackageUninstallConfirmForm.Designer.cs @@ -59,7 +59,7 @@ namespace AppliStation this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel1.Size = new System.Drawing.Size(392, 216); + this.tableLayoutPanel1.Size = new System.Drawing.Size(392, 176); this.tableLayoutPanel1.TabIndex = 1; // // label @@ -79,7 +79,7 @@ namespace AppliStation this.btnPanel.Controls.Add(this.okButton); this.btnPanel.Controls.Add(this.cancelButton); this.btnPanel.Dock = System.Windows.Forms.DockStyle.Right; - this.btnPanel.Location = new System.Drawing.Point(66, 184); + this.btnPanel.Location = new System.Drawing.Point(66, 144); this.btnPanel.Name = "btnPanel"; this.btnPanel.Size = new System.Drawing.Size(323, 29); this.btnPanel.TabIndex = 0; @@ -128,7 +128,7 @@ namespace AppliStation this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 43); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(372, 128); + this.flowLayoutPanel1.Size = new System.Drawing.Size(372, 88); this.flowLayoutPanel1.TabIndex = 2; // // iconLabel @@ -152,7 +152,7 @@ namespace AppliStation this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; - this.ClientSize = new System.Drawing.Size(392, 216); + this.ClientSize = new System.Drawing.Size(392, 176); this.Controls.Add(this.tableLayoutPanel1); this.MaximizeBox = false; this.Name = "PackageUninstallConfirmForm";