📄 unit1.dfm
字号:
object VODForm: TVODForm
Left = 238
Top = 65
BorderStyle = bsDialog
Caption = 'VOD'#21452#23631#25511#20214'2008'
ClientHeight = 495
ClientWidth = 417
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label2: TLabel
Left = 12
Top = 246
Width = 36
Height = 12
Caption = 'Volume'
end
object Label3: TLabel
Left = 12
Top = 287
Width = 60
Height = 12
Caption = 'Brightness'
end
object Label4: TLabel
Left = 12
Top = 327
Width = 60
Height = 12
Caption = 'Saturation'
end
object Label5: TLabel
Left = 12
Top = 369
Width = 48
Height = 12
Caption = 'Contrast'
end
object Label1: TLabel
Left = 12
Top = 417
Width = 24
Height = 12
Caption = #36827#24230
end
object Label6: TLabel
Left = 13
Top = 455
Width = 108
Height = 12
Caption = #21152#23494#27468#26354#25773#25918#23494#30721#65306
end
object Button1: TButton
Left = 16
Top = 214
Width = 53
Height = 23
Caption = 'Open'
TabOrder = 0
OnClick = Button1Click
end
object Panel1: TPanel
Left = 16
Top = 13
Width = 313
Height = 185
Caption = #31532#19968#27425#36816#34892#65292#35831#36816#34892'Codecs'#30446#24405#19979#30340'RegFilter.bat'#25991#20214
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Button2: TButton
Left = 78
Top = 213
Width = 45
Height = 26
Caption = 'Play'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 129
Top = 213
Width = 45
Height = 26
Caption = 'Pause'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 180
Top = 213
Width = 45
Height = 26
Caption = 'Stop'
TabOrder = 4
OnClick = Button4Click
end
object Button5: TButton
Left = 232
Top = 213
Width = 45
Height = 26
Caption = 'Close'
TabOrder = 5
OnClick = Button5Click
end
object RadioGroup1: TRadioGroup
Left = 336
Top = 13
Width = 73
Height = 185
Caption = #36712#36947
ItemIndex = 0
Items.Strings = (
'1'
'2'
'3'
'4'
'5')
TabOrder = 6
OnClick = RadioGroup1Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 476
Width = 417
Height = 19
Panels = <
item
Alignment = taCenter
Bevel = pbRaised
Text = #38271#24230
Width = 50
end
item
Alignment = taCenter
Text = '00:00:00'
Width = 65
end
item
Alignment = taCenter
Bevel = pbRaised
Text = #26102#38388
Width = 50
end
item
Alignment = taCenter
Text = '00:00:00'
Width = 65
end
item
Alignment = taCenter
Bevel = pbRaised
Text = #29366#24577
Width = 50
end
item
Alignment = taCenter
Width = 50
end
item
Alignment = taCenter
Bevel = pbRaised
Text = #38899#36712#25968
Width = 50
end
item
Alignment = taCenter
Text = '0'
Width = 50
end>
SimplePanel = False
end
object TrackBar1: TTrackBar
Left = 19
Top = 264
Width = 388
Height = 25
Max = 100
Orientation = trHorizontal
Frequency = 1
Position = 100
SelEnd = 0
SelStart = 0
TabOrder = 8
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = TrackBar1Change
end
object TrackBar2: TTrackBar
Left = 19
Top = 303
Width = 388
Height = 25
Max = 1000
Orientation = trHorizontal
Frequency = 1
Position = 500
SelEnd = 0
SelStart = 0
TabOrder = 9
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = TrackBar2Change
end
object TrackBar3: TTrackBar
Left = 19
Top = 343
Width = 388
Height = 25
Max = 1000
Orientation = trHorizontal
Frequency = 1
Position = 500
SelEnd = 0
SelStart = 0
TabOrder = 10
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = TrackBar2Change
end
object TrackBar4: TTrackBar
Left = 19
Top = 382
Width = 388
Height = 25
Max = 1000
Orientation = trHorizontal
Frequency = 1
Position = 500
SelEnd = 0
SelStart = 0
TabOrder = 11
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = TrackBar2Change
end
object CheckBox1: TCheckBox
Left = 288
Top = 218
Width = 48
Height = 17
Caption = #30417#35270
Checked = True
State = cbChecked
TabOrder = 12
OnClick = CheckBox1Click
end
object TB_Pos: TTrackBarEx
Left = 43
Top = 412
Width = 364
Height = 26
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 13
TickMarks = tmBottomRight
TickStyle = tsNone
OnMouseDown = TB_PosMouseDown
OnMouseUp = TB_PosMouseUp
zyTag = 0
end
object EditPass: TEdit
Left = 128
Top = 450
Width = 179
Height = 23
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #40657#20307
Font.Style = [fsBold]
ParentFont = False
PasswordChar = '*'
TabOrder = 14
end
object OpenDialog1: TOpenDialog
Filter = #25903#25345#30340#35270#39057#26684#24335'|*.mpg;*.vob;*.avi;*.div'
Left = 240
Top = 141
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 208
Top = 141
end
object OpenDialog2: TOpenDialog
Filter = #38899#39057#25991#20214'|*.wav'
Left = 264
Top = 245
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -