this.selectAllInstsStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
this.unselectAllInstsStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
this.instListViewSilentInstallImageList = new System.Windows.Forms.ImageList(this.components);\r
+ this.pkgListNameColumnHeader = new System.Windows.Forms.ColumnHeader();\r
this.tableLayoutPanel1.SuspendLayout();\r
this.btnPanel.SuspendLayout();\r
this.instListViewContextMenuStrip.SuspendLayout();\r
this.nameColumnHeader,\r
this.versionColumnHeader,\r
this.currentVersionColumnHeader,\r
- this.silentInstColumnHeader});\r
+ this.silentInstColumnHeader,\r
+ this.pkgListNameColumnHeader});\r
this.instsListView.ContextMenuStrip = this.instListViewContextMenuStrip;\r
this.instsListView.Dock = System.Windows.Forms.DockStyle.Fill;\r
this.instsListView.GridLines = true;\r
this.instsListView.TabIndex = 2;\r
this.instsListView.UseCompatibleStateImageBehavior = false;\r
this.instsListView.View = System.Windows.Forms.View.Details;\r
- this.instsListView.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.InstsListViewDrawColumnHeader);\r
this.instsListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.InstsListViewItemChecked);\r
this.instsListView.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.InstsListViewDrawSubItem);\r
+ this.instsListView.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.InstsListViewDrawColumnHeader);\r
// \r
// nameColumnHeader\r
// \r
this.selectAllInstsStripMenuItem,\r
this.unselectAllInstsStripMenuItem});\r
this.instListViewContextMenuStrip.Name = "packageListViewContextMenuStrip";\r
- this.instListViewContextMenuStrip.Size = new System.Drawing.Size(263, 76);\r
+ this.instListViewContextMenuStrip.Size = new System.Drawing.Size(220, 76);\r
this.instListViewContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.InstsListViewContextMenuStripOpening);\r
// \r
// silentInstallStripMenuItem\r
// \r
this.silentInstallStripMenuItem.Name = "silentInstallStripMenuItem";\r
- this.silentInstallStripMenuItem.Size = new System.Drawing.Size(262, 22);\r
+ this.silentInstallStripMenuItem.Size = new System.Drawing.Size(219, 22);\r
this.silentInstallStripMenuItem.Text = "サイレントインストールをする(&S)";\r
this.silentInstallStripMenuItem.Click += new System.EventHandler(this.SilentInstallStripMenuItemClick);\r
// \r
// instListToolStripSeparator\r
// \r
this.instListToolStripSeparator.Name = "instListToolStripSeparator";\r
- this.instListToolStripSeparator.Size = new System.Drawing.Size(259, 6);\r
+ this.instListToolStripSeparator.Size = new System.Drawing.Size(216, 6);\r
// \r
// selectAllInstsStripMenuItem\r
// \r
this.selectAllInstsStripMenuItem.Name = "selectAllInstsStripMenuItem";\r
- this.selectAllInstsStripMenuItem.Size = new System.Drawing.Size(262, 22);\r
+ this.selectAllInstsStripMenuItem.Size = new System.Drawing.Size(219, 22);\r
this.selectAllInstsStripMenuItem.Text = "全て選択(&A)";\r
this.selectAllInstsStripMenuItem.Click += new System.EventHandler(this.SelectAllInstsStripMenuItemClick);\r
// \r
// unselectAllInstsStripMenuItem\r
// \r
this.unselectAllInstsStripMenuItem.Name = "unselectAllInstsStripMenuItem";\r
- this.unselectAllInstsStripMenuItem.Size = new System.Drawing.Size(262, 22);\r
+ this.unselectAllInstsStripMenuItem.Size = new System.Drawing.Size(219, 22);\r
this.unselectAllInstsStripMenuItem.Text = "全ての選択を解除(&U)";\r
this.unselectAllInstsStripMenuItem.Click += new System.EventHandler(this.UnselectAllInstsStripMenuItemClick);\r
// \r
this.instListViewSilentInstallImageList.TransparentColor = System.Drawing.Color.Transparent;\r
this.instListViewSilentInstallImageList.Images.SetKeyName(0, "automatic-install.png");\r
// \r
+ // repoNameColumnHeader\r
+ // \r
+ this.pkgListNameColumnHeader.Text = "レポジトリ";\r
+ // \r
// InstallationConfirmForm\r
// \r
this.AcceptButton = this.okButton;\r
this.instListViewContextMenuStrip.ResumeLayout(false);\r
this.ResumeLayout(false);\r
}\r
+ private System.Windows.Forms.ColumnHeader pkgListNameColumnHeader;\r
private System.Windows.Forms.ImageList instListViewSilentInstallImageList;\r
private System.Windows.Forms.ColumnHeader silentInstColumnHeader;\r
private System.Windows.Forms.ToolStripSeparator instListToolStripSeparator;\r