OSDN Git Service

AppliStation-GUI,進捗ダイアログでログ表示のテキストボックスが自動でスクロールするように
[applistation/AppliStation.git] / AppliStation / UserPrefForm.Designer.cs
1 namespace AppliStation\r
2 {\r
3         partial class UserPrefForm\r
4         {\r
5                 /// <summary>\r
6                 /// Designer variable used to keep track of non-visual components.\r
7                 /// </summary>\r
8                 private System.ComponentModel.IContainer components = null;\r
9                 \r
10                 /// <summary>\r
11                 /// Disposes resources used by the form.\r
12                 /// </summary>\r
13                 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14                 protected override void Dispose(bool disposing)\r
15                 {\r
16                         if (disposing) {\r
17                                 if (components != null) {\r
18                                         components.Dispose();\r
19                                 }\r
20                         }\r
21                         base.Dispose(disposing);\r
22                 }\r
23                 \r
24                 /// <summary>\r
25                 /// This method is required for Windows Forms designer support.\r
26                 /// Do not change the method contents inside the source code editor. The Forms designer might\r
27                 /// not be able to load this method if it was changed manually.\r
28                 /// </summary>\r
29                 private void InitializeComponent()\r
30                 {\r
31                         this.components = new System.ComponentModel.Container();\r
32                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserPrefForm));\r
33                         this.proxyURLLabel = new System.Windows.Forms.Label();\r
34                         this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
35                         this.buttonsPanel = new System.Windows.Forms.FlowLayoutPanel();\r
36                         this.okButton = new System.Windows.Forms.Button();\r
37                         this.cancelButton = new System.Windows.Forms.Button();\r
38                         this.tabControl = new System.Windows.Forms.TabControl();\r
39                         this.reposListTabPage = new System.Windows.Forms.TabPage();\r
40                         this.repoTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
41                         this.repoListCheckedListBox = new System.Windows.Forms.CheckedListBox();\r
42                         this.repoBtnsFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();\r
43                         this.addRepoButton = new System.Windows.Forms.Button();\r
44                         this.removeRepoButton = new System.Windows.Forms.Button();\r
45                         this.upRepoButton = new System.Windows.Forms.Button();\r
46                         this.downRepoButton = new System.Windows.Forms.Button();\r
47                         this.repoUrlTextBox = new System.Windows.Forms.TextBox();\r
48                         this.repoUrlLabel = new System.Windows.Forms.Label();\r
49                         this.repoListLabel = new System.Windows.Forms.Label();\r
50                         this.networkTabPage = new System.Windows.Forms.TabPage();\r
51                         this.proxyGroupBox = new System.Windows.Forms.GroupBox();\r
52                         this.proxyTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
53                         this.proxySameAsIERadioButton = new System.Windows.Forms.RadioButton();\r
54                         this.directConnRadioButton = new System.Windows.Forms.RadioButton();\r
55                         this.specifyProxyRadioButton = new System.Windows.Forms.RadioButton();\r
56                         this.proxyURLTextBox = new System.Windows.Forms.TextBox();\r
57                         this.openInternetOptionLinkLabel = new System.Windows.Forms.LinkLabel();\r
58                         this.openInternetOptionLinkAdminLabel = new System.Windows.Forms.LinkLabel();\r
59                         this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
60                         this.tableLayoutPanel.SuspendLayout();\r
61                         this.buttonsPanel.SuspendLayout();\r
62                         this.tabControl.SuspendLayout();\r
63                         this.reposListTabPage.SuspendLayout();\r
64                         this.repoTableLayoutPanel.SuspendLayout();\r
65                         this.repoBtnsFlowLayoutPanel.SuspendLayout();\r
66                         this.networkTabPage.SuspendLayout();\r
67                         this.proxyGroupBox.SuspendLayout();\r
68                         this.proxyTableLayoutPanel.SuspendLayout();\r
69                         this.SuspendLayout();\r
70                         // \r
71                         // proxyURLLabel\r
72                         // \r
73                         this.proxyURLLabel.AutoSize = true;\r
74                         this.proxyURLLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
75                         this.proxyURLLabel.Location = new System.Drawing.Point(23, 90);\r
76                         this.proxyURLLabel.Name = "proxyURLLabel";\r
77                         this.proxyURLLabel.Size = new System.Drawing.Size(91, 25);\r
78                         this.proxyURLLabel.TabIndex = 3;\r
79                         this.proxyURLLabel.Text = "プロキシのURL(&U)";\r
80                         this.proxyURLLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
81                         this.toolTip.SetToolTip(this.proxyURLLabel, "プロキシサーバーをURLの形式で指定します。\r\n書式は「http://サーバ名:ポート番号/」です");\r
82                         // \r
83                         // tableLayoutPanel\r
84                         // \r
85                         this.tableLayoutPanel.ColumnCount = 1;\r
86                         this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
87                         this.tableLayoutPanel.Controls.Add(this.buttonsPanel, 0, 1);\r
88                         this.tableLayoutPanel.Controls.Add(this.tabControl, 0, 0);\r
89                         this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
90                         this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);\r
91                         this.tableLayoutPanel.Name = "tableLayoutPanel";\r
92                         this.tableLayoutPanel.RowCount = 1;\r
93                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
94                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
95                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
96                         this.tableLayoutPanel.Size = new System.Drawing.Size(464, 283);\r
97                         this.tableLayoutPanel.TabIndex = 0;\r
98                         // \r
99                         // buttonsPanel\r
100                         // \r
101                         this.buttonsPanel.AutoSize = true;\r
102                         this.buttonsPanel.Controls.Add(this.okButton);\r
103                         this.buttonsPanel.Controls.Add(this.cancelButton);\r
104                         this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Right;\r
105                         this.buttonsPanel.Location = new System.Drawing.Point(294, 250);\r
106                         this.buttonsPanel.Margin = new System.Windows.Forms.Padding(0);\r
107                         this.buttonsPanel.Name = "buttonsPanel";\r
108                         this.buttonsPanel.Size = new System.Drawing.Size(170, 33);\r
109                         this.buttonsPanel.TabIndex = 14;\r
110                         // \r
111                         // okButton\r
112                         // \r
113                         this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
114                         this.okButton.AutoSize = true;\r
115                         this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
116                         this.okButton.Location = new System.Drawing.Point(5, 5);\r
117                         this.okButton.Margin = new System.Windows.Forms.Padding(5);\r
118                         this.okButton.Name = "okButton";\r
119                         this.okButton.Size = new System.Drawing.Size(75, 23);\r
120                         this.okButton.TabIndex = 0;\r
121                         this.okButton.Text = "OK";\r
122                         this.okButton.Click += new System.EventHandler(this.OkButtonClick);\r
123                         // \r
124                         // cancelButton\r
125                         // \r
126                         this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
127                         this.cancelButton.AutoSize = true;\r
128                         this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
129                         this.cancelButton.Location = new System.Drawing.Point(90, 5);\r
130                         this.cancelButton.Margin = new System.Windows.Forms.Padding(5);\r
131                         this.cancelButton.Name = "cancelButton";\r
132                         this.cancelButton.Size = new System.Drawing.Size(75, 23);\r
133                         this.cancelButton.TabIndex = 1;\r
134                         this.cancelButton.Text = "キャンセル";\r
135                         this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick);\r
136                         // \r
137                         // tabControl\r
138                         // \r
139                         this.tabControl.Controls.Add(this.reposListTabPage);\r
140                         this.tabControl.Controls.Add(this.networkTabPage);\r
141                         this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;\r
142                         this.tabControl.Location = new System.Drawing.Point(5, 5);\r
143                         this.tabControl.Margin = new System.Windows.Forms.Padding(5);\r
144                         this.tabControl.Multiline = true;\r
145                         this.tabControl.Name = "tabControl";\r
146                         this.tabControl.SelectedIndex = 0;\r
147                         this.tabControl.Size = new System.Drawing.Size(454, 240);\r
148                         this.tabControl.TabIndex = 1;\r
149                         // \r
150                         // reposListTabPage\r
151                         // \r
152                         this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel);\r
153                         this.reposListTabPage.Location = new System.Drawing.Point(4, 22);\r
154                         this.reposListTabPage.Name = "reposListTabPage";\r
155                         this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3);\r
156                         this.reposListTabPage.Size = new System.Drawing.Size(446, 214);\r
157                         this.reposListTabPage.TabIndex = 0;\r
158                         this.reposListTabPage.Text = "レポジトリ";\r
159                         this.reposListTabPage.UseVisualStyleBackColor = true;\r
160                         // \r
161                         // repoTableLayoutPanel\r
162                         // \r
163                         this.repoTableLayoutPanel.ColumnCount = 3;\r
164                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
165                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
166                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
167                         this.repoTableLayoutPanel.Controls.Add(this.repoListCheckedListBox, 0, 1);\r
168                         this.repoTableLayoutPanel.Controls.Add(this.repoBtnsFlowLayoutPanel, 2, 1);\r
169                         this.repoTableLayoutPanel.Controls.Add(this.repoUrlTextBox, 1, 2);\r
170                         this.repoTableLayoutPanel.Controls.Add(this.repoUrlLabel, 0, 2);\r
171                         this.repoTableLayoutPanel.Controls.Add(this.repoListLabel, 0, 0);\r
172                         this.repoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
173                         this.repoTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
174                         this.repoTableLayoutPanel.Name = "repoTableLayoutPanel";\r
175                         this.repoTableLayoutPanel.RowCount = 3;\r
176                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
177                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
178                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
179                         this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 208);\r
180                         this.repoTableLayoutPanel.TabIndex = 1;\r
181                         // \r
182                         // repoListCheckedListBox\r
183                         // \r
184                         this.repoTableLayoutPanel.SetColumnSpan(this.repoListCheckedListBox, 2);\r
185                         this.repoListCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
186                         this.repoListCheckedListBox.FormattingEnabled = true;\r
187                         this.repoListCheckedListBox.IntegralHeight = false;\r
188                         this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15);\r
189                         this.repoListCheckedListBox.Name = "repoListCheckedListBox";\r
190                         this.repoListCheckedListBox.ScrollAlwaysVisible = true;\r
191                         this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 165);\r
192                         this.repoListCheckedListBox.TabIndex = 1;\r
193                         this.repoListCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.RepoListCheckedListBoxSelectedIndexChanged);\r
194                         this.repoListCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.RepoListCheckedListBoxItemCheck);\r
195                         // \r
196                         // repoBtnsFlowLayoutPanel\r
197                         // \r
198                         this.repoBtnsFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Top;\r
199                         this.repoBtnsFlowLayoutPanel.AutoSize = true;\r
200                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.addRepoButton);\r
201                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.removeRepoButton);\r
202                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.upRepoButton);\r
203                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.downRepoButton);\r
204                         this.repoBtnsFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;\r
205                         this.repoBtnsFlowLayoutPanel.Location = new System.Drawing.Point(356, 15);\r
206                         this.repoBtnsFlowLayoutPanel.Name = "repoBtnsFlowLayoutPanel";\r
207                         this.repoBtnsFlowLayoutPanel.Size = new System.Drawing.Size(81, 116);\r
208                         this.repoBtnsFlowLayoutPanel.TabIndex = 1;\r
209                         // \r
210                         // addRepoButton\r
211                         // \r
212                         this.addRepoButton.Location = new System.Drawing.Point(3, 3);\r
213                         this.addRepoButton.Name = "addRepoButton";\r
214                         this.addRepoButton.Size = new System.Drawing.Size(75, 23);\r
215                         this.addRepoButton.TabIndex = 0;\r
216                         this.addRepoButton.Text = "新規(&N)";\r
217                         this.addRepoButton.Click += new System.EventHandler(this.AddRepoButtonClick);\r
218                         // \r
219                         // removeRepoButton\r
220                         // \r
221                         this.removeRepoButton.Enabled = false;\r
222                         this.removeRepoButton.Location = new System.Drawing.Point(3, 32);\r
223                         this.removeRepoButton.Name = "removeRepoButton";\r
224                         this.removeRepoButton.Size = new System.Drawing.Size(75, 23);\r
225                         this.removeRepoButton.TabIndex = 1;\r
226                         this.removeRepoButton.Text = "削除(&R)";\r
227                         this.removeRepoButton.Click += new System.EventHandler(this.RemoveRepoButtonClick);\r
228                         // \r
229                         // upRepoButton\r
230                         // \r
231                         this.upRepoButton.Enabled = false;\r
232                         this.upRepoButton.Location = new System.Drawing.Point(3, 61);\r
233                         this.upRepoButton.Name = "upRepoButton";\r
234                         this.upRepoButton.Size = new System.Drawing.Size(75, 23);\r
235                         this.upRepoButton.TabIndex = 2;\r
236                         this.upRepoButton.Text = "上へ(&U)";\r
237                         this.upRepoButton.Click += new System.EventHandler(this.UpRepoButtonClick);\r
238                         // \r
239                         // downRepoButton\r
240                         // \r
241                         this.downRepoButton.Enabled = false;\r
242                         this.downRepoButton.Location = new System.Drawing.Point(3, 90);\r
243                         this.downRepoButton.Name = "downRepoButton";\r
244                         this.downRepoButton.Size = new System.Drawing.Size(75, 23);\r
245                         this.downRepoButton.TabIndex = 3;\r
246                         this.downRepoButton.Text = "下へ(&D)";\r
247                         this.downRepoButton.Click += new System.EventHandler(this.DownRepoButtonClick);\r
248                         // \r
249                         // repoUrlTextBox\r
250                         // \r
251                         this.repoTableLayoutPanel.SetColumnSpan(this.repoUrlTextBox, 2);\r
252                         this.repoUrlTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
253                         this.repoUrlTextBox.Enabled = false;\r
254                         this.repoUrlTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
255                         this.repoUrlTextBox.Location = new System.Drawing.Point(122, 186);\r
256                         this.repoUrlTextBox.Name = "repoUrlTextBox";\r
257                         this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19);\r
258                         this.repoUrlTextBox.TabIndex = 3;\r
259                         this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave);\r
260                         // \r
261                         // repoUrlLabel\r
262                         // \r
263                         this.repoUrlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
264                         this.repoUrlLabel.AutoSize = true;\r
265                         this.repoUrlLabel.Enabled = false;\r
266                         this.repoUrlLabel.Location = new System.Drawing.Point(3, 189);\r
267                         this.repoUrlLabel.Name = "repoUrlLabel";\r
268                         this.repoUrlLabel.Size = new System.Drawing.Size(113, 12);\r
269                         this.repoUrlLabel.TabIndex = 2;\r
270                         this.repoUrlLabel.Text = "レポジトリのアドレス(&A):";\r
271                         // \r
272                         // repoListLabel\r
273                         // \r
274                         this.repoListLabel.AutoSize = true;\r
275                         this.repoTableLayoutPanel.SetColumnSpan(this.repoListLabel, 3);\r
276                         this.repoListLabel.Location = new System.Drawing.Point(3, 0);\r
277                         this.repoListLabel.Name = "repoListLabel";\r
278                         this.repoListLabel.Size = new System.Drawing.Size(170, 12);\r
279                         this.repoListLabel.TabIndex = 0;\r
280                         this.repoListLabel.Text = "ソフトリストを取得するレポジトリ(&L):";\r
281                         // \r
282                         // networkTabPage\r
283                         // \r
284                         this.networkTabPage.Controls.Add(this.proxyGroupBox);\r
285                         this.networkTabPage.Location = new System.Drawing.Point(4, 22);\r
286                         this.networkTabPage.Name = "networkTabPage";\r
287                         this.networkTabPage.Padding = new System.Windows.Forms.Padding(3);\r
288                         this.networkTabPage.Size = new System.Drawing.Size(446, 214);\r
289                         this.networkTabPage.TabIndex = 1;\r
290                         this.networkTabPage.Text = "接続";\r
291                         this.networkTabPage.UseVisualStyleBackColor = true;\r
292                         // \r
293                         // proxyGroupBox\r
294                         // \r
295                         this.proxyGroupBox.Controls.Add(this.proxyTableLayoutPanel);\r
296                         this.proxyGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
297                         this.proxyGroupBox.Location = new System.Drawing.Point(3, 3);\r
298                         this.proxyGroupBox.Name = "proxyGroupBox";\r
299                         this.proxyGroupBox.Size = new System.Drawing.Size(440, 208);\r
300                         this.proxyGroupBox.TabIndex = 1;\r
301                         this.proxyGroupBox.TabStop = false;\r
302                         this.proxyGroupBox.Text = "プロキシサーバー";\r
303                         // \r
304                         // proxyTableLayoutPanel\r
305                         // \r
306                         this.proxyTableLayoutPanel.ColumnCount = 3;\r
307                         this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
308                         this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
309                         this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
310                         this.proxyTableLayoutPanel.Controls.Add(this.proxySameAsIERadioButton, 0, 0);\r
311                         this.proxyTableLayoutPanel.Controls.Add(this.directConnRadioButton, 0, 3);\r
312                         this.proxyTableLayoutPanel.Controls.Add(this.specifyProxyRadioButton, 0, 4);\r
313                         this.proxyTableLayoutPanel.Controls.Add(this.proxyURLLabel, 1, 5);\r
314                         this.proxyTableLayoutPanel.Controls.Add(this.proxyURLTextBox, 2, 5);\r
315                         this.proxyTableLayoutPanel.Controls.Add(this.openInternetOptionLinkLabel, 1, 1);\r
316                         this.proxyTableLayoutPanel.Controls.Add(this.openInternetOptionLinkAdminLabel, 1, 2);\r
317                         this.proxyTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
318                         this.proxyTableLayoutPanel.Location = new System.Drawing.Point(3, 15);\r
319                         this.proxyTableLayoutPanel.Name = "proxyTableLayoutPanel";\r
320                         this.proxyTableLayoutPanel.RowCount = 7;\r
321                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
322                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
323                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
324                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
325                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
326                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
327                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
328                         this.proxyTableLayoutPanel.Size = new System.Drawing.Size(434, 190);\r
329                         this.proxyTableLayoutPanel.TabIndex = 0;\r
330                         // \r
331                         // proxySameAsIERadioButton\r
332                         // \r
333                         this.proxySameAsIERadioButton.AutoSize = true;\r
334                         this.proxyTableLayoutPanel.SetColumnSpan(this.proxySameAsIERadioButton, 3);\r
335                         this.proxySameAsIERadioButton.Location = new System.Drawing.Point(3, 3);\r
336                         this.proxySameAsIERadioButton.Name = "proxySameAsIERadioButton";\r
337                         this.proxySameAsIERadioButton.Size = new System.Drawing.Size(219, 16);\r
338                         this.proxySameAsIERadioButton.TabIndex = 0;\r
339                         this.proxySameAsIERadioButton.TabStop = true;\r
340                         this.proxySameAsIERadioButton.Text = "インターネットオプションと同じ設定を使う(&I)";\r
341                         this.proxySameAsIERadioButton.UseVisualStyleBackColor = true;\r
342                         this.proxySameAsIERadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
343                         // \r
344                         // directConnRadioButton\r
345                         // \r
346                         this.directConnRadioButton.AutoSize = true;\r
347                         this.proxyTableLayoutPanel.SetColumnSpan(this.directConnRadioButton, 3);\r
348                         this.directConnRadioButton.Location = new System.Drawing.Point(3, 49);\r
349                         this.directConnRadioButton.Name = "directConnRadioButton";\r
350                         this.directConnRadioButton.Size = new System.Drawing.Size(234, 16);\r
351                         this.directConnRadioButton.TabIndex = 1;\r
352                         this.directConnRadioButton.TabStop = true;\r
353                         this.directConnRadioButton.Text = "プロキシサーバーを使わずに直接接続する(&D)";\r
354                         this.directConnRadioButton.UseVisualStyleBackColor = true;\r
355                         this.directConnRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
356                         // \r
357                         // specifyProxyRadioButton\r
358                         // \r
359                         this.specifyProxyRadioButton.AutoSize = true;\r
360                         this.proxyTableLayoutPanel.SetColumnSpan(this.specifyProxyRadioButton, 3);\r
361                         this.specifyProxyRadioButton.Location = new System.Drawing.Point(3, 71);\r
362                         this.specifyProxyRadioButton.Name = "specifyProxyRadioButton";\r
363                         this.specifyProxyRadioButton.Size = new System.Drawing.Size(211, 16);\r
364                         this.specifyProxyRadioButton.TabIndex = 2;\r
365                         this.specifyProxyRadioButton.TabStop = true;\r
366                         this.specifyProxyRadioButton.Text = "接続に指定のプロキシサーバーを使う(&S)";\r
367                         this.specifyProxyRadioButton.UseVisualStyleBackColor = true;\r
368                         this.specifyProxyRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
369                         // \r
370                         // proxyURLTextBox\r
371                         // \r
372                         this.proxyURLTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
373                         this.proxyURLTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
374                         this.proxyURLTextBox.Location = new System.Drawing.Point(120, 93);\r
375                         this.proxyURLTextBox.Name = "proxyURLTextBox";\r
376                         this.proxyURLTextBox.Size = new System.Drawing.Size(311, 19);\r
377                         this.proxyURLTextBox.TabIndex = 4;\r
378                         this.proxyURLTextBox.Text = "http://localhost:8080/";\r
379                         // \r
380                         // openInternetOptionLinkLabel\r
381                         // \r
382                         this.openInternetOptionLinkLabel.AutoSize = true;\r
383                         this.proxyTableLayoutPanel.SetColumnSpan(this.openInternetOptionLinkLabel, 2);\r
384                         this.openInternetOptionLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
385                         this.openInternetOptionLinkLabel.Location = new System.Drawing.Point(23, 22);\r
386                         this.openInternetOptionLinkLabel.Name = "openInternetOptionLinkLabel";\r
387                         this.openInternetOptionLinkLabel.Size = new System.Drawing.Size(136, 12);\r
388                         this.openInternetOptionLinkLabel.TabIndex = 5;\r
389                         this.openInternetOptionLinkLabel.TabStop = true;\r
390                         this.openInternetOptionLinkLabel.Text = "インターネットオプションを開く";\r
391                         this.toolTip.SetToolTip(this.openInternetOptionLinkLabel, "インターネットオプション設定でWindowsのプロキシ設定を参照できます。");\r
392                         this.openInternetOptionLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
393                         this.openInternetOptionLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenInternetOptionLinkLabelLinkClicked);\r
394                         // \r
395                         // openInternetOptionLinkAdminLabel\r
396                         // \r
397                         this.openInternetOptionLinkAdminLabel.AutoSize = true;\r
398                         this.proxyTableLayoutPanel.SetColumnSpan(this.openInternetOptionLinkAdminLabel, 2);\r
399                         this.openInternetOptionLinkAdminLabel.Image = ((System.Drawing.Image)(resources.GetObject("openInternetOptionLinkAdminLabel.Image")));\r
400                         this.openInternetOptionLinkAdminLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
401                         this.openInternetOptionLinkAdminLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
402                         this.openInternetOptionLinkAdminLabel.Location = new System.Drawing.Point(23, 34);\r
403                         this.openInternetOptionLinkAdminLabel.Name = "openInternetOptionLinkAdminLabel";\r
404                         this.openInternetOptionLinkAdminLabel.Padding = new System.Windows.Forms.Padding(16, 0, 0, 0);\r
405                         this.openInternetOptionLinkAdminLabel.Size = new System.Drawing.Size(222, 12);\r
406                         this.openInternetOptionLinkAdminLabel.TabIndex = 5;\r
407                         this.openInternetOptionLinkAdminLabel.TabStop = true;\r
408                         this.openInternetOptionLinkAdminLabel.Text = "管理者権限のインターネットオプションを開く";\r
409                         this.toolTip.SetToolTip(this.openInternetOptionLinkAdminLabel, "管理者権限でインストールする場合、管理者権限のインターネットオプションを使用します。現在使用しているユーザが管理者権限を持たない場合、管理者権限のインターネットオ" +\r
410                                                 "プションも設定する必要があります。");\r
411                         this.openInternetOptionLinkAdminLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
412                         this.openInternetOptionLinkAdminLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenInternetOptionLinkLabelLinkClicked);\r
413                         // \r
414                         // UserPrefForm\r
415                         // \r
416                         this.AcceptButton = this.okButton;\r
417                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
418                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
419                         this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
420                         this.CancelButton = this.cancelButton;\r
421                         this.ClientSize = new System.Drawing.Size(464, 283);\r
422                         this.Controls.Add(this.tableLayoutPanel);\r
423                         this.MaximizeBox = false;\r
424                         this.MinimizeBox = false;\r
425                         this.Name = "UserPrefForm";\r
426                         this.ShowIcon = false;\r
427                         this.ShowInTaskbar = false;\r
428                         this.Text = "設定";\r
429                         this.tableLayoutPanel.ResumeLayout(false);\r
430                         this.tableLayoutPanel.PerformLayout();\r
431                         this.buttonsPanel.ResumeLayout(false);\r
432                         this.buttonsPanel.PerformLayout();\r
433                         this.tabControl.ResumeLayout(false);\r
434                         this.reposListTabPage.ResumeLayout(false);\r
435                         this.repoTableLayoutPanel.ResumeLayout(false);\r
436                         this.repoTableLayoutPanel.PerformLayout();\r
437                         this.repoBtnsFlowLayoutPanel.ResumeLayout(false);\r
438                         this.networkTabPage.ResumeLayout(false);\r
439                         this.proxyGroupBox.ResumeLayout(false);\r
440                         this.proxyTableLayoutPanel.ResumeLayout(false);\r
441                         this.proxyTableLayoutPanel.PerformLayout();\r
442                         this.ResumeLayout(false);\r
443                 }\r
444                 private System.Windows.Forms.ToolTip toolTip;\r
445                 private System.Windows.Forms.LinkLabel openInternetOptionLinkAdminLabel;\r
446                 private System.Windows.Forms.LinkLabel openInternetOptionLinkLabel;\r
447                 private System.Windows.Forms.Label proxyURLLabel;\r
448                 private System.Windows.Forms.FlowLayoutPanel buttonsPanel;\r
449                 private System.Windows.Forms.GroupBox proxyGroupBox;\r
450                 private System.Windows.Forms.TableLayoutPanel proxyTableLayoutPanel;\r
451                 private System.Windows.Forms.RadioButton proxySameAsIERadioButton;\r
452                 private System.Windows.Forms.RadioButton directConnRadioButton;\r
453                 private System.Windows.Forms.RadioButton specifyProxyRadioButton;\r
454                 private System.Windows.Forms.TextBox proxyURLTextBox;\r
455                 private System.Windows.Forms.TabPage networkTabPage;\r
456                 private System.Windows.Forms.Label repoListLabel;\r
457                 private System.Windows.Forms.TextBox repoUrlTextBox;\r
458                 private System.Windows.Forms.Label repoUrlLabel;\r
459                 private System.Windows.Forms.Button downRepoButton;\r
460                 private System.Windows.Forms.Button upRepoButton;\r
461                 private System.Windows.Forms.Button removeRepoButton;\r
462                 private System.Windows.Forms.Button addRepoButton;\r
463                 private System.Windows.Forms.FlowLayoutPanel repoBtnsFlowLayoutPanel;\r
464                 private System.Windows.Forms.TableLayoutPanel repoTableLayoutPanel;\r
465                 private System.Windows.Forms.CheckedListBox repoListCheckedListBox;\r
466                 private System.Windows.Forms.TabPage reposListTabPage;\r
467                 private System.Windows.Forms.TabControl tabControl;\r
468                 private System.Windows.Forms.Button okButton;\r
469                 private System.Windows.Forms.Button cancelButton;\r
470                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;\r
471         }\r
472 }\r