OSDN Git Service

AppliStation-GUI,UserPrefForm.csへのコメント追加
[applistation/AppliStation.git] / AppliStation / UserPrefForm.Designer.cs
index 0edb0b7..54980c7 100644 (file)
@@ -28,8 +28,9 @@
                /// </summary>\r
                private void InitializeComponent()\r
                {\r
                /// </summary>\r
                private void InitializeComponent()\r
                {\r
+                       this.proxyURLLabel = new System.Windows.Forms.Label();\r
                        this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
                        this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
-                       this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();\r
+                       this.buttonsPanel = new System.Windows.Forms.FlowLayoutPanel();\r
                        this.okButton = new System.Windows.Forms.Button();\r
                        this.cancelButton = new System.Windows.Forms.Button();\r
                        this.tabControl = new System.Windows.Forms.TabControl();\r
                        this.okButton = new System.Windows.Forms.Button();\r
                        this.cancelButton = new System.Windows.Forms.Button();\r
                        this.tabControl = new System.Windows.Forms.TabControl();\r
                        this.downRepoButton = new System.Windows.Forms.Button();\r
                        this.repoUrlTextBox = new System.Windows.Forms.TextBox();\r
                        this.repoUrlLabel = new System.Windows.Forms.Label();\r
                        this.downRepoButton = new System.Windows.Forms.Button();\r
                        this.repoUrlTextBox = new System.Windows.Forms.TextBox();\r
                        this.repoUrlLabel = new System.Windows.Forms.Label();\r
+                       this.repoListLabel = new System.Windows.Forms.Label();\r
+                       this.networkTabPage = new System.Windows.Forms.TabPage();\r
+                       this.proxyGroupBox = new System.Windows.Forms.GroupBox();\r
+                       this.proxyTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
+                       this.proxySameAsIERadioButton = new System.Windows.Forms.RadioButton();\r
+                       this.directConnRadioButton = new System.Windows.Forms.RadioButton();\r
+                       this.specifyProxyRadioButton = new System.Windows.Forms.RadioButton();\r
+                       this.proxyURLTextBox = new System.Windows.Forms.TextBox();\r
                        this.tableLayoutPanel.SuspendLayout();\r
                        this.tableLayoutPanel.SuspendLayout();\r
-                       this.flowLayoutPanel1.SuspendLayout();\r
+                       this.buttonsPanel.SuspendLayout();\r
                        this.tabControl.SuspendLayout();\r
                        this.reposListTabPage.SuspendLayout();\r
                        this.repoTableLayoutPanel.SuspendLayout();\r
                        this.repoBtnsFlowLayoutPanel.SuspendLayout();\r
                        this.tabControl.SuspendLayout();\r
                        this.reposListTabPage.SuspendLayout();\r
                        this.repoTableLayoutPanel.SuspendLayout();\r
                        this.repoBtnsFlowLayoutPanel.SuspendLayout();\r
+                       this.networkTabPage.SuspendLayout();\r
+                       this.proxyGroupBox.SuspendLayout();\r
+                       this.proxyTableLayoutPanel.SuspendLayout();\r
                        this.SuspendLayout();\r
                        // \r
                        this.SuspendLayout();\r
                        // \r
+                       // proxyURLLabel\r
+                       // \r
+                       this.proxyURLLabel.AutoSize = true;\r
+                       this.proxyURLLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.proxyURLLabel.Location = new System.Drawing.Point(23, 66);\r
+                       this.proxyURLLabel.Name = "proxyURLLabel";\r
+                       this.proxyURLLabel.Size = new System.Drawing.Size(91, 25);\r
+                       this.proxyURLLabel.TabIndex = 3;\r
+                       this.proxyURLLabel.Text = "プロキシのURL(&U)";\r
+                       this.proxyURLLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+                       // \r
                        // tableLayoutPanel\r
                        // \r
                        this.tableLayoutPanel.ColumnCount = 1;\r
                        this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
                        // tableLayoutPanel\r
                        // \r
                        this.tableLayoutPanel.ColumnCount = 1;\r
                        this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
-                       this.tableLayoutPanel.Controls.Add(this.flowLayoutPanel1, 0, 1);\r
+                       this.tableLayoutPanel.Controls.Add(this.buttonsPanel, 0, 1);\r
                        this.tableLayoutPanel.Controls.Add(this.tabControl, 0, 0);\r
                        this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);\r
                        this.tableLayoutPanel.Controls.Add(this.tabControl, 0, 0);\r
                        this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);\r
                        this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
                        this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
                        this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
                        this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
-                       this.tableLayoutPanel.Size = new System.Drawing.Size(492, 226);\r
-                       this.tableLayoutPanel.TabIndex = 1;\r
+                       this.tableLayoutPanel.Size = new System.Drawing.Size(464, 283);\r
+                       this.tableLayoutPanel.TabIndex = 0;\r
                        // \r
                        // \r
-                       // flowLayoutPanel1\r
+                       // buttonsPanel\r
                        // \r
                        // \r
-                       this.flowLayoutPanel1.AutoSize = true;\r
-                       this.flowLayoutPanel1.Controls.Add(this.okButton);\r
-                       this.flowLayoutPanel1.Controls.Add(this.cancelButton);\r
-                       this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;\r
-                       this.flowLayoutPanel1.Location = new System.Drawing.Point(322, 193);\r
-                       this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);\r
-                       this.flowLayoutPanel1.Name = "flowLayoutPanel1";\r
-                       this.flowLayoutPanel1.Size = new System.Drawing.Size(170, 33);\r
-                       this.flowLayoutPanel1.TabIndex = 14;\r
+                       this.buttonsPanel.AutoSize = true;\r
+                       this.buttonsPanel.Controls.Add(this.okButton);\r
+                       this.buttonsPanel.Controls.Add(this.cancelButton);\r
+                       this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Right;\r
+                       this.buttonsPanel.Location = new System.Drawing.Point(294, 250);\r
+                       this.buttonsPanel.Margin = new System.Windows.Forms.Padding(0);\r
+                       this.buttonsPanel.Name = "buttonsPanel";\r
+                       this.buttonsPanel.Size = new System.Drawing.Size(170, 33);\r
+                       this.buttonsPanel.TabIndex = 14;\r
                        // \r
                        // okButton\r
                        // \r
                        // \r
                        // okButton\r
                        // \r
                        // tabControl\r
                        // \r
                        this.tabControl.Controls.Add(this.reposListTabPage);\r
                        // tabControl\r
                        // \r
                        this.tabControl.Controls.Add(this.reposListTabPage);\r
+                       this.tabControl.Controls.Add(this.networkTabPage);\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
                        this.tabControl.Multiline = true;\r
                        this.tabControl.Name = "tabControl";\r
                        this.tabControl.SelectedIndex = 0;\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
                        this.tabControl.Multiline = true;\r
                        this.tabControl.Name = "tabControl";\r
                        this.tabControl.SelectedIndex = 0;\r
-                       this.tabControl.Size = new System.Drawing.Size(482, 183);\r
+                       this.tabControl.Size = new System.Drawing.Size(454, 240);\r
                        this.tabControl.TabIndex = 1;\r
                        // \r
                        // reposListTabPage\r
                        // \r
                        this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel);\r
                        this.tabControl.TabIndex = 1;\r
                        // \r
                        // reposListTabPage\r
                        // \r
                        this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel);\r
-                       this.reposListTabPage.Location = new System.Drawing.Point(4, 21);\r
+                       this.reposListTabPage.Location = new System.Drawing.Point(4, 22);\r
                        this.reposListTabPage.Name = "reposListTabPage";\r
                        this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3);\r
                        this.reposListTabPage.Name = "reposListTabPage";\r
                        this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3);\r
-                       this.reposListTabPage.Size = new System.Drawing.Size(474, 158);\r
+                       this.reposListTabPage.Size = new System.Drawing.Size(446, 214);\r
                        this.reposListTabPage.TabIndex = 0;\r
                        this.reposListTabPage.Text = "レポジトリ";\r
                        this.reposListTabPage.TabIndex = 0;\r
                        this.reposListTabPage.Text = "レポジトリ";\r
+                       this.reposListTabPage.UseVisualStyleBackColor = true;\r
                        // \r
                        // repoTableLayoutPanel\r
                        // \r
                        // \r
                        // repoTableLayoutPanel\r
                        // \r
-                       this.repoTableLayoutPanel.ColumnCount = 2;\r
+                       this.repoTableLayoutPanel.ColumnCount = 3;\r
                        this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
                        this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
                        this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
                        this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
-                       this.repoTableLayoutPanel.Controls.Add(this.repoListCheckedListBox, 0, 0);\r
-                       this.repoTableLayoutPanel.Controls.Add(this.repoBtnsFlowLayoutPanel, 0, 1);\r
+                       this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+                       this.repoTableLayoutPanel.Controls.Add(this.repoListCheckedListBox, 0, 1);\r
+                       this.repoTableLayoutPanel.Controls.Add(this.repoBtnsFlowLayoutPanel, 2, 1);\r
                        this.repoTableLayoutPanel.Controls.Add(this.repoUrlTextBox, 1, 2);\r
                        this.repoTableLayoutPanel.Controls.Add(this.repoUrlLabel, 0, 2);\r
                        this.repoTableLayoutPanel.Controls.Add(this.repoUrlTextBox, 1, 2);\r
                        this.repoTableLayoutPanel.Controls.Add(this.repoUrlLabel, 0, 2);\r
+                       this.repoTableLayoutPanel.Controls.Add(this.repoListLabel, 0, 0);\r
                        this.repoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.repoTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
                        this.repoTableLayoutPanel.Name = "repoTableLayoutPanel";\r
                        this.repoTableLayoutPanel.RowCount = 3;\r
                        this.repoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.repoTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
                        this.repoTableLayoutPanel.Name = "repoTableLayoutPanel";\r
                        this.repoTableLayoutPanel.RowCount = 3;\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.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.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
-                       this.repoTableLayoutPanel.Size = new System.Drawing.Size(468, 152);\r
+                       this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 208);\r
                        this.repoTableLayoutPanel.TabIndex = 1;\r
                        // \r
                        // repoListCheckedListBox\r
                        // \r
                        this.repoTableLayoutPanel.TabIndex = 1;\r
                        // \r
                        // repoListCheckedListBox\r
                        // \r
-                       this.repoListCheckedListBox.CheckOnClick = true;\r
                        this.repoTableLayoutPanel.SetColumnSpan(this.repoListCheckedListBox, 2);\r
                        this.repoListCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.repoListCheckedListBox.FormattingEnabled = true;\r
                        this.repoListCheckedListBox.IntegralHeight = false;\r
                        this.repoTableLayoutPanel.SetColumnSpan(this.repoListCheckedListBox, 2);\r
                        this.repoListCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.repoListCheckedListBox.FormattingEnabled = true;\r
                        this.repoListCheckedListBox.IntegralHeight = false;\r
-                       this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 3);\r
+                       this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15);\r
                        this.repoListCheckedListBox.Name = "repoListCheckedListBox";\r
                        this.repoListCheckedListBox.ScrollAlwaysVisible = true;\r
                        this.repoListCheckedListBox.Name = "repoListCheckedListBox";\r
                        this.repoListCheckedListBox.ScrollAlwaysVisible = true;\r
-                       this.repoListCheckedListBox.Size = new System.Drawing.Size(462, 86);\r
-                       this.repoListCheckedListBox.TabIndex = 0;\r
+                       this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 165);\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
                        // \r
                        // repoBtnsFlowLayoutPanel\r
                        // \r
                        this.repoListCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.RepoListCheckedListBoxSelectedIndexChanged);\r
                        this.repoListCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.RepoListCheckedListBoxItemCheck);\r
                        // \r
                        // repoBtnsFlowLayoutPanel\r
                        // \r
-                       this.repoBtnsFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
+                       this.repoBtnsFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Top;\r
                        this.repoBtnsFlowLayoutPanel.AutoSize = true;\r
                        this.repoBtnsFlowLayoutPanel.AutoSize = true;\r
-                       this.repoTableLayoutPanel.SetColumnSpan(this.repoBtnsFlowLayoutPanel, 2);\r
                        this.repoBtnsFlowLayoutPanel.Controls.Add(this.addRepoButton);\r
                        this.repoBtnsFlowLayoutPanel.Controls.Add(this.removeRepoButton);\r
                        this.repoBtnsFlowLayoutPanel.Controls.Add(this.upRepoButton);\r
                        this.repoBtnsFlowLayoutPanel.Controls.Add(this.downRepoButton);\r
                        this.repoBtnsFlowLayoutPanel.Controls.Add(this.addRepoButton);\r
                        this.repoBtnsFlowLayoutPanel.Controls.Add(this.removeRepoButton);\r
                        this.repoBtnsFlowLayoutPanel.Controls.Add(this.upRepoButton);\r
                        this.repoBtnsFlowLayoutPanel.Controls.Add(this.downRepoButton);\r
-                       this.repoBtnsFlowLayoutPanel.Location = new System.Drawing.Point(141, 95);\r
+                       this.repoBtnsFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;\r
+                       this.repoBtnsFlowLayoutPanel.Location = new System.Drawing.Point(356, 15);\r
                        this.repoBtnsFlowLayoutPanel.Name = "repoBtnsFlowLayoutPanel";\r
                        this.repoBtnsFlowLayoutPanel.Name = "repoBtnsFlowLayoutPanel";\r
-                       this.repoBtnsFlowLayoutPanel.Size = new System.Drawing.Size(324, 29);\r
+                       this.repoBtnsFlowLayoutPanel.Size = new System.Drawing.Size(81, 116);\r
                        this.repoBtnsFlowLayoutPanel.TabIndex = 1;\r
                        // \r
                        // addRepoButton\r
                        this.repoBtnsFlowLayoutPanel.TabIndex = 1;\r
                        // \r
                        // addRepoButton\r
                        this.addRepoButton.Name = "addRepoButton";\r
                        this.addRepoButton.Size = new System.Drawing.Size(75, 23);\r
                        this.addRepoButton.TabIndex = 0;\r
                        this.addRepoButton.Name = "addRepoButton";\r
                        this.addRepoButton.Size = new System.Drawing.Size(75, 23);\r
                        this.addRepoButton.TabIndex = 0;\r
-                       this.addRepoButton.Text = "新規";\r
+                       this.addRepoButton.Text = "新規(&N)";\r
                        this.addRepoButton.Click += new System.EventHandler(this.AddRepoButtonClick);\r
                        // \r
                        // removeRepoButton\r
                        // \r
                        this.removeRepoButton.Enabled = false;\r
                        this.addRepoButton.Click += new System.EventHandler(this.AddRepoButtonClick);\r
                        // \r
                        // removeRepoButton\r
                        // \r
                        this.removeRepoButton.Enabled = false;\r
-                       this.removeRepoButton.Location = new System.Drawing.Point(84, 3);\r
+                       this.removeRepoButton.Location = new System.Drawing.Point(3, 32);\r
                        this.removeRepoButton.Name = "removeRepoButton";\r
                        this.removeRepoButton.Size = new System.Drawing.Size(75, 23);\r
                        this.removeRepoButton.TabIndex = 1;\r
                        this.removeRepoButton.Name = "removeRepoButton";\r
                        this.removeRepoButton.Size = new System.Drawing.Size(75, 23);\r
                        this.removeRepoButton.TabIndex = 1;\r
-                       this.removeRepoButton.Text = "削除";\r
+                       this.removeRepoButton.Text = "削除(&R)";\r
                        this.removeRepoButton.Click += new System.EventHandler(this.RemoveRepoButtonClick);\r
                        // \r
                        // upRepoButton\r
                        // \r
                        this.upRepoButton.Enabled = false;\r
                        this.removeRepoButton.Click += new System.EventHandler(this.RemoveRepoButtonClick);\r
                        // \r
                        // upRepoButton\r
                        // \r
                        this.upRepoButton.Enabled = false;\r
-                       this.upRepoButton.Location = new System.Drawing.Point(165, 3);\r
+                       this.upRepoButton.Location = new System.Drawing.Point(3, 61);\r
                        this.upRepoButton.Name = "upRepoButton";\r
                        this.upRepoButton.Size = new System.Drawing.Size(75, 23);\r
                        this.upRepoButton.TabIndex = 2;\r
                        this.upRepoButton.Name = "upRepoButton";\r
                        this.upRepoButton.Size = new System.Drawing.Size(75, 23);\r
                        this.upRepoButton.TabIndex = 2;\r
-                       this.upRepoButton.Text = "上へ";\r
+                       this.upRepoButton.Text = "上へ(&U)";\r
                        this.upRepoButton.Click += new System.EventHandler(this.UpRepoButtonClick);\r
                        // \r
                        // downRepoButton\r
                        // \r
                        this.downRepoButton.Enabled = false;\r
                        this.upRepoButton.Click += new System.EventHandler(this.UpRepoButtonClick);\r
                        // \r
                        // downRepoButton\r
                        // \r
                        this.downRepoButton.Enabled = false;\r
-                       this.downRepoButton.Location = new System.Drawing.Point(246, 3);\r
+                       this.downRepoButton.Location = new System.Drawing.Point(3, 90);\r
                        this.downRepoButton.Name = "downRepoButton";\r
                        this.downRepoButton.Size = new System.Drawing.Size(75, 23);\r
                        this.downRepoButton.TabIndex = 3;\r
                        this.downRepoButton.Name = "downRepoButton";\r
                        this.downRepoButton.Size = new System.Drawing.Size(75, 23);\r
                        this.downRepoButton.TabIndex = 3;\r
-                       this.downRepoButton.Text = "下へ";\r
+                       this.downRepoButton.Text = "下へ(&D)";\r
                        this.downRepoButton.Click += new System.EventHandler(this.DownRepoButtonClick);\r
                        // \r
                        // repoUrlTextBox\r
                        // \r
                        this.downRepoButton.Click += new System.EventHandler(this.DownRepoButtonClick);\r
                        // \r
                        // repoUrlTextBox\r
                        // \r
+                       this.repoTableLayoutPanel.SetColumnSpan(this.repoUrlTextBox, 2);\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.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(108, 130);\r
+                       this.repoUrlTextBox.Location = new System.Drawing.Point(122, 186);\r
                        this.repoUrlTextBox.Name = "repoUrlTextBox";\r
                        this.repoUrlTextBox.Name = "repoUrlTextBox";\r
-                       this.repoUrlTextBox.Size = new System.Drawing.Size(357, 19);\r
-                       this.repoUrlTextBox.TabIndex = 2;\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
                        // \r
                        // repoUrlLabel\r
                        this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave);\r
                        // \r
                        // repoUrlLabel\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.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, 133);\r
+                       this.repoUrlLabel.Location = new System.Drawing.Point(3, 189);\r
                        this.repoUrlLabel.Name = "repoUrlLabel";\r
                        this.repoUrlLabel.Name = "repoUrlLabel";\r
-                       this.repoUrlLabel.Size = new System.Drawing.Size(99, 12);\r
-                       this.repoUrlLabel.TabIndex = 1;\r
-                       this.repoUrlLabel.Text = "レポジトリのURL(&U):";\r
+                       this.repoUrlLabel.Size = new System.Drawing.Size(113, 12);\r
+                       this.repoUrlLabel.TabIndex = 2;\r
+                       this.repoUrlLabel.Text = "レポジトリのアドレス(&A):";\r
+                       // \r
+                       // repoListLabel\r
+                       // \r
+                       this.repoListLabel.AutoSize = true;\r
+                       this.repoTableLayoutPanel.SetColumnSpan(this.repoListLabel, 3);\r
+                       this.repoListLabel.Location = new System.Drawing.Point(3, 0);\r
+                       this.repoListLabel.Name = "repoListLabel";\r
+                       this.repoListLabel.Size = new System.Drawing.Size(170, 12);\r
+                       this.repoListLabel.TabIndex = 0;\r
+                       this.repoListLabel.Text = "ソフトリストを取得するレポジトリ(&L):";\r
+                       // \r
+                       // networkTabPage\r
+                       // \r
+                       this.networkTabPage.Controls.Add(this.proxyGroupBox);\r
+                       this.networkTabPage.Location = new System.Drawing.Point(4, 22);\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.TabIndex = 1;\r
+                       this.networkTabPage.Text = "接続";\r
+                       this.networkTabPage.UseVisualStyleBackColor = true;\r
+                       // \r
+                       // proxyGroupBox\r
+                       // \r
+                       this.proxyGroupBox.Controls.Add(this.proxyTableLayoutPanel);\r
+                       this.proxyGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.proxyGroupBox.Location = new System.Drawing.Point(3, 3);\r
+                       this.proxyGroupBox.Name = "proxyGroupBox";\r
+                       this.proxyGroupBox.Size = new System.Drawing.Size(440, 208);\r
+                       this.proxyGroupBox.TabIndex = 1;\r
+                       this.proxyGroupBox.TabStop = false;\r
+                       this.proxyGroupBox.Text = "プロキシサーバー";\r
+                       // \r
+                       // proxyTableLayoutPanel\r
+                       // \r
+                       this.proxyTableLayoutPanel.ColumnCount = 3;\r
+                       this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
+                       this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+                       this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.proxySameAsIERadioButton, 0, 0);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.directConnRadioButton, 0, 1);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.specifyProxyRadioButton, 0, 2);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.proxyURLLabel, 1, 3);\r
+                       this.proxyTableLayoutPanel.Controls.Add(this.proxyURLTextBox, 2, 3);\r
+                       this.proxyTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.proxyTableLayoutPanel.Location = new System.Drawing.Point(3, 15);\r
+                       this.proxyTableLayoutPanel.Name = "proxyTableLayoutPanel";\r
+                       this.proxyTableLayoutPanel.RowCount = 5;\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.proxyTableLayoutPanel.Size = new System.Drawing.Size(434, 190);\r
+                       this.proxyTableLayoutPanel.TabIndex = 0;\r
+                       // \r
+                       // proxySameAsIERadioButton\r
+                       // \r
+                       this.proxySameAsIERadioButton.AutoSize = true;\r
+                       this.proxyTableLayoutPanel.SetColumnSpan(this.proxySameAsIERadioButton, 3);\r
+                       this.proxySameAsIERadioButton.Location = new System.Drawing.Point(3, 3);\r
+                       this.proxySameAsIERadioButton.Name = "proxySameAsIERadioButton";\r
+                       this.proxySameAsIERadioButton.Size = new System.Drawing.Size(208, 16);\r
+                       this.proxySameAsIERadioButton.TabIndex = 0;\r
+                       this.proxySameAsIERadioButton.TabStop = true;\r
+                       this.proxySameAsIERadioButton.Text = "インターネットオプションと同じ設定を使う";\r
+                       this.proxySameAsIERadioButton.UseVisualStyleBackColor = true;\r
+                       this.proxySameAsIERadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
+                       // \r
+                       // directConnRadioButton\r
+                       // \r
+                       this.directConnRadioButton.AutoSize = true;\r
+                       this.proxyTableLayoutPanel.SetColumnSpan(this.directConnRadioButton, 3);\r
+                       this.directConnRadioButton.Location = new System.Drawing.Point(3, 25);\r
+                       this.directConnRadioButton.Name = "directConnRadioButton";\r
+                       this.directConnRadioButton.Size = new System.Drawing.Size(218, 16);\r
+                       this.directConnRadioButton.TabIndex = 1;\r
+                       this.directConnRadioButton.TabStop = true;\r
+                       this.directConnRadioButton.Text = "プロキシサーバーを使わずに直接接続する";\r
+                       this.directConnRadioButton.UseVisualStyleBackColor = true;\r
+                       this.directConnRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
+                       // \r
+                       // specifyProxyRadioButton\r
+                       // \r
+                       this.specifyProxyRadioButton.AutoSize = true;\r
+                       this.proxyTableLayoutPanel.SetColumnSpan(this.specifyProxyRadioButton, 3);\r
+                       this.specifyProxyRadioButton.Location = new System.Drawing.Point(3, 47);\r
+                       this.specifyProxyRadioButton.Name = "specifyProxyRadioButton";\r
+                       this.specifyProxyRadioButton.Size = new System.Drawing.Size(196, 16);\r
+                       this.specifyProxyRadioButton.TabIndex = 2;\r
+                       this.specifyProxyRadioButton.TabStop = true;\r
+                       this.specifyProxyRadioButton.Text = "接続に指定のプロキシサーバーを使う";\r
+                       this.specifyProxyRadioButton.UseVisualStyleBackColor = true;\r
+                       this.specifyProxyRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
+                       // \r
+                       // proxyURLTextBox\r
+                       // \r
+                       this.proxyURLTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.proxyURLTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
+                       this.proxyURLTextBox.Location = new System.Drawing.Point(120, 69);\r
+                       this.proxyURLTextBox.Name = "proxyURLTextBox";\r
+                       this.proxyURLTextBox.Size = new System.Drawing.Size(311, 19);\r
+                       this.proxyURLTextBox.TabIndex = 4;\r
+                       this.proxyURLTextBox.Text = "http://localhost:8080/";\r
                        // \r
                        // UserPrefForm\r
                        // \r
                        // \r
                        // UserPrefForm\r
                        // \r
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
                        this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
                        this.CancelButton = this.cancelButton;\r
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
                        this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
                        this.CancelButton = this.cancelButton;\r
-                       this.ClientSize = new System.Drawing.Size(492, 226);\r
+                       this.ClientSize = new System.Drawing.Size(464, 283);\r
                        this.Controls.Add(this.tableLayoutPanel);\r
                        this.MaximizeBox = false;\r
                        this.MinimizeBox = false;\r
                        this.Controls.Add(this.tableLayoutPanel);\r
                        this.MaximizeBox = false;\r
                        this.MinimizeBox = false;\r
                        this.Text = "設定";\r
                        this.tableLayoutPanel.ResumeLayout(false);\r
                        this.tableLayoutPanel.PerformLayout();\r
                        this.Text = "設定";\r
                        this.tableLayoutPanel.ResumeLayout(false);\r
                        this.tableLayoutPanel.PerformLayout();\r
-                       this.flowLayoutPanel1.ResumeLayout(false);\r
-                       this.flowLayoutPanel1.PerformLayout();\r
+                       this.buttonsPanel.ResumeLayout(false);\r
+                       this.buttonsPanel.PerformLayout();\r
                        this.tabControl.ResumeLayout(false);\r
                        this.reposListTabPage.ResumeLayout(false);\r
                        this.repoTableLayoutPanel.ResumeLayout(false);\r
                        this.repoTableLayoutPanel.PerformLayout();\r
                        this.repoBtnsFlowLayoutPanel.ResumeLayout(false);\r
                        this.tabControl.ResumeLayout(false);\r
                        this.reposListTabPage.ResumeLayout(false);\r
                        this.repoTableLayoutPanel.ResumeLayout(false);\r
                        this.repoTableLayoutPanel.PerformLayout();\r
                        this.repoBtnsFlowLayoutPanel.ResumeLayout(false);\r
+                       this.networkTabPage.ResumeLayout(false);\r
+                       this.proxyGroupBox.ResumeLayout(false);\r
+                       this.proxyTableLayoutPanel.ResumeLayout(false);\r
+                       this.proxyTableLayoutPanel.PerformLayout();\r
                        this.ResumeLayout(false);\r
                }\r
                        this.ResumeLayout(false);\r
                }\r
+               private System.Windows.Forms.Label proxyURLLabel;\r
+               private System.Windows.Forms.FlowLayoutPanel buttonsPanel;\r
+               private System.Windows.Forms.GroupBox proxyGroupBox;\r
+               private System.Windows.Forms.TableLayoutPanel proxyTableLayoutPanel;\r
+               private System.Windows.Forms.RadioButton proxySameAsIERadioButton;\r
+               private System.Windows.Forms.RadioButton directConnRadioButton;\r
+               private System.Windows.Forms.RadioButton specifyProxyRadioButton;\r
+               private System.Windows.Forms.TextBox proxyURLTextBox;\r
+               private System.Windows.Forms.TabPage networkTabPage;\r
+               private System.Windows.Forms.Label repoListLabel;\r
                private System.Windows.Forms.TextBox repoUrlTextBox;\r
                private System.Windows.Forms.Label repoUrlLabel;\r
                private System.Windows.Forms.Button downRepoButton;\r
                private System.Windows.Forms.TextBox repoUrlTextBox;\r
                private System.Windows.Forms.Label repoUrlLabel;\r
                private System.Windows.Forms.Button downRepoButton;\r
                private System.Windows.Forms.TabControl tabControl;\r
                private System.Windows.Forms.Button okButton;\r
                private System.Windows.Forms.Button cancelButton;\r
                private System.Windows.Forms.TabControl tabControl;\r
                private System.Windows.Forms.Button okButton;\r
                private System.Windows.Forms.Button cancelButton;\r
-               private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;\r
                private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;\r
        }\r
 }\r
                private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;\r
        }\r
 }\r