📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 695
Height = 484
Caption = 'WalkDemo pour ADKCenter (1037)'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
687
457)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 602
Top = 364
Width = 34
Height = 13
Anchors = [akRight, akBottom]
Caption = 'Vitesse'
end
object Label2: TLabel
Left = 602
Top = 396
Width = 37
Height = 13
Anchors = [akRight, akBottom]
Caption = 'Lumi'#232're'
end
inline MainFrame1: TMainFrame
Left = 8
Top = 8
Width = 528
Height = 404
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
OnMouseDown = MainFrame1MouseDown
end
object ListBox1: TListBox
Left = 543
Top = 48
Width = 137
Height = 185
Anchors = [akTop, akRight, akBottom]
ItemHeight = 13
TabOrder = 1
OnClick = ListBox1Click
end
object Button1: TButton
Left = 551
Top = 332
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Load MAP'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 551
Top = 236
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Homme'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 551
Top = 268
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Femme'
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 551
Top = 300
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Delete Last'
TabOrder = 5
OnClick = Button4Click
end
object Edit1: TEdit
Left = 8
Top = 436
Width = 531
Height = 21
Anchors = [akLeft, akRight, akBottom]
TabOrder = 6
Text = 'Edit1'
OnKeyPress = Edit1KeyPress
end
object Button6: TButton
Left = 631
Top = 268
Width = 41
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Jump'
TabOrder = 7
OnClick = Button6Click
end
object ColorBox1: TColorBox
Left = 548
Top = 435
Width = 137
Height = 22
Selected = clLime
Anchors = [akRight, akBottom]
ItemHeight = 16
TabOrder = 8
end
object ProgressBar1: TProgressBar
Left = 554
Top = 380
Width = 129
Height = 16
Anchors = [akRight, akBottom]
Min = 1
Max = 200
Position = 100
Smooth = True
TabOrder = 9
OnMouseDown = ProgressBar1MouseDown
OnMouseMove = ProgressBar1MouseMove
OnMouseUp = ProgressBar1MouseUp
end
object ProgressBar2: TProgressBar
Left = 550
Top = 412
Width = 129
Height = 16
Anchors = [akRight, akBottom]
Min = 0
Max = 255
Smooth = True
TabOrder = 10
OnMouseDown = ProgressBar1MouseDown
OnMouseMove = ProgressBar2MouseMove
OnMouseUp = ProgressBar1MouseUp
end
object SoundBar: TProgressBar
Left = 8
Top = 424
Width = 529
Height = 9
Anchors = [akLeft, akBottom]
Min = 0
Max = 100
Smooth = True
Step = 1
TabOrder = 11
end
object Races: TComboBox
Left = 544
Top = 8
Width = 105
Height = 21
Style = csDropDownList
Anchors = [akTop, akRight]
ItemHeight = 13
TabOrder = 12
end
object OpenDialog1: TOpenDialog
DefaultExt = 'ADK'
Filter = 'Carte ADK|*.ADK'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Left = 592
Top = 272
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 32
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -