📄 unit1.dfm
字号:
object Form1: TForm1
Left = 199
Top = 108
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '《月影短信》编程接口示例'
ClientHeight = 315
ClientWidth = 518
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 43
Top = 53
Width = 48
Height = 12
Caption = '选择网关'
end
object Label2: TLabel
Left = 67
Top = 14
Width = 384
Height = 12
AutoSize = False
Caption = '注意:请将 kkstar_sms.dll 拷贝到当前目录(或者 system 目录)中。'
Color = clYellow
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 44
Top = 78
Width = 48
Height = 12
Caption = '登录账号'
end
object Label5: TLabel
Left = 244
Top = 78
Width = 48
Height = 12
Caption = '登录密码'
end
object Label6: TLabel
Left = 44
Top = 103
Width = 48
Height = 12
Caption = '对方手机'
end
object Label7: TLabel
Left = 244
Top = 103
Width = 48
Height = 12
Caption = '使用昵称'
end
object Label8: TLabel
Left = 44
Top = 128
Width = 48
Height = 12
Caption = '短信内容'
end
object lblError: TLabel
Left = 67
Top = 252
Width = 384
Height = 12
AutoSize = False
Caption = '发送结果:'
Color = clYellow
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
end
object cmbGateway: TComboBox
Left = 94
Top = 49
Width = 340
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
end
object cmdRefresh: TButton
Left = 444
Top = 49
Width = 60
Height = 20
Caption = '刷新'
TabOrder = 7
OnClick = cmdRefreshClick
end
object txtUserName: TEdit
Left = 94
Top = 74
Width = 140
Height = 20
TabOrder = 1
end
object txtPassword: TEdit
Left = 294
Top = 74
Width = 140
Height = 20
PasswordChar = '*'
TabOrder = 2
end
object txtPhone: TEdit
Left = 94
Top = 99
Width = 140
Height = 20
TabOrder = 3
end
object txtNickName: TEdit
Left = 294
Top = 99
Width = 140
Height = 20
TabOrder = 4
end
object edtSms: TMemo
Left = 94
Top = 125
Width = 340
Height = 100
Lines.Strings = (
'')
ScrollBars = ssVertical
TabOrder = 5
end
object cmdSend: TButton
Left = 444
Top = 168
Width = 60
Height = 20
Caption = '发送短信'
TabOrder = 6
OnClick = cmdSendClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -