📄 level.~dfm
字号:
object Form2: TForm2
Left = 321
Top = 219
BorderIcons = [biHelp]
BorderStyle = bsSingle
Caption = '选关'
ClientHeight = 136
ClientWidth = 159
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 = 0
Top = 48
Width = 88
Height = 21
Caption = '请选关:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 16
Width = 55
Height = 21
Caption = '共6关'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = '仿宋_GB2312'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 80
Top = 48
Width = 33
Height = 21
ReadOnly = True
TabOrder = 0
Text = '1'
end
object UpDown1: TUpDown
Left = 113
Top = 48
Width = 15
Height = 21
Associate = Edit1
Min = 1
Max = 6
Position = 1
TabOrder = 1
Wrap = False
end
object Button1: TButton
Left = 48
Top = 96
Width = 65
Height = 25
Caption = '确定'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -