namespace AppliStation { partial class UserPrefForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label upgradeExcludeDescLabel; this.proxyURLLabel = new System.Windows.Forms.Label(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.buttonsPanel = new System.Windows.Forms.FlowLayoutPanel(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.tabControl = new System.Windows.Forms.TabControl(); this.reposListTabPage = new System.Windows.Forms.TabPage(); this.repoTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.repoListCheckedListBox = new System.Windows.Forms.CheckedListBox(); this.repoBtnsFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.addRepoButton = new System.Windows.Forms.Button(); this.removeRepoButton = new System.Windows.Forms.Button(); this.upRepoButton = new System.Windows.Forms.Button(); this.downRepoButton = new System.Windows.Forms.Button(); this.repoUrlTextBox = new System.Windows.Forms.TextBox(); this.repoUrlLabel = new System.Windows.Forms.Label(); this.repoListLabel = new System.Windows.Forms.Label(); this.networkTabPage = new System.Windows.Forms.TabPage(); this.proxyGroupBox = new System.Windows.Forms.GroupBox(); this.proxyTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.proxySameAsIERadioButton = new System.Windows.Forms.RadioButton(); this.directConnRadioButton = new System.Windows.Forms.RadioButton(); this.specifyProxyRadioButton = new System.Windows.Forms.RadioButton(); this.proxyURLTextBox = new System.Windows.Forms.TextBox(); this.openInternetOptionLinkLabel = new System.Windows.Forms.LinkLabel(); this.openInternetOptionLinkAdminLabel = new System.Windows.Forms.LinkLabel(); this.installTabPage = new System.Windows.Forms.TabPage(); this.installTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.installScanInstallerFileCheckbox = new System.Windows.Forms.CheckBox(); this.installOnBackgroundCheckBox = new System.Windows.Forms.CheckBox(); this.cacheFolderGroupBox = new System.Windows.Forms.GroupBox(); this.cacheFolderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.cacheFolderCustomCheckBox = new System.Windows.Forms.CheckBox(); this.cacheFolderTextBox = new System.Windows.Forms.TextBox(); this.cacheFolderBrowseButton = new System.Windows.Forms.Button(); this.cacheFolderFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.cacheFolderOpenLinkLabel = new System.Windows.Forms.LinkLabel(); this.upgradeTabPage = new System.Windows.Forms.TabPage(); this.upgradeTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.upgradeExcludeLabel = new System.Windows.Forms.Label(); this.upgradeExcludeTextBox = new System.Windows.Forms.TextBox(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.cacheFolderClearLinkLabel = new System.Windows.Forms.LinkLabel(); upgradeExcludeDescLabel = new System.Windows.Forms.Label(); this.tableLayoutPanel.SuspendLayout(); this.buttonsPanel.SuspendLayout(); this.tabControl.SuspendLayout(); this.reposListTabPage.SuspendLayout(); this.repoTableLayoutPanel.SuspendLayout(); this.repoBtnsFlowLayoutPanel.SuspendLayout(); this.networkTabPage.SuspendLayout(); this.proxyGroupBox.SuspendLayout(); this.proxyTableLayoutPanel.SuspendLayout(); this.installTabPage.SuspendLayout(); this.installTableLayoutPanel.SuspendLayout(); this.cacheFolderGroupBox.SuspendLayout(); this.cacheFolderTableLayoutPanel.SuspendLayout(); this.cacheFolderFlowLayoutPanel.SuspendLayout(); this.upgradeTabPage.SuspendLayout(); this.upgradeTableLayoutPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // upgradeExcludeDescLabel // upgradeExcludeDescLabel.AutoSize = true; upgradeExcludeDescLabel.Dock = System.Windows.Forms.DockStyle.Fill; upgradeExcludeDescLabel.Location = new System.Drawing.Point(3, 196); upgradeExcludeDescLabel.Name = "upgradeExcludeDescLabel"; upgradeExcludeDescLabel.Size = new System.Drawing.Size(434, 12); upgradeExcludeDescLabel.TabIndex = 1; upgradeExcludeDescLabel.Text = "除外するソフト名称を改行で区切って入力します。"; // // proxyURLLabel // this.proxyURLLabel.AutoSize = true; this.proxyURLLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.proxyURLLabel.Location = new System.Drawing.Point(23, 90); this.proxyURLLabel.Name = "proxyURLLabel"; this.proxyURLLabel.Size = new System.Drawing.Size(91, 25); this.proxyURLLabel.TabIndex = 3; this.proxyURLLabel.Text = "プロキシのURL(&U)"; this.proxyURLLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.toolTip.SetToolTip(this.proxyURLLabel, "プロキシサーバーをURLの形式で指定します。\r\n書式は「http://サーバ名:ポート番号/」です"); // // tableLayoutPanel // this.tableLayoutPanel.ColumnCount = 1; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.Controls.Add(this.buttonsPanel, 0, 1); this.tableLayoutPanel.Controls.Add(this.tabControl, 0, 0); this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 1; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel.Size = new System.Drawing.Size(464, 283); this.tableLayoutPanel.TabIndex = 0; // // buttonsPanel // this.buttonsPanel.AutoSize = true; this.buttonsPanel.Controls.Add(this.okButton); this.buttonsPanel.Controls.Add(this.cancelButton); this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Right; this.buttonsPanel.Location = new System.Drawing.Point(294, 250); this.buttonsPanel.Margin = new System.Windows.Forms.Padding(0); this.buttonsPanel.Name = "buttonsPanel"; this.buttonsPanel.Size = new System.Drawing.Size(170, 33); this.buttonsPanel.TabIndex = 14; // // okButton // this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Right; this.okButton.AutoSize = true; this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(5, 5); this.okButton.Margin = new System.Windows.Forms.Padding(5); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 0; this.okButton.Text = "OK"; this.okButton.Click += new System.EventHandler(this.OkButtonClick); // // cancelButton // this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Right; this.cancelButton.AutoSize = true; this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(90, 5); this.cancelButton.Margin = new System.Windows.Forms.Padding(5); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; this.cancelButton.Text = "キャンセル"; this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick); // // tabControl // this.tabControl.Controls.Add(this.reposListTabPage); this.tabControl.Controls.Add(this.networkTabPage); this.tabControl.Controls.Add(this.installTabPage); this.tabControl.Controls.Add(this.upgradeTabPage); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(5, 5); this.tabControl.Margin = new System.Windows.Forms.Padding(5); this.tabControl.Multiline = true; this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(454, 240); this.tabControl.TabIndex = 1; // // reposListTabPage // this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel); this.reposListTabPage.Location = new System.Drawing.Point(4, 22); this.reposListTabPage.Name = "reposListTabPage"; this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3); this.reposListTabPage.Size = new System.Drawing.Size(446, 214); this.reposListTabPage.TabIndex = 0; this.reposListTabPage.Text = "レポジトリ"; // // repoTableLayoutPanel // this.repoTableLayoutPanel.ColumnCount = 3; this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.repoTableLayoutPanel.Controls.Add(this.repoListCheckedListBox, 0, 1); this.repoTableLayoutPanel.Controls.Add(this.repoBtnsFlowLayoutPanel, 2, 1); this.repoTableLayoutPanel.Controls.Add(this.repoUrlTextBox, 1, 2); this.repoTableLayoutPanel.Controls.Add(this.repoUrlLabel, 0, 2); this.repoTableLayoutPanel.Controls.Add(this.repoListLabel, 0, 0); this.repoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.repoTableLayoutPanel.Location = new System.Drawing.Point(3, 3); this.repoTableLayoutPanel.Name = "repoTableLayoutPanel"; this.repoTableLayoutPanel.RowCount = 3; this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 208); this.repoTableLayoutPanel.TabIndex = 1; // // repoListCheckedListBox // this.repoTableLayoutPanel.SetColumnSpan(this.repoListCheckedListBox, 2); this.repoListCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.repoListCheckedListBox.FormattingEnabled = true; this.repoListCheckedListBox.IntegralHeight = false; this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15); this.repoListCheckedListBox.Name = "repoListCheckedListBox"; this.repoListCheckedListBox.ScrollAlwaysVisible = true; this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 165); this.repoListCheckedListBox.TabIndex = 1; this.repoListCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.RepoListCheckedListBoxSelectedIndexChanged); this.repoListCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.RepoListCheckedListBoxItemCheck); // // repoBtnsFlowLayoutPanel // this.repoBtnsFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Top; this.repoBtnsFlowLayoutPanel.AutoSize = true; this.repoBtnsFlowLayoutPanel.Controls.Add(this.addRepoButton); this.repoBtnsFlowLayoutPanel.Controls.Add(this.removeRepoButton); this.repoBtnsFlowLayoutPanel.Controls.Add(this.upRepoButton); this.repoBtnsFlowLayoutPanel.Controls.Add(this.downRepoButton); this.repoBtnsFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.repoBtnsFlowLayoutPanel.Location = new System.Drawing.Point(356, 15); this.repoBtnsFlowLayoutPanel.Name = "repoBtnsFlowLayoutPanel"; this.repoBtnsFlowLayoutPanel.Size = new System.Drawing.Size(81, 116); this.repoBtnsFlowLayoutPanel.TabIndex = 1; // // addRepoButton // this.addRepoButton.Location = new System.Drawing.Point(3, 3); this.addRepoButton.Name = "addRepoButton"; this.addRepoButton.Size = new System.Drawing.Size(75, 23); this.addRepoButton.TabIndex = 0; this.addRepoButton.Text = "新規(&N)"; this.addRepoButton.Click += new System.EventHandler(this.AddRepoButtonClick); // // removeRepoButton // this.removeRepoButton.Enabled = false; this.removeRepoButton.Location = new System.Drawing.Point(3, 32); this.removeRepoButton.Name = "removeRepoButton"; this.removeRepoButton.Size = new System.Drawing.Size(75, 23); this.removeRepoButton.TabIndex = 1; this.removeRepoButton.Text = "削除(&R)"; this.removeRepoButton.Click += new System.EventHandler(this.RemoveRepoButtonClick); // // upRepoButton // this.upRepoButton.Enabled = false; this.upRepoButton.Location = new System.Drawing.Point(3, 61); this.upRepoButton.Name = "upRepoButton"; this.upRepoButton.Size = new System.Drawing.Size(75, 23); this.upRepoButton.TabIndex = 2; this.upRepoButton.Text = "上へ(&U)"; this.upRepoButton.Click += new System.EventHandler(this.UpRepoButtonClick); // // downRepoButton // this.downRepoButton.Enabled = false; this.downRepoButton.Location = new System.Drawing.Point(3, 90); this.downRepoButton.Name = "downRepoButton"; this.downRepoButton.Size = new System.Drawing.Size(75, 23); this.downRepoButton.TabIndex = 3; this.downRepoButton.Text = "下へ(&D)"; this.downRepoButton.Click += new System.EventHandler(this.DownRepoButtonClick); // // repoUrlTextBox // this.repoTableLayoutPanel.SetColumnSpan(this.repoUrlTextBox, 2); this.repoUrlTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.repoUrlTextBox.Enabled = false; this.repoUrlTextBox.ImeMode = System.Windows.Forms.ImeMode.Off; this.repoUrlTextBox.Location = new System.Drawing.Point(122, 186); this.repoUrlTextBox.Name = "repoUrlTextBox"; this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19); this.repoUrlTextBox.TabIndex = 3; this.repoUrlTextBox.Validated += new System.EventHandler(this.RepoUrlTextBoxValidated); this.repoUrlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.RepoUrlTextBoxValidating); // // repoUrlLabel // this.repoUrlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.repoUrlLabel.AutoSize = true; this.repoUrlLabel.Enabled = false; this.repoUrlLabel.Location = new System.Drawing.Point(3, 189); this.repoUrlLabel.Name = "repoUrlLabel"; this.repoUrlLabel.Size = new System.Drawing.Size(113, 12); this.repoUrlLabel.TabIndex = 2; this.repoUrlLabel.Text = "レポジトリのアドレス(&A):"; this.repoUrlLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // repoListLabel // this.repoListLabel.AutoSize = true; this.repoTableLayoutPanel.SetColumnSpan(this.repoListLabel, 3); this.repoListLabel.Location = new System.Drawing.Point(3, 0); this.repoListLabel.Name = "repoListLabel"; this.repoListLabel.Size = new System.Drawing.Size(170, 12); this.repoListLabel.TabIndex = 0; this.repoListLabel.Text = "ソフトリストを取得するレポジトリ(&L):"; // // networkTabPage // this.networkTabPage.Controls.Add(this.proxyGroupBox); this.networkTabPage.Location = new System.Drawing.Point(4, 22); this.networkTabPage.Name = "networkTabPage"; this.networkTabPage.Padding = new System.Windows.Forms.Padding(3); this.networkTabPage.Size = new System.Drawing.Size(446, 214); this.networkTabPage.TabIndex = 1; this.networkTabPage.Text = "接続"; // // proxyGroupBox // this.proxyGroupBox.Controls.Add(this.proxyTableLayoutPanel); this.proxyGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.proxyGroupBox.Location = new System.Drawing.Point(3, 3); this.proxyGroupBox.Name = "proxyGroupBox"; this.proxyGroupBox.Size = new System.Drawing.Size(440, 208); this.proxyGroupBox.TabIndex = 1; this.proxyGroupBox.TabStop = false; this.proxyGroupBox.Text = "プロキシサーバー"; // // proxyTableLayoutPanel // this.proxyTableLayoutPanel.ColumnCount = 3; this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.proxyTableLayoutPanel.Controls.Add(this.proxySameAsIERadioButton, 0, 0); this.proxyTableLayoutPanel.Controls.Add(this.directConnRadioButton, 0, 3); this.proxyTableLayoutPanel.Controls.Add(this.specifyProxyRadioButton, 0, 4); this.proxyTableLayoutPanel.Controls.Add(this.proxyURLLabel, 1, 5); this.proxyTableLayoutPanel.Controls.Add(this.proxyURLTextBox, 2, 5); this.proxyTableLayoutPanel.Controls.Add(this.openInternetOptionLinkLabel, 1, 1); this.proxyTableLayoutPanel.Controls.Add(this.openInternetOptionLinkAdminLabel, 1, 2); this.proxyTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.proxyTableLayoutPanel.Location = new System.Drawing.Point(3, 15); this.proxyTableLayoutPanel.Name = "proxyTableLayoutPanel"; this.proxyTableLayoutPanel.RowCount = 7; this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.proxyTableLayoutPanel.Size = new System.Drawing.Size(434, 190); this.proxyTableLayoutPanel.TabIndex = 0; // // proxySameAsIERadioButton // this.proxySameAsIERadioButton.AutoSize = true; this.proxyTableLayoutPanel.SetColumnSpan(this.proxySameAsIERadioButton, 3); this.proxySameAsIERadioButton.Location = new System.Drawing.Point(3, 3); this.proxySameAsIERadioButton.Name = "proxySameAsIERadioButton"; this.proxySameAsIERadioButton.Size = new System.Drawing.Size(219, 16); this.proxySameAsIERadioButton.TabIndex = 0; this.proxySameAsIERadioButton.TabStop = true; this.proxySameAsIERadioButton.Text = "インターネットオプションと同じ設定を使う(&I)"; this.proxySameAsIERadioButton.UseVisualStyleBackColor = true; this.proxySameAsIERadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged); // // directConnRadioButton // this.directConnRadioButton.AutoSize = true; this.proxyTableLayoutPanel.SetColumnSpan(this.directConnRadioButton, 3); this.directConnRadioButton.Location = new System.Drawing.Point(3, 49); this.directConnRadioButton.Name = "directConnRadioButton"; this.directConnRadioButton.Size = new System.Drawing.Size(234, 16); this.directConnRadioButton.TabIndex = 1; this.directConnRadioButton.TabStop = true; this.directConnRadioButton.Text = "プロキシサーバーを使わずに直接接続する(&D)"; this.directConnRadioButton.UseVisualStyleBackColor = true; this.directConnRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged); // // specifyProxyRadioButton // this.specifyProxyRadioButton.AutoSize = true; this.proxyTableLayoutPanel.SetColumnSpan(this.specifyProxyRadioButton, 3); this.specifyProxyRadioButton.Location = new System.Drawing.Point(3, 71); this.specifyProxyRadioButton.Name = "specifyProxyRadioButton"; this.specifyProxyRadioButton.Size = new System.Drawing.Size(211, 16); this.specifyProxyRadioButton.TabIndex = 2; this.specifyProxyRadioButton.TabStop = true; this.specifyProxyRadioButton.Text = "接続に指定のプロキシサーバーを使う(&S)"; this.specifyProxyRadioButton.UseVisualStyleBackColor = true; this.specifyProxyRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged); // // proxyURLTextBox // this.proxyURLTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.proxyURLTextBox.ImeMode = System.Windows.Forms.ImeMode.Off; this.proxyURLTextBox.Location = new System.Drawing.Point(120, 93); this.proxyURLTextBox.Name = "proxyURLTextBox"; this.proxyURLTextBox.Size = new System.Drawing.Size(311, 19); this.proxyURLTextBox.TabIndex = 4; this.proxyURLTextBox.Text = "http://localhost:8080/"; // // openInternetOptionLinkLabel // this.openInternetOptionLinkLabel.AutoSize = true; this.proxyTableLayoutPanel.SetColumnSpan(this.openInternetOptionLinkLabel, 2); this.openInternetOptionLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack; this.openInternetOptionLinkLabel.Location = new System.Drawing.Point(23, 22); this.openInternetOptionLinkLabel.Name = "openInternetOptionLinkLabel"; this.openInternetOptionLinkLabel.Size = new System.Drawing.Size(136, 12); this.openInternetOptionLinkLabel.TabIndex = 5; this.openInternetOptionLinkLabel.TabStop = true; this.openInternetOptionLinkLabel.Text = "インターネットオプションを開く"; this.toolTip.SetToolTip(this.openInternetOptionLinkLabel, "インターネットオプション設定でWindowsのプロキシ設定を参照できます。"); this.openInternetOptionLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack; this.openInternetOptionLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenInternetOptionLinkLabelLinkClicked); // // openInternetOptionLinkAdminLabel // this.openInternetOptionLinkAdminLabel.AutoSize = true; this.proxyTableLayoutPanel.SetColumnSpan(this.openInternetOptionLinkAdminLabel, 2); this.openInternetOptionLinkAdminLabel.LinkColor = System.Drawing.SystemColors.HotTrack; this.openInternetOptionLinkAdminLabel.Location = new System.Drawing.Point(23, 34); this.openInternetOptionLinkAdminLabel.Name = "openInternetOptionLinkAdminLabel"; this.openInternetOptionLinkAdminLabel.Size = new System.Drawing.Size(206, 12); this.openInternetOptionLinkAdminLabel.TabIndex = 5; this.openInternetOptionLinkAdminLabel.TabStop = true; this.openInternetOptionLinkAdminLabel.Text = "管理者権限のインターネットオプションを開く"; this.toolTip.SetToolTip(this.openInternetOptionLinkAdminLabel, "管理者権限でインストールする場合、管理者権限のインターネットオプションを使用します。現在使用しているユーザが管理者権限を持たない場合、管理者権限のインターネットオ" + "プションも設定する必要があります。"); this.openInternetOptionLinkAdminLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack; this.openInternetOptionLinkAdminLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenInternetOptionLinkLabelLinkClicked); // // installTabPage // this.installTabPage.Controls.Add(this.installTableLayoutPanel); this.installTabPage.Location = new System.Drawing.Point(4, 22); this.installTabPage.Name = "installTabPage"; this.installTabPage.Padding = new System.Windows.Forms.Padding(3); this.installTabPage.Size = new System.Drawing.Size(446, 214); this.installTabPage.TabIndex = 2; this.installTabPage.Text = "インストール"; // // installTableLayoutPanel // this.installTableLayoutPanel.ColumnCount = 1; this.installTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.installTableLayoutPanel.Controls.Add(this.installScanInstallerFileCheckbox, 0, 0); this.installTableLayoutPanel.Controls.Add(this.installOnBackgroundCheckBox, 0, 1); this.installTableLayoutPanel.Controls.Add(this.cacheFolderGroupBox, 0, 2); this.installTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.installTableLayoutPanel.Location = new System.Drawing.Point(3, 3); this.installTableLayoutPanel.Name = "installTableLayoutPanel"; this.installTableLayoutPanel.RowCount = 4; this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.installTableLayoutPanel.Size = new System.Drawing.Size(440, 208); this.installTableLayoutPanel.TabIndex = 1; // // installScanInstallerFileCheckbox // this.installScanInstallerFileCheckbox.AutoSize = true; this.installScanInstallerFileCheckbox.Location = new System.Drawing.Point(3, 3); this.installScanInstallerFileCheckbox.Name = "installScanInstallerFileCheckbox"; this.installScanInstallerFileCheckbox.Size = new System.Drawing.Size(237, 16); this.installScanInstallerFileCheckbox.TabIndex = 0; this.installScanInstallerFileCheckbox.Text = "インストーラーファイルをウイルススキャンする(&S)"; this.toolTip.SetToolTip(this.installScanInstallerFileCheckbox, "インストーラーファイルをダウンロードしたら直ちにウイルススキャンを行い、コンピューターへの脅威を取り除きます。"); this.installScanInstallerFileCheckbox.UseVisualStyleBackColor = true; // // installOnBackgroundCheckBox // this.installOnBackgroundCheckBox.AutoSize = true; this.installOnBackgroundCheckBox.Location = new System.Drawing.Point(3, 25); this.installOnBackgroundCheckBox.Name = "installOnBackgroundCheckBox"; this.installOnBackgroundCheckBox.Size = new System.Drawing.Size(306, 16); this.installOnBackgroundCheckBox.TabIndex = 1; this.installOnBackgroundCheckBox.Text = "インストール・アンインストール処理を優先度を下げて実行(&P)"; this.toolTip.SetToolTip(this.installOnBackgroundCheckBox, "ロースペックなPCであっても、インストール・アンインストール処理中に快適に他の作業を行えるよう優先度を下げることができます。"); this.installOnBackgroundCheckBox.UseVisualStyleBackColor = true; // // cacheFolderGroupBox // this.cacheFolderGroupBox.AutoSize = true; this.cacheFolderGroupBox.Controls.Add(this.cacheFolderTableLayoutPanel); this.cacheFolderGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.cacheFolderGroupBox.Location = new System.Drawing.Point(3, 47); this.cacheFolderGroupBox.Name = "cacheFolderGroupBox"; this.cacheFolderGroupBox.Size = new System.Drawing.Size(434, 89); this.cacheFolderGroupBox.TabIndex = 2; this.cacheFolderGroupBox.TabStop = false; this.cacheFolderGroupBox.Text = "キャッシュフォルダー"; // // cacheFolderTableLayoutPanel // this.cacheFolderTableLayoutPanel.AutoSize = true; this.cacheFolderTableLayoutPanel.ColumnCount = 3; this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderCustomCheckBox, 0, 0); this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderTextBox, 1, 1); this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderBrowseButton, 2, 1); this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderFlowLayoutPanel, 0, 3); this.cacheFolderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.cacheFolderTableLayoutPanel.Location = new System.Drawing.Point(3, 15); this.cacheFolderTableLayoutPanel.Name = "cacheFolderTableLayoutPanel"; this.cacheFolderTableLayoutPanel.RowCount = 3; this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.cacheFolderTableLayoutPanel.Size = new System.Drawing.Size(428, 71); this.cacheFolderTableLayoutPanel.TabIndex = 0; // // cacheFolderCustomCheckBox // this.cacheFolderCustomCheckBox.AutoSize = true; this.cacheFolderTableLayoutPanel.SetColumnSpan(this.cacheFolderCustomCheckBox, 3); this.cacheFolderCustomCheckBox.Location = new System.Drawing.Point(3, 3); this.cacheFolderCustomCheckBox.Name = "cacheFolderCustomCheckBox"; this.cacheFolderCustomCheckBox.Size = new System.Drawing.Size(248, 16); this.cacheFolderCustomCheckBox.TabIndex = 0; this.cacheFolderCustomCheckBox.Text = "キャッシュフォルダに以下のフォルダを使用する(&C)"; this.cacheFolderCustomCheckBox.UseVisualStyleBackColor = true; this.cacheFolderCustomCheckBox.CheckedChanged += new System.EventHandler(this.CacheFolderCustomCheckBoxCheckedChanged); // // cacheFolderTextBox // this.cacheFolderTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cacheFolderTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories; this.cacheFolderTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.cacheFolderTextBox.Enabled = false; this.cacheFolderTextBox.Location = new System.Drawing.Point(23, 25); this.cacheFolderTextBox.Name = "cacheFolderTextBox"; this.cacheFolderTextBox.Size = new System.Drawing.Size(335, 19); this.cacheFolderTextBox.TabIndex = 1; this.cacheFolderTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.CacheFolderTextBoxValidating); // // cacheFolderBrowseButton // this.cacheFolderBrowseButton.AutoSize = true; this.cacheFolderBrowseButton.Enabled = false; this.cacheFolderBrowseButton.Location = new System.Drawing.Point(364, 25); this.cacheFolderBrowseButton.Name = "cacheFolderBrowseButton"; this.cacheFolderBrowseButton.Size = new System.Drawing.Size(61, 23); this.cacheFolderBrowseButton.TabIndex = 2; this.cacheFolderBrowseButton.Text = "参照(&B)..."; this.cacheFolderBrowseButton.Click += new System.EventHandler(this.CacheFolderBrowseButtonClick); // // cacheFolderFlowLayoutPanel // this.cacheFolderTableLayoutPanel.SetColumnSpan(this.cacheFolderFlowLayoutPanel, 3); this.cacheFolderFlowLayoutPanel.Controls.Add(this.cacheFolderOpenLinkLabel); this.cacheFolderFlowLayoutPanel.Controls.Add(this.cacheFolderClearLinkLabel); this.cacheFolderFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.cacheFolderFlowLayoutPanel.Location = new System.Drawing.Point(3, 54); this.cacheFolderFlowLayoutPanel.Name = "cacheFolderFlowLayoutPanel"; this.cacheFolderFlowLayoutPanel.Size = new System.Drawing.Size(422, 14); this.cacheFolderFlowLayoutPanel.TabIndex = 3; // // cacheFolderOpenLinkLabel // this.cacheFolderOpenLinkLabel.AutoSize = true; this.cacheFolderOpenLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack; this.cacheFolderOpenLinkLabel.Location = new System.Drawing.Point(3, 0); this.cacheFolderOpenLinkLabel.Name = "cacheFolderOpenLinkLabel"; this.cacheFolderOpenLinkLabel.Size = new System.Drawing.Size(136, 12); this.cacheFolderOpenLinkLabel.TabIndex = 0; this.cacheFolderOpenLinkLabel.TabStop = true; this.cacheFolderOpenLinkLabel.Text = "キャッシュフォルダーを開く(&O)"; this.cacheFolderOpenLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack; this.cacheFolderOpenLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CacheFolderOpenLinkLabelLinkClicked); // // upgradeTabPage // this.upgradeTabPage.Controls.Add(this.upgradeTableLayoutPanel); this.upgradeTabPage.Location = new System.Drawing.Point(4, 22); this.upgradeTabPage.Name = "upgradeTabPage"; this.upgradeTabPage.Padding = new System.Windows.Forms.Padding(3); this.upgradeTabPage.Size = new System.Drawing.Size(446, 214); this.upgradeTabPage.TabIndex = 3; this.upgradeTabPage.Text = "ソフト更新"; // // upgradeTableLayoutPanel // this.upgradeTableLayoutPanel.ColumnCount = 1; this.upgradeTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.upgradeTableLayoutPanel.Controls.Add(this.upgradeExcludeLabel, 0, 0); this.upgradeTableLayoutPanel.Controls.Add(this.upgradeExcludeTextBox, 0, 1); this.upgradeTableLayoutPanel.Controls.Add(upgradeExcludeDescLabel, 0, 2); this.upgradeTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.upgradeTableLayoutPanel.Location = new System.Drawing.Point(3, 3); this.upgradeTableLayoutPanel.Name = "upgradeTableLayoutPanel"; this.upgradeTableLayoutPanel.RowCount = 3; this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.upgradeTableLayoutPanel.Size = new System.Drawing.Size(440, 208); this.upgradeTableLayoutPanel.TabIndex = 0; // // upgradeExcludeLabel // this.upgradeExcludeLabel.AutoSize = true; this.upgradeExcludeLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.upgradeExcludeLabel.Location = new System.Drawing.Point(3, 0); this.upgradeExcludeLabel.Name = "upgradeExcludeLabel"; this.upgradeExcludeLabel.Size = new System.Drawing.Size(434, 12); this.upgradeExcludeLabel.TabIndex = 0; this.upgradeExcludeLabel.Text = "除外するソフトのリスト(&E)"; // // upgradeExcludeTextBox // this.upgradeExcludeTextBox.AcceptsReturn = true; this.upgradeExcludeTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.upgradeExcludeTextBox.Location = new System.Drawing.Point(3, 15); this.upgradeExcludeTextBox.Multiline = true; this.upgradeExcludeTextBox.Name = "upgradeExcludeTextBox"; this.upgradeExcludeTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.upgradeExcludeTextBox.Size = new System.Drawing.Size(434, 178); this.upgradeExcludeTextBox.TabIndex = 0; this.upgradeExcludeTextBox.WordWrap = false; // // errorProvider // this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink; this.errorProvider.ContainerControl = this; // // cacheFolderClearLinkLabel // this.cacheFolderClearLinkLabel.AutoSize = true; this.cacheFolderClearLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack; this.cacheFolderClearLinkLabel.Location = new System.Drawing.Point(145, 0); this.cacheFolderClearLinkLabel.Name = "cacheFolderClearLinkLabel"; this.cacheFolderClearLinkLabel.Size = new System.Drawing.Size(180, 12); this.cacheFolderClearLinkLabel.TabIndex = 1; this.cacheFolderClearLinkLabel.TabStop = true; this.cacheFolderClearLinkLabel.Text = "キャッシュフォルダーをクリーンアップする"; this.cacheFolderClearLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack; this.cacheFolderClearLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CacheFolderClearLinkLabelLinkClicked); // // UserPrefForm // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(464, 283); this.Controls.Add(this.tableLayoutPanel); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UserPrefForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "設定"; this.tableLayoutPanel.ResumeLayout(false); this.tableLayoutPanel.PerformLayout(); this.buttonsPanel.ResumeLayout(false); this.buttonsPanel.PerformLayout(); this.tabControl.ResumeLayout(false); this.reposListTabPage.ResumeLayout(false); this.repoTableLayoutPanel.ResumeLayout(false); this.repoTableLayoutPanel.PerformLayout(); this.repoBtnsFlowLayoutPanel.ResumeLayout(false); this.networkTabPage.ResumeLayout(false); this.proxyGroupBox.ResumeLayout(false); this.proxyTableLayoutPanel.ResumeLayout(false); this.proxyTableLayoutPanel.PerformLayout(); this.installTabPage.ResumeLayout(false); this.installTableLayoutPanel.ResumeLayout(false); this.installTableLayoutPanel.PerformLayout(); this.cacheFolderGroupBox.ResumeLayout(false); this.cacheFolderGroupBox.PerformLayout(); this.cacheFolderTableLayoutPanel.ResumeLayout(false); this.cacheFolderTableLayoutPanel.PerformLayout(); this.cacheFolderFlowLayoutPanel.ResumeLayout(false); this.cacheFolderFlowLayoutPanel.PerformLayout(); this.upgradeTabPage.ResumeLayout(false); this.upgradeTableLayoutPanel.ResumeLayout(false); this.upgradeTableLayoutPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); } private System.Windows.Forms.LinkLabel cacheFolderClearLinkLabel; private System.Windows.Forms.LinkLabel cacheFolderOpenLinkLabel; private System.Windows.Forms.FlowLayoutPanel cacheFolderFlowLayoutPanel; private System.Windows.Forms.Label upgradeExcludeLabel; private System.Windows.Forms.TextBox upgradeExcludeTextBox; private System.Windows.Forms.TableLayoutPanel upgradeTableLayoutPanel; private System.Windows.Forms.TabPage upgradeTabPage; private System.Windows.Forms.Button cacheFolderBrowseButton; private System.Windows.Forms.TextBox cacheFolderTextBox; private System.Windows.Forms.CheckBox cacheFolderCustomCheckBox; private System.Windows.Forms.TableLayoutPanel cacheFolderTableLayoutPanel; private System.Windows.Forms.GroupBox cacheFolderGroupBox; private System.Windows.Forms.TableLayoutPanel installTableLayoutPanel; private System.Windows.Forms.CheckBox installOnBackgroundCheckBox; private System.Windows.Forms.CheckBox installScanInstallerFileCheckbox; private System.Windows.Forms.TabPage installTabPage; private System.Windows.Forms.ErrorProvider errorProvider; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.LinkLabel openInternetOptionLinkAdminLabel; private System.Windows.Forms.LinkLabel openInternetOptionLinkLabel; private System.Windows.Forms.Label proxyURLLabel; private System.Windows.Forms.FlowLayoutPanel buttonsPanel; private System.Windows.Forms.GroupBox proxyGroupBox; private System.Windows.Forms.TableLayoutPanel proxyTableLayoutPanel; private System.Windows.Forms.RadioButton proxySameAsIERadioButton; private System.Windows.Forms.RadioButton directConnRadioButton; private System.Windows.Forms.RadioButton specifyProxyRadioButton; private System.Windows.Forms.TextBox proxyURLTextBox; private System.Windows.Forms.TabPage networkTabPage; private System.Windows.Forms.Label repoListLabel; private System.Windows.Forms.TextBox repoUrlTextBox; private System.Windows.Forms.Label repoUrlLabel; private System.Windows.Forms.Button downRepoButton; private System.Windows.Forms.Button upRepoButton; private System.Windows.Forms.Button removeRepoButton; private System.Windows.Forms.Button addRepoButton; private System.Windows.Forms.FlowLayoutPanel repoBtnsFlowLayoutPanel; private System.Windows.Forms.TableLayoutPanel repoTableLayoutPanel; private System.Windows.Forms.CheckedListBox repoListCheckedListBox; private System.Windows.Forms.TabPage reposListTabPage; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; } }