1 Star 0 Fork 27

oschina_binggo / GuiLitePreviewer

forked from idea4good / GuiLitePreviewer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
UIcode.cpp 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
idea4good 提交于 2019-06-06 21:50 . update readme
WND_TREE s_main_widgets[] =
{
{ &s_edit, ID_EDIT, "Input", 275, 10, 100, 50},
{ &s_label_1, ID_LABEL_1, "label 1", 150, 100, 100, 50},
{ &s_label_2, ID_LABEL_2, "label 2", 150, 170, 100, 50},
{ &s_label_3, ID_LABEL_3, "label 3", 150, 240, 100, 50},
{ &s_button, ID_BUTTON, "Dialog", 400, 100, 100, 50},
{ &s_spin_box, ID_SPIN_BOX,"spinBox", 400, 170, 100, 50},
{ &s_list_box, ID_LIST_BOX,"listBox", 400, 240, 100, 50},
{NULL, 0 , 0, 0, 0, 0, 0}
};
TypeScript
1
https://gitee.com/lhch/GuiLitePreviewer.git
git@gitee.com:lhch/GuiLitePreviewer.git
lhch
GuiLitePreviewer
GuiLitePreviewer
master

搜索帮助