📄 main.dfm
字号:
object FrmMain: TFrmMain
Left = 271
Top = 125
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '杭州爱赛德软件技术有限公司'
ClientHeight = 381
ClientWidth = 391
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 14
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 391
Height = 145
Align = alTop
Caption = '发送信息'
TabOrder = 0
object Label2: TLabel
Left = 8
Top = 21
Width = 70
Height = 14
Caption = '手机号码:'
end
object Label1: TLabel
Left = 8
Top = 52
Width = 70
Height = 14
Caption = '发送内容:'
end
object Label3: TLabel
Left = 9
Top = 83
Width = 70
Height = 14
Caption = '下条短信:'
end
object Label4: TLabel
Left = 10
Top = 112
Width = 70
Height = 14
Caption = '未发数目:'
end
object EdtMobile: TEdit
Left = 75
Top = 17
Width = 308
Height = 22
TabOrder = 0
end
object EdtMessage: TEdit
Left = 75
Top = 48
Width = 308
Height = 22
TabOrder = 1
end
object BtnSend: TButton
Left = 308
Top = 109
Width = 75
Height = 25
Caption = '发送'
TabOrder = 2
OnClick = BtnSendClick
end
object EdtNextMsgToSend: TEdit
Left = 75
Top = 79
Width = 308
Height = 22
Enabled = False
TabOrder = 3
end
object EdtUnSendCount: TEdit
Left = 75
Top = 110
Width = 131
Height = 22
Enabled = False
TabOrder = 4
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 145
Width = 391
Height = 96
Align = alTop
Caption = '模块管理'
TabOrder = 1
object BtnOpen: TButton
Left = 222
Top = 24
Width = 75
Height = 25
Caption = '打开模块'
TabOrder = 0
OnClick = BtnOpenClick
end
object BtnClose: TButton
Left = 309
Top = 24
Width = 75
Height = 25
Caption = '关闭模块'
TabOrder = 1
OnClick = BtnCloseClick
end
object CbPorts: TComboBox
Left = 75
Top = 26
Width = 134
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 2
end
object StaticText1: TStaticText
Left = 14
Top = 30
Width = 60
Height = 18
Caption = '串行口:'
TabOrder = 3
end
object BtnGetSCA: TButton
Left = 223
Top = 62
Width = 75
Height = 25
Caption = '读取号码'
TabOrder = 4
OnClick = BtnGetSCAClick
end
object StaticText2: TStaticText
Left = 11
Top = 67
Width = 67
Height = 18
Caption = '短信中心:'
TabOrder = 5
end
object EdtSCA: TEdit
Left = 75
Top = 63
Width = 133
Height = 22
TabOrder = 6
end
object BtnSetSCA: TButton
Left = 309
Top = 62
Width = 75
Height = 25
Caption = '设置号码'
TabOrder = 7
OnClick = BtnSetSCAClick
end
end
object Memo1: TMemo
Left = 0
Top = 241
Width = 391
Height = 115
Align = alClient
ScrollBars = ssBoth
TabOrder = 2
end
object StatusBar1: TStatusBar
Left = 0
Top = 356
Width = 391
Height = 25
Panels = <
item
Width = 180
end
item
Width = 50
end>
SimplePanel = False
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 216
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -