AppliStation
修订版 | e572594900790423d37726bcd46fa9a41e95a73c (tree) |
---|---|
时间 | 2009-10-28 21:59:52 |
作者 | ttp <ttp@user...> |
Commiter | ttp |
AppliStation-GUI,設定ウィンドウの「レポジトリのURL」が崩れるのを修正
@@ -159,10 +159,10 @@ | ||
159 | 159 | // reposListTabPage |
160 | 160 | // |
161 | 161 | this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel); |
162 | - this.reposListTabPage.Location = new System.Drawing.Point(4, 21); | |
162 | + this.reposListTabPage.Location = new System.Drawing.Point(4, 22); | |
163 | 163 | this.reposListTabPage.Name = "reposListTabPage"; |
164 | 164 | this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3); |
165 | - this.reposListTabPage.Size = new System.Drawing.Size(446, 215); | |
165 | + this.reposListTabPage.Size = new System.Drawing.Size(446, 214); | |
166 | 166 | this.reposListTabPage.TabIndex = 0; |
167 | 167 | this.reposListTabPage.Text = "レポジトリ"; |
168 | 168 | this.reposListTabPage.UseVisualStyleBackColor = true; |
@@ -185,7 +185,7 @@ | ||
185 | 185 | this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
186 | 186 | this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
187 | 187 | this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
188 | - this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 209); | |
188 | + this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 208); | |
189 | 189 | this.repoTableLayoutPanel.TabIndex = 1; |
190 | 190 | // |
191 | 191 | // repoListCheckedListBox |
@@ -197,7 +197,7 @@ | ||
197 | 197 | this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15); |
198 | 198 | this.repoListCheckedListBox.Name = "repoListCheckedListBox"; |
199 | 199 | this.repoListCheckedListBox.ScrollAlwaysVisible = true; |
200 | - this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 166); | |
200 | + this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 165); | |
201 | 201 | this.repoListCheckedListBox.TabIndex = 1; |
202 | 202 | this.repoListCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.RepoListCheckedListBoxSelectedIndexChanged); |
203 | 203 | this.repoListCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.RepoListCheckedListBoxItemCheck); |
@@ -261,7 +261,7 @@ | ||
261 | 261 | this.repoUrlTextBox.Dock = System.Windows.Forms.DockStyle.Fill; |
262 | 262 | this.repoUrlTextBox.Enabled = false; |
263 | 263 | this.repoUrlTextBox.ImeMode = System.Windows.Forms.ImeMode.Off; |
264 | - this.repoUrlTextBox.Location = new System.Drawing.Point(122, 187); | |
264 | + this.repoUrlTextBox.Location = new System.Drawing.Point(122, 186); | |
265 | 265 | this.repoUrlTextBox.Name = "repoUrlTextBox"; |
266 | 266 | this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19); |
267 | 267 | this.repoUrlTextBox.TabIndex = 3; |
@@ -270,12 +270,12 @@ | ||
270 | 270 | // |
271 | 271 | // repoUrlLabel |
272 | 272 | // |
273 | + this.repoUrlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); | |
273 | 274 | this.repoUrlLabel.AutoSize = true; |
274 | - this.repoUrlLabel.Dock = System.Windows.Forms.DockStyle.Fill; | |
275 | 275 | this.repoUrlLabel.Enabled = false; |
276 | - this.repoUrlLabel.Location = new System.Drawing.Point(3, 184); | |
276 | + this.repoUrlLabel.Location = new System.Drawing.Point(3, 189); | |
277 | 277 | this.repoUrlLabel.Name = "repoUrlLabel"; |
278 | - this.repoUrlLabel.Size = new System.Drawing.Size(113, 25); | |
278 | + this.repoUrlLabel.Size = new System.Drawing.Size(113, 12); | |
279 | 279 | this.repoUrlLabel.TabIndex = 2; |
280 | 280 | this.repoUrlLabel.Text = "レポジトリのアドレス(&A):"; |
281 | 281 | this.repoUrlLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
@@ -293,10 +293,10 @@ | ||
293 | 293 | // networkTabPage |
294 | 294 | // |
295 | 295 | this.networkTabPage.Controls.Add(this.proxyGroupBox); |
296 | - this.networkTabPage.Location = new System.Drawing.Point(4, 21); | |
296 | + this.networkTabPage.Location = new System.Drawing.Point(4, 22); | |
297 | 297 | this.networkTabPage.Name = "networkTabPage"; |
298 | 298 | this.networkTabPage.Padding = new System.Windows.Forms.Padding(3); |
299 | - this.networkTabPage.Size = new System.Drawing.Size(446, 215); | |
299 | + this.networkTabPage.Size = new System.Drawing.Size(446, 214); | |
300 | 300 | this.networkTabPage.TabIndex = 1; |
301 | 301 | this.networkTabPage.Text = "接続"; |
302 | 302 | this.networkTabPage.UseVisualStyleBackColor = true; |
@@ -307,7 +307,7 @@ | ||
307 | 307 | this.proxyGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; |
308 | 308 | this.proxyGroupBox.Location = new System.Drawing.Point(3, 3); |
309 | 309 | this.proxyGroupBox.Name = "proxyGroupBox"; |
310 | - this.proxyGroupBox.Size = new System.Drawing.Size(440, 209); | |
310 | + this.proxyGroupBox.Size = new System.Drawing.Size(440, 208); | |
311 | 311 | this.proxyGroupBox.TabIndex = 1; |
312 | 312 | this.proxyGroupBox.TabStop = false; |
313 | 313 | this.proxyGroupBox.Text = "プロキシサーバー"; |
@@ -336,7 +336,7 @@ | ||
336 | 336 | this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
337 | 337 | this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
338 | 338 | this.proxyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
339 | - this.proxyTableLayoutPanel.Size = new System.Drawing.Size(434, 191); | |
339 | + this.proxyTableLayoutPanel.Size = new System.Drawing.Size(434, 190); | |
340 | 340 | this.proxyTableLayoutPanel.TabIndex = 0; |
341 | 341 | // |
342 | 342 | // proxySameAsIERadioButton |
@@ -425,10 +425,10 @@ | ||
425 | 425 | // installTabPage |
426 | 426 | // |
427 | 427 | this.installTabPage.Controls.Add(this.installFlowLayoutPanel); |
428 | - this.installTabPage.Location = new System.Drawing.Point(4, 21); | |
428 | + this.installTabPage.Location = new System.Drawing.Point(4, 22); | |
429 | 429 | this.installTabPage.Name = "installTabPage"; |
430 | 430 | this.installTabPage.Padding = new System.Windows.Forms.Padding(3); |
431 | - this.installTabPage.Size = new System.Drawing.Size(446, 215); | |
431 | + this.installTabPage.Size = new System.Drawing.Size(446, 214); | |
432 | 432 | this.installTabPage.TabIndex = 2; |
433 | 433 | this.installTabPage.Text = "インストール"; |
434 | 434 | this.installTabPage.UseVisualStyleBackColor = true; |
@@ -441,7 +441,7 @@ | ||
441 | 441 | this.installFlowLayoutPanel.Location = new System.Drawing.Point(3, 3); |
442 | 442 | this.installFlowLayoutPanel.Name = "installFlowLayoutPanel"; |
443 | 443 | this.installFlowLayoutPanel.Padding = new System.Windows.Forms.Padding(10); |
444 | - this.installFlowLayoutPanel.Size = new System.Drawing.Size(440, 209); | |
444 | + this.installFlowLayoutPanel.Size = new System.Drawing.Size(440, 208); | |
445 | 445 | this.installFlowLayoutPanel.TabIndex = 0; |
446 | 446 | // |
447 | 447 | // installScanInstallerFileCheckbox |
@@ -450,7 +450,7 @@ | ||
450 | 450 | this.installFlowLayoutPanel.SetFlowBreak(this.installScanInstallerFileCheckbox, true); |
451 | 451 | this.installScanInstallerFileCheckbox.Location = new System.Drawing.Point(13, 13); |
452 | 452 | this.installScanInstallerFileCheckbox.Name = "installScanInstallerFileCheckbox"; |
453 | - this.installScanInstallerFileCheckbox.Size = new System.Drawing.Size(227, 16); | |
453 | + this.installScanInstallerFileCheckbox.Size = new System.Drawing.Size(237, 16); | |
454 | 454 | this.installScanInstallerFileCheckbox.TabIndex = 0; |
455 | 455 | this.installScanInstallerFileCheckbox.Text = "インストーラーファイルをウイルススキャンする(&S)"; |
456 | 456 | this.toolTip.SetToolTip(this.installScanInstallerFileCheckbox, "インストーラーファイルをダウンロードしたら直ちにウイルススキャンを行い、コンピューターへの脅威を取り除きます。"); |