📄 inputset.dfm
字号:
object frmInputSet: TfrmInputSet
Left = 157
Top = 195
Width = 338
Height = 214
BorderStyle = bsSizeToolWin
Caption = 'Input Set'
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 grp1: TGroupBox
Left = 8
Top = 8
Width = 313
Height = 137
Caption = 'Joy1'
TabOrder = 0
object btn1Up: TSpeedButton
Left = 48
Top = 32
Width = 33
Height = 22
Caption = 'Up'
Flat = True
OnClick = btn1UpClick
end
object btn1Down: TSpeedButton
Left = 48
Top = 96
Width = 41
Height = 22
Caption = 'Down'
Flat = True
OnClick = btn1DownClick
end
object btn1Left: TSpeedButton
Left = 8
Top = 64
Width = 33
Height = 22
Caption = 'Left'
Flat = True
OnClick = btn1LeftClick
end
object btn1Right: TSpeedButton
Left = 96
Top = 64
Width = 33
Height = 22
Caption = 'Right'
Flat = True
OnClick = btn1RightClick
end
object btn1Select: TSpeedButton
Left = 136
Top = 64
Width = 41
Height = 22
Caption = 'Select'
Flat = True
OnClick = btn1SelectClick
end
object btn1Start: TSpeedButton
Left = 184
Top = 64
Width = 41
Height = 22
Caption = 'Start'
Flat = True
OnClick = btn1StartClick
end
object btn1A: TSpeedButton
Left = 240
Top = 64
Width = 23
Height = 22
Caption = 'A'
Flat = True
OnClick = btn1AClick
end
object btn1B: TSpeedButton
Left = 272
Top = 64
Width = 23
Height = 22
Caption = 'B'
Flat = True
OnClick = btn1BClick
end
object lbl1Up: TLabel
Left = 56
Top = 56
Width = 30
Height = 13
Caption = 'lbl1Up'
end
object lbl1Left: TLabel
Left = 16
Top = 88
Width = 34
Height = 13
Caption = 'lbl1Left'
end
object lbl1Right: TLabel
Left = 104
Top = 88
Width = 41
Height = 13
Caption = 'lbl1Right'
end
object lbl1Down: TLabel
Left = 64
Top = 120
Width = 44
Height = 13
Caption = 'lbl1Down'
end
object lbl1Select: TLabel
Left = 152
Top = 88
Width = 46
Height = 13
Caption = 'lbl1Select'
end
object lbl1Start: TLabel
Left = 200
Top = 88
Width = 38
Height = 13
Caption = 'lbl1Start'
end
object lbl1A: TLabel
Left = 248
Top = 88
Width = 23
Height = 13
Caption = 'lbl1A'
end
object lbl1B: TLabel
Left = 280
Top = 88
Width = 23
Height = 13
Caption = 'lbl1B'
end
end
object btnOk: TButton
Left = 248
Top = 152
Width = 75
Height = 25
Caption = 'Ok'
TabOrder = 1
TabStop = False
OnClick = btnOkClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -