79 Star 313 Fork 52

不在乎y/govcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
consts.go 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
package types
// MessageBox or MessageDlg 返回值
const (
IdOK = 1
IdCancel = 2
IdAbort = 3
IdRetry = 4
IdIgnore = 5
IdYes = 6
IdNo = 7
IdClose = 8
IdHelp = 9
IdTryAgain = 10
IdContinue = 11
MrNone = 0
MrOk = IdOK
MrCancel = IdCancel
MrAbort = IdAbort
MrRetry = IdRetry
MrIgnore = IdIgnore
MrYes = IdYes
MrNo = IdNo
MrClose = IdClose
MrHelp = IdHelp
MrTryAgain = IdTryAgain
MrContinue = IdContinue
MrAll = MrContinue + 1
MrNoToAll = MrAll + 1
MrYesToAll = MrNoToAll + 1
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ying32/govcl.git
git@gitee.com:ying32/govcl.git
ying32
govcl
govcl
v1.1.18

搜索帮助