📄 optdlg.dfm
字号:
object OptionDlg: TOptionDlg
Left = 304
Top = 160
Width = 455
Height = 384
BorderIcons = [biSystemMenu]
Caption = 'Options'
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 Compressor: TGroupBox
Left = 8
Top = 8
Width = 425
Height = 97
Caption = 'Compressor'
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 64
Width = 35
Height = 13
Caption = 'Quality:'
end
object LabelQuality: TLabel
Left = 147
Top = 80
Width = 45
Height = 13
AutoSize = False
end
object ComboBoxCompressor: TComboBox
Left = 16
Top = 24
Width = 281
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnSelect = ComboBoxCompressorSelect
end
object ButtonAbout: TButton
Left = 336
Top = 16
Width = 75
Height = 25
Caption = 'About'
TabOrder = 1
OnClick = ButtonAboutClick
end
object TrackBarQuality: TTrackBar
Left = 80
Top = 56
Width = 177
Height = 25
Max = 100
Position = 50
TabOrder = 2
TickStyle = tsNone
OnChange = TrackBarQualityChange
end
object ButtonConfig: TButton
Left = 336
Top = 43
Width = 75
Height = 25
Caption = 'Configure'
TabOrder = 3
OnClick = ButtonConfigClick
end
end
object GroupBox1: TGroupBox
Left = 8
Top = 112
Width = 425
Height = 113
Caption = 'Recording parameters'
TabOrder = 1
object Label3: TLabel
Left = 216
Top = 88
Width = 31
Height = 13
Caption = 'frames'
end
object Label2: TLabel
Left = 16
Top = 88
Width = 99
Height = 13
Caption = 'Set key frames every'
end
object Label4: TLabel
Left = 344
Top = 24
Width = 68
Height = 13
Caption = '1 min. / Frame'
end
object Label6: TLabel
Left = 24
Top = 24
Width = 62
Height = 13
Caption = '1 ms / Frame'
end
object labelmspFrecord: TLabel
Left = 187
Top = 24
Width = 53
Height = 13
AutoSize = False
end
object EditKeyFrames: TEdit
Left = 136
Top = 83
Width = 65
Height = 21
TabOrder = 0
end
object TrackBarRecord: TTrackBar
Left = 16
Top = 40
Width = 401
Height = 22
Max = 1000
Min = 1
Position = 50
TabOrder = 1
TickStyle = tsNone
OnChange = TrackBarPlaybackChange
end
end
object Button2: TButton
Left = 120
Top = 320
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object Button3: TButton
Left = 232
Top = 320
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object GroupBox2: TGroupBox
Left = 8
Top = 232
Width = 425
Height = 73
Caption = 'Playback framerate'
TabOrder = 4
object Label5: TLabel
Left = 24
Top = 16
Width = 23
Height = 13
Caption = '1 fps'
end
object Label7: TLabel
Left = 384
Top = 16
Width = 29
Height = 13
Caption = '50 fps'
end
object labelFPSPlayback: TLabel
Left = 192
Top = 16
Width = 40
Height = 13
AutoSize = False
end
object TrackBarPlayback: TTrackBar
Left = 16
Top = 32
Width = 401
Height = 22
Max = 1000
Min = 1
Position = 50
TabOrder = 0
TickStyle = tsNone
OnChange = TrackBarPlaybackChange
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -