OSDN Git Service

AppliStation-GUI,プロキシ設定GUIの改善
[applistation/AppliStation.git] / AppliStation / InstallationConfirmForm.Designer.cs
index c8a6128..145cb1b 100644 (file)
@@ -31,6 +31,8 @@ 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
                        this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
                        this.btnPanel = new System.Windows.Forms.FlowLayoutPanel();\r
                        this.runasCheckBox = new System.Windows.Forms.CheckBox();\r
@@ -41,9 +43,13 @@ namespace AppliStation
                        this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();\r
                        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.instListViewContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);\r
-                       this.selectAllPackagesStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
-                       this.unselectAllPackagesStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
+                       this.silentInstallStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
+                       this.instListToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();\r
+                       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.tableLayoutPanel1.SuspendLayout();\r
                        this.btnPanel.SuspendLayout();\r
                        this.instListViewContextMenuStrip.SuspendLayout();\r
@@ -130,20 +136,31 @@ namespace AppliStation
                        this.instsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
                                                                        this.nameColumnHeader,\r
                                                                        this.versionColumnHeader,\r
-                                                                       this.currentVersionColumnHeader});\r
+                                                                       this.currentVersionColumnHeader,\r
+                                                                       this.silentInstColumnHeader});\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.Name = "install";\r
+                       listViewGroup2.Header = "動作させるのに必要なソフト";\r
+                       listViewGroup2.Name = "requires";\r
+                       this.instsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {\r
+                                                                       listViewGroup1,\r
+                                                                       listViewGroup2});\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
-                       this.instsListView.Name = "packageListView";\r
+                       this.instsListView.Name = "instsListView";\r
+                       this.instsListView.OwnerDraw = true;\r
                        this.instsListView.ShowItemToolTips = true;\r
                        this.instsListView.Size = new System.Drawing.Size(382, 173);\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.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.InstsListViewColumnClick);\r
+                       this.instsListView.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.InstsListViewDrawSubItem);\r
                        // \r
                        // nameColumnHeader\r
                        // \r
@@ -153,37 +170,62 @@ namespace AppliStation
                        // versionColumnHeader\r
                        // \r
                        this.versionColumnHeader.Text = "バージョン";\r
-                       this.versionColumnHeader.Width = 52;\r
+                       this.versionColumnHeader.Width = 64;\r
                        // \r
                        // currentVersionColumnHeader\r
                        // \r
                        this.currentVersionColumnHeader.Text = "現バージョン";\r
-                       this.currentVersionColumnHeader.Width = 52;\r
+                       this.currentVersionColumnHeader.Width = 64;\r
                        // \r
-                       // instsListViewContextMenuStrip\r
+                       // silentInstColumnHeader\r
+                       // \r
+                       this.silentInstColumnHeader.Text = "自動インストール";\r
+                       this.silentInstColumnHeader.Width = 28;\r
+                       // \r
+                       // instListViewContextMenuStrip\r
                        // \r
                        this.instListViewContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-                                                                       this.selectAllPackagesStripMenuItem,\r
-                                                                       this.unselectAllPackagesStripMenuItem});\r
+                                                                       this.silentInstallStripMenuItem,\r
+                                                                       this.instListToolStripSeparator,\r
+                                                                       this.selectAllInstsStripMenuItem,\r
+                                                                       this.unselectAllInstsStripMenuItem});\r
                        this.instListViewContextMenuStrip.Name = "packageListViewContextMenuStrip";\r
-                       this.instListViewContextMenuStrip.Size = new System.Drawing.Size(175, 48);\r
+                       this.instListViewContextMenuStrip.Size = new System.Drawing.Size(263, 76);\r
                        this.instListViewContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.InstsListViewContextMenuStripOpening);\r
                        // \r
