X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=blobdiff_plain;f=AppliStation%2FUserPrefForm.Designer.cs;h=54980c77d7dac9a2c5160e75867d156b142d1384;hp=0edb0b752cb5712b42f6c0bd7b41397304ab00e7;hb=85d7ef9ff31685bcd4f5f4555331b6fe0ec8a183;hpb=adda7b68863018f1023e2d972cf1823a69004e25 diff --git a/AppliStation/UserPrefForm.Designer.cs b/AppliStation/UserPrefForm.Designer.cs index 0edb0b7..54980c7 100644 --- a/AppliStation/UserPrefForm.Designer.cs +++ b/AppliStation/UserPrefForm.Designer.cs @@ -28,8 +28,9 @@ /// private void InitializeComponent() { + this.proxyURLLabel = new System.Windows.Forms.Label(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); - this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + 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(); @@ -43,19 +44,41 @@ 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.tableLayoutPanel.SuspendLayout(); - this.flowLayoutPanel1.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.SuspendLayout(); // + // proxyURLLabel + // + this.proxyURLLabel.AutoSize = true; + this.proxyURLLabel.Dock = System.Windows.Forms.DockStyle.Fill; + this.proxyURLLabel.Location = new System.Drawing.Point(23, 66); + 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; + // // 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.flowLayoutPanel1, 0, 1); + 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); @@ -64,20 +87,20 @@ 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(492, 226); - this.tableLayoutPanel.TabIndex = 1; + this.tableLayoutPanel.Size = new System.Drawing.Size(464, 283); + this.tableLayoutPanel.TabIndex = 0; // - // flowLayoutPanel1 + // buttonsPanel // - this.flowLayoutPanel1.AutoSize = true; - this.flowLayoutPanel1.Controls.Add(this.okButton); - this.flowLayoutPanel1.Controls.Add(this.cancelButton); - this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right; - this.flowLayoutPanel1.Location = new System.Drawing.Point(322, 193); - this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); - this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(170, 33); - this.flowLayoutPanel1.TabIndex = 14; + 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 // @@ -108,71 +131,74 @@ // 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(482, 183); + 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.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(474, 158); + this.reposListTabPage.Size = new System.Drawing.Size(446, 214); this.reposListTabPage.TabIndex = 0; this.reposListTabPage.Text = "レポジトリ"; + this.reposListTabPage.UseVisualStyleBackColor = true; // // repoTableLayoutPanel // - this.repoTableLayoutPanel.ColumnCount = 2; + 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.Controls.Add(this.repoListCheckedListBox, 0, 0); - this.repoTableLayoutPanel.Controls.Add(this.repoBtnsFlowLayoutPanel, 0, 1); + 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(System.Windows.Forms.SizeType.Percent, 100F)); 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(468, 152); + this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 208); this.repoTableLayoutPanel.TabIndex = 1; // // repoListCheckedListBox // - this.repoListCheckedListBox.CheckOnClick = true; 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, 3); + this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15); this.repoListCheckedListBox.Name = "repoListCheckedListBox"; this.repoListCheckedListBox.ScrollAlwaysVisible = true; - this.repoListCheckedListBox.Size = new System.Drawing.Size(462, 86); - this.repoListCheckedListBox.TabIndex = 0; + 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.Right; + this.repoBtnsFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Top; this.repoBtnsFlowLayoutPanel.AutoSize = true; - this.repoTableLayoutPanel.SetColumnSpan(this.repoBtnsFlowLayoutPanel, 2); 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.Location = new System.Drawing.Point(141, 95); + 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(324, 29); + this.repoBtnsFlowLayoutPanel.Size = new System.Drawing.Size(81, 116); this.repoBtnsFlowLayoutPanel.TabIndex = 1; // // addRepoButton @@ -181,48 +207,49 @@ this.addRepoButton.Name = "addRepoButton"; this.addRepoButton.Size = new System.Drawing.Size(75, 23); this.addRepoButton.TabIndex = 0; - this.addRepoButton.Text = "新規"; + this.addRepoButton.Text = "新規(&N)"; this.addRepoButton.Click += new System.EventHandler(this.AddRepoButtonClick); // // removeRepoButton // this.removeRepoButton.Enabled = false; - this.removeRepoButton.Location = new System.Drawing.Point(84, 3); + 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 = "削除"; + this.removeRepoButton.Text = "削除(&R)"; this.removeRepoButton.Click += new System.EventHandler(this.RemoveRepoButtonClick); // // upRepoButton // this.upRepoButton.Enabled = false; - this.upRepoButton.Location = new System.Drawing.Point(165, 3); + 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 = "上へ"; + this.upRepoButton.Text = "上へ(&U)"; this.upRepoButton.Click += new System.EventHandler(this.UpRepoButtonClick); // // downRepoButton // this.downRepoButton.Enabled = false; - this.downRepoButton.Location = new System.Drawing.Point(246, 3); + 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 = "下へ"; + 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(108, 130); + this.repoUrlTextBox.Location = new System.Drawing.Point(122, 186); this.repoUrlTextBox.Name = "repoUrlTextBox"; - this.repoUrlTextBox.Size = new System.Drawing.Size(357, 19); - this.repoUrlTextBox.TabIndex = 2; + this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19); + this.repoUrlTextBox.TabIndex = 3; this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave); // // repoUrlLabel @@ -230,11 +257,115 @@ 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, 133); + this.repoUrlLabel.Location = new System.Drawing.Point(3, 189); this.repoUrlLabel.Name = "repoUrlLabel"; - this.repoUrlLabel.Size = new System.Drawing.Size(99, 12); - this.repoUrlLabel.TabIndex = 1; - this.repoUrlLabel.Text = "レポジトリのURL(&U):"; + 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, 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 = "接続"; + 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, 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, 1); + this.proxyTableLayoutPanel.Controls.Add(this.specifyProxyRadioButton, 0, 2); + this.proxyTableLayoutPanel.Controls.Add(this.proxyURLLabel, 1, 3); + this.proxyTableLayoutPanel.Controls.Add(this.proxyURLTextBox, 2, 3); + this.proxyTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; + this.proxyTableLayoutPanel.Location = new System.Drawing.Point(3, 15); + this.proxyTableLayoutPanel.Name = "proxyTableLayoutPanel"; + this.proxyTableLayoutPanel.RowCount = 5; + 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(208, 16); + this.proxySameAsIERadioButton.TabIndex = 0; + this.proxySameAsIERadioButton.TabStop = true; + this.proxySameAsIERadioButton.Text = "インターネットオプションと同じ設定を使う"; + 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, 25); + this.directConnRadioButton.Name = "directConnRadioButton"; + this.directConnRadioButton.Size = new System.Drawing.Size(218, 16); + this.directConnRadioButton.TabIndex = 1; + this.directConnRadioButton.TabStop = true; + this.directConnRadioButton.Text = "プロキシサーバーを使わずに直接接続する"; + 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, 47); + this.specifyProxyRadioButton.Name = "specifyProxyRadioButton"; + this.specifyProxyRadioButton.Size = new System.Drawing.Size(196, 16); + this.specifyProxyRadioButton.TabIndex = 2; + this.specifyProxyRadioButton.TabStop = true; + this.specifyProxyRadioButton.Text = "接続に指定のプロキシサーバーを使う"; + 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, 69); + this.proxyURLTextBox.Name = "proxyURLTextBox"; + this.proxyURLTextBox.Size = new System.Drawing.Size(311, 19); + this.proxyURLTextBox.TabIndex = 4; + this.proxyURLTextBox.Text = "http://localhost:8080/"; // // UserPrefForm // @@ -243,7 +374,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.CancelButton = this.cancelButton; - this.ClientSize = new System.Drawing.Size(492, 226); + this.ClientSize = new System.Drawing.Size(464, 283); this.Controls.Add(this.tableLayoutPanel); this.MaximizeBox = false; this.MinimizeBox = false; @@ -253,15 +384,29 @@ this.Text = "設定"; this.tableLayoutPanel.ResumeLayout(false); this.tableLayoutPanel.PerformLayout(); - this.flowLayoutPanel1.ResumeLayout(false); - this.flowLayoutPanel1.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.ResumeLayout(false); } + 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; @@ -275,7 +420,6 @@ private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; - private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; } }