OSDN Git Service

AppliStation-All,インストール関連設定を追加。
[applistation/AppliStation.git] / AppliStation / UserPrefForm.Designer.cs
index 51ef45f..c3fca45 100644 (file)
                        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.installFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();\r
+                       this.installScanInstallerFileCheckbox = new System.Windows.Forms.CheckBox();\r
+                       this.installOnBackgroundCheckBox = new System.Windows.Forms.CheckBox();\r
                        this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
+                       this.repoUrlTextBoxErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);\r
                        this.tableLayoutPanel.SuspendLayout();\r
                        this.buttonsPanel.SuspendLayout();\r
                        this.tabControl.SuspendLayout();\r
@@ -66,6 +71,9 @@
                        this.networkTabPage.SuspendLayout();\r
                        this.proxyGroupBox.SuspendLayout();\r
                        this.proxyTableLayoutPanel.SuspendLayout();\r
+                       this.installTabPage.SuspendLayout();\r
+                       this.installFlowLayoutPanel.SuspendLayout();\r
+                       ((System.ComponentModel.ISupportInitialize)(this.repoUrlTextBoxErrorProvider)).BeginInit();\r
                        this.SuspendLayout();\r
                        // \r
                        // proxyURLLabel\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.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
                        this.reposListTabPage.UseVisualStyleBackColor = true;\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.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
                        // networkTabPage\r
                        // \r
                        this.networkTabPage.Controls.Add(this.proxyGroupBox);\r
-                       this.networkTabPage.Location = new System.Drawing.Point(4, 22);\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, 214);\r
+                       this.networkTabPage.Size = new System.Drawing.Size(446, 215);\r
                        this.networkTabPage.TabIndex = 1;\r
                        this.networkTabPage.Text = "接続";\r
                        this.networkTabPage.UseVisualStyleBackColor = true;\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, 208);\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
                        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, 190);\r
+                       this.proxyTableLayoutPanel.Size = new System.Drawing.Size(434, 191);\r
                        this.proxyTableLayoutPanel.TabIndex = 0;\r
                        // \r
                        // proxySameAsIERadioButton\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.installFlowLayoutPanel);\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
+                       this.installTabPage.UseVisualStyleBackColor = true;\r
+                       // \r
+                       // installFlowLayoutPanel\r
+                       // \r
+                       this.installFlowLayoutPanel.Controls.Add(this.installScanInstallerFileCheckbox);\r
+                       this.installFlowLayoutPanel.Controls.Add(this.installOnBackgroundCheckBox);\r
+                       this.installFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.installFlowLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
+                       this.installFlowLayoutPanel.Name = "installFlowLayoutPanel";\r
+                       this.installFlowLayoutPanel.Padding = new System.Windows.Forms.Padding(10);\r
+                       this.installFlowLayoutPanel.Size = new System.Drawing.Size(440, 209);\r
+                       this.installFlowLayoutPanel.TabIndex = 0;\r
+                       // \r
+                       // installScanInstallerFileCheckbox\r
+                       // \r
+                       this.installScanInstallerFileCheckbox.AutoSize = true;\r
+                       this.installFlowLayoutPanel.SetFlowBreak(this.installScanInstallerFileCheckbox, true);\r
+                       this.installScanInstallerFileCheckbox.Location = new System.Drawing.Point(13, 13);\r
+                       this.installScanInstallerFileCheckbox.Name = "installScanInstallerFileCheckbox";\r
+                       this.installScanInstallerFileCheckbox.Size = new System.Drawing.Size(227, 16);\r
+                       this.installScanInstallerFileCheckbox.TabIndex = 0;\r
+                       this.installScanInstallerFileCheckbox.Text = "インストーラファイルをウイルススキャンする(&S)";\r
+                       this.toolTip.SetToolTip(this.installScanInstallerFileCheckbox, "インストーラファイルをダウンロードしたら直ちにウイルススキャンを行い、PCへの脅威を取り除きます。");\r
+                       this.installScanInstallerFileCheckbox.UseVisualStyleBackColor = true;\r
+                       // \r
+                       // installOnBackgroundCheckBox\r
+                       // \r
+                       this.installOnBackgroundCheckBox.AutoSize = true;\r
+                       this.installFlowLayoutPanel.SetFlowBreak(this.installOnBackgroundCheckBox, true);\r
+                       this.installOnBackgroundCheckBox.Location = new System.Drawing.Point(13, 35);\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
+                       // repoUrlTextBoxErrorProvider\r
+                       // \r
+                       this.repoUrlTextBoxErrorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;\r
+                       this.repoUrlTextBoxErrorProvider.ContainerControl = this;\r
+                       // \r
                        // UserPrefForm\r
                        // \r
                        this.AcceptButton = this.okButton;\r
                        this.proxyGroupBox.ResumeLayout(false);\r
                        this.proxyTableLayoutPanel.ResumeLayout(false);\r
                        this.proxyTableLayoutPanel.PerformLayout();\r
+                       this.installTabPage.ResumeLayout(false);\r
+                       this.installFlowLayoutPanel.ResumeLayout(false);\r
+                       this.installFlowLayoutPanel.PerformLayout();\r
+                       ((System.ComponentModel.ISupportInitialize)(this.repoUrlTextBoxErrorProvider)).EndInit();\r
                        this.ResumeLayout(false);\r
                }\r
+               private System.Windows.Forms.CheckBox installOnBackgroundCheckBox;\r
+               private System.Windows.Forms.CheckBox installScanInstallerFileCheckbox;\r
+               private System.Windows.Forms.FlowLayoutPanel installFlowLayoutPanel;\r
+               private System.Windows.Forms.TabPage installTabPage;\r
+               private System.Windows.Forms.ErrorProvider repoUrlTextBoxErrorProvider;\r
                private System.Windows.Forms.ToolTip toolTip;\r
                private System.Windows.Forms.LinkLabel openInternetOptionLinkAdminLabel;\r
                private System.Windows.Forms.LinkLabel openInternetOptionLinkLabel;\r