Optimize Delphi5.0 cheats exposure

zhaozj2021-02-17  60

Optimize Delphi5.0 cheats exposure

This article is transferred to the Tianji network program. Http://itdream.yesky.com/delphi5.0 is a very good RAD development tool, and more and more people began to realize this and turn it, but it is not Perfect, in fact, by hand-optimization can greatly improve it for our work, I have experienced some experience, and I will share the corner of the computer, share: 1: Implement the smooth scrolling of the control panel: Installed many controls Friends know that in many controls, choose a really a relaxed thing, the mouse should keep clicking, if you can smoothly scroll how good, good at Borland experts have already thought of this: establish a text File, content is: regedit4 [HKEY_CURRENT_USER / SOFTWARE / BORLAND / DELPHI / 5.0 / EXTRAS]> "Auto Colletteelect" = "1" "AutoPalettescroll" = "1" Save as Tip.REG, then double-click this file, start Delphi, how ? Is it more cool! 2: Speed ​​up the program startup speed: Delphi is really a bit slow, it is necessary to display the flash screen, and read the registry settings, which is simply a torture for configuring a low machine. In fact, we can fully control it by starting parameters: Create a shortcut to: d: /delphi5/delphi5/bin/delphi32.exe / ns / np (my Delphi is installed in D: / Delphi5 directory, you have to change accordingly.

NS: No Splash does not display flash screen NP: no project does not load project. Observing the memory allocation: the same, the shortcut goal is: d: /delphi5/delphi5/bin/delphi32.exe / hm / hV after each Start this shortcut to see the number of stacks allocated on the Delphi title bar. Increase compilation and viewing function in the right-click shortcut menu: add function for DPR file: establish a text file, content is: regedit4 [HKEY_CLASSES_ROOT / DelphiProject] @ = "Delphi Project" "EditFlags" = hex: 00,00,00,00 "AlwaysShowExt" = "" [HKEY_CLASSES_ROOT / DelphiProject / DefaultIcon] @ = "d: // DELPHI5 // Delphi5 // BIN // Delphi32.exe, 4 "[hkey_classes_root / delphiproject / shell] @ =" "[hkey_classes_root / delphiproject / shell / open] @ =" & open "" editflags "= HEX: 01,00,00 [hkey_classes_root / Delphiproject / shell / open / command] @ = "d: //delphi5//delphi5//bin//Delphi32.exe / ns% 1" [HKEY_CLASSES_ROOT / DELPHIPROJECT / shell / open / ddeexec] @ = "[open (/ "% 1 /")] "[HKEY_CLASSES_ROOT / DelphiProject / Shell / Open / ddeexec / Application] @ =" DELPHI32 "[HKEY_CLASSES_ROOT / DelphiProject / Shell / autobuild]" EditFlags "= hex: 01,00,00,00 [HKEY_CLASSES_ROOT /Delphipurid/shell/autobuild/command]@="d://delphi5//delphi5//bin//delphi32.exe / ns% 1 / b "[hkey_classes_root / delphiproject / quickview] @ =" * "saving Delphiprojec T.REG, then double-click this file, you can find more autobuild in the right-click shortcut menu in the project file for DPR, you can compile the generated executable, and more quickly view one, You can see the file content without opening Delphi.

转载请注明原文地址:https://www.9cbs.com/read-30790.html

New Post(0)