namespace AppliStation { partial class PackageListViewForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ColumnHeader nameHeader; System.Windows.Forms.ColumnHeader versionHeader; System.Windows.Forms.ColumnHeader summaryHeader; System.Windows.Forms.ToolStripSeparator organizeToolStripSeparator1; System.Windows.Forms.ToolStripMenuItem softCollectionFileToolStripMenuItem; System.Windows.Forms.ToolStripSeparator organizeToolStripSeparator2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PackageListViewForm)); this.softCollectionFileImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.softCollectionFileExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.packageListContextMenuStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.toolStripContainer = new System.Windows.Forms.ToolStripPanel(); this.packageListFilterToolStrip = new System.Windows.Forms.ToolStrip(); this.packageFilterToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton(); this.allPackageFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.notInstalledPackageFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installedASPackageFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installedSysPackageFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchTextBox = new AppliStation.Util.ToolStripWeb2LikeTextBox(); this.packageCommandsToolStrip = new System.Windows.Forms.ToolStrip(); this.organizeToolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton(); this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.localupdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.upgradeToolStripButton = new System.Windows.Forms.ToolStripButton(); this.informationToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton(); this.webResourceMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.webResourceCommonContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.webOfficialMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.webGoogleSearchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.webResourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installedDirectoryMenuItem = new AppliStation.Util.ToolStripPetitLauncherMenuItem(); this.propertiesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installToolStripButton = new System.Windows.Forms.ToolStripButton(); this.uninstallToolStripButton = new System.Windows.Forms.ToolStripButton(); this.splitContainer = new System.Windows.Forms.SplitContainer(); this.packageListView = new AppliStation.PackageListView(); this.packageListContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.installToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.uninstallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.downloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installedDirectoryToolStripMenuItem = new AppliStation.Util.ToolStripPetitLauncherMenuItem(); this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nameColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.versionColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.summaryColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.packageListNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.licenseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installDateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.packageListViewImageList = new System.Windows.Forms.ImageList(this.components); this.detailBox = new System.Windows.Forms.RichTextBox(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); nameHeader = new System.Windows.Forms.ColumnHeader(); versionHeader = new System.Windows.Forms.ColumnHeader(); summaryHeader = new System.Windows.Forms.ColumnHeader(); organizeToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); softCollectionFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); organizeToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tableLayoutPanel1.SuspendLayout(); this.toolStripContainer.SuspendLayout(); this.packageListFilterToolStrip.SuspendLayout(); this.packageCommandsToolStrip.SuspendLayout(); this.webResourceCommonContextMenuStrip.SuspendLayout(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.packageListContextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // nameHeader // nameHeader.Tag = "Name"; nameHeader.Text = "名前"; nameHeader.Width = 100; // // versionHeader // versionHeader.Tag = "Version"; versionHeader.Text = "バージョン"; // // summaryHeader // summaryHeader.Tag = "Summary"; summaryHeader.Text = "概要"; summaryHeader.Width = 300; // // organizeToolStripSeparator1 // organizeToolStripSeparator1.Name = "organizeToolStripSeparator1"; organizeToolStripSeparator1.Size = new System.Drawing.Size(293, 6); // // softCollectionFileToolStripMenuItem // softCollectionFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.softCollectionFileImportToolStripMenuItem, this.softCollectionFileExportToolStripMenuItem}); softCollectionFileToolStripMenuItem.Name = "softCollectionFileToolStripMenuItem"; softCollectionFileToolStripMenuItem.Size = new System.Drawing.Size(296, 22); softCollectionFileToolStripMenuItem.Text = "ソフトコレクションファイル(&C)"; // // softCollectionFileImportToolStripMenuItem // this.softCollectionFileImportToolStripMenuItem.Name = "softCollectionFileImportToolStripMenuItem"; this.softCollectionFileImportToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.softCollectionFileImportToolStripMenuItem.Text = "インポート(&I)..."; this.softCollectionFileImportToolStripMenuItem.Click += new System.EventHandler(this.SoftCollectionFileImportToolStripMenuItemClick); // // softCollectionFileExportToolStripMenuItem // this.softCollectionFileExportToolStripMenuItem.Name = "softCollectionFileExportToolStripMenuItem"; this.softCollectionFileExportToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.softCollectionFileExportToolStripMenuItem.Text = "エクスポート(&E)..."; this.softCollectionFileExportToolStripMenuItem.Click += new System.EventHandler(this.SoftCollectionFileExportToolStripMenuItemClick); // // organizeToolStripSeparator2 // organizeToolStripSeparator2.Name = "organizeToolStripSeparator2"; organizeToolStripSeparator2.Size = new System.Drawing.Size(293, 6); // // packageListContextMenuStripSeparator // this.packageListContextMenuStripSeparator.Name = "packageListContextMenuStripSeparator"; this.packageListContextMenuStripSeparator.Size = new System.Drawing.Size(248, 6); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.toolStripContainer, 0, 0); this.tableLayoutPanel1.Controls.Add(this.splitContainer, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; 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.Size = new System.Drawing.Size(492, 366); this.tableLayoutPanel1.TabIndex = 0; // // toolStripContainer // this.toolStripContainer.Controls.Add(this.packageListFilterToolStrip); this.toolStripContainer.Controls.Add(this.packageCommandsToolStrip); this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Top; this.toolStripContainer.Location = new System.Drawing.Point(0, 0); this.toolStripContainer.Name = "toolStripContainer"; this.toolStripContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; this.toolStripContainer.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.toolStripContainer.Size = new System.Drawing.Size(492, 50); // // packageListFilterToolStrip // this.packageListFilterToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.packageListFilterToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.packageFilterToolStripDropDownButton, this.searchTextBox}); this.packageListFilterToolStrip.Location = new System.Drawing.Point(3, 0); this.packageListFilterToolStrip.Name = "packageListFilterToolStrip"; this.packageListFilterToolStrip.Size = new System.Drawing.Size(177, 25); this.packageListFilterToolStrip.TabIndex = 1; // // packageFilterToolStripDropDownButton // this.packageFilterToolStripDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.allPackageFilterToolStripMenuItem, this.notInstalledPackageFilterToolStripMenuItem, this.installedASPackageFilterToolStripMenuItem, this.installedSysPackageFilterToolStripMenuItem}); this.packageFilterToolStripDropDownButton.Name = "packageFilterToolStripDropDownButton"; this.packageFilterToolStripDropDownButton.Size = new System.Drawing.Size(13, 22); // // allPackageFilterToolStripMenuItem // this.allPackageFilterToolStripMenuItem.Name = "allPackageFilterToolStripMenuItem"; this.allPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.allPackageFilterToolStripMenuItem.Text = "全て"; this.allPackageFilterToolStripMenuItem.ToolTipText = "全てのソフトを表示"; this.allPackageFilterToolStripMenuItem.Click += new System.EventHandler(this.AnyPackageFilterToolStripMenuItemClicked); // // notInstalledPackageFilterToolStripMenuItem // this.notInstalledPackageFilterToolStripMenuItem.Name = "notInstalledPackageFilterToolStripMenuItem"; this.notInstalledPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.notInstalledPackageFilterToolStripMenuItem.Text = "未インストール"; this.notInstalledPackageFilterToolStripMenuItem.ToolTipText = "インストールされていないソフトを表示"; this.notInstalledPackageFilterToolStripMenuItem.Click += new System.EventHandler(this.AnyPackageFilterToolStripMenuItemClicked); // // installedASPackageFilterToolStripMenuItem // this.installedASPackageFilterToolStripMenuItem.Name = "installedASPackageFilterToolStripMenuItem"; this.installedASPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.installedASPackageFilterToolStripMenuItem.Text = "AppliStation内"; this.installedASPackageFilterToolStripMenuItem.ToolTipText = "AppliStationにインストールされているソフトを表示"; this.installedASPackageFilterToolStripMenuItem.Click += new System.EventHandler(this.AnyPackageFilterToolStripMenuItemClicked); // // installedSysPackageFilterToolStripMenuItem // this.installedSysPackageFilterToolStripMenuItem.Name = "installedSysPackageFilterToolStripMenuItem"; this.installedSysPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.installedSysPackageFilterToolStripMenuItem.Text = "コンピュータ内"; this.installedSysPackageFilterToolStripMenuItem.ToolTipText = "コンピュータにインストールされているソフトを表示"; this.installedSysPackageFilterToolStripMenuItem.Click += new System.EventHandler(this.AnyPackageFilterToolStripMenuItemClicked); // // searchTextBox // this.searchTextBox.EmptyText = "検索"; this.searchTextBox.ForeColor = System.Drawing.SystemColors.WindowText; this.searchTextBox.Name = "searchTextBox"; this.searchTextBox.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.searchTextBox.Size = new System.Drawing.Size(150, 25); this.searchTextBox.ToolTipText = "検索する語を入力"; this.searchTextBox.TextChangedTriggerFired += new System.EventHandler(this.SearchTextBoxTextChangedTriggerFired); this.searchTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchTextBoxKeyPress); // // packageCommandsToolStrip // this.packageCommandsToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.packageCommandsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.organizeToolStripDropDownButton1, this.upgradeToolStripButton, this.informationToolStripDropDownButton, this.installToolStripButton, this.uninstallToolStripButton}); this.packageCommandsToolStrip.Location = new System.Drawing.Point(3, 25); this.packageCommandsToolStrip.Name = "packageCommandsToolStrip"; this.packageCommandsToolStrip.Size = new System.Drawing.Size(211, 25); this.packageCommandsToolStrip.TabIndex = 2; // // organizeToolStripDropDownButton1 // this.organizeToolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.updateToolStripMenuItem, this.localupdateToolStripMenuItem, organizeToolStripSeparator1, softCollectionFileToolStripMenuItem, organizeToolStripSeparator2, 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 = "ソフトリストの管理など"; // // updateToolStripMenuItem // this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image"))); this.updateToolStripMenuItem.Name = "updateToolStripMenuItem"; this.updateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5))); this.updateToolStripMenuItem.Size = new System.Drawing.Size(296, 22); this.updateToolStripMenuItem.Text = "リストの更新(&U)"; this.updateToolStripMenuItem.ToolTipText = "ソフトリストを更新します"; this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItemClick); // // localupdateToolStripMenuItem // this.localupdateToolStripMenuItem.Name = "localupdateToolStripMenuItem"; this.localupdateToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5; this.localupdateToolStripMenuItem.Size = new System.Drawing.Size(296, 22); this.localupdateToolStripMenuItem.Text = "インストール済ソフトの読み直し(&R)"; this.localupdateToolStripMenuItem.Click += new System.EventHandler(this.LocalupdateToolStripMenuItemClick); // // optionToolStripMenuItem // this.optionToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("optionToolStripMenuItem.Image"))); this.optionToolStripMenuItem.Name = "optionToolStripMenuItem"; this.optionToolStripMenuItem.Size = new System.Drawing.Size(296, 22); this.optionToolStripMenuItem.Text = "設定(&O)..."; this.optionToolStripMenuItem.Click += new System.EventHandler(this.OptionToolStripMenuItemClick); // // upgradeToolStripButton // this.upgradeToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("upgradeToolStripButton.Image"))); this.upgradeToolStripButton.Name = "upgradeToolStripButton"; this.upgradeToolStripButton.Size = new System.Drawing.Size(119, 22); this.upgradeToolStripButton.Text = "ソフトの更新(&G)"; this.upgradeToolStripButton.ToolTipText = "最新版のソフトを取得して更新します"; this.upgradeToolStripButton.Click += new System.EventHandler(this.UpgradeToolStripButtonClick); // // informationToolStripDropDownButton // this.informationToolStripDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.webResourceMenuItem, this.installedDirectoryMenuItem, this.propertiesMenuItem}); this.informationToolStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("informationToolStripDropDownButton.Image"))); this.informationToolStripDropDownButton.Name = "informationToolStripDropDownButton"; this.informationToolStripDropDownButton.Size = new System.Drawing.Size(80, 22); this.informationToolStripDropDownButton.Text = "情報(&D)"; this.informationToolStripDropDownButton.ToolTipText = "選択されたソフトの情報を調べます"; this.informationToolStripDropDownButton.Visible = false; this.informationToolStripDropDownButton.DropDownOpening += new System.EventHandler(this.InformationToolStripDropDownButtonDropDownOpening); // // webResourceMenuItem // this.webResourceMenuItem.DropDown = this.webResourceCommonContextMenuStrip; this.webResourceMenuItem.Name = "webResourceMenuItem"; this.webResourceMenuItem.Size = new System.Drawing.Size(251, 22); this.webResourceMenuItem.Tag = ""; this.webResourceMenuItem.Text = "Webページ(&W)"; // // webResourceCommonContextMenuStrip // this.webResourceCommonContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.webOfficialMenuItem, this.webGoogleSearchMenuItem}); this.webResourceCommonContextMenuStrip.Name = "packageListContextMenuStrip"; this.webResourceCommonContextMenuStrip.Size = new System.Drawing.Size(160, 48); this.webResourceCommonContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.WebResourceCommonContextMenuStripOpening); // // webOfficialMenuItem // this.webOfficialMenuItem.Name = "webOfficialMenuItem"; this.webOfficialMenuItem.Size = new System.Drawing.Size(159, 22); this.webOfficialMenuItem.Text = "公式サイト(&O)"; this.webOfficialMenuItem.Click += new System.EventHandler(this.WebOfficialMenuItemClick); // // webGoogleSearchMenuItem // this.webGoogleSearchMenuItem.Name = "webGoogleSearchMenuItem"; this.webGoogleSearchMenuItem.Size = new System.Drawing.Size(159, 22); this.webGoogleSearchMenuItem.Text = "Google検索(&G)"; this.webGoogleSearchMenuItem.Click += new System.EventHandler(this.WebGoogleSearchMenuItemClick); // // webResourceToolStripMenuItem // this.webResourceToolStripMenuItem.DropDown = this.webResourceCommonContextMenuStrip; this.webResourceToolStripMenuItem.Name = "webResourceToolStripMenuItem"; this.webResourceToolStripMenuItem.Size = new System.Drawing.Size(251, 22); this.webResourceToolStripMenuItem.Tag = ""; this.webResourceToolStripMenuItem.Text = "Webページ(&W)"; // // installedDirectoryMenuItem // this.installedDirectoryMenuItem.InvokerForm = this; this.installedDirectoryMenuItem.Name = "installedDirectoryMenuItem"; this.installedDirectoryMenuItem.Size = new System.Drawing.Size(251, 22); this.installedDirectoryMenuItem.Text = "インストール先のフォルダー(&O)"; // // propertiesMenuItem // this.propertiesMenuItem.Name = "propertiesMenuItem"; this.propertiesMenuItem.Size = new System.Drawing.Size(251, 22); this.propertiesMenuItem.Text = "プロパティ(&R)"; this.propertiesMenuItem.Click += new System.EventHandler(this.PropertiesCommonMenuItemClick); // // installToolStripButton // this.installToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("installToolStripButton.Image"))); this.installToolStripButton.Name = "installToolStripButton"; this.installToolStripButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.installToolStripButton.Size = new System.Drawing.Size(115, 22); this.installToolStripButton.Text = "インストール(&I)"; this.installToolStripButton.ToolTipText = "選択されているソフトをインストールします"; this.installToolStripButton.Visible = false; this.installToolStripButton.Click += new System.EventHandler(this.InstallToolStripButtonClick); // // uninstallToolStripButton // this.uninstallToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("uninstallToolStripButton.Image"))); this.uninstallToolStripButton.Name = "uninstallToolStripButton"; this.uninstallToolStripButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.uninstallToolStripButton.Size = new System.Drawing.Size(143, 22); this.uninstallToolStripButton.Text = "アンインストール(&U)"; this.uninstallToolStripButton.ToolTipText = "選択されているソフトをアンインストールします"; this.uninstallToolStripButton.Visible = false; this.uninstallToolStripButton.Click += new System.EventHandler(this.UninstallToolStripButtonClick); // // splitContainer // this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer.Location = new System.Drawing.Point(3, 53); this.splitContainer.Name = "splitContainer"; this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel1 // this.splitContainer.Panel1.Controls.Add(this.packageListView); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.detailBox); this.splitContainer.Size = new System.Drawing.Size(486, 310); this.splitContainer.SplitterDistance = 225; this.splitContainer.TabIndex = 1; // // packageListView // this.packageListView.AllowColumnReorder = true; this.packageListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { nameHeader, versionHeader, summaryHeader}); this.packageListView.ContextMenuStrip = this.packageListContextMenuStrip; this.packageListView.Dock = System.Windows.Forms.DockStyle.Fill; this.packageListView.FilteringKeyword = null; this.packageListView.FullRowSelect = true; this.packageListView.GridLines = true; this.packageListView.Location = new System.Drawing.Point(0, 0); this.packageListView.Name = "packageListView"; this.packageListView.Size = new System.Drawing.Size(486, 225); this.packageListView.SmallImageList = this.packageListViewImageList; this.packageListView.SortColumn = null; this.packageListView.TabIndex = 0; this.packageListView.UseCompatibleStateImageBehavior = false; this.packageListView.View = System.Windows.Forms.View.Details; this.packageListView.ItemActivate += new System.EventHandler(this.PackageListViewItemActivate); this.packageListView.FilterUpdated += new System.EventHandler(this.PackageListViewSelectedIndexChanged); this.packageListView.SelectedIndexChanged += new System.EventHandler(this.PackageListViewSelectedIndexChanged); // // packageListContextMenuStrip // this.packageListContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.installToolStripMenuItem, this.uninstallToolStripMenuItem, this.downloadToolStripMenuItem, this.packageListContextMenuStripSeparator, this.webResourceToolStripMenuItem, this.installedDirectoryToolStripMenuItem, this.propertiesToolStripMenuItem, this.columnToolStripMenuItem}); this.packageListContextMenuStrip.Name = "packageListContextMenuStrip"; this.packageListContextMenuStrip.Size = new System.Drawing.Size(252, 164); this.packageListContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.PackageListContextMenuStripOpening); // // installToolStripMenuItem // this.installToolStripMenuItem.Name = "installToolStripMenuItem"; this.installToolStripMenuItem.Size = new System.Drawing.Size(251, 22); this.installToolStripMenuItem.Text = "インストール(&I)..."; this.installToolStripMenuItem.Click += new System.EventHandler(this.InstallToolStripButtonClick); // // uninstallToolStripMenuItem // this.uninstallToolStripMenuItem.Name = "uninstallToolStripMenuItem"; this.uninstallToolStripMenuItem.Size = new System.Drawing.Size(251, 22); this.uninstallToolStripMenuItem.Text = "アンインストール(&U)..."; this.uninstallToolStripMenuItem.Click += new System.EventHandler(this.UninstallToolStripButtonClick); // // downloadToolStripMenuItem // this.downloadToolStripMenuItem.Name = "downloadToolStripMenuItem"; this.downloadToolStripMenuItem.Size = new System.Drawing.Size(251, 22); this.downloadToolStripMenuItem.Text = "キャッシュにダウンロード(&D)"; this.downloadToolStripMenuItem.Click += new System.EventHandler(this.DownloadToolStripMenuItemClick); // // installedDirectoryToolStripMenuItem // this.installedDirectoryToolStripMenuItem.InvokerForm = this; this.installedDirectoryToolStripMenuItem.Name = "installedDirectoryToolStripMenuItem"; this.installedDirectoryToolStripMenuItem.Size = new System.Drawing.Size(251, 22); this.installedDirectoryToolStripMenuItem.Text = "インストール先のフォルダー(&O)"; // // propertiesToolStripMenuItem // this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(251, 22); this.propertiesToolStripMenuItem.Text = "プロパティ(&R)"; this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.PropertiesCommonMenuItemClick); // // columnToolStripMenuItem // this.columnToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.nameColumnToolStripMenuItem, this.versionColumnToolStripMenuItem, this.summaryColumnToolStripMenuItem, this.packageListNameToolStripMenuItem, this.licenseToolStripMenuItem, this.installDateToolStripMenuItem}); this.columnToolStripMenuItem.Name = "columnToolStripMenuItem"; this.columnToolStripMenuItem.Size = new System.Drawing.Size(251, 22); this.columnToolStripMenuItem.Text = "列の選択(&S)"; // // nameColumnToolStripMenuItem // this.nameColumnToolStripMenuItem.Checked = true; this.nameColumnToolStripMenuItem.CheckOnClick = true; this.nameColumnToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.nameColumnToolStripMenuItem.Enabled = false; this.nameColumnToolStripMenuItem.Name = "nameColumnToolStripMenuItem"; this.nameColumnToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.nameColumnToolStripMenuItem.Tag = "Name"; this.nameColumnToolStripMenuItem.Text = "名前"; this.nameColumnToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); // // versionColumnToolStripMenuItem // this.versionColumnToolStripMenuItem.Checked = true; this.versionColumnToolStripMenuItem.CheckOnClick = true; this.versionColumnToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.versionColumnToolStripMenuItem.Name = "versionColumnToolStripMenuItem"; this.versionColumnToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.versionColumnToolStripMenuItem.Tag = "Version"; this.versionColumnToolStripMenuItem.Text = "バージョン"; this.versionColumnToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); // // summaryColumnToolStripMenuItem // this.summaryColumnToolStripMenuItem.Checked = true; this.summaryColumnToolStripMenuItem.CheckOnClick = true; this.summaryColumnToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.summaryColumnToolStripMenuItem.Name = "summaryColumnToolStripMenuItem"; this.summaryColumnToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.summaryColumnToolStripMenuItem.Tag = "Summary"; this.summaryColumnToolStripMenuItem.Text = "概要"; this.summaryColumnToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); // // packageListNameToolStripMenuItem // this.packageListNameToolStripMenuItem.CheckOnClick = true; this.packageListNameToolStripMenuItem.Name = "packageListNameToolStripMenuItem"; this.packageListNameToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.packageListNameToolStripMenuItem.Tag = "PackageListName"; this.packageListNameToolStripMenuItem.Text = "パッケージリスト名"; this.packageListNameToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); // // licenseToolStripMenuItem // this.licenseToolStripMenuItem.CheckOnClick = true; this.licenseToolStripMenuItem.Name = "licenseToolStripMenuItem"; this.licenseToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.licenseToolStripMenuItem.Tag = "License"; this.licenseToolStripMenuItem.Text = "ライセンス"; this.licenseToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); // // installDateToolStripMenuItem // this.installDateToolStripMenuItem.CheckOnClick = true; this.installDateToolStripMenuItem.Name = "installDateToolStripMenuItem"; this.installDateToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.installDateToolStripMenuItem.Tag = "InstallDate"; this.installDateToolStripMenuItem.Text = "インストールした日"; this.installDateToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); // // packageListViewImageList // this.packageListViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("packageListViewImageList.ImageStream"))); this.packageListViewImageList.TransparentColor = System.Drawing.Color.Transparent; this.packageListViewImageList.Images.SetKeyName(0, "available"); this.packageListViewImageList.Images.SetKeyName(1, "available-new"); this.packageListViewImageList.Images.SetKeyName(2, "sys"); // // detailBox // this.detailBox.BackColor = System.Drawing.SystemColors.Control; this.detailBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.detailBox.DetectUrls = false; this.detailBox.Dock = System.Windows.Forms.DockStyle.Fill; this.detailBox.ForeColor = System.Drawing.SystemColors.ControlText; this.detailBox.Location = new System.Drawing.Point(0, 0); this.detailBox.Name = "detailBox"; this.detailBox.ReadOnly = true; this.detailBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.detailBox.Size = new System.Drawing.Size(486, 81); this.detailBox.TabIndex = 0; this.detailBox.Text = ""; this.detailBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.DetailBoxLinkClicked); // // toolStripButton1 // this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 4); // // PackageListViewForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(492, 366); this.Controls.Add(this.tableLayoutPanel1); this.Name = "PackageListViewForm"; this.Text = "AppliStation"; this.Load += new System.EventHandler(this.Form_OnLoad); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.toolStripContainer.ResumeLayout(false); this.toolStripContainer.PerformLayout(); this.packageListFilterToolStrip.ResumeLayout(false); this.packageListFilterToolStrip.PerformLayout(); this.packageCommandsToolStrip.ResumeLayout(false); this.packageCommandsToolStrip.PerformLayout(); this.webResourceCommonContextMenuStrip.ResumeLayout(false); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); this.splitContainer.ResumeLayout(false); this.packageListContextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); } private System.Windows.Forms.ToolStripMenuItem downloadToolStripMenuItem; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripMenuItem softCollectionFileExportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem softCollectionFileImportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem installDateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem licenseToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem packageListNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem summaryColumnToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem versionColumnToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem nameColumnToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem webResourceToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem propertiesMenuItem; private AppliStation.Util.ToolStripPetitLauncherMenuItem installedDirectoryMenuItem; private System.Windows.Forms.ToolStripMenuItem webResourceMenuItem; private AppliStation.Util.ToolStripPetitLauncherMenuItem installedDirectoryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem webGoogleSearchMenuItem; private System.Windows.Forms.ToolStripMenuItem webOfficialMenuItem; private System.Windows.Forms.ContextMenuStrip webResourceCommonContextMenuStrip; private System.Windows.Forms.ToolStripMenuItem optionToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem localupdateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem; private System.Windows.Forms.ToolStripDropDownButton organizeToolStripDropDownButton1; private System.Windows.Forms.ImageList packageListViewImageList; private System.Windows.Forms.ToolStripDropDownButton informationToolStripDropDownButton; private System.Windows.Forms.ToolStripSeparator packageListContextMenuStripSeparator; private System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem; private System.Windows.Forms.RichTextBox detailBox; private System.Windows.Forms.SplitContainer splitContainer; private System.Windows.Forms.ToolStripPanel toolStripContainer; private System.Windows.Forms.ToolStripMenuItem installedSysPackageFilterToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem installedASPackageFilterToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem notInstalledPackageFilterToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem allPackageFilterToolStripMenuItem; private System.Windows.Forms.ToolStripDropDownButton packageFilterToolStripDropDownButton; private System.Windows.Forms.ToolStripButton upgradeToolStripButton; private System.Windows.Forms.ToolStripMenuItem uninstallToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem installToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip packageListContextMenuStrip; private System.Windows.Forms.ToolStripButton uninstallToolStripButton; private System.Windows.Forms.ToolStripButton installToolStripButton; private System.Windows.Forms.ToolStrip packageCommandsToolStrip; private System.Windows.Forms.ToolStrip packageListFilterToolStrip; private AppliStation.Util.ToolStripWeb2LikeTextBox searchTextBox; private AppliStation.PackageListView packageListView; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }