📄 umain.dfm
字号:
object Form_Main: TForm_Main
Left = 380
Top = 268
Width = 563
Height = 259
BorderIcons = [biSystemMenu, biMinimize]
Caption = '发送手机短信程序'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 329
Height = 169
TabOrder = 0
object Label1: TLabel
Left = 40
Top = 24
Width = 42
Height = 13
Caption = '手机号: '
end
object Label2: TLabel
Left = 40
Top = 48
Width = 30
Height = 13
Caption = '内容: '
end
object Edit_Num: TEdit
Left = 96
Top = 16
Width = 113
Height = 21
TabOrder = 0
end
object CheckBox_Flash: TCheckBox
Left = 224
Top = 16
Width = 49
Height = 17
Caption = '闪烁'
Checked = True
State = cbChecked
TabOrder = 1
end
object Memo_Info: TMemo
Left = 40
Top = 72
Width = 273
Height = 89
TabOrder = 2
end
object CheckBox_Freehand: TCheckBox
Left = 272
Top = 16
Width = 49
Height = 17
Caption = '免提'
Checked = True
State = cbChecked
TabOrder = 3
end
object RadioButton_Chinese: TRadioButton
Left = 96
Top = 48
Width = 81
Height = 17
Caption = '中文'
Checked = True
TabOrder = 4
TabStop = True
end
object RadioButton_English: TRadioButton
Left = 200
Top = 48
Width = 73
Height = 17
Caption = '英文'
TabOrder = 5
end
end
object BtnSend: TButton
Left = 176
Top = 192
Width = 75
Height = 25
Caption = '发送'
TabOrder = 1
OnClick = BtnSendClick
end
object Memo1: TMemo
Left = 344
Top = 13
Width = 193
Height = 171
Lines.Strings = (
'')
ScrollBars = ssVertical
TabOrder = 2
end
object Button1: TButton
Left = 304
Top = 192
Width = 75
Height = 25
Caption = '读取短信'
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 424
Top = 192
Width = 75
Height = 25
Caption = '删除短信'
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 56
Top = 192
Width = 75
Height = 25
Caption = '设置'
TabOrder = 5
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -