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
Text File  |  2004-02-25  |  4KB  |  176 lines

  1. object formAdvanced: TformAdvanced
  2.   Left = 395
  3.   Top = 309
  4.   BorderStyle = bsDialog
  5.   Caption = 'Advanced Options'
  6.   ClientHeight = 217
  7.   ClientWidth = 367
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object rgAudio: TRadioGroup
  20.     Left = 192
  21.     Top = 8
  22.     Width = 169
  23.     Height = 129
  24.     Caption = ' Audio: '
  25.     ItemIndex = 0
  26.     Items.Strings = (
  27.       'Auto (AC3/VBR MP3)'
  28.       'AC3'
  29.       'VBR MP3, kbps:'
  30.       'CBR MP3, kbps:')
  31.     TabOrder = 5
  32.     OnClick = rgAudioClick
  33.   end
  34.   object btOK: TButton
  35.     Left = 147
  36.     Top = 190
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 0
  43.   end
  44.   object rgResolution: TRadioGroup
  45.     Left = 8
  46.     Top = 8
  47.     Width = 169
  48.     Height = 73
  49.     Caption = ' Resolution settings: '
  50.     ItemIndex = 0
  51.     Items.Strings = (
  52.       'Auto width'
  53.       'Minimum width'
  54.       'Fixed width')
  55.     TabOrder = 1
  56.     OnClick = rgResolutionClick
  57.   end
  58.   object edWidth: TEdit
  59.     Left = 120
  60.     Top = 50
  61.     Width = 33
  62.     Height = 18
  63.     BevelKind = bkFlat
  64.     BorderStyle = bsNone
  65.     ReadOnly = True
  66.     TabOrder = 2
  67.     Text = '640'
  68.   end
  69.   object udWidth: TUpDown
  70.     Left = 153
  71.     Top = 50
  72.     Width = 12
  73.     Height = 18
  74.     Associate = edWidth
  75.     Min = 32
  76.     Max = 720
  77.     Increment = 32
  78.     Position = 640
  79.     TabOrder = 3
  80.   end
  81.   object rgCodec: TRadioGroup
  82.     Left = 8
  83.     Top = 88
  84.     Width = 169
  85.     Height = 49
  86.     Caption = ' Codec: '
  87.     Columns = 2
  88.     Items.Strings = (
  89.       'XviD'
  90.       'DivX 5')
  91.     TabOrder = 4
  92.     OnClick = rgCodecClick
  93.   end
  94.   object spinBitrate: TJvSpinEdit
  95.     Left = 310
  96.     Top = 92
  97.     Width = 49
  98.     Height = 21
  99.     ButtonKind = bkStandard
  100.     Decimal = 0
  101.     EditorEnabled = False
  102.     Increment = 16.000000000000000000
  103.     MaxValue = 320.000000000000000000
  104.     MinValue = 64.000000000000000000
  105.     Value = 128.000000000000000000
  106.     AutoSize = False
  107.     BorderStyle = bsNone
  108.     Enabled = False
  109.     TabOrder = 6
  110.     BevelKind = bkFlat
  111.   end
  112.   object gbCodec: TGroupBox
  113.     Left = 8
  114.     Top = 88
  115.     Width = 169
  116.     Height = 49
  117.     Caption = ' Codec used: '
  118.     TabOrder = 7
  119.     object Label1: TLabel
  120.       Left = 64
  121.       Top = 16
  122.       Width = 40
  123.       Height = 24
  124.       Caption = 'XviD'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clWindowText
  127.       Font.Height = -19
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentFont = False
  131.     end
  132.   end
  133.   object gbSubs: TGroupBox
  134.     Left = 8
  135.     Top = 144
  136.     Width = 353
  137.     Height = 41
  138.     Caption = ' Subtitle options: '
  139.     TabOrder = 8
  140.     object cbForcedSubs: TCheckBox
  141.       Left = 8
  142.       Top = 16
  143.       Width = 161
  144.       Height = 17
  145.       Caption = 'Display only forced subtitles'
  146.       TabOrder = 0
  147.       OnClick = cbForcedSubsClick
  148.     end
  149.     object cbExternalSubs: TCheckBox
  150.       Left = 192
  151.       Top = 16
  152.       Width = 145
  153.       Height = 17
  154.       Caption = 'Use external subtitles'
  155.       TabOrder = 1
  156.       OnClick = cbExternalSubsClick
  157.     end
  158.   end
  159.   object JvRegAuto1: TJvRegAuto
  160.     RegPath = 'Software\\AutoGK'
  161.     Storage = raIniFile
  162.     IniFile = 'AutoGK.ini'
  163.     Props.Strings = (
  164.       'cbExternalSubs.Checked'
  165.       'cbForcedSubs.Checked'
  166.       'edWidth.Text'
  167.       'rgAudio.ItemIndex'
  168.       'rgCodec.ItemIndex'
  169.       'rgResolution.ItemIndex'
  170.       'spinBitrate.Value'
  171.       'udWidth.Position')
  172.     Left = 336
  173.     Top = 8
  174.   end
  175. end
  176.