6 Star 10 Fork 6

itlabers / delphi4wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.dfm 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
itlabers 提交于 2016-06-06 20:45 . first commit
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize, biHelp]
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 524
ClientWidth = 336
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 17
Top = 60
Width = 297
Height = 293
end
object Button1: TButton
Left = 17
Top = 8
Width = 297
Height = 33
Caption = #21047#26032#20108#32500#30721
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 17
Top = 376
Width = 297
Height = 140
Lines.Strings = (
'')
TabOrder = 1
end
end
Delphi
1
https://gitee.com/spirit_demon/delphi4wechat.git
git@gitee.com:spirit_demon/delphi4wechat.git
spirit_demon
delphi4wechat
delphi4wechat
master

搜索帮助