1 Star 2 Fork 1

简约/govcl

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Form1.go 2.62 KB
一键复制 编辑 原始数据 按行查看 历史
不在乎y 提交于 2020-04-19 02:31 +08:00 . Update examples.
// Automatically generated by the res2go, do not edit.
package main
import (
"github.com/ying32/govcl/vcl"
)
type TForm1 struct {
*vcl.TForm
Image1 *vcl.TImage
Panel1 *vcl.TPanel
Button1 *vcl.TButton
//::private::
TForm1Fields
}
var Form1 *TForm1
// Loaded in bytes.
// vcl.Application.CreateForm(&Form1)
func NewForm1(owner vcl.IComponent) (root *TForm1) {
vcl.CreateResForm(owner, &root)
return
}
var Form1Bytes = []byte("\x54\x50\x46\x30\x0B\x54\x44\x65\x73\x69\x67\x6E\x46\x6F\x72\x6D\x05\x46\x6F\x72\x6D\x31\x04\x4C\x65\x66\x74\x02\x08\x06\x48\x65\x69\x67\x68\x74\x03\x97\x02\x03\x54\x6F\x70\x02\x08\x05\x57\x69\x64\x74\x68\x03\x58\x04\x07\x43\x61\x70\x74\x69\x6F\x6E\x06\x09\x69\x6E\x74\x66\x20\x54\x65\x73\x74\x0C\x43\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74\x03\x97\x02\x0B\x43\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68\x03\x58\x04\x05\x43\x6F\x6C\x6F\x72\x07\x09\x63\x6C\x42\x74\x6E\x46\x61\x63\x65\x0E\x44\x6F\x75\x62\x6C\x65\x42\x75\x66\x66\x65\x72\x65\x64\x09\x0A\x46\x6F\x6E\x74\x2E\x43\x6F\x6C\x6F\x72\x07\x0C\x63\x6C\x57\x69\x6E\x64\x6F\x77\x54\x65\x78\x74\x0B\x46\x6F\x6E\x74\x2E\x48\x65\x69\x67\x68\x74\x02\xF3\x09\x46\x6F\x6E\x74\x2E\x4E\x61\x6D\x65\x06\x06\x54\x61\x68\x6F\x6D\x61\x14\x50\x61\x72\x65\x6E\x74\x44\x6F\x75\x62\x6C\x65\x42\x75\x66\x66\x65\x72\x65\x64\x08\x08\x50\x6F\x73\x69\x74\x69\x6F\x6E\x07\x0E\x70\x6F\x53\x63\x72\x65\x65\x6E\x43\x65\x6E\x74\x65\x72\x06\x53\x63\x61\x6C\x65\x64\x08\x00\x06\x54\x49\x6D\x61\x67\x65\x06\x49\x6D\x61\x67\x65\x31\x04\x4C\x65\x66\x74\x02\x00\x06\x48\x65\x69\x67\x68\x74\x03\x97\x02\x03\x54\x6F\x70\x02\x00\x05\x57\x69\x64\x74\x68\x03\xE5\x03\x05\x41\x6C\x69\x67\x6E\x07\x08\x61\x6C\x43\x6C\x69\x65\x6E\x74\x0C\x50\x72\x6F\x70\x6F\x72\x74\x69\x6F\x6E\x61\x6C\x09\x00\x00\x06\x54\x50\x61\x6E\x65\x6C\x06\x50\x61\x6E\x65\x6C\x31\x04\x4C\x65\x66\x74\x03\xE5\x03\x06\x48\x65\x69\x67\x68\x74\x03\x97\x02\x03\x54\x6F\x70\x02\x00\x05\x57\x69\x64\x74\x68\x02\x73\x05\x41\x6C\x69\x67\x6E\x07\x07\x61\x6C\x52\x69\x67\x68\x74\x0C\x43\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74\x03\x97\x02\x0B\x43\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68\x02\x73\x08\x54\x61\x62\x4F\x72\x64\x65\x72\x02\x00\x00\x07\x54\x42\x75\x74\x74\x6F\x6E\x07\x42\x75\x74\x74\x6F\x6E\x31\x04\x4C\x65\x66\x74\x02\x0A\x06\x48\x65\x69\x67\x68\x74\x02\x19\x03\x54\x6F\x70\x03\x52\x01\x05\x57\x69\x64\x74\x68\x02\x5E\x05\x41\x6C\x69\x67\x6E\x07\x08\x61\x6C\x43\x75\x73\x74\x6F\x6D\x07\x43\x61\x70\x74\x69\x6F\x6E\x06\x0C\xE5\xB1\x8F\xE5\xB9\x95\xE6\x88\xAA\xE5\x9B\xBE\x08\x54\x61\x62\x4F\x72\x64\x65\x72\x02\x00\x00\x00\x00\x00")
// Register Form Resources
var _ = vcl.RegisterFormResource(Form1, &Form1Bytes)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jianyue/govcl.git
git@gitee.com:jianyue/govcl.git
jianyue
govcl
govcl
v2.2.3

搜索帮助