软件解决问题 [英] Software Resolution Problem

查看:96
本文介绍了软件解决问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个c#应用程序。这工作正常,但当我在15英寸的笔记本电脑中运行该应用程序时,所有按钮和文本框都是从其原始位置摸索或更改

解决方案

这是因为该应用程序UI的设计最低可接受的屏幕分辨率高于笔记本电脑的最高分辨率。因此,您应该修改UI并使其更适应屏幕分辨率更改。解决方案取决于应用程序类型,例如,如果是Windows窗体应用程序,您可以以正确的方式锚定按钮,并使用更大的内容来使用滚动条。





您应该更改UI,使用表布局面板和控件的dock-Anchor属性

运行您的应用程序。并调整表单检查布局



- >你也可以根据表格的最大尺寸改变控件的字体大小,如果你在表格上有太多的控件



快乐编码!

: )

I have a c# application . that works fine but when i run that app in a laptop of 15 inches then all button and textboxes are fumbled or changed from their original locations

解决方案

This is because the application UI was designed for a minimum accepted screen resolution that is higher then the maximum resolution from your laptop. So you should modify your UI and make it more adaptable to the screen resolutions changes. The solution depends of the application type, for example if is a Windows forms application you could anchor your buttons in the right way, and for bigger content to use scrollbars.


Hi,

You should change UI, use table layout panel and dock-Anchor properties of controls
run your app. and resize form check layout

-> you can also change font size of controls based on form's maximum size, if you have too many controls on form

Happy Coding!
:)


这篇关于软件解决问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