home *** CD-ROM | disk | FTP | other *** search
- object fBeSure: TfBeSure
- Left = 339
- Top = 167
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'BeSure v1.2'
- ClientHeight = 209
- ClientWidth = 424
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 45
- Height = 13
- Caption = 'Input files'
- end
- object Button1: TButton
- Left = 344
- Top = 4
- Width = 75
- Height = 25
- Caption = 'Go'
- Enabled = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 224
- Width = 424
- Height = 289
- TabOrder = 1
- Visible = False
- object BitBtn1: TBitBtn
- Left = 8
- Top = 257
- Width = 73
- Height = 25
- Anchors = [akLeft, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 88
- Top = 257
- Width = 73
- Height = 25
- Anchors = [akLeft, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object BitBtn3: TBitBtn
- Left = 345
- Top = 8
- Width = 73
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BitBtn3Click
- end
- object BitBtn4: TBitBtn
- Left = 345
- Top = 36
- Width = 73
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Delete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BitBtn4Click
- end
- object BitBtn5: TBitBtn
- Left = 345
- Top = 100
- Width = 73
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Move up'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = BitBtn5Click
- end
- object BitBtn6: TBitBtn
- Left = 345
- Top = 68
- Width = 73
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Sort'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = BitBtn6Click
- end
- object BitBtn7: TBitBtn
- Left = 345
- Top = 128
- Width = 73
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Move down'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = BitBtn7Click
- end
- object lbInputFiles: TTextListBox
- Left = 8
- Top = 8
- Width = 329
- Height = 181
- ItemHeight = 13
- TabOrder = 7
- OnClick = lbInputFilesClick
- end
- object cbStreams: TGroupBox
- Left = 8
- Top = 192
- Width = 329
- Height = 61
- Caption = 'Audio Streams'
- Enabled = False
- TabOrder = 8
- object cb80: TCheckBox
- Left = 8
- Top = 16
- Width = 49
- Height = 17
- Caption = '0x80'
- Enabled = False
- TabOrder = 0
- OnClick = cb80Click
- end
- object cb81: TCheckBox
- Tag = 1
- Left = 96
- Top = 16
- Width = 49
- Height = 17
- Caption = '0x81'
- Enabled = False
- TabOrder = 1
- OnClick = cb80Click
- end
- object cb82: TCheckBox
- Tag = 2
- Left = 188
- Top = 16
- Width = 49
- Height = 17
- Caption = '0x82'
- Enabled = False
- TabOrder = 2
- OnClick = cb80Click
- end
- object cb83: TCheckBox
- Tag = 3
- Left = 280
- Top = 16
- Width = 47
- Height = 17
- Caption = '0x83'
- Enabled = False
- TabOrder = 3
- OnClick = cb80Click
- end
- object cb84: TCheckBox
- Tag = 4
- Left = 8
- Top = 36
- Width = 49
- Height = 17
- Caption = '0x84'
- Enabled = False
- TabOrder = 4
- OnClick = cb80Click
- end
- object cb85: TCheckBox
- Tag = 5
- Left = 96
- Top = 36
- Width = 49
- Height = 17
- Caption = '0x85'
- Enabled = False
- TabOrder = 5
- OnClick = cb80Click
- end
- object cb86: TCheckBox
- Tag = 6
- Left = 188
- Top = 36
- Width = 49
- Height = 17
- Caption = '0x86'
- Enabled = False
- TabOrder = 6
- OnClick = cb80Click
- end
- object cb87: TCheckBox
- Tag = 7
- Left = 280
- Top = 36
- Width = 47
- Height = 17
- Caption = '0x87'
- Enabled = False
- TabOrder = 7
- OnClick = cb80Click
- end
- end
- end
- object dxPopupEdit1: TdxPopupEdit
- Left = 64
- Top = 4
- Width = 273
- TabOrder = 2
- Text = '0 files selected'
- HideEditCursor = True
- PopupControl = Panel1
- OnCloseUp = dxPopupEdit1CloseUp
- OnInitPopup = dxPopupEdit1InitPopup
- end
- object PageControl1: TPageControl
- Left = 8
- Top = 32
- Width = 409
- Height = 173
- ActivePage = tsSettings
- TabOrder = 3
- object tsFiles: TTabSheet
- Caption = 'Files and folders'
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 43
- Height = 13
- Caption = 'BeSweet'
- end
- object Label3: TLabel
- Left = 8
- Top = 32
- Width = 103
- Height = 13
- Caption = 'SurCode CD Pro DTS'
- end
- object Label4: TLabel
- Left = 8
- Top = 56
- Width = 105
- Height = 13
- Caption = 'BeSweet Temp Folder'
- end
- object Label5: TLabel
- Left = 8
- Top = 80
- Width = 89
- Height = 13
- Caption = 'Final Output Folder'
- end
- object feBeSweet: TFilenameEdit
- Left = 136
- Top = 4
- Width = 257
- Height = 21
- NumGlyphs = 1
- TabOrder = 0
- Text = 'D:\Multimedia\BeSweet\BeSweet.exe'
- end
- object feSurCode: TFilenameEdit
- Left = 136
- Top = 28
- Width = 257
- Height = 21
- Filter =
- 'Surcode Executable (surcodedts.exe)|surcodedts.exe|All files (*.' +
- '*)|*.*'
- NumGlyphs = 1
- TabOrder = 1
- Text = '"D:\Multimedia\SurCode CD Pro DTS\surcodedts.exe"'
- end
- object deBeSweetOutputFolder: TDirectoryEdit
- Left = 136
- Top = 52
- Width = 257
- Height = 21
- DialogOptions = [sdAllowCreate, sdPerformCreate]
- NumGlyphs = 1
- TabOrder = 2
- end
- object deSurcodeOutputFolder: TDirectoryEdit
- Left = 136
- Top = 76
- Width = 257
- Height = 21
- DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
- NumGlyphs = 1
- TabOrder = 3
- end
- object feLogfile: TFilenameEdit
- Left = 136
- Top = 100
- Width = 257
- Height = 21
- NumGlyphs = 1
- TabOrder = 4
- end
- object cbUseLogfile: TCheckBox
- Left = 8
- Top = 104
- Width = 97
- Height = 17
- Caption = 'Logfile'
- TabOrder = 5
- OnClick = cbUseLogfileClick
- end
- end
- object tsSettings: TTabSheet
- Caption = 'Besweet Settings'
- ImageIndex = 1
- object Label6: TLabel
- Left = 8
- Top = 52
- Width = 21
- Height = 13
- Caption = '-ota('
- end
- object Label7: TLabel
- Left = 8
- Top = 76
- Width = 25
- Height = 13
- Caption = '-azid('
- end
- object Label8: TLabel
- Left = 8
- Top = 100
- Width = 25
- Height = 13
- Caption = '-ssrc('
- end
- object Label9: TLabel
- Left = 8
- Top = 124
- Width = 32
- Height = 13
- Caption = '-boost('
- end
- object Label11: TLabel
- Left = 392
- Top = 52
- Width = 3
- Height = 13
- Caption = ')'
- end
- object Label12: TLabel
- Left = 392
- Top = 76
- Width = 3
- Height = 13
- Caption = ')'
- end
- object Label13: TLabel
- Left = 392
- Top = 100
- Width = 3
- Height = 13
- Caption = ')'
- end
- object Label14: TLabel
- Left = 392
- Top = 124
- Width = 3
- Height = 13
- Caption = ')'
- end
- object Label17: TLabel
- Left = 48
- Top = 32
- Width = 161
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Additional options'
- end
- object Label18: TLabel
- Left = 216
- Top = 32
- Width = 169
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Fixed options'
- end
- object cbUseGMax: TCheckBox
- Left = 8
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Normalize'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = cbUseGMaxClick
- end
- object eBoost: TEdit
- Left = 48
- Top = 120
- Width = 337
- Height = 21
- TabOrder = 8
- end
- object eSSRC: TEdit
- Left = 48
- Top = 96
- Width = 161
- Height = 21
- TabOrder = 7
- end
- object eAzid: TEdit
- Left = 48
- Top = 72
- Width = 161
- Height = 21
- TabOrder = 6
- end
- object eOta: TEdit
- Left = 48
- Top = 48
- Width = 337
- Height = 21
- TabOrder = 5
- end
- object rbDTSCD: TRadioButton
- Left = 80
- Top = 8
- Width = 73
- Height = 17
- Caption = 'DTS-CD'
- TabOrder = 1
- end
- object rbCDDA: TRadioButton
- Left = 216
- Top = 8
- Width = 65
- Height = 17
- Caption = 'CDDA'
- TabOrder = 3
- end
- object eOtaFixed: TEdit
- Left = 216
- Top = 72
- Width = 169
- Height = 21
- Color = clScrollBar
- ReadOnly = True
- TabOrder = 9
- end
- object cbShutdown: TCheckBox
- Left = 272
- Top = 8
- Width = 121
- Height = 17
- Caption = 'Shutdown afterwards'
- TabOrder = 4
- end
- object eSSRCFixed: TEdit
- Left = 216
- Top = 96
- Width = 169
- Height = 21
- Color = clScrollBar
- ReadOnly = True
- TabOrder = 10
- Text = '--rate 44100'
- end
- object rbAC3CD: TRadioButton
- Left = 150
- Top = 8
- Width = 65
- Height = 17
- Caption = 'AC3-CD'
- TabOrder = 2
- end
- end
- end
- object odVobFiles: TOpenDialog
- DefaultExt = '*.vob'
- Filter = 'Sound Files (*.vob; *.ac3)|*.vob;*.ac3|All Files (*.*)|*.*'
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofExtensionDifferent, ofEnableSizing]
- Title = 'Open source files'
- Left = 256
- Top = 120
- end
- end
-