📄 unit5.dfm
字号:
object BusTimingSet: TBusTimingSet
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'BUS Timing Set'
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 TimeHigh: TGroupBox
Left = 64
Top = 8
Width = 57
Height = 297
Caption = 'Thigh'
TabOrder = 0
object TrackTimeHigh: TTrackBar
Left = 8
Top = 16
Width = 41
Height = 275
Max = 100
Orientation = trVertical
Frequency = 5
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
end
end
object TimeLow: TGroupBox
Left = 120
Top = 8
Width = 57
Height = 297
Caption = 'Tlow'
TabOrder = 1
object TrackTimeLow: TTrackBar
Left = 8
Top = 16
Width = 41
Height = 275
Max = 100
Orientation = trVertical
Frequency = 5
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
end
end
object TimeUp: TGroupBox
Left = 8
Top = 8
Width = 57
Height = 297
Caption = 'Tup'
TabOrder = 2
object TrackTimeUp: TTrackBar
Left = 8
Top = 16
Width = 40
Height = 275
Max = 100
Orientation = trVertical
Frequency = 5
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
end
end
object TimeDown: TGroupBox
Left = 176
Top = 8
Width = 57
Height = 297
Caption = 'Tdown'
TabOrder = 3
object TrackTimeDown: TTrackBar
Left = 8
Top = 16
Width = 41
Height = 275
Max = 100
Orientation = trVertical
Frequency = 5
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
end
end
object IDCOK: TButton
Left = 456
Top = 120
Width = 57
Height = 25
Caption = 'OK'
TabOrder = 4
end
object IDCCANCEL: TButton
Left = 456
Top = 152
Width = 57
Height = 25
Caption = 'Cancel'
TabOrder = 5
end
object GroupBox1: TGroupBox
Left = 232
Top = 8
Width = 89
Height = 233
Caption = 'SCL Frequency'
TabOrder = 6
object TrackFrequency: TTrackBar
Left = 16
Top = 24
Width = 41
Height = 200
Max = 800
Min = 100
Orientation = trVertical
Frequency = 50
Position = 100
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -