📄 f_moniceshi.dfm
字号:
object n_moniceshi: Tn_moniceshi
Left = 355
Top = 216
ActiveControl = message
BorderStyle = bsDialog
Caption = '辅助测试'
ClientHeight = 137
ClientWidth = 431
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 = 8
Top = 48
Width = 81
Height = 13
AutoSize = False
Caption = '短信内容:'
end
object Label2: TLabel
Left = 8
Top = 16
Width = 81
Height = 13
AutoSize = False
Caption = '手机号码:'
end
object Button1: TButton
Left = 344
Top = 8
Width = 75
Height = 25
Caption = '确定(&Y)'
Default = True
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 344
Top = 40
Width = 75
Height = 25
Caption = '取消(&X)'
TabOrder = 1
OnClick = Button2Click
end
object sim: TEdit
Left = 88
Top = 11
Width = 233
Height = 21
MaxLength = 11
TabOrder = 2
Text = '13166189785'
end
object message: TMemo
Left = 88
Top = 48
Width = 233
Height = 73
Lines.Strings = (
'dm')
ScrollBars = ssVertical
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -