?? unit1.~dfm
字號:
object Form1: TForm1
Left = 220
Top = 188
Width = 692
Height = 499
Caption = 'Form1'
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 = 40
Top = 136
Width = 36
Height = 13
Caption = #32593#22336#65306
end
object Button1: TButton
Left = 504
Top = 104
Width = 129
Height = 41
Caption = #36864#20986
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 128
Top = 64
Width = 73
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object Edit2: TEdit
Left = 120
Top = 128
Width = 201
Height = 21
TabOrder = 2
Text = 'http://www.12583.cn/ok2.asp'
end
object Button2: TButton
Left = 280
Top = 32
Width = 89
Height = 33
Caption = 'Button2'
TabOrder = 3
OnClick = Button2Click
end
object Memo1: TMemo
Left = 80
Top = 224
Width = 273
Height = 137
Lines.Strings = (
'Memo1')
TabOrder = 4
end
object Button3: TButton
Left = 432
Top = 16
Width = 73
Height = 41
Caption = 'Button3'
TabOrder = 5
OnClick = Button3Click
end
object Timer1: TTimer
Interval = 2000
OnTimer = Timer1Timer
Left = 384
Top = 176
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -