?? unit1.dfm
字號:
object Form1: TForm1
Left = 177
Top = 117
Width = 636
Height = 358
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 128
Top = 56
Width = 60
Height = 13
Caption = '接收方號碼'
end
object Label2: TLabel
Left = 128
Top = 88
Width = 24
Height = 13
Caption = '內容'
end
object Label3: TLabel
Left = 128
Top = 24
Width = 60
Height = 13
Caption = '服務器名稱'
end
object Button1: TButton
Left = 200
Top = 80
Width = 75
Height = 25
Caption = '發送'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 128
Top = 112
Width = 393
Height = 97
ImeName = '中文 (簡體) - 智能 ABC'
TabOrder = 1
end
object Edit1: TMaskEdit
Left = 202
Top = 52
Width = 121
Height = 21
EditMask = '00000000000'
ImeName = '中文 (簡體) - 智能 ABC'
MaxLength = 11
TabOrder = 2
Text = '13980711226'
end
object Edit2: TEdit
Left = 200
Top = 24
Width = 121
Height = 21
ImeName = '紫光拼音輸入法'
TabOrder = 3
Text = 'xtpad'
end
object StatusBar1: TStatusBar
Left = 0
Top = 312
Width = 628
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object Memo2: TMemo
Left = 128
Top = 216
Width = 393
Height = 89
ImeName = '紫光拼音輸入法'
TabOrder = 5
end
object Button2: TButton
Left = 376
Top = 80
Width = 75
Height = 25
Caption = 'query'
TabOrder = 6
Visible = False
OnClick = Button2Click
end
object Button3: TButton
Left = 288
Top = 80
Width = 75
Height = 25
Caption = 'recv'
TabOrder = 7
OnClick = Button3Click
end
object Button4: TButton
Left = 328
Top = 24
Width = 89
Height = 25
Caption = '連接SMS服務器'
TabOrder = 8
OnClick = Button4Click
end
object Timer1: TTimer
Interval = 3000
OnTimer = Timer1Timer
Left = 472
Top = 32
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -