Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Delphi 7。我用来编译我的应用程序的机器具有 Windows 系统字体大小 - 在显示属性中配置 - 设置为大于任何设置为默认值的典型机器。
我遇到的问题是表单为其父级的背景面板过大。
确保表单的 AutoScroll 属性设置为 False,并且 Scaled = True。此外,每次打开项目时,Delphi 7 都会将 AutoScroll 设置为 True。