OSDN Git Service

AppliStation-All,起動時間の高速化。起動時のpackages.list.xmlの読み込み処理を正常時に2回重複して行っていたのを修正。
[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.installTabPage = new System.Windows.Forms.TabPage();\r
60                         this.installTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
61                         this.installScanInstallerFileCheckbox = new System.Windows.Forms.CheckBox();\r
62                         this.installOnBackgroundCheckBox = new System.Windows.Forms.CheckBox();\r
63                         this.cacheFolderGroupBox = new System.Windows.Forms.GroupBox();\r
64                         this.cacheFolderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
65                         this.cacheFolderCustomCheckBox = new System.Windows.Forms.CheckBox();\r
66                         this.cacheFolderTextBox = new System.Windows.Forms.TextBox();\r
67                         this.cacheFolderBrowseButton = new System.Windows.Forms.Button();\r
68                         this.cacheFolderOpenLinkLabel = new System.Windows.Forms.LinkLabel();\r
69                         this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
70                         this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);\r
71                         this.tableLayoutPanel.SuspendLayout();\r
72                         this.buttonsPanel.SuspendLayout();\r
73                         this.tabControl.SuspendLayout();\r
74                         this.reposListTabPage.SuspendLayout();\r
75                         this.repoTableLayoutPanel.SuspendLayout();\r
76                         this.repoBtnsFlowLayoutPanel.SuspendLayout();\r
77                         this.networkTabPage.SuspendLayout();\r
78                         this.proxyGroupBox.SuspendLayout();\r
79                         this.proxyTableLayoutPanel.SuspendLayout();\r
80                         this.installTabPage.SuspendLayout();\r
81                         this.installTableLayoutPanel.SuspendLayout();\r
82                         this.cacheFolderGroupBox.SuspendLayout();\r
83                         this.cacheFolderTableLayoutPanel.SuspendLayout();\r
84                         ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();\r
85                         this.SuspendLayout();\r
86                         // \r
87                         // proxyURLLabel\r
88                         // \r
89                         this.proxyURLLabel.AutoSize = true;\r
90                         this.proxyURLLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
91                         this.proxyURLLabel.Location = new System.Drawing.Point(23, 90);\r
92                         this.proxyURLLabel.Name = "proxyURLLabel";\r
93                         this.proxyURLLabel.Size = new System.Drawing.Size(91, 25);\r
94                         this.proxyURLLabel.TabIndex = 3;\r
95                         this.proxyURLLabel.Text = "プロキシのURL(&U)";\r
96                         this.proxyURLLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
97                         this.toolTip.SetToolTip(this.proxyURLLabel, "プロキシサーバーをURLの形式で指定します。\r\n書式は「http://サーバ名:ポート番号/」です");\r
98                         // \r
99                         // tableLayoutPanel\r
100                         // \r
101                         this.tableLayoutPanel.ColumnCount = 1;\r
102                         this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
103                         this.tableLayoutPanel.Controls.Add(this.buttonsPanel, 0, 1);\r
104                         this.tableLayoutPanel.Controls.Add(this.tabControl, 0, 0);\r
105                         this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
106                         this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);\r
107                         this.tableLayoutPanel.Name = "tableLayoutPanel";\r
108                         this.tableLayoutPanel.RowCount = 1;\r
109                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
110                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
111                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
112                         this.tableLayoutPanel.Size = new System.Drawing.Size(464, 283);\r
113                         this.tableLayoutPanel.TabIndex = 0;\r
114                         // \r
115                         // buttonsPanel\r
116                         // \r
117                         this.buttonsPanel.AutoSize = true;\r
118                         this.buttonsPanel.Controls.Add(this.okButton);\r
119                         this.buttonsPanel.Controls.Add(this.cancelButton);\r
120                         this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Right;\r
121                         this.buttonsPanel.Location = new System.Drawing.Point(294, 250);\r
122                         this.buttonsPanel.Margin = new System.Windows.Forms.Padding(0);\r
123                         this.buttonsPanel.Name = "buttonsPanel";\r
124                         this.buttonsPanel.Size = new System.Drawing.Size(170, 33);\r
125                         this.buttonsPanel.TabIndex = 14;\r
126                         // \r
127                         // okButton\r
128                         // \r
129                         this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
130                         this.okButton.AutoSize = true;\r
131                         this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
132                         this.okButton.Location = new System.Drawing.Point(5, 5);\r
133                         this.okButton.Margin = new System.Windows.Forms.Padding(5);\r
134                         this.okButton.Name = "okButton";\r
135                         this.okButton.Size = new System.Drawing.Size(75, 23);\r
136                         this.okButton.TabIndex = 0;\r
137                         this.okButton.Text = "OK";\r
138                         this.okButton.Click += new System.EventHandler(this.OkButtonClick);\r
139                         // \r
140                         // cancelButton\r
141                         // \r
142                         this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
143                         this.cancelButton.AutoSize = true;\r
144                         this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
145                         this.cancelButton.Location = new System.Drawing.Point(90, 5);\r
146                         this.cancelButton.Margin = new System.Windows.Forms.Padding(5);\r
147                         this.cancelButton.Name = "cancelButton";\r
148                         this.cancelButton.Size = new System.Drawing.Size(75, 23);\r
149                         this.cancelButton.TabIndex = 1;\r
150                         this.cancelButton.Text = "キャンセル";\r
151                         this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick);\r
152                         // \r
153                         // tabControl\r
154                         // \r
155                         this.tabControl.Controls.Add(this.reposListTabPage);\r
156                         this.tabControl.Controls.Add(this.networkTabPage);\r
157                         this.tabControl.Controls.Add(this.installTabPage);\r
158                         this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;\r
159                         this.tabControl.Location = new System.Drawing.Point(5, 5);\r
160                         this.tabControl.Margin = new System.Windows.Forms.Padding(5);\r
161                         this.tabControl.Multiline = true;\r
162                         this.tabControl.Name = "tabControl";\r
163                         this.tabControl.SelectedIndex = 0;\r
164                         this.tabControl.Size = new System.Drawing.Size(454, 240);\r
165                         this.tabControl.TabIndex = 1;\r
166                         // \r
167                         // reposListTabPage\r
168                         // \r
169                         this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel);\r
170                         this.reposListTabPage.Location = new System.Drawing.Point(4, 21);\r
171                         this.reposListTabPage.Name = "reposListTabPage";\r
172                         this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3);\r
173                         this.reposListTabPage.Size = new System.Drawing.Size(446, 215);\r
174                         this.reposListTabPage.TabIndex = 0;\r
175                         this.reposListTabPage.Text = "レポジトリ";\r
176                         this.reposListTabPage.UseVisualStyleBackColor = true;\r
177                         // \r
178                         // repoTableLayoutPanel\r
179                         // \r
180                         this.repoTableLayoutPanel.ColumnCount = 3;\r
181                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
182                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
183                         this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
184                         this.repoTableLayoutPanel.Controls.Add(this.repoListCheckedListBox, 0, 1);\r
185                         this.repoTableLayoutPanel.Controls.Add(this.repoBtnsFlowLayoutPanel, 2, 1);\r
186                         this.repoTableLayoutPanel.Controls.Add(this.repoUrlTextBox, 1, 2);\r
187                         this.repoTableLayoutPanel.Controls.Add(this.repoUrlLabel, 0, 2);\r
188                         this.repoTableLayoutPanel.Controls.Add(this.repoListLabel, 0, 0);\r
189                         this.repoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
190                         this.repoTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
191                         this.repoTableLayoutPanel.Name = "repoTableLayoutPanel";\r
192                         this.repoTableLayoutPanel.RowCount = 3;\r
193                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
194                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
195                         this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
196                         this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 209);\r
197                         this.repoTableLayoutPanel.TabIndex = 1;\r
198                         // \r
199                         // repoListCheckedListBox\r
200                         // \r
201                         this.repoTableLayoutPanel.SetColumnSpan(this.repoListCheckedListBox, 2);\r
202                         this.repoListCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
203                         this.repoListCheckedListBox.FormattingEnabled = true;\r
204                         this.repoListCheckedListBox.IntegralHeight = false;\r
205                         this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15);\r
206                         this.repoListCheckedListBox.Name = "repoListCheckedListBox";\r
207                         this.repoListCheckedListBox.ScrollAlwaysVisible = true;\r
208                         this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 166);\r
209                         this.repoListCheckedListBox.TabIndex = 1;\r
210                         this.repoListCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.RepoListCheckedListBoxSelectedIndexChanged);\r
211                         this.repoListCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.RepoListCheckedListBoxItemCheck);\r
212                         // \r
213                         // repoBtnsFlowLayoutPanel\r
214                         // \r
215                         this.repoBtnsFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Top;\r
216                         this.repoBtnsFlowLayoutPanel.AutoSize = true;\r
217                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.addRepoButton);\r
218                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.removeRepoButton);\r
219                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.upRepoButton);\r
220                         this.repoBtnsFlowLayoutPanel.Controls.Add(this.downRepoButton);\r
221                         this.repoBtnsFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;\r
222                         this.repoBtnsFlowLayoutPanel.Location = new System.Drawing.Point(356, 15);\r
223                         this.repoBtnsFlowLayoutPanel.Name = "repoBtnsFlowLayoutPanel";\r
224                         this.repoBtnsFlowLayoutPanel.Size = new System.Drawing.Size(81, 116);\r
225                         this.repoBtnsFlowLayoutPanel.TabIndex = 1;\r
226                         // \r
227                         // addRepoButton\r
228                         // \r
229                         this.addRepoButton.Location = new System.Drawing.Point(3, 3);\r
230                         this.addRepoButton.Name = "addRepoButton";\r
231                         this.addRepoButton.Size = new System.Drawing.Size(75, 23);\r
232                         this.addRepoButton.TabIndex = 0;\r
233                         this.addRepoButton.Text = "新規(&N)";\r
234                         this.addRepoButton.Click += new System.EventHandler(this.AddRepoButtonClick);\r
235                         // \r
236                         // removeRepoButton\r
237                         // \r
238                         this.removeRepoButton.Enabled = false;\r
239                         this.removeRepoButton.Location = new System.Drawing.Point(3, 32);\r
240                         this.removeRepoButton.Name = "removeRepoButton";\r
241                         this.removeRepoButton.Size = new System.Drawing.Size(75, 23);\r
242                         this.removeRepoButton.TabIndex = 1;\r
243                         this.removeRepoButton.Text = "削除(&R)";\r
244                         this.removeRepoButton.Click += new System.EventHandler(this.RemoveRepoButtonClick);\r
245                         // \r
246                         // upRepoButton\r
247                         // \r
248                         this.upRepoButton.Enabled = false;\r
249                         this.upRepoButton.Location = new System.Drawing.Point(3, 61);\r
250                         this.upRepoButton.Name = "upRepoButton";\r
251                         this.upRepoButton.Size = new System.Drawing.Size(75, 23);\r
252                         this.upRepoButton.TabIndex = 2;\r
253                         this.upRepoButton.Text = "上へ(&U)";\r
254                         this.upRepoButton.Click += new System.EventHandler(this.UpRepoButtonClick);\r
255                         // \r
256                         // downRepoButton\r
257                         // \r
258                         this.downRepoButton.Enabled = false;\r
259                         this.downRepoButton.Location = new System.Drawing.Point(3, 90);\r
260                         this.downRepoButton.Name = "downRepoButton";\r
261                         this.downRepoButton.Size = new System.Drawing.Size(75, 23);\r
262                         this.downRepoButton.TabIndex = 3;\r
263                         this.downRepoButton.Text = "下へ(&D)";\r
264                         this.downRepoButton.Click += new System.EventHandler(this.DownRepoButtonClick);\r
265                         // \r
266                         // repoUrlTextBox\r
267                         // \r
268                         this.repoTableLayoutPanel.SetColumnSpan(this.repoUrlTextBox, 2);\r
269                         this.repoUrlTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
270                         this.repoUrlTextBox.Enabled = false;\r
271                         this.repoUrlTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
272                         this.repoUrlTextBox.Location = new System.Drawing.Point(122, 187);\r
273                         this.repoUrlTextBox.Name = "repoUrlTextBox";\r
274                         this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19);\r
275                         this.repoUrlTextBox.TabIndex = 3;\r
276                         this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave);\r
277                         this.repoUrlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.RepoUrlTextBoxValidating);\r
278                         // \r
279                         // repoUrlLabel\r
280                         // \r
281                         this.repoUrlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
282                         this.repoUrlLabel.AutoSize = true;\r
283                         this.repoUrlLabel.Enabled = false;\r
284                         this.repoUrlLabel.Location = new System.Drawing.Point(3, 190);\r
285                         this.repoUrlLabel.Name = "repoUrlLabel";\r
286                         this.repoUrlLabel.Size = new System.Drawing.Size(113, 12);\r
287                         this.repoUrlLabel.TabIndex = 2;\r
288                         this.repoUrlLabel.Text = "レポジトリのアドレス(&A):";\r
289                         this.repoUrlLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
290                         // \r
291                         // repoListLabel\r
292                         // \r
293                         this.repoListLabel.AutoSize = true;\r
294                         this.repoTableLayoutPanel.SetColumnSpan(this.repoListLabel, 3);\r
295                         this.repoListLabel.Location = new System.Drawing.Point(3, 0);\r
296                         this.repoListLabel.Name = "repoListLabel";\r
297                         this.repoListLabel.Size = new System.Drawing.Size(170, 12);\r
298                         this.repoListLabel.TabIndex = 0;\r
299                         this.repoListLabel.Text = "ソフトリストを取得するレポジトリ(&L):";\r
300                         // \r
301                         // networkTabPage\r
302                         // \r
303                         this.networkTabPage.Controls.Add(this.proxyGroupBox);\r
304                         this.networkTabPage.Location = new System.Drawing.Point(4, 21);\r
305                         this.networkTabPage.Name = "networkTabPage";\r
306                         this.networkTabPage.Padding = new System.Windows.Forms.Padding(3);\r
307                         this.networkTabPage.Size = new System.Drawing.Size(446, 215);\r
308                         this.networkTabPage.TabIndex = 1;\r
309                         this.networkTabPage.Text = "接続";\r
310                         this.networkTabPage.UseVisualStyleBackColor = true;\r
311                         // \r
312                         // proxyGroupBox\r
313                         // \r
314                         this.proxyGroupBox.Controls.Add(this.proxyTableLayoutPanel);\r
315                         this.proxyGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
316                         this.proxyGroupBox.Location = new System.Drawing.Point(3, 3);\r
317                         this.proxyGroupBox.Name = "proxyGroupBox";\r
318                         this.proxyGroupBox.Size = new System.Drawing.Size(440, 209);\r
319                         this.proxyGroupBox.TabIndex = 1;\r
320                         this.proxyGroupBox.TabStop = false;\r
321                         this.proxyGroupBox.Text = "プロキシサーバー";\r
322                         // \r
323                         // proxyTableLayoutPanel\r
324                         // \r
325                         this.proxyTableLayoutPanel.ColumnCount = 3;\r
326                         this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
327                         this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
328                         this.proxyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
329                         this.proxyTableLayoutPanel.Controls.Add(this.proxySameAsIERadioButton, 0, 0);\r
330                         this.proxyTableLayoutPanel.Controls.Add(this.directConnRadioButton, 0, 3);\r
331                         this.proxyTableLayoutPanel.Controls.Add(this.specifyProxyRadioButton, 0, 4);\r
332                         this.proxyTableLayoutPanel.Controls.Add(this.proxyURLLabel, 1, 5);\r
333                         this.proxyTableLayoutPanel.Controls.Add(this.proxyURLTextBox, 2, 5);\r
334                         this.proxyTableLayoutPanel.Controls.Add(this.openInternetOptionLinkLabel, 1, 1);\r
335                         this.proxyTableLayoutPanel.Controls.Add(this.openInternetOptionLinkAdminLabel, 1, 2);\r
336                         this.proxyTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
337                         this.proxyTableLayoutPanel.Location = new System.Drawing.Point(3, 15);\r
338                         this.proxyTableLayoutPanel.Name = "proxyTableLayoutPanel";\r
339                         this.proxyTableLayoutPanel.RowCount = 7;\r
340                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
341                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
342                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
343                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
344                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
345                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
346                         this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
347                         this.proxyTableLayoutPanel.Size = new System.Drawing.Size(434, 191);\r
348                         this.proxyTableLayoutPanel.TabIndex = 0;\r
349                         // \r
350                         // proxySameAsIERadioButton\r
351                         // \r
352                         this.proxySameAsIERadioButton.AutoSize = true;\r
353                         this.proxyTableLayoutPanel.SetColumnSpan(this.proxySameAsIERadioButton, 3);\r
354                         this.proxySameAsIERadioButton.Location = new System.Drawing.Point(3, 3);\r
355                         this.proxySameAsIERadioButton.Name = "proxySameAsIERadioButton";\r
356                         this.proxySameAsIERadioButton.Size = new System.Drawing.Size(219, 16);\r
357                         this.proxySameAsIERadioButton.TabIndex = 0;\r
358                         this.proxySameAsIERadioButton.TabStop = true;\r
359                         this.proxySameAsIERadioButton.Text = "インターネットオプションと同じ設定を使う(&I)";\r
360                         this.proxySameAsIERadioButton.UseVisualStyleBackColor = true;\r
361                         this.proxySameAsIERadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
362                         // \r
363                         // directConnRadioButton\r
364                         // \r
365                         this.directConnRadioButton.AutoSize = true;\r
366                         this.proxyTableLayoutPanel.SetColumnSpan(this.directConnRadioButton, 3);\r
367                         this.directConnRadioButton.Location = new System.Drawing.Point(3, 49);\r
368                         this.directConnRadioButton.Name = "directConnRadioButton";\r
369                         this.directConnRadioButton.Size = new System.Drawing.Size(234, 16);\r
370                         this.directConnRadioButton.TabIndex = 1;\r
371                         this.directConnRadioButton.TabStop = true;\r
372                         this.directConnRadioButton.Text = "プロキシサーバーを使わずに直接接続する(&D)";\r
373                         this.directConnRadioButton.UseVisualStyleBackColor = true;\r
374                         this.directConnRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
375                         // \r
376                         // specifyProxyRadioButton\r
377                         // \r
378                         this.specifyProxyRadioButton.AutoSize = true;\r
379                         this.proxyTableLayoutPanel.SetColumnSpan(this.specifyProxyRadioButton, 3);\r
380                         this.specifyProxyRadioButton.Location = new System.Drawing.Point(3, 71);\r
381                         this.specifyProxyRadioButton.Name = "specifyProxyRadioButton";\r
382                         this.specifyProxyRadioButton.Size = new System.Drawing.Size(211, 16);\r
383                         this.specifyProxyRadioButton.TabIndex = 2;\r
384                         this.specifyProxyRadioButton.TabStop = true;\r
385                         this.specifyProxyRadioButton.Text = "接続に指定のプロキシサーバーを使う(&S)";\r
386                         this.specifyProxyRadioButton.UseVisualStyleBackColor = true;\r
387                         this.specifyProxyRadioButton.Click += new System.EventHandler(this.ProxyRadioButtonsCheckedChanged);\r
388                         // \r
389                         // proxyURLTextBox\r
390                         // \r
391                         this.proxyURLTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
392                         this.proxyURLTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
393                         this.proxyURLTextBox.Location = new System.Drawing.Point(120, 93);\r
394                         this.proxyURLTextBox.Name = "proxyURLTextBox";\r
395                         this.proxyURLTextBox.Size = new System.Drawing.Size(311, 19);\r
396                         this.proxyURLTextBox.TabIndex = 4;\r
397                         this.proxyURLTextBox.Text = "http://localhost:8080/";\r
398                         // \r
399                         // openInternetOptionLinkLabel\r
400                         // \r
401                         this.openInternetOptionLinkLabel.AutoSize = true;\r
402                         this.proxyTableLayoutPanel.SetColumnSpan(this.openInternetOptionLinkLabel, 2);\r
403                         this.openInternetOptionLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
404                         this.openInternetOptionLinkLabel.Location = new System.Drawing.Point(23, 22);\r
405                         this.openInternetOptionLinkLabel.Name = "openInternetOptionLinkLabel";\r
406                         this.openInternetOptionLinkLabel.Size = new System.Drawing.Size(136, 12);\r
407                         this.openInternetOptionLinkLabel.TabIndex = 5;\r
408                         this.openInternetOptionLinkLabel.TabStop = true;\r
409                         this.openInternetOptionLinkLabel.Text = "インターネットオプションを開く";\r
410                         this.toolTip.SetToolTip(this.openInternetOptionLinkLabel, "インターネットオプション設定でWindowsのプロキシ設定を参照できます。");\r
411                         this.openInternetOptionLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
412                         this.openInternetOptionLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenInternetOptionLinkLabelLinkClicked);\r
413                         // \r
414                         // openInternetOptionLinkAdminLabel\r
415                         // \r
416                         this.openInternetOptionLinkAdminLabel.AutoSize = true;\r
417                         this.proxyTableLayoutPanel.SetColumnSpan(this.openInternetOptionLinkAdminLabel, 2);\r
418                         this.openInternetOptionLinkAdminLabel.Image = ((System.Drawing.Image)(resources.GetObject("openInternetOptionLinkAdminLabel.Image")));\r
419                         this.openInternetOptionLinkAdminLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
420                         this.openInternetOptionLinkAdminLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
421                         this.openInternetOptionLinkAdminLabel.Location = new System.Drawing.Point(23, 34);\r
422                         this.openInternetOptionLinkAdminLabel.Name = "openInternetOptionLinkAdminLabel";\r
423                         this.openInternetOptionLinkAdminLabel.Padding = new System.Windows.Forms.Padding(16, 0, 0, 0);\r
424                         this.openInternetOptionLinkAdminLabel.Size = new System.Drawing.Size(222, 12);\r
425                         this.openInternetOptionLinkAdminLabel.TabIndex = 5;\r
426                         this.openInternetOptionLinkAdminLabel.TabStop = true;\r
427                         this.openInternetOptionLinkAdminLabel.Text = "管理者権限のインターネットオプションを開く";\r
428                         this.toolTip.SetToolTip(this.openInternetOptionLinkAdminLabel, "管理者権限でインストールする場合、管理者権限のインターネットオプションを使用します。現在使用しているユーザが管理者権限を持たない場合、管理者権限のインターネットオ" +\r
429                                                 "プションも設定する必要があります。");\r
430                         this.openInternetOptionLinkAdminLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
431                         this.openInternetOptionLinkAdminLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenInternetOptionLinkLabelLinkClicked);\r
432                         // \r
433                         // installTabPage\r
434                         // \r
435                         this.installTabPage.Controls.Add(this.installTableLayoutPanel);\r
436                         this.installTabPage.Location = new System.Drawing.Point(4, 21);\r
437                         this.installTabPage.Name = "installTabPage";\r
438                         this.installTabPage.Padding = new System.Windows.Forms.Padding(3);\r
439                         this.installTabPage.Size = new System.Drawing.Size(446, 215);\r
440                         this.installTabPage.TabIndex = 2;\r
441                         this.installTabPage.Text = "インストール";\r
442                         this.installTabPage.UseVisualStyleBackColor = true;\r
443                         // \r
444                         // installTableLayoutPanel\r
445                         // \r
446                         this.installTableLayoutPanel.ColumnCount = 1;\r
447                         this.installTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
448                         this.installTableLayoutPanel.Controls.Add(this.installScanInstallerFileCheckbox, 0, 0);\r
449                         this.installTableLayoutPanel.Controls.Add(this.installOnBackgroundCheckBox, 0, 1);\r
450                         this.installTableLayoutPanel.Controls.Add(this.cacheFolderGroupBox, 0, 2);\r
451                         this.installTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
452                         this.installTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
453                         this.installTableLayoutPanel.Name = "installTableLayoutPanel";\r
454                         this.installTableLayoutPanel.RowCount = 4;\r
455                         this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
456                         this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
457                         this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
458                         this.installTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
459                         this.installTableLayoutPanel.Size = new System.Drawing.Size(440, 209);\r
460                         this.installTableLayoutPanel.TabIndex = 1;\r
461                         // \r
462                         // installScanInstallerFileCheckbox\r
463                         // \r
464                         this.installScanInstallerFileCheckbox.AutoSize = true;\r
465                         this.installScanInstallerFileCheckbox.Location = new System.Drawing.Point(3, 3);\r
466                         this.installScanInstallerFileCheckbox.Name = "installScanInstallerFileCheckbox";\r
467                         this.installScanInstallerFileCheckbox.Size = new System.Drawing.Size(237, 16);\r
468                         this.installScanInstallerFileCheckbox.TabIndex = 0;\r
469                         this.installScanInstallerFileCheckbox.Text = "インストーラーファイルをウイルススキャンする(&S)";\r
470                         this.toolTip.SetToolTip(this.installScanInstallerFileCheckbox, "インストーラーファイルをダウンロードしたら直ちにウイルススキャンを行い、コンピューターへの脅威を取り除きます。");\r
471                         this.installScanInstallerFileCheckbox.UseVisualStyleBackColor = true;\r
472                         // \r
473                         // installOnBackgroundCheckBox\r
474                         // \r
475                         this.installOnBackgroundCheckBox.AutoSize = true;\r
476                         this.installOnBackgroundCheckBox.Location = new System.Drawing.Point(3, 25);\r
477                         this.installOnBackgroundCheckBox.Name = "installOnBackgroundCheckBox";\r
478                         this.installOnBackgroundCheckBox.Size = new System.Drawing.Size(306, 16);\r
479                         this.installOnBackgroundCheckBox.TabIndex = 1;\r
480                         this.installOnBackgroundCheckBox.Text = "インストール・アンインストール処理を優先度を下げて実行(&P)";\r
481                         this.toolTip.SetToolTip(this.installOnBackgroundCheckBox, "ロースペックなPCであっても、インストール・アンインストール処理中に快適に他の作業を行えるよう優先度を下げることができます。");\r
482                         this.installOnBackgroundCheckBox.UseVisualStyleBackColor = true;\r
483                         // \r
484                         // cacheFolderGroupBox\r
485                         // \r
486                         this.cacheFolderGroupBox.AutoSize = true;\r
487                         this.cacheFolderGroupBox.Controls.Add(this.cacheFolderTableLayoutPanel);\r
488                         this.cacheFolderGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
489                         this.cacheFolderGroupBox.Location = new System.Drawing.Point(3, 47);\r
490                         this.cacheFolderGroupBox.Name = "cacheFolderGroupBox";\r
491                         this.cacheFolderGroupBox.Size = new System.Drawing.Size(434, 81);\r
492                         this.cacheFolderGroupBox.TabIndex = 2;\r
493                         this.cacheFolderGroupBox.TabStop = false;\r
494                         this.cacheFolderGroupBox.Text = "キャッシュフォルダー";\r
495                         // \r
496                         // cacheFolderTableLayoutPanel\r
497                         // \r
498                         this.cacheFolderTableLayoutPanel.AutoSize = true;\r
499                         this.cacheFolderTableLayoutPanel.ColumnCount = 3;\r
500                         this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
501                         this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
502                         this.cacheFolderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
503                         this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderCustomCheckBox, 0, 0);\r
504                         this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderTextBox, 1, 1);\r
505                         this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderBrowseButton, 2, 1);\r
506                         this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderOpenLinkLabel, 0, 2);\r
507                         this.cacheFolderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
508                         this.cacheFolderTableLayoutPanel.Location = new System.Drawing.Point(3, 15);\r
509                         this.cacheFolderTableLayoutPanel.Name = "cacheFolderTableLayoutPanel";\r
510                         this.cacheFolderTableLayoutPanel.RowCount = 3;\r
511                         this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
512                         this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
513                         this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
514                         this.cacheFolderTableLayoutPanel.Size = new System.Drawing.Size(428, 63);\r
515                         this.cacheFolderTableLayoutPanel.TabIndex = 0;\r
516                         // \r
517                         // cacheFolderCustomCheckBox\r
518                         // \r
519                         this.cacheFolderCustomCheckBox.AutoSize = true;\r
520                         this.cacheFolderTableLayoutPanel.SetColumnSpan(this.cacheFolderCustomCheckBox, 3);\r
521                         this.cacheFolderCustomCheckBox.Location = new System.Drawing.Point(3, 3);\r
522                         this.cacheFolderCustomCheckBox.Name = "cacheFolderCustomCheckBox";\r
523                         this.cacheFolderCustomCheckBox.Size = new System.Drawing.Size(248, 16);\r
524                         this.cacheFolderCustomCheckBox.TabIndex = 0;\r
525                         this.cacheFolderCustomCheckBox.Text = "キャッシュフォルダに以下のフォルダを使用する(&C)";\r
526                         this.cacheFolderCustomCheckBox.UseVisualStyleBackColor = true;\r
527                         this.cacheFolderCustomCheckBox.CheckedChanged += new System.EventHandler(this.CacheFolderCustomCheckBoxCheckedChanged);\r
528                         // \r
529                         // cacheFolderTextBox\r
530                         // \r
531                         this.cacheFolderTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;\r
532                         this.cacheFolderTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;\r
533                         this.cacheFolderTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
534                         this.cacheFolderTextBox.Enabled = false;\r
535                         this.cacheFolderTextBox.Location = new System.Drawing.Point(23, 25);\r
536                         this.cacheFolderTextBox.Name = "cacheFolderTextBox";\r
537                         this.cacheFolderTextBox.Size = new System.Drawing.Size(335, 19);\r
538                         this.cacheFolderTextBox.TabIndex = 1;\r
539                         this.cacheFolderTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.CacheFolderTextBoxValidating);\r
540                         // \r
541                         // cacheFolderBrowseButton\r
542                         // \r
543                         this.cacheFolderBrowseButton.AutoSize = true;\r
544                         this.cacheFolderBrowseButton.Enabled = false;\r
545                         this.cacheFolderBrowseButton.Location = new System.Drawing.Point(364, 25);\r
546                         this.cacheFolderBrowseButton.Name = "cacheFolderBrowseButton";\r
547                         this.cacheFolderBrowseButton.Size = new System.Drawing.Size(61, 23);\r
548                         this.cacheFolderBrowseButton.TabIndex = 2;\r
549                         this.cacheFolderBrowseButton.Text = "参照(&B)...";\r
550                         this.cacheFolderBrowseButton.Click += new System.EventHandler(this.CacheFolderBrowseButtonClick);\r
551                         // \r
552                         // cacheFolderOpenLinkLabel\r
553                         // \r
554                         this.cacheFolderOpenLinkLabel.AutoSize = true;\r
555                         this.cacheFolderTableLayoutPanel.SetColumnSpan(this.cacheFolderOpenLinkLabel, 3);\r
556                         this.cacheFolderOpenLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
557                         this.cacheFolderOpenLinkLabel.Location = new System.Drawing.Point(3, 51);\r
558                         this.cacheFolderOpenLinkLabel.Name = "cacheFolderOpenLinkLabel";\r
559                         this.cacheFolderOpenLinkLabel.Size = new System.Drawing.Size(120, 12);\r
560                         this.cacheFolderOpenLinkLabel.TabIndex = 3;\r
561                         this.cacheFolderOpenLinkLabel.TabStop = true;\r
562                         this.cacheFolderOpenLinkLabel.Text = "キャッシュフォルダーを開く";\r
563                         this.cacheFolderOpenLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
564                         this.cacheFolderOpenLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CacheFolderOpenLinkLabelLinkClicked);\r
565                         // \r
566                         // errorProvider\r
567                         // \r
568                         this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;\r
569                         this.errorProvider.ContainerControl = this;\r
570                         // \r
571                         // UserPrefForm\r
572                         // \r
573                         this.AcceptButton = this.okButton;\r
574                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
575                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
576                         this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
577                         this.CancelButton = this.cancelButton;\r
578                         this.ClientSize = new System.Drawing.Size(464, 283);\r
579                         this.Controls.Add(this.tableLayoutPanel);\r
580                         this.MaximizeBox = false;\r
581                         this.MinimizeBox = false;\r
582                         this.Name = "UserPrefForm";\r
583                         this.ShowIcon = false;\r
584                         this.ShowInTaskbar = false;\r
585                         this.Text = "設定";\r
586                         this.tableLayoutPanel.ResumeLayout(false);\r
587                         this.tableLayoutPanel.PerformLayout();\r
588                         this.buttonsPanel.ResumeLayout(false);\r
589                         this.buttonsPanel.PerformLayout();\r
590                         this.tabControl.ResumeLayout(false);\r
591                         this.reposListTabPage.ResumeLayout(false);\r
592                         this.repoTableLayoutPanel.ResumeLayout(false);\r
593                         this.repoTableLayoutPanel.PerformLayout();\r
594                         this.repoBtnsFlowLayoutPanel.ResumeLayout(false);\r
595                         this.networkTabPage.ResumeLayout(false);\r
596                         this.proxyGroupBox.ResumeLayout(false);\r
597                         this.proxyTableLayoutPanel.ResumeLayout(false);\r
598                         this.proxyTableLayoutPanel.PerformLayout();\r
599                         this.installTabPage.ResumeLayout(false);\r
600                         this.installTableLayoutPanel.ResumeLayout(false);\r
601                         this.installTableLayoutPanel.PerformLayout();\r
602                         this.cacheFolderGroupBox.ResumeLayout(false);\r
603                         this.cacheFolderGroupBox.PerformLayout();\r
604                         this.cacheFolderTableLayoutPanel.ResumeLayout(false);\r
605                         this.cacheFolderTableLayoutPanel.PerformLayout();\r
606                         ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();\r
607                         this.ResumeLayout(false);\r
608                 }\r
609                 private System.Windows.Forms.LinkLabel cacheFolderOpenLinkLabel;\r
610                 private System.Windows.Forms.Button cacheFolderBrowseButton;\r
611                 private System.Windows.Forms.TextBox cacheFolderTextBox;\r
612                 private System.Windows.Forms.CheckBox cacheFolderCustomCheckBox;\r
613                 private System.Windows.Forms.TableLayoutPanel cacheFolderTableLayoutPanel;\r
614                 private System.Windows.Forms.GroupBox cacheFolderGroupBox;\r
615                 private System.Windows.Forms.TableLayoutPanel installTableLayoutPanel;\r
616                 private System.Windows.Forms.CheckBox installOnBackgroundCheckBox;\r
617                 private System.Windows.Forms.CheckBox installScanInstallerFileCheckbox;\r
618                 private System.Windows.Forms.TabPage installTabPage;\r
619                 private System.Windows.Forms.ErrorProvider errorProvider;\r
620                 private System.Windows.Forms.ToolTip toolTip;\r
621                 private System.Windows.Forms.LinkLabel openInternetOptionLinkAdminLabel;\r
622                 private System.Windows.Forms.LinkLabel openInternetOptionLinkLabel;\r
623                 private System.Windows.Forms.Label proxyURLLabel;\r
624                 private System.Windows.Forms.FlowLayoutPanel buttonsPanel;\r
625                 private System.Windows.Forms.GroupBox proxyGroupBox;\r
626                 private System.Windows.Forms.TableLayoutPanel proxyTableLayoutPanel;\r
627                 private System.Windows.Forms.RadioButton proxySameAsIERadioButton;\r
628                 private System.Windows.Forms.RadioButton directConnRadioButton;\r
629                 private System.Windows.Forms.RadioButton specifyProxyRadioButton;\r
630                 private System.Windows.Forms.TextBox proxyURLTextBox;\r
631                 private System.Windows.Forms.TabPage networkTabPage;\r
632                 private System.Windows.Forms.Label repoListLabel;\r
633                 private System.Windows.Forms.TextBox repoUrlTextBox;\r
634                 private System.Windows.Forms.Label repoUrlLabel;\r
635                 private System.Windows.Forms.Button downRepoButton;\r
636                 private System.Windows.Forms.Button upRepoButton;\r
637                 private System.Windows.Forms.Button removeRepoButton;\r
638                 private System.Windows.Forms.Button addRepoButton;\r
639                 private System.Windows.Forms.FlowLayoutPanel repoBtnsFlowLayoutPanel;\r
640                 private System.Windows.Forms.TableLayoutPanel repoTableLayoutPanel;\r
641                 private System.Windows.Forms.CheckedListBox repoListCheckedListBox;\r
642                 private System.Windows.Forms.TabPage reposListTabPage;\r
643                 private System.Windows.Forms.TabControl tabControl;\r
644                 private System.Windows.Forms.Button okButton;\r
645                 private System.Windows.Forms.Button cancelButton;\r
646                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;\r
647         }\r
648 }\r