?? unit2.dfm
字號:
object Form2: TForm2
Left = 205
Top = 131
Width = 808
Height = 627
Caption = 'Map'
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 Image1: TImage
Left = 0
Top = 0
Width = 800
Height = 600
Align = alClient
end
object Button1: TButton
Left = 344
Top = 16
Width = 65
Height = 25
Caption = 'Up'
TabOrder = 0
end
object Button2: TButton
Left = 16
Top = 264
Width = 65
Height = 25
Caption = 'Right'
TabOrder = 1
end
object Button3: TButton
Left = 352
Top = 568
Width = 65
Height = 25
Caption = 'Down'
TabOrder = 2
end
object Button4: TButton
Left = 720
Top = 248
Width = 65
Height = 25
Caption = 'Left'
TabOrder = 3
OnClick = Button4Click
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -