1 Star 2 Fork 1

简约/govcl

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Frame2.go 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
不在乎y 提交于 2020-03-25 14:52 +08:00 . Update
// 由res2go自动生成,不要编辑。
package main
import (
"github.com/ying32/govcl/vcl"
)
type TFrame2 struct {
*vcl.TFrame
Button1 *vcl.TButton
//::private::
TFrame2Fields
}
func NewFrame2(owner vcl.IComponent) (root *TFrame2) {
vcl.CreateResFrame(owner, &root)
return
}
var frame2Bytes = []byte("\x54\x50\x46\x30\x07\x54\x46\x72\x61\x6D\x65\x32\x06\x46\x72\x61\x6D\x65\x32\x04\x4C\x65\x66\x74\x02\x00\x06\x48\x65\x69\x67\x68\x74\x03\x19\x01\x03\x54\x6F\x70\x02\x00\x05\x57\x69\x64\x74\x68\x03\x2F\x02\x0C\x43\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74\x03\x19\x01\x0B\x43\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68\x03\x2F\x02\x08\x54\x61\x62\x4F\x72\x64\x65\x72\x02\x00\x0A\x44\x65\x73\x69\x67\x6E\x4C\x65\x66\x74\x03\xA2\x01\x09\x44\x65\x73\x69\x67\x6E\x54\x6F\x70\x02\x1C\x00\x07\x54\x42\x75\x74\x74\x6F\x6E\x07\x42\x75\x74\x74\x6F\x6E\x31\x04\x4C\x65\x66\x74\x03\xD0\x00\x06\x48\x65\x69\x67\x68\x74\x02\x19\x03\x54\x6F\x70\x02\x79\x05\x57\x69\x64\x74\x68\x02\x4B\x07\x43\x61\x70\x74\x69\x6F\x6E\x06\x06\x46\x72\x61\x6D\x65\x32\x07\x4F\x6E\x43\x6C\x69\x63\x6B\x07\x0C\x42\x75\x74\x74\x6F\x6E\x31\x43\x6C\x69\x63\x6B\x08\x54\x61\x62\x4F\x72\x64\x65\x72\x02\x00\x00\x00\x00")
// 注册Form资源
var _ = vcl.RegisterFormResource(TFrame2{}, &frame2Bytes)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jianyue/govcl.git
git@gitee.com:jianyue/govcl.git
jianyue
govcl
govcl
v2.2.3

搜索帮助