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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserPrefForm)); 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.toolTip = new System.Windows.Forms.ToolTip(this.components); this.repoUrlTextBoxErrorProvider = new System.Windows.Forms.ErrorProvider(this.components); 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(); ((System.ComponentModel.ISupportInitialize)(this.repoUrlTextBoxErrorProvider)).BeginInit(); this.SuspendLayout(); // // 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.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, 21); this.reposListTabPage.Name = "reposListTabPage"; this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3); this.reposListTabPage.Size = new System.Drawing.Size(446, 215); this.reposListTabPage.TabIndex = 0; this.reposListTabPage.Text = "レポジトリ"; this.reposListTabPage.UseVisualStyleBackColor = true; // // 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, 209); 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, 166); 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, 187); this.repoUrlTextBox.Name = "repoUrlTextBox"; this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19); this.repoUrlTextBox.TabIndex = 3; this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave); 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, 190); this.repoUrlLabel.Name = "repoUrlLabel"; this.repoUrlLabel.Size = new System.Drawing.Size(113, 12); this.repoUrlLabel.TabIndex = 2; this.repoUrlLabel.Text = "レポジトリのアドレス(&A):"; // // 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, 21); this.networkTabPage.Name = "networkTabPage"; this.networkTabPage.Padding = new System.Windows.Forms.Padding(3); this.networkTabPage.Size = new System.Drawing.Size(446, 215); this.networkTabPage.TabIndex = 1; this.networkTabPage.Text = "接続"; this.networkTabPage.UseVisualStyleBackColor = true; // // 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, 209); 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, 191); 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.Image = ((System.Drawing.Image)(resources.GetObject("openInternetOptionLinkAdminLabel.Image"))); this.openInternetOptionLinkAdminLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.openInternetOptionLinkAdminLabel.LinkColor = System.Drawing.SystemColors.HotTrack; this.openInternetOptionLinkAdminLabel.Location = new System.Drawing.Point(23, 34); this.openInternetOptionLinkAdminLabel.Name = "openInternetOptionLinkAdminLabel"; this.openInternetOptionLinkAdminLabel.Padding = new System.Windows.Forms.Padding(16, 0, 0, 0); this.openInternetOptionLinkAdminLabel.Size = new System.Drawing.Size(222, 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); // // repoUrlTextBoxErrorProvider // this.repoUrlTextBoxErrorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink; this.repoUrlTextBoxErrorProvider.ContainerControl = this; // // 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(); ((System.ComponentModel.ISupportInitialize)(this.repoUrlTextBoxErrorProvider)).EndInit(); this.ResumeLayout(false); } private System.Windows.Forms.ErrorProvider repoUrlTextBoxErrorProvider; 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; } }