-                       // selectAllPackagesStripMenuItem\r
+                       // silentInstallStripMenuItem\r
+                       // \r
+                       this.silentInstallStripMenuItem.Name = "silentInstallStripMenuItem";\r
+                       this.silentInstallStripMenuItem.Size = new System.Drawing.Size(262, 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
+                       // \r
+                       // selectAllInstsStripMenuItem\r
+                       // \r
+                       this.selectAllInstsStripMenuItem.Name = "selectAllInstsStripMenuItem";\r
+                       this.selectAllInstsStripMenuItem.Size = new System.Drawing.Size(262, 22);\r
+                       this.selectAllInstsStripMenuItem.Text = "全て選択(&A)";\r
+                       this.selectAllInstsStripMenuItem.Click += new System.EventHandler(this.SelectAllInstsStripMenuItemClick);\r
+                       // \r
+                       // unselectAllInstsStripMenuItem\r
                        // \r
-                       this.selectAllPackagesStripMenuItem.Name = "selectAllPackagesStripMenuItem";\r
-                       this.selectAllPackagesStripMenuItem.Size = new System.Drawing.Size(174, 22);\r
-                       this.selectAllPackagesStripMenuItem.Text = "全て選択(&A)";\r
-                       this.selectAllPackagesStripMenuItem.Click += new System.EventHandler(this.SelectAllInstsStripMenuItemClick);\r
+                       this.unselectAllInstsStripMenuItem.Name = "unselectAllInstsStripMenuItem";\r
+                       this.unselectAllInstsStripMenuItem.Size = new System.Drawing.Size(262, 22);\r
+                       this.unselectAllInstsStripMenuItem.Text = "全ての選択を解除(&U)";\r
+                       this.unselectAllInstsStripMenuItem.Click += new System.EventHandler(this.UnselectAllInstsStripMenuItemClick);\r
                        // \r
-                       // unselectAllPackagesStripMenuItem\r
+                       // instListViewSilentInstallImageList\r
                        // \r
-                       this.unselectAllPackagesStripMenuItem.Name = "unselectAllPackagesStripMenuItem";\r
-                       this.unselectAllPackagesStripMenuItem.Size = new System.Drawing.Size(174, 22);\r
-                       this.unselectAllPackagesStripMenuItem.Text = "全ての選択を解除(&U)";\r
-                       this.unselectAllPackagesStripMenuItem.Click += new System.EventHandler(this.UnselectAllInstsStripMenuItemClick);\r
+                       this.instListViewSilentInstallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("instListViewSilentInstallImageList.ImageStream")));\r
+                       this.instListViewSilentInstallImageList.TransparentColor = System.Drawing.Color.Transparent;\r
+                       this.instListViewSilentInstallImageList.Images.SetKeyName(0, "automatic-install.png");\r
                        // \r
-                       // PackagesInstallConfirmForm\r
+                       // InstallationConfirmForm\r
                        // \r
                        this.AcceptButton = this.okButton;\r
                        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
@@ -192,11 +234,12 @@ namespace AppliStation
                        this.ClientSize = new System.Drawing.Size(392, 266);\r
                        this.Controls.Add(this.tableLayoutPanel1);\r
                        this.MaximizeBox = false;\r
-                       this.Name = "PackagesInstallConfirmForm";\r
+                       this.Name = "InstallationConfirmForm";\r
                        this.ShowIcon = false;\r
                        this.ShowInTaskbar = false;\r
                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
                        this.Text = "ソフトのインストール";\r
+                       this.Shown += new System.EventHandler(this.InstallationConfirmFormShown);\r
                        this.tableLayoutPanel1.ResumeLayout(false);\r
                        this.tableLayoutPanel1.PerformLayout();\r
                        this.btnPanel.ResumeLayout(false);\r
@@ -204,8 +247,12 @@ namespace AppliStation
                        this.instListViewContextMenuStrip.ResumeLayout(false);\r
                        this.ResumeLayout(false);\r
                }\r
-               private System.Windows.Forms.ToolStripMenuItem unselectAllPackagesStripMenuItem;\r
-               private System.Windows.Forms.ToolStripMenuItem selectAllPackagesStripMenuItem;\r
+               private System.Windows.Forms.ImageList instListViewSilentInstallImageList;\r
+               private System.Windows.Forms.ColumnHeader silentInstColumnHeader;\r
+               private System.Windows.Forms.ToolStripSeparator instListToolStripSeparator;\r
+               private System.Windows.Forms.ToolStripMenuItem silentInstallStripMenuItem;\r
+               private System.Windows.Forms.ToolStripMenuItem unselectAllInstsStripMenuItem;\r
+               private System.Windows.Forms.ToolStripMenuItem selectAllInstsStripMenuItem;\r
                private System.Windows.Forms.ContextMenuStrip instListViewContextMenuStrip;\r
                private System.Windows.Forms.CheckBox runasCheckBox;\r
                private System.Windows.Forms.ColumnHeader currentVersionColumnHeader;\r