📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 112
Top = 80
Width = 36
Height = 13
Caption = '手机号'
end
object Label2: TLabel
Left = 304
Top = 80
Width = 24
Height = 13
Caption = '内容'
end
object Label3: TLabel
Left = 344
Top = 24
Width = 24
Height = 13
Caption = '帐号'
end
object Label4: TLabel
Left = 512
Top = 24
Width = 24
Height = 13
Caption = '密码'
end
object Label5: TLabel
Left = 104
Top = 24
Width = 44
Height = 13
Caption = '服务器ip'
end
object Label6: TLabel
Left = 256
Top = 24
Width = 24
Height = 13
Caption = '端口'
end
object Button1: TButton
Left = 16
Top = 24
Width = 75
Height = 25
Caption = '初始化'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 72
Width = 75
Height = 25
Caption = '发送短信'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 16
Top = 280
Width = 75
Height = 25
Caption = '停止'
TabOrder = 2
OnClick = Button3Click
end
object Edit1: TEdit
Left = 176
Top = 72
Width = 121
Height = 21
TabOrder = 3
Text = '13988888888'
end
object Edit2: TEdit
Left = 344
Top = 72
Width = 329
Height = 21
TabOrder = 4
Text = '测试消息'
end
object Memo1: TMemo
Left = 176
Top = 128
Width = 497
Height = 305
TabOrder = 5
end
object CheckBox1: TCheckBox
Left = 16
Top = 120
Width = 97
Height = 17
Caption = '输出调试消息'
TabOrder = 6
OnClick = CheckBox1Click
end
object Button4: TButton
Left = 16
Top = 152
Width = 75
Height = 25
Caption = '帐户余额'
TabOrder = 7
OnClick = Button4Click
end
object Button5: TButton
Left = 16
Top = 200
Width = 75
Height = 25
Caption = '查询状态'
TabOrder = 8
OnClick = Button5Click
end
object Button6: TButton
Left = 16
Top = 240
Width = 75
Height = 25
Caption = '待发短信'
TabOrder = 9
OnClick = Button6Click
end
object Edit3: TEdit
Left = 384
Top = 16
Width = 121
Height = 21
TabOrder = 10
Text = '027'
end
object Edit4: TEdit
Left = 552
Top = 16
Width = 121
Height = 21
TabOrder = 11
end
object Button7: TButton
Left = 16
Top = 336
Width = 75
Height = 25
Caption = '分割70字符'
TabOrder = 12
OnClick = Button7Click
end
object Edit5: TEdit
Left = 160
Top = 16
Width = 89
Height = 21
TabOrder = 13
Text = '219.140.165.145'
end
object Edit6: TEdit
Left = 288
Top = 16
Width = 41
Height = 21
TabOrder = 14
Text = '8000'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -