79 Star 313 Fork 52

不在乎y/govcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Form1Impl.go 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
不在乎y 提交于 2020-02-27 16:05 . Add a formscale example.
package main
import (
"github.com/ying32/govcl/vcl"
)
//::private::
type TForm1Fields struct {
}
func (f *TForm1) OnFormCreate(sender vcl.IObject) {
f.ScreenCenter()
}
func (f *TForm1) OnButton2Click(sender vcl.IObject) {
f.ScaleForCurrentDpi()
}
func (f *TForm1) OnButton1Click(sender vcl.IObject) {
f.ScaleForPPI(125)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ying32/govcl.git
git@gitee.com:ying32/govcl.git
ying32
govcl
govcl
v2.0.5

搜索帮助