1 Star 2 Fork 1

简约/govcl

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NewAliyunAudioEngineImpl.go 703 Bytes
一键复制 编辑 原始数据 按行查看 历史
不在乎y 提交于 2020-06-28 22:09 +08:00 . rename
// Automatically generated by the simple GoVCL IDE.
// 不要更改此文件名
// 在这里写你的事件。
package main
import (
"github.com/ying32/govcl/vcl/types"
"github.com/ying32/govcl/vcl"
)
//::private::
type TNewAliyunAudioEngineFields struct {
}
func (f *TNewAliyunAudioEngine) OnFormCreate(sender vcl.IObject) {
}
func (f *TNewAliyunAudioEngine) OnBtnOKClick(sender vcl.IObject) {
if showNotAllowEmpty(f.EdtName, "名称/别名") {
return
}
if showNotAllowEmpty(f.EdtAppKey, "AppKey") {
return
}
if showNotAllowEmpty(f.EdtAccessKeyId, "AccessKeyId") {
return
}
if showNotAllowEmpty(f.EdtAccessKeySecret, "AccessKeyId") {
return
}
f.SetModalResult(types.MrOk)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jianyue/govcl.git
git@gitee.com:jianyue/govcl.git
jianyue
govcl
govcl
v2.2.3

搜索帮助