AppliStation
修订版 | 0aff11a99df33e8b37035534dee6b109c983c17c (tree) |
---|---|
时间 | 2017-07-09 23:32:52 |
作者 | ttp <ttp@user...> |
Commiter | ttp |
AppliStation, パッケージ情報のサイズ感を修正
@@ -34,6 +34,8 @@ namespace AppliStation.PackageInfo | ||
34 | 34 | |
35 | 35 | private void updateSelectedObject() |
36 | 36 | { |
37 | + this.SuspendLayout(); | |
38 | + | |
37 | 39 | InstalledPackage instPkg = pkg as InstalledPackage; |
38 | 40 | bool isInstalledPackage = instPkg != null; |
39 | 41 |
@@ -111,7 +113,8 @@ namespace AppliStation.PackageInfo | ||
111 | 113 | } |
112 | 114 | } |
113 | 115 | |
114 | - this.Size = new Size(this.Size.Width, (tabControl1.TabCount>0)? 380 : 250); | |
116 | + this.Validate(); | |
117 | + this.ResumeLayout(); | |
115 | 118 | } |
116 | 119 | |
117 | 120 | /// <summary> |
@@ -59,7 +59,6 @@ | ||
59 | 59 | this.webResourceCommonContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); |
60 | 60 | this.webOfficialMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
61 | 61 | this.webGoogleSearchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
62 | - this.webResourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | |
63 | 62 | this.installedDirectoryMenuItem = new AppliStation.Util.ToolStripPetitLauncherMenuItem(); |
64 | 63 | this.propertiesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
65 | 64 | this.installToolStripButton = new System.Windows.Forms.ToolStripButton(); |
@@ -70,6 +69,7 @@ | ||
70 | 69 | this.installToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
71 | 70 | this.uninstallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
72 | 71 | this.downloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
72 | + this.webResourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | |
73 | 73 | this.installedDirectoryToolStripMenuItem = new AppliStation.Util.ToolStripPetitLauncherMenuItem(); |
74 | 74 | this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
75 | 75 | this.columnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
@@ -119,7 +119,7 @@ | ||
119 | 119 | // organizeToolStripSeparator1 |
120 | 120 | // |
121 | 121 | organizeToolStripSeparator1.Name = "organizeToolStripSeparator1"; |
122 | - organizeToolStripSeparator1.Size = new System.Drawing.Size(293, 6); | |
122 | + organizeToolStripSeparator1.Size = new System.Drawing.Size(262, 6); | |
123 | 123 | // |
124 | 124 | // softCollectionFileToolStripMenuItem |
125 | 125 | // |
@@ -127,32 +127,32 @@ | ||
127 | 127 | this.softCollectionFileImportToolStripMenuItem, |
128 | 128 | this.softCollectionFileExportToolStripMenuItem}); |
129 | 129 | softCollectionFileToolStripMenuItem.Name = "softCollectionFileToolStripMenuItem"; |
130 | - softCollectionFileToolStripMenuItem.Size = new System.Drawing.Size(296, 22); | |
130 | + softCollectionFileToolStripMenuItem.Size = new System.Drawing.Size(265, 22); | |
131 | 131 | softCollectionFileToolStripMenuItem.Text = "ソフトコレクションファイル(&C)"; |
132 | 132 | // |
133 | 133 | // softCollectionFileImportToolStripMenuItem |
134 | 134 | // |
135 | 135 | this.softCollectionFileImportToolStripMenuItem.Name = "softCollectionFileImportToolStripMenuItem"; |
136 | - this.softCollectionFileImportToolStripMenuItem.Size = new System.Drawing.Size(177, 22); | |
136 | + this.softCollectionFileImportToolStripMenuItem.Size = new System.Drawing.Size(165, 22); | |
137 | 137 | this.softCollectionFileImportToolStripMenuItem.Text = "インポート(&I)..."; |
138 | 138 | this.softCollectionFileImportToolStripMenuItem.Click += new System.EventHandler(this.SoftCollectionFileImportToolStripMenuItemClick); |
139 | 139 | // |
140 | 140 | // softCollectionFileExportToolStripMenuItem |
141 | 141 | // |
142 | 142 | this.softCollectionFileExportToolStripMenuItem.Name = "softCollectionFileExportToolStripMenuItem"; |
143 | - this.softCollectionFileExportToolStripMenuItem.Size = new System.Drawing.Size(177, 22); | |
143 | + this.softCollectionFileExportToolStripMenuItem.Size = new System.Drawing.Size(165, 22); | |
144 | 144 | this.softCollectionFileExportToolStripMenuItem.Text = "エクスポート(&E)..."; |
145 | 145 | this.softCollectionFileExportToolStripMenuItem.Click += new System.EventHandler(this.SoftCollectionFileExportToolStripMenuItemClick); |
146 | 146 | // |
147 | 147 | // organizeToolStripSeparator2 |
148 | 148 | // |
149 | 149 | organizeToolStripSeparator2.Name = "organizeToolStripSeparator2"; |
150 | - organizeToolStripSeparator2.Size = new System.Drawing.Size(293, 6); | |
150 | + organizeToolStripSeparator2.Size = new System.Drawing.Size(262, 6); | |
151 | 151 | // |
152 | 152 | // packageListContextMenuStripSeparator |
153 | 153 | // |
154 | 154 | this.packageListContextMenuStripSeparator.Name = "packageListContextMenuStripSeparator"; |
155 | - this.packageListContextMenuStripSeparator.Size = new System.Drawing.Size(248, 6); | |
155 | + this.packageListContextMenuStripSeparator.Size = new System.Drawing.Size(220, 6); | |
156 | 156 | // |
157 | 157 | // tableLayoutPanel1 |
158 | 158 | // |
@@ -188,7 +188,7 @@ | ||
188 | 188 | this.searchTextBox}); |
189 | 189 | this.packageListFilterToolStrip.Location = new System.Drawing.Point(3, 0); |
190 | 190 | this.packageListFilterToolStrip.Name = "packageListFilterToolStrip"; |
191 | - this.packageListFilterToolStrip.Size = new System.Drawing.Size(177, 25); | |
191 | + this.packageListFilterToolStrip.Size = new System.Drawing.Size(175, 25); | |
192 | 192 | this.packageListFilterToolStrip.TabIndex = 1; |
193 | 193 | // |
194 | 194 | // packageFilterToolStripDropDownButton |
@@ -204,7 +204,7 @@ | ||
204 | 204 | // allPackageFilterToolStripMenuItem |
205 | 205 | // |
206 | 206 | this.allPackageFilterToolStripMenuItem.Name = "allPackageFilterToolStripMenuItem"; |
207 | - this.allPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(160, 22); | |
207 | + this.allPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(154, 22); | |
208 | 208 | this.allPackageFilterToolStripMenuItem.Text = "全て"; |
209 | 209 | this.allPackageFilterToolStripMenuItem.ToolTipText = "全てのソフトを表示"; |
210 | 210 | this.allPackageFilterToolStripMenuItem.Click += new System.EventHandler(this.AnyPackageFilterToolStripMenuItemClicked); |
@@ -212,7 +212,7 @@ | ||
212 | 212 | // notInstalledPackageFilterToolStripMenuItem |
213 | 213 | // |
214 | 214 | this.notInstalledPackageFilterToolStripMenuItem.Name = "notInstalledPackageFilterToolStripMenuItem"; |
215 | - this.notInstalledPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(160, 22); | |
215 | + this.notInstalledPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(154, 22); | |
216 | 216 | this.notInstalledPackageFilterToolStripMenuItem.Text = "未インストール"; |
217 | 217 | this.notInstalledPackageFilterToolStripMenuItem.ToolTipText = "インストールされていないソフトを表示"; |
218 | 218 | this.notInstalledPackageFilterToolStripMenuItem.Click += new System.EventHandler(this.AnyPackageFilterToolStripMenuItemClicked); |
@@ -220,7 +220,7 @@ | ||
220 | 220 | // installedASPackageFilterToolStripMenuItem |
221 | 221 | // |
222 | 222 | this.installedASPackageFilterToolStripMenuItem.Name = "installedASPackageFilterToolStripMenuItem"; |
223 | - this.installedASPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(160, 22); | |
223 | + this.installedASPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(154, 22); | |
224 | 224 | this.installedASPackageFilterToolStripMenuItem.Text = "AppliStation内"; |
225 | 225 | this.installedASPackageFilterToolStripMenuItem.ToolTipText = "AppliStationにインストールされているソフトを表示"; |
226 | 226 | this.installedASPackageFilterToolStripMenuItem.Click += new System.EventHandler(this.AnyPackageFilterToolStripMenuItemClicked); |
@@ -228,7 +228,7 @@ | ||
228 | 228 | // installedSysPackageFilterToolStripMenuItem |
229 | 229 | // |
230 | 230 | this.installedSysPackageFilterToolStripMenuItem.Name = "installedSysPackageFilterToolStripMenuItem"; |
231 | - this.installedSysPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(160, 22); | |
231 | + this.installedSysPackageFilterToolStripMenuItem.Size = new System.Drawing.Size(154, 22); | |
232 | 232 | this.installedSysPackageFilterToolStripMenuItem.Text = "コンピュータ内"; |
233 | 233 | this.installedSysPackageFilterToolStripMenuItem.ToolTipText = "コンピュータにインストールされているソフトを表示"; |
234 | 234 | this.installedSysPackageFilterToolStripMenuItem.Click += new System.EventHandler(this.AnyPackageFilterToolStripMenuItemClicked); |
@@ -255,7 +255,7 @@ | ||
255 | 255 | this.uninstallToolStripButton}); |
256 | 256 | this.packageCommandsToolStrip.Location = new System.Drawing.Point(3, 25); |
257 | 257 | this.packageCommandsToolStrip.Name = "packageCommandsToolStrip"; |
258 | - this.packageCommandsToolStrip.Size = new System.Drawing.Size(211, 25); | |
258 | + this.packageCommandsToolStrip.Size = new System.Drawing.Size(187, 25); | |
259 | 259 | this.packageCommandsToolStrip.TabIndex = 2; |
260 | 260 | // |
261 | 261 | // organizeToolStripDropDownButton1 |
@@ -270,7 +270,7 @@ | ||
270 | 270 | this.organizeToolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("organizeToolStripDropDownButton1.Image"))); |
271 | 271 | this.organizeToolStripDropDownButton1.Name = "organizeToolStripDropDownButton1"; |
272 | 272 | this.organizeToolStripDropDownButton1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; |
273 | - this.organizeToolStripDropDownButton1.Size = new System.Drawing.Size(80, 22); | |
273 | + this.organizeToolStripDropDownButton1.Size = new System.Drawing.Size(76, 22); | |
274 | 274 | this.organizeToolStripDropDownButton1.Text = "整理(&O)"; |
275 | 275 | this.organizeToolStripDropDownButton1.ToolTipText = "ソフトリストの管理など"; |
276 | 276 | // |
@@ -279,7 +279,7 @@ | ||
279 | 279 | this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image"))); |
280 | 280 | this.updateToolStripMenuItem.Name = "updateToolStripMenuItem"; |
281 | 281 | this.updateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5))); |
282 | - this.updateToolStripMenuItem.Size = new System.Drawing.Size(296, 22); | |
282 | + this.updateToolStripMenuItem.Size = new System.Drawing.Size(265, 22); | |
283 | 283 | this.updateToolStripMenuItem.Text = "リストの更新(&U)"; |
284 | 284 | this.updateToolStripMenuItem.ToolTipText = "ソフトリストを更新します"; |
285 | 285 | this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItemClick); |
@@ -288,7 +288,7 @@ | ||
288 | 288 | // |
289 | 289 | this.localupdateToolStripMenuItem.Name = "localupdateToolStripMenuItem"; |
290 | 290 | this.localupdateToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5; |
291 | - this.localupdateToolStripMenuItem.Size = new System.Drawing.Size(296, 22); | |
291 | + this.localupdateToolStripMenuItem.Size = new System.Drawing.Size(265, 22); | |
292 | 292 | this.localupdateToolStripMenuItem.Text = "インストール済ソフトの読み直し(&R)"; |
293 | 293 | this.localupdateToolStripMenuItem.Click += new System.EventHandler(this.LocalupdateToolStripMenuItemClick); |
294 | 294 | // |
@@ -296,7 +296,7 @@ | ||
296 | 296 | // |
297 | 297 | this.optionToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("optionToolStripMenuItem.Image"))); |
298 | 298 | this.optionToolStripMenuItem.Name = "optionToolStripMenuItem"; |
299 | - this.optionToolStripMenuItem.Size = new System.Drawing.Size(296, 22); | |
299 | + this.optionToolStripMenuItem.Size = new System.Drawing.Size(265, 22); | |
300 | 300 | this.optionToolStripMenuItem.Text = "設定(&O)..."; |
301 | 301 | this.optionToolStripMenuItem.Click += new System.EventHandler(this.OptionToolStripMenuItemClick); |
302 | 302 | // |
@@ -304,7 +304,7 @@ | ||
304 | 304 | // |
305 | 305 | this.upgradeToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("upgradeToolStripButton.Image"))); |
306 | 306 | this.upgradeToolStripButton.Name = "upgradeToolStripButton"; |
307 | - this.upgradeToolStripButton.Size = new System.Drawing.Size(119, 22); | |
307 | + this.upgradeToolStripButton.Size = new System.Drawing.Size(101, 22); | |
308 | 308 | this.upgradeToolStripButton.Text = "ソフトの更新(&G)"; |
309 | 309 | this.upgradeToolStripButton.ToolTipText = "最新版のソフトを取得して更新します"; |
310 | 310 | this.upgradeToolStripButton.Click += new System.EventHandler(this.UpgradeToolStripButtonClick); |
@@ -317,7 +317,7 @@ | ||
317 | 317 | this.propertiesMenuItem}); |
318 | 318 | this.informationToolStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("informationToolStripDropDownButton.Image"))); |
319 | 319 | this.informationToolStripDropDownButton.Name = "informationToolStripDropDownButton"; |
320 | - this.informationToolStripDropDownButton.Size = new System.Drawing.Size(80, 22); | |
320 | + this.informationToolStripDropDownButton.Size = new System.Drawing.Size(75, 22); | |
321 | 321 | this.informationToolStripDropDownButton.Text = "情報(&D)"; |
322 | 322 | this.informationToolStripDropDownButton.ToolTipText = "選択されたソフトの情報を調べます"; |
323 | 323 | this.informationToolStripDropDownButton.Visible = false; |
@@ -327,7 +327,7 @@ | ||
327 | 327 | // |
328 | 328 | this.webResourceMenuItem.DropDown = this.webResourceCommonContextMenuStrip; |
329 | 329 | this.webResourceMenuItem.Name = "webResourceMenuItem"; |
330 | - this.webResourceMenuItem.Size = new System.Drawing.Size(251, 22); | |
330 | + this.webResourceMenuItem.Size = new System.Drawing.Size(223, 22); | |
331 | 331 | this.webResourceMenuItem.Tag = ""; |
332 | 332 | this.webResourceMenuItem.Text = "Webページ(&W)"; |
333 | 333 | // |
@@ -337,42 +337,35 @@ | ||
337 | 337 | this.webOfficialMenuItem, |
338 | 338 | this.webGoogleSearchMenuItem}); |
339 | 339 | this.webResourceCommonContextMenuStrip.Name = "packageListContextMenuStrip"; |
340 | - this.webResourceCommonContextMenuStrip.Size = new System.Drawing.Size(160, 48); | |
340 | + this.webResourceCommonContextMenuStrip.OwnerItem = this.webResourceToolStripMenuItem; | |
341 | + this.webResourceCommonContextMenuStrip.Size = new System.Drawing.Size(158, 48); | |
341 | 342 | this.webResourceCommonContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.WebResourceCommonContextMenuStripOpening); |
342 | 343 | // |
343 | 344 | // webOfficialMenuItem |
344 | 345 | // |
345 | 346 | this.webOfficialMenuItem.Name = "webOfficialMenuItem"; |
346 | - this.webOfficialMenuItem.Size = new System.Drawing.Size(159, 22); | |
347 | + this.webOfficialMenuItem.Size = new System.Drawing.Size(157, 22); | |
347 | 348 | this.webOfficialMenuItem.Text = "公式サイト(&O)"; |
348 | 349 | this.webOfficialMenuItem.Click += new System.EventHandler(this.WebOfficialMenuItemClick); |
349 | 350 | // |
350 | 351 | // webGoogleSearchMenuItem |
351 | 352 | // |
352 | 353 | this.webGoogleSearchMenuItem.Name = "webGoogleSearchMenuItem"; |
353 | - this.webGoogleSearchMenuItem.Size = new System.Drawing.Size(159, 22); | |
354 | + this.webGoogleSearchMenuItem.Size = new System.Drawing.Size(157, 22); | |
354 | 355 | this.webGoogleSearchMenuItem.Text = "Google検索(&G)"; |
355 | 356 | this.webGoogleSearchMenuItem.Click += new System.EventHandler(this.WebGoogleSearchMenuItemClick); |
356 | 357 | // |
357 | - // webResourceToolStripMenuItem | |
358 | - // | |
359 | - this.webResourceToolStripMenuItem.DropDown = this.webResourceCommonContextMenuStrip; | |
360 | - this.webResourceToolStripMenuItem.Name = "webResourceToolStripMenuItem"; | |
361 | - this.webResourceToolStripMenuItem.Size = new System.Drawing.Size(251, 22); | |
362 | - this.webResourceToolStripMenuItem.Tag = ""; | |
363 | - this.webResourceToolStripMenuItem.Text = "Webページ(&W)"; | |
364 | - // | |
365 | 358 | // installedDirectoryMenuItem |
366 | 359 | // |
367 | 360 | this.installedDirectoryMenuItem.InvokerForm = this; |
368 | 361 | this.installedDirectoryMenuItem.Name = "installedDirectoryMenuItem"; |
369 | - this.installedDirectoryMenuItem.Size = new System.Drawing.Size(251, 22); | |
362 | + this.installedDirectoryMenuItem.Size = new System.Drawing.Size(223, 22); | |
370 | 363 | this.installedDirectoryMenuItem.Text = "インストール先のフォルダー(&O)"; |
371 | 364 | // |
372 | 365 | // propertiesMenuItem |
373 | 366 | // |
374 | 367 | this.propertiesMenuItem.Name = "propertiesMenuItem"; |
375 | - this.propertiesMenuItem.Size = new System.Drawing.Size(251, 22); | |
368 | + this.propertiesMenuItem.Size = new System.Drawing.Size(223, 22); | |
376 | 369 | this.propertiesMenuItem.Text = "プロパティ(&R)"; |
377 | 370 | this.propertiesMenuItem.Click += new System.EventHandler(this.PropertiesCommonMenuItemClick); |
378 | 371 | // |
@@ -381,7 +374,7 @@ | ||
381 | 374 | this.installToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("installToolStripButton.Image"))); |
382 | 375 | this.installToolStripButton.Name = "installToolStripButton"; |
383 | 376 | this.installToolStripButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; |
384 | - this.installToolStripButton.Size = new System.Drawing.Size(115, 22); | |
377 | + this.installToolStripButton.Size = new System.Drawing.Size(94, 22); | |
385 | 378 | this.installToolStripButton.Text = "インストール(&I)"; |
386 | 379 | this.installToolStripButton.ToolTipText = "選択されているソフトをインストールします"; |
387 | 380 | this.installToolStripButton.Visible = false; |
@@ -392,7 +385,7 @@ | ||
392 | 385 | this.uninstallToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("uninstallToolStripButton.Image"))); |
393 | 386 | this.uninstallToolStripButton.Name = "uninstallToolStripButton"; |
394 | 387 | this.uninstallToolStripButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; |
395 | - this.uninstallToolStripButton.Size = new System.Drawing.Size(143, 22); | |
388 | + this.uninstallToolStripButton.Size = new System.Drawing.Size(115, 22); | |
396 | 389 | this.uninstallToolStripButton.Text = "アンインストール(&U)"; |
397 | 390 | this.uninstallToolStripButton.ToolTipText = "選択されているソフトをアンインストールします"; |
398 | 391 | this.uninstallToolStripButton.Visible = false; |
@@ -414,7 +407,7 @@ | ||
414 | 407 | // |
415 | 408 | this.splitContainer.Panel2.Controls.Add(this.detailBox); |
416 | 409 | this.splitContainer.Size = new System.Drawing.Size(486, 310); |
417 | - this.splitContainer.SplitterDistance = 225; | |
410 | + this.splitContainer.SplitterDistance = 183; | |
418 | 411 | this.splitContainer.TabIndex = 1; |
419 | 412 | // |
420 | 413 | // packageListView |
@@ -431,7 +424,7 @@ | ||
431 | 424 | this.packageListView.GridLines = true; |
432 | 425 | this.packageListView.Location = new System.Drawing.Point(0, 0); |
433 | 426 | this.packageListView.Name = "packageListView"; |
434 | - this.packageListView.Size = new System.Drawing.Size(486, 225); | |
427 | + this.packageListView.Size = new System.Drawing.Size(486, 183); | |
435 | 428 | this.packageListView.SmallImageList = this.packageListViewImageList; |
436 | 429 | this.packageListView.SortColumn = null; |
437 | 430 | this.packageListView.TabIndex = 0; |
@@ -453,41 +446,49 @@ | ||
453 | 446 | this.propertiesToolStripMenuItem, |
454 | 447 | this.columnToolStripMenuItem}); |
455 | 448 | this.packageListContextMenuStrip.Name = "packageListContextMenuStrip"; |
456 | - this.packageListContextMenuStrip.Size = new System.Drawing.Size(252, 164); | |
449 | + this.packageListContextMenuStrip.Size = new System.Drawing.Size(224, 164); | |
457 | 450 | this.packageListContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.PackageListContextMenuStripOpening); |
458 | 451 | // |
459 | 452 | // installToolStripMenuItem |
460 | 453 | // |
461 | 454 | this.installToolStripMenuItem.Name = "installToolStripMenuItem"; |
462 | - this.installToolStripMenuItem.Size = new System.Drawing.Size(251, 22); | |
455 | + this.installToolStripMenuItem.Size = new System.Drawing.Size(223, 22); | |
463 | 456 | this.installToolStripMenuItem.Text = "インストール(&I)..."; |
464 | 457 | this.installToolStripMenuItem.Click += new System.EventHandler(this.InstallToolStripButtonClick); |
465 | 458 | // |
466 | 459 | // uninstallToolStripMenuItem |
467 | 460 | // |
468 | 461 | this.uninstallToolStripMenuItem.Name = "uninstallToolStripMenuItem"; |
469 | - this.uninstallToolStripMenuItem.Size = new System.Drawing.Size(251, 22); | |
462 | + this.uninstallToolStripMenuItem.Size = new System.Drawing.Size(223, 22); | |
470 | 463 | this.uninstallToolStripMenuItem.Text = "アンインストール(&U)..."; |
471 | 464 | this.uninstallToolStripMenuItem.Click += new System.EventHandler(this.UninstallToolStripButtonClick); |
472 | 465 | // |
473 | 466 | // downloadToolStripMenuItem |
474 | 467 | // |
475 | 468 | this.downloadToolStripMenuItem.Name = "downloadToolStripMenuItem"; |
476 | - this.downloadToolStripMenuItem.Size = new System.Drawing.Size(251, 22); | |
469 | + this.downloadToolStripMenuItem.Size = new System.Drawing.Size(223, 22); | |
477 | 470 | this.downloadToolStripMenuItem.Text = "キャッシュにダウンロード(&D)"; |
478 | 471 | this.downloadToolStripMenuItem.Click += new System.EventHandler(this.DownloadToolStripMenuItemClick); |
479 | 472 | // |
473 | + // webResourceToolStripMenuItem | |
474 | + // | |
475 | + this.webResourceToolStripMenuItem.DropDown = this.webResourceCommonContextMenuStrip; | |
476 | + this.webResourceToolStripMenuItem.Name = "webResourceToolStripMenuItem"; | |
477 | + this.webResourceToolStripMenuItem.Size = new System.Drawing.Size(223, 22); | |
478 | + this.webResourceToolStripMenuItem.Tag = ""; | |
479 | + this.webResourceToolStripMenuItem.Text = "Webページ(&W)"; | |
480 | + // | |
480 | 481 | // installedDirectoryToolStripMenuItem |
481 | 482 | // |
482 | 483 | this.installedDirectoryToolStripMenuItem.InvokerForm = this; |
483 | 484 | this.installedDirectoryToolStripMenuItem.Name = "installedDirectoryToolStripMenuItem"; |
484 | - this.installedDirectoryToolStripMenuItem.Size = new System.Drawing.Size(251, 22); | |
485 | + this.installedDirectoryToolStripMenuItem.Size = new System.Drawing.Size(223, 22); | |
485 | 486 | this.installedDirectoryToolStripMenuItem.Text = "インストール先のフォルダー(&O)"; |
486 | 487 | // |
487 | 488 | // propertiesToolStripMenuItem |
488 | 489 | // |
489 | 490 | this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; |
490 | - this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(251, 22); | |
491 | + this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(223, 22); | |
491 | 492 | this.propertiesToolStripMenuItem.Text = "プロパティ(&R)"; |
492 | 493 | this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.PropertiesCommonMenuItemClick); |
493 | 494 | // |
@@ -501,7 +502,7 @@ | ||
501 | 502 | this.licenseToolStripMenuItem, |
502 | 503 | this.installDateToolStripMenuItem}); |
503 | 504 | this.columnToolStripMenuItem.Name = "columnToolStripMenuItem"; |
504 | - this.columnToolStripMenuItem.Size = new System.Drawing.Size(251, 22); | |
505 | + this.columnToolStripMenuItem.Size = new System.Drawing.Size(223, 22); | |
505 | 506 | this.columnToolStripMenuItem.Text = "列の選択(&S)"; |
506 | 507 | // |
507 | 508 | // nameColumnToolStripMenuItem |
@@ -511,7 +512,7 @@ | ||
511 | 512 | this.nameColumnToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; |
512 | 513 | this.nameColumnToolStripMenuItem.Enabled = false; |
513 | 514 | this.nameColumnToolStripMenuItem.Name = "nameColumnToolStripMenuItem"; |
514 | - this.nameColumnToolStripMenuItem.Size = new System.Drawing.Size(184, 22); | |
515 | + this.nameColumnToolStripMenuItem.Size = new System.Drawing.Size(170, 22); | |
515 | 516 | this.nameColumnToolStripMenuItem.Tag = "Name"; |
516 | 517 | this.nameColumnToolStripMenuItem.Text = "名前"; |
517 | 518 | this.nameColumnToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); |
@@ -522,7 +523,7 @@ | ||
522 | 523 | this.versionColumnToolStripMenuItem.CheckOnClick = true; |
523 | 524 | this.versionColumnToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; |
524 | 525 | this.versionColumnToolStripMenuItem.Name = "versionColumnToolStripMenuItem"; |
525 | - this.versionColumnToolStripMenuItem.Size = new System.Drawing.Size(184, 22); | |
526 | + this.versionColumnToolStripMenuItem.Size = new System.Drawing.Size(170, 22); | |
526 | 527 | this.versionColumnToolStripMenuItem.Tag = "Version"; |
527 | 528 | this.versionColumnToolStripMenuItem.Text = "バージョン"; |
528 | 529 | this.versionColumnToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); |
@@ -533,7 +534,7 @@ | ||
533 | 534 | this.summaryColumnToolStripMenuItem.CheckOnClick = true; |
534 | 535 | this.summaryColumnToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; |
535 | 536 | this.summaryColumnToolStripMenuItem.Name = "summaryColumnToolStripMenuItem"; |
536 | - this.summaryColumnToolStripMenuItem.Size = new System.Drawing.Size(184, 22); | |
537 | + this.summaryColumnToolStripMenuItem.Size = new System.Drawing.Size(170, 22); | |
537 | 538 | this.summaryColumnToolStripMenuItem.Tag = "Summary"; |
538 | 539 | this.summaryColumnToolStripMenuItem.Text = "概要"; |
539 | 540 | this.summaryColumnToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); |
@@ -542,7 +543,7 @@ | ||
542 | 543 | // |
543 | 544 | this.packageListNameToolStripMenuItem.CheckOnClick = true; |
544 | 545 | this.packageListNameToolStripMenuItem.Name = "packageListNameToolStripMenuItem"; |
545 | - this.packageListNameToolStripMenuItem.Size = new System.Drawing.Size(184, 22); | |
546 | + this.packageListNameToolStripMenuItem.Size = new System.Drawing.Size(170, 22); | |
546 | 547 | this.packageListNameToolStripMenuItem.Tag = "PackageListName"; |
547 | 548 | this.packageListNameToolStripMenuItem.Text = "パッケージリスト名"; |
548 | 549 | this.packageListNameToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); |
@@ -551,7 +552,7 @@ | ||
551 | 552 | // |
552 | 553 | this.licenseToolStripMenuItem.CheckOnClick = true; |
553 | 554 | this.licenseToolStripMenuItem.Name = "licenseToolStripMenuItem"; |
554 | - this.licenseToolStripMenuItem.Size = new System.Drawing.Size(184, 22); | |
555 | + this.licenseToolStripMenuItem.Size = new System.Drawing.Size(170, 22); | |
555 | 556 | this.licenseToolStripMenuItem.Tag = "License"; |
556 | 557 | this.licenseToolStripMenuItem.Text = "ライセンス"; |
557 | 558 | this.licenseToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); |
@@ -560,7 +561,7 @@ | ||
560 | 561 | // |
561 | 562 | this.installDateToolStripMenuItem.CheckOnClick = true; |
562 | 563 | this.installDateToolStripMenuItem.Name = "installDateToolStripMenuItem"; |
563 | - this.installDateToolStripMenuItem.Size = new System.Drawing.Size(184, 22); | |
564 | + this.installDateToolStripMenuItem.Size = new System.Drawing.Size(170, 22); | |
564 | 565 | this.installDateToolStripMenuItem.Tag = "InstallDate"; |
565 | 566 | this.installDateToolStripMenuItem.Text = "インストールした日"; |
566 | 567 | this.installDateToolStripMenuItem.Click += new System.EventHandler(this.ColumnCommonToolStripMenuItemClick); |
@@ -584,7 +585,7 @@ | ||
584 | 585 | this.detailBox.Name = "detailBox"; |
585 | 586 | this.detailBox.ReadOnly = true; |
586 | 587 | this.detailBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; |
587 | - this.detailBox.Size = new System.Drawing.Size(486, 81); | |
588 | + this.detailBox.Size = new System.Drawing.Size(486, 123); | |
588 | 589 | this.detailBox.TabIndex = 0; |
589 | 590 | this.detailBox.Text = ""; |
590 | 591 | this.detailBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.DetailBoxLinkClicked); |