home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Multimedia
/
autogknot
/
AutoGordianKnot.1.0.Setup.exe
/
AutoGK.exe
/
0
/
RCDATA
/
TFORMADVANCED
/
TFORMADVANCED.txt
Wrap
Text File
|
2004-02-25
|
4KB
|
176 lines
object formAdvanced: TformAdvanced
Left = 395
Top = 309
BorderStyle = bsDialog
Caption = 'Advanced Options'
ClientHeight = 217
ClientWidth = 367
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object rgAudio: TRadioGroup
Left = 192
Top = 8
Width = 169
Height = 129
Caption = ' Audio: '
ItemIndex = 0
Items.Strings = (
'Auto (AC3/VBR MP3)'
'AC3'
'VBR MP3, kbps:'
'CBR MP3, kbps:')
TabOrder = 5
OnClick = rgAudioClick
end
object btOK: TButton
Left = 147
Top = 190
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object rgResolution: TRadioGroup
Left = 8
Top = 8
Width = 169
Height = 73
Caption = ' Resolution settings: '
ItemIndex = 0
Items.Strings = (
'Auto width'
'Minimum width'
'Fixed width')
TabOrder = 1
OnClick = rgResolutionClick
end
object edWidth: TEdit
Left = 120
Top = 50
Width = 33
Height = 18
BevelKind = bkFlat
BorderStyle = bsNone
ReadOnly = True
TabOrder = 2
Text = '640'
end
object udWidth: TUpDown
Left = 153
Top = 50
Width = 12
Height = 18
Associate = edWidth
Min = 32
Max = 720
Increment = 32
Position = 640
TabOrder = 3
end
object rgCodec: TRadioGroup
Left = 8
Top = 88
Width = 169
Height = 49
Caption = ' Codec: '
Columns = 2
Items.Strings = (
'XviD'
'DivX 5')
TabOrder = 4
OnClick = rgCodecClick
end
object spinBitrate: TJvSpinEdit
Left = 310
Top = 92
Width = 49
Height = 21
ButtonKind = bkStandard
Decimal = 0
EditorEnabled = False
Increment = 16.000000000000000000
MaxValue = 320.000000000000000000
MinValue = 64.000000000000000000
Value = 128.000000000000000000
AutoSize = False
BorderStyle = bsNone
Enabled = False
TabOrder = 6
BevelKind = bkFlat
end
object gbCodec: TGroupBox
Left = 8
Top = 88
Width = 169
Height = 49
Caption = ' Codec used: '
TabOrder = 7
object Label1: TLabel
Left = 64
Top = 16
Width = 40
Height = 24
Caption = 'XviD'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
end
object gbSubs: TGroupBox
Left = 8
Top = 144
Width = 353
Height = 41
Caption = ' Subtitle options: '
TabOrder = 8
object cbForcedSubs: TCheckBox
Left = 8
Top = 16
Width = 161
Height = 17
Caption = 'Display only forced subtitles'
TabOrder = 0
OnClick = cbForcedSubsClick
end
object cbExternalSubs: TCheckBox
Left = 192
Top = 16
Width = 145
Height = 17
Caption = 'Use external subtitles'
TabOrder = 1
OnClick = cbExternalSubsClick
end
end
object JvRegAuto1: TJvRegAuto
RegPath = 'Software\\AutoGK'
Storage = raIniFile
IniFile = 'AutoGK.ini'
Props.Strings = (
'cbExternalSubs.Checked'
'cbForcedSubs.Checked'
'edWidth.Text'
'rgAudio.ItemIndex'
'rgCodec.ItemIndex'
'rgResolution.ItemIndex'
'spinBitrate.Value'
'udWidth.Position')
Left = 336
Top = 8
end
end