📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 834
Height = 580
Caption = 'Form1'
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 Label1: TLabel
Left = 160
Top = 448
Width = 47
Height = 13
Caption = 'handnum:'
end
object Label2: TLabel
Left = 168
Top = 480
Width = 20
Height = 13
Caption = 'info:'
end
object Button1: TButton
Left = 584
Top = 16
Width = 75
Height = 25
Caption = 'open'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 584
Top = 48
Width = 75
Height = 25
Caption = 'csq'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 704
Top = 368
Width = 75
Height = 25
Caption = 'close'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 584
Top = 80
Width = 75
Height = 25
Caption = 'creg'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 584
Top = 112
Width = 75
Height = 25
Caption = 'cpin'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 584
Top = 144
Width = 75
Height = 25
Caption = 'csca'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 584
Top = 176
Width = 75
Height = 25
Caption = 'cmgf'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 584
Top = 240
Width = 75
Height = 25
Caption = 'ReadInfo'
TabOrder = 7
OnClick = Button8Click
end
object Button9: TButton
Left = 584
Top = 208
Width = 75
Height = 25
Caption = 'SendInfo'
TabOrder = 8
OnClick = Button9Click
end
object Edit1: TEdit
Left = 216
Top = 448
Width = 121
Height = 21
TabOrder = 10
Text = 'Edit1'
end
object Edit2: TEdit
Left = 216
Top = 480
Width = 225
Height = 21
TabOrder = 9
Text = 'Edit2'
end
object ShortSMSActiveX1: TShortSMSActiveX
Left = 80
Top = 64
Width = 32
Height = 32
ControlData = {
54504630105453686F7274534D53416374697665580F53686F7274534D534163
7469766558044C656674020003546F700200055769647468032F010648656967
6874034701084175746F53697A65090D4178426F726465725374796C65070961
66625261697365640743617074696F6E060F53686F7274534D53416374697665
5805436F6C6F720709636C42746E466163650C466F6E742E4368617273657407
0F44454641554C545F434841525345540A466F6E742E436F6C6F72070C636C57
696E646F77546578740B466F6E742E48656967687402F509466F6E742E4E616D
65060D4D532053616E732053657269660A466F6E742E5374796C650B000E4F6C
644372656174654F72646572080D506978656C73506572496E636802600A5465
7874486569676874020D0000}
end
object Edit3: TEdit
Left = 560
Top = 400
Width = 121
Height = 21
TabOrder = 12
Text = 'Edit3'
end
object Edit4: TEdit
Left = 560
Top = 516
Width = 121
Height = 21
TabOrder = 13
Text = 'Edit4'
end
object Memo1: TMemo
Left = 560
Top = 424
Width = 209
Height = 89
Lines.Strings = (
'Memo1')
TabOrder = 14
end
object Button10: TButton
Left = 680
Top = 24
Width = 75
Height = 25
Caption = 'ReadNewInfo'
TabOrder = 15
OnClick = Button10Click
end
object Button11: TButton
Left = 680
Top = 80
Width = 75
Height = 25
Caption = 'DelInfo'
TabOrder = 16
OnClick = Button11Click
end
object Edit5: TEdit
Left = 680
Top = 56
Width = 121
Height = 21
TabOrder = 17
Text = '1'
end
object Button12: TButton
Left = 688
Top = 112
Width = 75
Height = 25
Caption = 'GetModemIMEINO'
TabOrder = 18
OnClick = Button12Click
end
object Button13: TButton
Left = 688
Top = 152
Width = 75
Height = 25
Caption = 'CNMI'
TabOrder = 19
OnClick = Button13Click
end
object Button14: TButton
Left = 696
Top = 200
Width = 75
Height = 25
Caption = 'Button14'
TabOrder = 20
OnClick = Button14Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -