From 0253a222278ba499fc0cd1167fae927633ef171c Mon Sep 17 00:00:00 2001 From: ttp Date: Sun, 11 Oct 2009 14:32:24 +0900 Subject: [PATCH] =?utf8?q?AppliStation-GUI,=E3=82=BD=E3=83=95=E3=83=88?= =?utf8?q?=E3=82=A6=E3=82=A7=E3=82=A2=E3=81=AE=E6=9B=B4=E6=96=B0=E3=83=9C?= =?utf8?q?=E3=82=BF=E3=83=B3=E3=82=92=E5=B8=B8=E3=81=AB=E5=87=BA=E3=81=99?= =?utf8?q?=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4=E3=81=97=E3=81=9F?= =?utf8?q?=E3=80=82=20=EF=BC=88=E3=81=9F=E3=81=A0=E3=81=97=E3=80=81?= =?utf8?q?=E8=A1=A8=E7=A4=BA=E3=81=AE=E5=84=AA=E5=85=88=E5=BA=A6=E3=82=92?= =?utf8?q?=E4=BD=8E=E3=81=8F=E3=81=97=E3=81=A6=E3=81=82=E3=82=8AWindow?= =?utf8?q?=E5=B9=85=E3=81=8C=E7=8B=AD=E3=81=84=E3=81=A8=E3=81=8D=E3=81=AFg?= =?utf8?q?rip=E3=81=AE=E4=B8=AD=E3=81=AB=E5=85=A5=E3=82=8A=E3=80=81?= =?utf8?q?=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=83=9C?= =?utf8?q?=E3=82=BF=E3=83=B3=E3=81=AA=E3=81=A9=E3=81=AE=E8=A1=A8=E7=A4=BA?= =?utf8?q?=E3=82=92=E5=84=AA=E5=85=88=E3=81=99=E3=82=8B=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- AppliStation/PackageListViewForm.Designer.cs | 3 +++ AppliStation/PackageListViewForm.cs | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AppliStation/PackageListViewForm.Designer.cs b/AppliStation/PackageListViewForm.Designer.cs index c9c1699..5bcec8d 100644 --- a/AppliStation/PackageListViewForm.Designer.cs +++ b/AppliStation/PackageListViewForm.Designer.cs @@ -193,6 +193,7 @@ this.optionToolStripMenuItem}); this.organizeToolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("organizeToolStripDropDownButton1.Image"))); this.organizeToolStripDropDownButton1.Name = "organizeToolStripDropDownButton1"; + this.organizeToolStripDropDownButton1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.organizeToolStripDropDownButton1.Size = new System.Drawing.Size(80, 22); this.organizeToolStripDropDownButton1.Text = "整理(&O)"; this.organizeToolStripDropDownButton1.ToolTipText = "ソフトリストの管理など"; @@ -263,6 +264,7 @@ // installToolStripMenuItem // this.installToolStripMenuItem.Name = "installToolStripMenuItem"; + this.installToolStripButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.installToolStripMenuItem.Size = new System.Drawing.Size(239, 22); this.installToolStripMenuItem.Text = "インストール(&I)..."; this.installToolStripMenuItem.Click += new System.EventHandler(this.InstallToolStripButtonClick); @@ -270,6 +272,7 @@ // uninstallToolStripMenuItem // this.uninstallToolStripMenuItem.Name = "uninstallToolStripMenuItem"; + this.uninstallToolStripMenuItem.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.uninstallToolStripMenuItem.Size = new System.Drawing.Size(239, 22); this.uninstallToolStripMenuItem.Text = "アンインストール(&U)..."; this.uninstallToolStripMenuItem.Click += new System.EventHandler(this.UninstallToolStripButtonClick); diff --git a/AppliStation/PackageListViewForm.cs b/AppliStation/PackageListViewForm.cs index 5e52ef1..3407709 100644 --- a/AppliStation/PackageListViewForm.cs +++ b/AppliStation/PackageListViewForm.cs @@ -89,7 +89,6 @@ namespace AppliStation installBtnEnabled = (installPkgCount > 0) && (uninstallPkgCount == 0); uninstallBtnEnabled = (uninstallPkgCount == 1) && (installPkgCount == 0); - upgradeToolStripButton.Visible = (selectedPkgs.Length <= 0); informationToolStripDropDownButton.Visible = (selectedPkgs.Length == 1); uninstallToolStripButton.Visible = uninstallBtnEnabled; installToolStripButton.Visible = installBtnEnabled; -- 2.11.0