X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=blobdiff_plain;f=AppliStation%2FPackageInfoForm.Designer.cs;h=9c3920161f5021a9e5176f11d49fe2a7af5095a7;hp=1bbb991343bda3e8f6f5799c7923568170bb92e4;hb=e4205b8edd1dd385e96d4b7e488d54901aeafd59;hpb=c1c50cae94390feafbe4ff933087ad50eba1f694 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;