?? uspeed.dfm
字號:
object LevelForm: TLevelForm
Left = 354
Top = 219
BorderIcons = []
BorderStyle = bsSingle
Caption = '選關(guān)'
ClientHeight = 139
ClientWidth = 237
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 221
Height = 82
Caption = ' 等級: 1 '
TabOrder = 0
object TrackBar1: TTrackBar
Left = 24
Top = 24
Width = 177
Height = 33
Cursor = crSizeWE
Min = 1
Orientation = trHorizontal
PageSize = 1
Frequency = 1
Position = 1
SelEnd = 0
SelStart = 0
TabOrder = 0
TabStop = False
ThumbLength = 15
TickMarks = tmTopLeft
TickStyle = tsAuto
OnChange = TrackBar1Change
end
end
object ButtonOk: TButton
Left = 37
Top = 104
Width = 75
Height = 25
Caption = '確定'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = ButtonOkClick
end
object ButtonCancel: TButton
Left = 125
Top = 104
Width = 75
Height = 25
Caption = '取消'
ModalResult = 2
TabOrder = 2
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -