OSDN Git Service

AppliStation-GUI,インストール除外設定リストの設定方法をポップアップヒントからラベルに変更
[applistation/AppliStation.git] / AppliStation / UserPrefForm.Designer.cs
index ebc3a08..8ccd8e1 100644 (file)
                /// </summary>\r
                private void InitializeComponent()\r
                {\r
+                       this.components = new System.ComponentModel.Container();\r
+                       System.Windows.Forms.Label upgradeExcludeDescLabel;\r
+                       this.proxyURLLabel = new System.Windows.Forms.Label();\r
                        this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
-                       this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();\r
+                       this.buttonsPanel = new System.Windows.Forms.FlowLayoutPanel();\r
                        this.okButton = new System.Windows.Forms.Button();\r
                        this.cancelButton = new System.Windows.Forms.Button();\r
                        this.tabControl = new System.Windows.Forms.TabControl();\r
                        this.repoUrlTextBox = new System.Windows.Forms.TextBox();\r
                        this.repoUrlLabel = new System.Windows.Forms.Label();\r
                        this.repoListLabel = new System.Windows.Forms.Label();\r
+                       this.networkTabPage = new System.Windows.Forms.TabPage();\r
+                       this.proxyGroupBox = new System.Windows.Forms.GroupBox();\r
+                       this.proxyTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
+                       this.proxySameAsIERadioButton = new System.Windows.Forms.RadioButton();\r
+                       this.directConnRadioButton = new System.Windows.Forms.RadioButton();\r
+                       this.specifyProxyRadioButton = new System.Windows.Forms.RadioButton();\r
+                       this.proxyURLTextBox = new System.Windows.Forms.TextBox();\r
+                       this.openInternetOptionLinkLabel = new System.Windows.Forms.LinkLabel();\r
+                       this.openInternetOptionLinkAdminLabel = new System.Windows.Forms.LinkLabel();\r
+                       this.installTabPage = new System.Windows.Forms.TabPage();\r
+                       this.installTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
+                       this.installScanInstallerFileCheckbox = new System.Windows.Forms.CheckBox();\r
+                       this.installOnBackgroundCheckBox = new System.Windows.Forms.CheckBox();\r
+                       this.cacheFolderGroupBox = new System.Windows.Forms.GroupBox();\r
+                       this.cacheFolderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
+                       this.cacheFolderCustomCheckBox = new System.Windows.Forms.CheckBox();\r
+                       this.cacheFolderTextBox = new System.Windows.Forms.TextBox();\r
+                       this.cacheFolderBrowseButton = new System.Windows.Forms.Button();\r
+                       this.cacheFolderOpenLinkLabel = new System.Windows.Forms.LinkLabel();\r
+                       this.upgradeTabPage = new System.Windows.Forms.TabPage();\r
+                       this.upgradeTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
+                       this.upgradeExcludeLabel = new System.Windows.Forms.Label();\r
+                       this.upgradeExcludeTextBox = new System.Windows.Forms.TextBox();\r
+                       this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
+                       this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);\r
+                       upgradeExcludeDescLabel = new System.Windows.Forms.Label();\r
                        this.tableLayoutPanel.SuspendLayout();\r
-                       this.flowLayoutPanel1.SuspendLayout();\r
+                       this.buttonsPanel.SuspendLayout();\r
                        this.tabControl.SuspendLayout();\r
                        this.reposListTabPage.SuspendLayout();\r
                        this.repoTableLayoutPanel.SuspendLayout();\r
                        this.repoBtnsFlowLayoutPanel.SuspendLayout();\r
+                       this.networkTabPage.SuspendLayout();\r
+                       this.proxyGroupBox.SuspendLayout();\r
+                       this.proxyTableLayoutPanel.SuspendLayout();\r
+                       this.installTabPage.SuspendLayout();\r
+                       this.installTableLayoutPanel.SuspendLayout();\r
+                       this.cacheFolderGroupBox.SuspendLayout();\r
+                       this.cacheFolderTableLayoutPanel.SuspendLayout();\r
+                       this.upgradeTabPage.SuspendLayout();\r
+                       this.upgradeTableLayoutPanel.SuspendLayout();\r
+                       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();\r
                        this.SuspendLayout();\r
                        // \r
+                       // proxyURLLabel\r
+                       // \r
+                       this.proxyURLLabel.AutoSize = true;\r
+                       this.proxyURLLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.proxyURLLabel.Location = new System.Drawing.Point(23, 90);\r
+                       this.proxyURLLabel.Name = "proxyURLLabel";\r
+                       this.proxyURLLabel.Size = new System.Drawing.Size(91, 25);\r
+                       this.proxyURLLabel.TabIndex = 3;\r
+                       this.proxyURLLabel.Text = "プロキシのURL(&U)";\r
+                       this.proxyURLLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+                       this.toolTip.SetToolTip(this.proxyURLLabel, "プロキシサーバーをURLの形式で指定します。\r\n書式は「http://サーバ名:ポート番号/」です");\r
+                       // \r
                        // tableLayoutPanel\r
                        // \r
                        this.tableLayoutPanel.ColumnCount = 1;\r
                        this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
-                       this.tableLayoutPanel.Controls.Add(this.flowLayoutPanel1, 0, 1);\r
+                       this.tableLayoutPanel.Controls.Add(this.buttonsPanel, 0, 1);\r
                        this.tableLayoutPanel.Controls.Add(this.tabControl, 0, 0);\r
                        this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);\r
                        this.tableLayoutPanel.Size = new System.Drawing.Size(464, 283);\r
                        this.tableLayoutPanel.TabIndex = 0;\r
                        // \r
-                       // flowLayoutPanel1\r
+                       // buttonsPanel\r
                        // \r
-                       this.flowLayoutPanel1.AutoSize = true;\r
-                       this.flowLayoutPanel1.Controls.Add(this.okButton);\r
-                       this.flowLayoutPanel1.Controls.Add(this.cancelButton);\r
-                       this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;\r
-                       this.flowLayoutPanel1.Location = new System.Drawing.Point(294, 250);\r
-                       this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);\r
-                       this.flowLayoutPanel1.Name = "flowLayoutPanel1";\r
-                       this.flowLayoutPanel1.Size = new System.Drawing.Size(170, 33);\r
-                       this.flowLayoutPanel1.TabIndex = 14;\r
+                       this.buttonsPanel.AutoSize = true;\r
+                       this.buttonsPanel.Controls.Add(this.okButton);\r
+                       this.buttonsPanel.Controls.Add(this.cancelButton);\r
+                       this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Right;\r
+                       this.buttonsPanel.Location = new System.Drawing.Point(294, 250);\r
+                       this.buttonsPanel.Margin = new System.Windows.Forms.Padding(0);\r
+                       this.buttonsPanel.Name = "buttonsPanel";\r
+                       this.buttonsPanel.Size = new System.Drawing.Size(170, 33);\r
+                       this.buttonsPanel.TabIndex = 14;\r
                        // \r
                        // okButton\r
                        // \r
                        // tabControl\r
                        // \r
                        this.tabControl.Controls.Add(this.reposListTabPage);\r
+                       this.tabControl.Controls.Add(this.networkTabPage);\r
+                       this.tabControl.Controls.Add(this.installTabPage);\r
+                       this.tabControl.Controls.Add(this.upgradeTabPage);\r
                        this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.tabControl.Location = new System.Drawing.Point(5, 5);\r
                        this.tabControl.Margin = new System.Windows.Forms.Padding(5);\r
                        // reposListTabPage\r
                        // \r
                        this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel);\r
-                       this.reposListTabPage.Location = new System.Drawing.Point(4, 22);\r
+                       this.reposListTabPage.Location = new System.Drawing.Point(4, 21);\r
                        this.reposListTabPage.Name = "reposListTabPage";\r
                        this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3);\r
-                       this.reposListTabPage.Size = new System.Drawing.Size(446, 214);\r
+                       this.reposListTabPage.Size = new System.Drawing.Size(446, 215);\r
                        this.reposListTabPage.TabIndex = 0;\r
                        this.reposListTabPage.Text = "レポジトリ";\r
                        // \r
                        this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
                        this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
-                       this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 208);\r
+                       this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 209);\r
                        this.repoTableLayoutPanel.TabIndex = 1;\r
                        // \r
                        // repoListCheckedListBox\r
                        this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15);\r
                        this.repoListCheckedListBox.Name = "repoListCheckedListBox";\r
                        this.repoListCheckedListBox.ScrollAlwaysVisible = true;\r
-                       this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 165);\r
+                       this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 166);\r
                        this.repoListCheckedListBox.TabIndex = 1;\r
                        this.repoListCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.RepoListCheckedListBoxSelectedIndexChanged);\r
                        this.repoListCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.RepoListCheckedListBoxItemCheck);\r
                        this.repoUrlTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.repoUrlTextBox.Enabled = false;\r
                        this.repoUrlTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
-                       this.repoUrlTextBox.Location = new System.Drawing.Point(122, 186);\r
+                       this.repoUrlTextBox.Location = new System.Drawing.Point(122, 187);\r
                        this.repoUrlTextBox.Name = "repoUrlTextBox";\r
                        this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19);\r
                        this.repoUrlTextBox.TabIndex = 3;\r
-                       this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave);\r
+                       this.repoUrlTextBox.Validated += new System.EventHandler(this.RepoUrlTextBoxValidated);\r
+                       this.repoUrlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.RepoUrlTextBoxValidating);\r
                        // \r
                        // repoUrlLabel\r
                        // \r
                        this.repoUrlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
                        this.repoUrlLabel.AutoSize = true;\r
                        this.repoUrlLabel.Enabled = false;\r
-                       this.repoUrlLabel.Location = new System.Drawing.Point(3, 189);\r
+                       this.repoUrlLabel.Location = new System.Drawing.Point(3, 190);\r
                        this.repoUrlLabel.Name = "repoUrlLabel";\r
                        this.repoUrlLabel.Size = new System.Drawing.Size(113, 12);\r
                        this.repoUrlLabel.TabIndex = 2;\r
                        this.repoUrlLabel.Text = "レポジトリのアドレス(&A):";\r
+                       this.repoUrlLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
                        // \r
                        // repoListLabel\r
                        // \r
                        this.repoListLabel.TabIndex = 0;\r
                        this.repoListLabel.Text = "ソフトリストを取得するレポジトリ(&L):";\r
                        // \r
+                       // networkTabPage\r
+                       // \r
+                       this.networkTabPage.Controls.Add(this.proxyGroupBox);\r
+                       this.networkTabPage.Location = new System.Drawing.Point(4, 21);\r
+                       this.networkTabPage.Name = "networkTabPage";\r
+                       this.networkTabPage.Padding = new System.Windows.Forms.Padding(3);\r
+                       this.networkTabPage.Size = new System.Drawing.Size(446, 215);\r
+                       this.networkTabPage.TabIndex = 1;\r
+                       this.networkTabPage.Text = "接続";\r
+                       // \r
+                       // proxyGroupBox\r
+                       // \r
+                       this.proxyGroupBox.Controls.Add(this.proxyTableLayoutPanel);\r
+                       this.proxyGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.proxyGroupBox.Location = new System.Drawing.Point(3, 3);\r
+                       this.proxyGroupBox.Name = "proxyGroupBox";\r
+                       this.proxyGroupBox.Size = new System.Drawing.Size(440, 209);\r
+                       this.proxyGroupBox.TabIndex = 1;\r
+                       this.proxyGroupBox.TabStop = false;\r
+                       this.proxyGroupBox.Text = "プロキシサーバー";\r
+                       // \r
+                       // proxyTableLayoutPanel\r
+                       // \r
+                       this.proxyTableLayoutPanel.ColumnCount = 3;\r
+                       this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
+                       this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+                       this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.proxySameAsIERadioButton, 0, 0);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.directConnRadioButton, 0, 3);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.specifyProxyRadioButton, 0, 4);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.proxyURLLabel, 1, 5);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.proxyURLTextBox, 2, 5);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.openInternetOptionLinkLabel, 1, 1);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.openInternetOptionLinkAdminLabel, 1, 2);\r
+                       this.proxyTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.proxyTableLayoutPanel.Location = new System.Drawing.Point(3, 15);\r
+                       this.proxyTableLayoutPanel.Name = "proxyTableLayoutPanel";\r
+                       this.proxyTableLayoutPanel.RowCount = 7;\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.proxyTableLayoutPanel.Size = new System.Drawing.Size(434, 191);\r
+                       this.proxyTableLayoutPanel.TabIndex = 0;\r
+                       // \r
+                       // proxySameAsIERadioButton\r
+                       // \r
+                       this.proxySameAsIERadioButton.AutoSize = true;\r
+                       this.proxyTableLayoutPanel.SetColumnSpan(this.proxySameAsIERadioButton, 3);\r
+                       this.proxySameAsIERadioButton.Location = new System.Drawing.Point(3, 3);\r
+                       this.proxySameAsIERadioButton.Name = "proxySameAsIERadioButton";\r
+                       this.proxySameAsIERadioButton.Size = new System.Drawing.Size(219, 16);\r
+                       this.proxySameAsIERadioButton.TabIndex = 0;\r
+                       this.proxySameAsIERadioButton.TabStop = true;\r
+                       this.proxySameAsIERadioButton.Text = "インターネットオプションと同じ設定を使う(&I)";\r
+                       this.proxySameAsIERadioButton.UseVisualStyleBackColor = true;\r
+                       this.proxySameAsIERadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
+                       // \r
+                       // directConnRadioButton\r
+                       // \r
+                       this.directConnRadioButton.AutoSize = true;\r
+                       this.proxyTableLayoutPanel.SetColumnSpan(this.directConnRadioButton, 3);\r
+                       this.directConnRadioButton.Location = new System.Drawing.Point(3, 49);\r
+                       this.directConnRadioButton.Name = "directConnRadioButton";\r
+                       this.directConnRadioButton.Size = new System.Drawing.Size(234, 16);\r
+                       this.directConnRadioButton.TabIndex = 1;\r
+                       this.directConnRadioButton.TabStop = true;\r
+                       this.directConnRadioButton.Text = "プロキシサーバーを使わずに直接接続する(&D)";\r
+                       this.directConnRadioButton.UseVisualStyleBackColor = true;\r
+                       this.directConnRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
+                       // \r
+                       // specifyProxyRadioButton\r
+                       // \r
+                       this.specifyProxyRadioButton.AutoSize = true;\r
+                       this.proxyTableLayoutPanel.SetColumnSpan(this.specifyProxyRadioButton, 3);\r
+                       this.specifyProxyRadioButton.Location = new System.Drawing.Point(3, 71);\r
+                       this.specifyProxyRadioButton.Name = "specifyProxyRadioButton";\r
+                       this.specifyProxyRadioButton.Size = new System.Drawing.Size(211, 16);\r
+                       this.specifyProxyRadioButton.TabIndex = 2;\r
+                       this.specifyProxyRadioButton.TabStop = true;\r
+                       this.specifyProxyRadioButton.Text = "接続に指定のプロキシサーバーを使う(&S)";\r
+                       this.specifyProxyRadioButton.UseVisualStyleBackColor = true;\r
+                       this.specifyProxyRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
+                       // \r
+                       // proxyURLTextBox\r
+                       // \r
+                       this.proxyURLTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.proxyURLTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
+                       this.proxyURLTextBox.Location = new System.Drawing.Point(120, 93);\r
+                       this.proxyURLTextBox.Name = "proxyURLTextBox";\r
+                       this.proxyURLTextBox.Size = new System.Drawing.Size(311, 19);\r
+                       this.proxyURLTextBox.TabIndex = 4;\r
+                       this.proxyURLTextBox.Text = "http://localhost:8080/";\r
+                       // \r
+                       // openInternetOptionLinkLabel\r
+                       // \r
+                       this.openInternetOptionLinkLabel.AutoSize = true;\r
+                       this.proxyTableLayoutPanel.SetColumnSpan(this.openInternetOptionLinkLabel, 2);\r
+                       this.openInternetOptionLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
+                       this.openInternetOptionLinkLabel.Location = new System.Drawing.Point(23, 22);\r
+                       this.openInternetOptionLinkLabel.Name = "openInternetOptionLinkLabel";\r
+                       this.openInternetOptionLinkLabel.Size = new System.Drawing.Size(136, 12);\r
+                       this.openInternetOptionLinkLabel.TabIndex = 5;\r
+                       this.openInternetOptionLinkLabel.TabStop = true;\r
+                       this.openInternetOptionLinkLabel.Text = "インターネットオプションを開く";\r
+                       this.toolTip.SetToolTip(this.openInternetOptionLinkLabel, "インターネットオプション設定でWindowsのプロキシ設定を参照できます。");\r
+                       this.openInternetOptionLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
+                       this.openInternetOptionLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenInternetOptionLinkLabelLinkClicked);\r
+                       // \r
+                       // openInternetOptionLinkAdminLabel\r
+                       // \r
+                       this.openInternetOptionLinkAdminLabel.AutoSize = true;\r
+                       this.proxyTableLayoutPanel.SetColumnSpan(this.openInternetOptionLinkAdminLabel, 2);\r
+                       this.openInternetOptionLinkAdminLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
+                       this.openInternetOptionLinkAdminLabel.Location = new System.Drawing.Point(23, 34);\r
+                       this.openInternetOptionLinkAdminLabel.Name = "openInternetOptionLinkAdminLabel";\r
+                       this.openInternetOptionLinkAdminLabel.Size = new System.Drawing.Size(206, 12);\r
+                       this.openInternetOptionLinkAdminLabel.TabIndex = 5;\r
+                       this.openInternetOptionLinkAdminLabel.TabStop = true;\r
+                       this.openInternetOptionLinkAdminLabel.Text = "管理者権限のインターネットオプションを開く";\r
+                       this.toolTip.SetToolTip(this.openInternetOptionLinkAdminLabel, "管理者権限でインストールする場合、管理者権限のインターネットオプションを使用します。現在使用しているユーザが管理者権限を持たない場合、管理者権限のインターネットオ" +\r
+                                               "プションも設定する必要があります。");\r
+                       this.openInternetOptionLinkAdminLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
+                       this.openInternetOptionLinkAdminLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenInternetOptionLinkLabelLinkClicked);\r
+                       // \r
+                       // installTabPage\r
+                       // \r
+                       this.installTabPage.Controls.Add(this.installTableLayoutPanel);\r
+                       this.installTabPage.Location = new System.Drawing.Point(4, 21);\r
+                       this.installTabPage.Name = "installTabPage";\r
+                       this.installTabPage.Padding = new System.Windows.Forms.Padding(3);\r
+                       this.installTabPage.Size = new System.Drawing.Size(446, 215);\r
+                       this.installTabPage.TabIndex = 2;\r
+                       this.installTabPage.Text = "インストール";\r
+                       // \r
+                       // installTableLayoutPanel\r
+                       // \r
+                       this.installTableLayoutPanel.ColumnCount = 1;\r
+                       this.installTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.installTableLayoutPanel.Controls.Add(this.installScanInstallerFileCheckbox, 0, 0);\r
+                       this.installTableLayoutPanel.Controls.Add(this.installOnBackgroundCheckBox, 0, 1);\r
+                       this.installTableLayoutPanel.Controls.Add(this.cacheFolderGroupBox, 0, 2);\r
+                       this.installTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.installTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
+                       this.installTableLayoutPanel.Name = "installTableLayoutPanel";\r
+                       this.installTableLayoutPanel.RowCount = 4;\r
+                       this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.installTableLayoutPanel.Size = new System.Drawing.Size(440, 209);\r
+                       this.installTableLayoutPanel.TabIndex = 1;\r
+                       // \r
+                       // installScanInstallerFileCheckbox\r
+                       // \r
+                       this.installScanInstallerFileCheckbox.AutoSize = true;\r
+                       this.installScanInstallerFileCheckbox.Location = new System.Drawing.Point(3, 3);\r
+                       this.installScanInstallerFileCheckbox.Name = "installScanInstallerFileCheckbox";\r
+                       this.installScanInstallerFileCheckbox.Size = new System.Drawing.Size(237, 16);\r
+                       this.installScanInstallerFileCheckbox.TabIndex = 0;\r
+                       this.installScanInstallerFileCheckbox.Text = "インストーラーファイルをウイルススキャンする(&S)";\r
+                       this.toolTip.SetToolTip(this.installScanInstallerFileCheckbox, "インストーラーファイルをダウンロードしたら直ちにウイルススキャンを行い、コンピューターへの脅威を取り除きます。");\r
+                       this.installScanInstallerFileCheckbox.UseVisualStyleBackColor = true;\r
+                       // \r
+                       // installOnBackgroundCheckBox\r
+                       // \r
+                       this.installOnBackgroundCheckBox.AutoSize = true;\r
+                       this.installOnBackgroundCheckBox.Location = new System.Drawing.Point(3, 25);\r
+                       this.installOnBackgroundCheckBox.Name = "installOnBackgroundCheckBox";\r
+                       this.installOnBackgroundCheckBox.Size = new System.Drawing.Size(306, 16);\r
+                       this.installOnBackgroundCheckBox.TabIndex = 1;\r
+                       this.installOnBackgroundCheckBox.Text = "インストール・アンインストール処理を優先度を下げて実行(&P)";\r
+                       this.toolTip.SetToolTip(this.installOnBackgroundCheckBox, "ロースペックなPCであっても、インストール・アンインストール処理中に快適に他の作業を行えるよう優先度を下げることができます。");\r
+                       this.installOnBackgroundCheckBox.UseVisualStyleBackColor = true;\r
+                       // \r
+                       // cacheFolderGroupBox\r
+                       // \r
+                       this.cacheFolderGroupBox.AutoSize = true;\r
+                       this.cacheFolderGroupBox.Controls.Add(this.cacheFolderTableLayoutPanel);\r
+                       this.cacheFolderGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.cacheFolderGroupBox.Location = new System.Drawing.Point(3, 47);\r
+                       this.cacheFolderGroupBox.Name = "cacheFolderGroupBox";\r
+                       this.cacheFolderGroupBox.Size = new System.Drawing.Size(434, 81);\r
+                       this.cacheFolderGroupBox.TabIndex = 2;\r
+                       this.cacheFolderGroupBox.TabStop = false;\r
+                       this.cacheFolderGroupBox.Text = "キャッシュフォルダー";\r
+                       // \r
+                       // cacheFolderTableLayoutPanel\r
+                       // \r
+                       this.cacheFolderTableLayoutPanel.AutoSize = true;\r
+                       this.cacheFolderTableLayoutPanel.ColumnCount = 3;\r
+                       this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
+                       this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+                       this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderCustomCheckBox, 0, 0);\r
+                       this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderTextBox, 1, 1);\r
+                       this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderBrowseButton, 2, 1);\r
+                       this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderOpenLinkLabel, 0, 2);\r
+                       this.cacheFolderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.cacheFolderTableLayoutPanel.Location = new System.Drawing.Point(3, 15);\r
+                       this.cacheFolderTableLayoutPanel.Name = "cacheFolderTableLayoutPanel";\r
+                       this.cacheFolderTableLayoutPanel.RowCount = 3;\r
+                       this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.cacheFolderTableLayoutPanel.Size = new System.Drawing.Size(428, 63);\r
+                       this.cacheFolderTableLayoutPanel.TabIndex = 0;\r
+                       // \r
+                       // cacheFolderCustomCheckBox\r
+                       // \r
+                       this.cacheFolderCustomCheckBox.AutoSize = true;\r
+                       this.cacheFolderTableLayoutPanel.SetColumnSpan(this.cacheFolderCustomCheckBox, 3);\r
+                       this.cacheFolderCustomCheckBox.Location = new System.Drawing.Point(3, 3);\r
+                       this.cacheFolderCustomCheckBox.Name = "cacheFolderCustomCheckBox";\r
+                       this.cacheFolderCustomCheckBox.Size = new System.Drawing.Size(248, 16);\r
+                       this.cacheFolderCustomCheckBox.TabIndex = 0;\r
+                       this.cacheFolderCustomCheckBox.Text = "キャッシュフォルダに以下のフォルダを使用する(&C)";\r
+                       this.cacheFolderCustomCheckBox.UseVisualStyleBackColor = true;\r
+                       this.cacheFolderCustomCheckBox.CheckedChanged += new System.EventHandler(this.CacheFolderCustomCheckBoxCheckedChanged);\r
+                       // \r
+                       // cacheFolderTextBox\r
+                       // \r
+                       this.cacheFolderTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;\r
+                       this.cacheFolderTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;\r
+                       this.cacheFolderTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.cacheFolderTextBox.Enabled = false;\r
+                       this.cacheFolderTextBox.Location = new System.Drawing.Point(23, 25);\r
+                       this.cacheFolderTextBox.Name = "cacheFolderTextBox";\r
+                       this.cacheFolderTextBox.Size = new System.Drawing.Size(335, 19);\r
+                       this.cacheFolderTextBox.TabIndex = 1;\r
+                       this.cacheFolderTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.CacheFolderTextBoxValidating);\r
+                       // \r
+                       // cacheFolderBrowseButton\r
+                       // \r
+                       this.cacheFolderBrowseButton.AutoSize = true;\r
+                       this.cacheFolderBrowseButton.Enabled = false;\r
+                       this.cacheFolderBrowseButton.Location = new System.Drawing.Point(364, 25);\r
+                       this.cacheFolderBrowseButton.Name = "cacheFolderBrowseButton";\r
+                       this.cacheFolderBrowseButton.Size = new System.Drawing.Size(61, 23);\r
+                       this.cacheFolderBrowseButton.TabIndex = 2;\r
+                       this.cacheFolderBrowseButton.Text = "参照(&B)...";\r
+                       this.cacheFolderBrowseButton.Click += new System.EventHandler(this.CacheFolderBrowseButtonClick);\r
+                       // \r
+                       // cacheFolderOpenLinkLabel\r
+                       // \r
+                       this.cacheFolderOpenLinkLabel.AutoSize = true;\r
+                       this.cacheFolderTableLayoutPanel.SetColumnSpan(this.cacheFolderOpenLinkLabel, 3);\r
+                       this.cacheFolderOpenLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
+                       this.cacheFolderOpenLinkLabel.Location = new System.Drawing.Point(3, 51);\r
+                       this.cacheFolderOpenLinkLabel.Name = "cacheFolderOpenLinkLabel";\r
+                       this.cacheFolderOpenLinkLabel.Size = new System.Drawing.Size(120, 12);\r
+                       this.cacheFolderOpenLinkLabel.TabIndex = 3;\r
+                       this.cacheFolderOpenLinkLabel.TabStop = true;\r
+                       this.cacheFolderOpenLinkLabel.Text = "キャッシュフォルダーを開く";\r
+                       this.cacheFolderOpenLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
+                       this.cacheFolderOpenLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CacheFolderOpenLinkLabelLinkClicked);\r
+                       // \r
+                       // upgradeTabPage\r
+                       // \r
+                       this.upgradeTabPage.Controls.Add(this.upgradeTableLayoutPanel);\r
+                       this.upgradeTabPage.Location = new System.Drawing.Point(4, 21);\r
+                       this.upgradeTabPage.Name = "upgradeTabPage";\r
+                       this.upgradeTabPage.Padding = new System.Windows.Forms.Padding(3);\r
+                       this.upgradeTabPage.Size = new System.Drawing.Size(446, 215);\r
+                       this.upgradeTabPage.TabIndex = 3;\r
+                       this.upgradeTabPage.Text = "ソフト更新";\r
+                       // \r
+                       // upgradeTableLayoutPanel\r
+                       // \r
+                       this.upgradeTableLayoutPanel.ColumnCount = 1;\r
+                       this.upgradeTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.upgradeTableLayoutPanel.Controls.Add(this.upgradeExcludeLabel, 0, 0);\r
+                       this.upgradeTableLayoutPanel.Controls.Add(this.upgradeExcludeTextBox, 0, 1);\r
+                       this.upgradeTableLayoutPanel.Controls.Add(upgradeExcludeDescLabel, 0, 2);\r
+                       this.upgradeTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.upgradeTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
+                       this.upgradeTableLayoutPanel.Name = "upgradeTableLayoutPanel";\r
+                       this.upgradeTableLayoutPanel.RowCount = 3;\r
+                       this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.upgradeTableLayoutPanel.Size = new System.Drawing.Size(440, 209);\r
+                       this.upgradeTableLayoutPanel.TabIndex = 0;\r
+                       // \r
+                       // upgradeExcludeLabel\r
+                       // \r
+                       this.upgradeExcludeLabel.AutoSize = true;\r
+                       this.upgradeExcludeLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.upgradeExcludeLabel.Location = new System.Drawing.Point(3, 0);\r
+                       this.upgradeExcludeLabel.Name = "upgradeExcludeLabel";\r
+                       this.upgradeExcludeLabel.Size = new System.Drawing.Size(434, 12);\r
+                       this.upgradeExcludeLabel.TabIndex = 0;\r
+                       this.upgradeExcludeLabel.Text = "除外するソフトのリスト(&E)";\r
+                       // \r
+                       // upgradeExcludeTextBox\r
+                       // \r
+                       this.upgradeExcludeTextBox.AcceptsReturn = true;\r
+                       this.upgradeExcludeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.upgradeExcludeTextBox.Location = new System.Drawing.Point(3, 15);\r
+                       this.upgradeExcludeTextBox.Multiline = true;\r
+                       this.upgradeExcludeTextBox.Name = "upgradeExcludeTextBox";\r
+                       this.upgradeExcludeTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
+                       this.upgradeExcludeTextBox.Size = new System.Drawing.Size(434, 179);\r
+                       this.upgradeExcludeTextBox.TabIndex = 0;\r
+                       this.upgradeExcludeTextBox.WordWrap = false;\r
+                       // \r
+                       // upgradeExcludeDescLabel\r
+                       // \r
+                       upgradeExcludeDescLabel.AutoSize = true;\r
+                       upgradeExcludeDescLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       upgradeExcludeDescLabel.Location = new System.Drawing.Point(3, 197);\r
+                       upgradeExcludeDescLabel.Name = "upgradeExcludeDescLabel";\r
+                       upgradeExcludeDescLabel.Size = new System.Drawing.Size(434, 12);\r
+                       upgradeExcludeDescLabel.TabIndex = 1;\r
+                       upgradeExcludeDescLabel.Text = "除外するソフト名称を改行で区切って入力します。";\r
+                       // \r
+                       // errorProvider\r
+                       // \r
+                       this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;\r
+                       this.errorProvider.ContainerControl = this;\r
+                       // \r
                        // UserPrefForm\r
                        // \r
                        this.AcceptButton = this.okButton;\r
                        this.Text = "設定";\r
                        this.tableLayoutPanel.ResumeLayout(false);\r
                        this.tableLayoutPanel.PerformLayout();\r
