博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
winform中UI设计分辨率问题
阅读量:4303 次
发布时间:2019-05-27

本文共 96 字,大约阅读时间需要 1 分钟。

1.UI设计可以自适应或固定分辨率,自适应需要手动写调整控件尺寸位置代码;固定分辨率需要固定尺寸的UI资源图片(如背景图片)和固定的终端分辨率(如pc端不一致需调整分辨率为初始设计的分辨率)。

转载地址:http://mdlws.baihongyu.com/

你可能感兴趣的文章
Spring-@Value
查看>>
Maven-打外部jar包
查看>>
Mybatis-Pagehelper
查看>>
Eclipse-不显示某些文件夹
查看>>
GIT-常用命令
查看>>
MongoDB-与SpringBoot集成
查看>>
Kafka-与SpringBoot的集成
查看>>
SpringBoot-HBase
查看>>
SpringBoot-源码阅读
查看>>
Mybatis-SpringBoot集成/配置
查看>>
Eclipse-JAVA版本
查看>>
Mysql-centos下的安装
查看>>
Maven-打包的时候丢失非.java的文件
查看>>
Spring-MetadataReader接口
查看>>
SpringMvc-@ModelAttribute注解
查看>>
Spring-context-ApplicationContextInitializer接口TODO
查看>>
Spring-BeanFactoryPostProcessor
查看>>
Spring-BeanDefinitionRegistryPostProcessor接口
查看>>
Spring-AnnotationMetadata
查看>>
Spring-aop-TargetSource/ProxyFactory/DefaultAopProxyFactory
查看>>