OSDN Git Service

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