-                       this.flowLayoutPanel1.ResumeLayout(false);\r
-                       this.flowLayoutPanel1.PerformLayout();\r
+                       this.buttonsPanel.ResumeLayout(false);\r
+                       this.buttonsPanel.PerformLayout();\r
                        this.tabControl.ResumeLayout(false);\r
                        this.reposListTabPage.ResumeLayout(false);\r
                        this.repoTableLayoutPanel.ResumeLayout(false);\r
                        this.repoTableLayoutPanel.PerformLayout();\r
                        this.repoBtnsFlowLayoutPanel.ResumeLayout(false);\r
+                       this.networkTabPage.ResumeLayout(false);\r
+                       this.proxyGroupBox.ResumeLayout(false);\r
+                       this.proxyTableLayoutPanel.ResumeLayout(false);\r
+                       this.proxyTableLayoutPanel.PerformLayout();\r
+                       this.installTabPage.ResumeLayout(false);\r
+                       this.installTableLayoutPanel.ResumeLayout(false);\r
+                       this.installTableLayoutPanel.PerformLayout();\r
+                       this.cacheFolderGroupBox.ResumeLayout(false);\r
+                       this.cacheFolderGroupBox.PerformLayout();\r
+                       this.cacheFolderTableLayoutPanel.ResumeLayout(false);\r
+                       this.cacheFolderTableLayoutPanel.PerformLayout();\r
+                       this.upgradeTabPage.ResumeLayout(false);\r
+                       this.upgradeTableLayoutPanel.ResumeLayout(false);\r
+                       this.upgradeTableLayoutPanel.PerformLayout();\r
+                       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();\r
                        this.ResumeLayout(false);\r
                }\r
