OSDN Git Service

進捗ダイアログのキャプションメッセージ部のフォントがメイリオ固定に変化してしまっていたので修正 (b718f8d6e14f5c70f274f2d345cae588dc32...
[applistation/AppliStation.git] / AppliStation / InstallationConfirmForm.Designer.cs
index 145cb1b..4ddfaf7 100644 (file)
@@ -31,8 +31,9 @@ namespace AppliStation
                {\r
                        this.components = new System.ComponentModel.Container();\r
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallationConfirmForm));\r
-                       System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("インストール(またはアップグレード)するソフト", System.Windows.Forms.HorizontalAlignment.Left);\r
-                       System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("動作させるのに必要なソフト", System.Windows.Forms.HorizontalAlignment.Left);\r
+                       System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("インストールするソフト", System.Windows.Forms.HorizontalAlignment.Left);\r
+                       System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("アップデートするソフト", System.Windows.Forms.HorizontalAlignment.Left);\r
+                       System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("動作させるのに必要なソフト", System.Windows.Forms.HorizontalAlignment.Left);\r
                        this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
                        this.btnPanel = new System.Windows.Forms.FlowLayoutPanel();\r
                        this.runasCheckBox = new System.Windows.Forms.CheckBox();\r
@@ -44,6 +45,7 @@ namespace AppliStation
                        this.versionColumnHeader = new System.Windows.Forms.ColumnHeader();\r
                        this.currentVersionColumnHeader = new System.Windows.Forms.ColumnHeader();\r
                        this.silentInstColumnHeader = new System.Windows.Forms.ColumnHeader();\r
+                       this.pkgListNameColumnHeader = new System.Windows.Forms.ColumnHeader();\r
                        this.instListViewContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);\r
                        this.silentInstallStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
                        this.instListToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();\r
@@ -137,17 +139,21 @@ namespace AppliStation
                                                                        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
-                       listViewGroup1.Header = "インストール(またはアップグレード)するソフト";\r
+                       listViewGroup1.Header = "インストールするソフト";\r
                        listViewGroup1.Name = "install";\r
-                       listViewGroup2.Header = "動作させるのに必要なソフト";\r
-                       listViewGroup2.Name = "requires";\r
+                       listViewGroup2.Header = "アップデートするソフト";\r
+                       listViewGroup2.Name = "update";\r
+                       listViewGroup3.Header = "動作させるのに必要なソフト";\r
+                       listViewGroup3.Name = "requires";\r
                        this.instsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {\r
                                                                        listViewGroup1,\r
-                                                                       listViewGroup2});\r
+                                                                       listViewGroup2,\r
+                                                                       listViewGroup3});\r
                        this.instsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
                        this.instsListView.Location = new System.Drawing.Point(5, 53);\r
                        this.instsListView.Margin = new System.Windows.Forms.Padding(5, 3, 5, 5);\r
@@ -182,6 +188,10 @@ namespace AppliStation
                        this.silentInstColumnHeader.Text = "自動インストール";\r
                        this.silentInstColumnHeader.Width = 28;\r
                        // \r
+                       // pkgListNameColumnHeader\r
+                       // \r
+                       this.pkgListNameColumnHeader.Text = "レポジトリ";\r
+                       // \r
                        // instListViewContextMenuStrip\r
                        // \r
                        this.instListViewContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
@@ -247,6 +257,7 @@ namespace AppliStation
                        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