+               private System.Windows.Forms.Label upgradeExcludeLabel;\r
+               private System.Windows.Forms.TextBox upgradeExcludeTextBox;\r
+               private System.Windows.Forms.TableLayoutPanel upgradeTableLayoutPanel;\r
+               private System.Windows.Forms.TabPage upgradeTabPage;\r
+               private System.Windows.Forms.LinkLabel cacheFolderOpenLinkLabel;\r
+               private System.Windows.Forms.Button cacheFolderBrowseButton;\r
+               private System.Windows.Forms.TextBox cacheFolderTextBox;\r
+               private System.Windows.Forms.CheckBox cacheFolderCustomCheckBox;\r
+               private System.Windows.Forms.TableLayoutPanel cacheFolderTableLayoutPanel;\r
+               private System.Windows.Forms.GroupBox cacheFolderGroupBox;\r
+               private System.Windows.Forms.TableLayoutPanel installTableLayoutPanel;\r
+               private System.Windows.Forms.CheckBox installOnBackgroundCheckBox;\r
+               private System.Windows.Forms.CheckBox installScanInstallerFileCheckbox;\r
+               private System.Windows.Forms.TabPage installTabPage;\r
+               private System.Windows.Forms.ErrorProvider errorProvider;\r
+               private System.Windows.Forms.ToolTip toolTip;\r
+               private System.Windows.Forms.LinkLabel openInternetOptionLinkAdminLabel;\r
+               private System.Windows.Forms.LinkLabel openInternetOptionLinkLabel;\r
+               private System.Windows.Forms.Label proxyURLLabel;\r
+               private System.Windows.Forms.FlowLayoutPanel buttonsPanel;\r
+               private System.Windows.Forms.GroupBox proxyGroupBox;\r
+               private System.Windows.Forms.TableLayoutPanel proxyTableLayoutPanel;\r
+               private System.Windows.Forms.RadioButton proxySameAsIERadioButton;\r
+               private System.Windows.Forms.RadioButton directConnRadioButton;\r
+               private System.Windows.Forms.RadioButton specifyProxyRadioButton;\r
+               private System.Windows.Forms.TextBox proxyURLTextBox;\r
+               private System.Windows.Forms.TabPage networkTabPage;\r
                private System.Windows.Forms.Label repoListLabel;\r
                private System.Windows.Forms.TextBox repoUrlTextBox;\r
                private System.Windows.Forms.Label repoUrlLabel;\r
                private System.Windows.Forms.TabControl tabControl;\r
                private System.Windows.Forms.Button okButton;\r
                private System.Windows.Forms.Button cancelButton;\r
-               private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;\r
                private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;\r
        }\r
 }\r