home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / audio-video / Vdown / Vdownloader03alfa.exe / VDownloader.exe / 0 / RCDATA / TOPTIONSDLG / TOPTIONSDLG.txt
Text File  |  2006-08-28  |  6KB  |  269 lines

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 381
  3.   Top = 248
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 278
  7.   ClientWidth = 359
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 275
  17.     Top = 245
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.     OnClick = OKBtnClick
  25.   end
  26.   object JvPageControl1: TJvPageControl
  27.     Left = 0
  28.     Top = 0
  29.     Width = 359
  30.     Height = 238
  31.     ActivePage = TabSheet1
  32.     Align = alTop
  33.     TabOrder = 1
  34.     object TabSheet1: TTabSheet
  35.       Caption = 'Output format'
  36.       object GroupBox1: TGroupBox
  37.         Left = 10
  38.         Top = 72
  39.         Width = 336
  40.         Height = 58
  41.         Caption = '  Video Size  '
  42.         TabOrder = 0
  43.         object Label1: TLabel
  44.           Left = 18
  45.           Top = 27
  46.           Width = 31
  47.           Height = 13
  48.           Caption = 'Width:'
  49.         end
  50.         object Label2: TLabel
  51.           Left = 135
  52.           Top = 27
  53.           Width = 34
  54.           Height = 13
  55.           Caption = 'Height:'
  56.         end
  57.         object width: TmxFlatSpinEdit
  58.           Left = 54
  59.           Top = 22
  60.           Width = 60
  61.           Height = 22
  62.           Activate = True
  63.           BorderColor = clBtnShadow
  64.           Flat = True
  65.           ShowBorder = True
  66.           Increment = 1.000000000000000000
  67.           Version = '1.26'
  68.           MaxValue = 1280.000000000000000000
  69.           Value = 320.000000000000000000
  70.           TabOrder = 0
  71.           Text = '320'
  72.         end
  73.         object height: TmxFlatSpinEdit
  74.           Left = 180
  75.           Top = 22
  76.           Width = 60
  77.           Height = 22
  78.           Activate = True
  79.           BorderColor = clBtnShadow
  80.           Flat = True
  81.           ShowBorder = True
  82.           Increment = 1.000000000000000000
  83.           Version = '1.26'
  84.           MaxValue = 1280.000000000000000000
  85.           Value = 240.000000000000000000
  86.           TabOrder = 1
  87.           Text = '240'
  88.         end
  89.       end
  90.       object GroupBox2: TGroupBox
  91.         Left = 10
  92.         Top = 134
  93.         Width = 336
  94.         Height = 67
  95.         Caption = 'Audio'
  96.         TabOrder = 1
  97.         object Label3: TLabel
  98.           Left = 12
  99.           Top = 30
  100.           Width = 33
  101.           Height = 13
  102.           Caption = 'Bitrate:'
  103.         end
  104.         object audioBitrate: TmxFlatComboBox
  105.           Left = 51
  106.           Top = 27
  107.           Width = 60
  108.           Height = 21
  109.           Activate = True
  110.           BorderColor = clBtnShadow
  111.           Flat = True
  112.           ShowBorder = True
  113.           Version = '1.26'
  114.           ItemHeight = 13
  115.           TabOrder = 0
  116.           Text = '96'
  117.           Items.Strings = (
  118.             '32'
  119.             '64'
  120.             '96'
  121.             '128'
  122.             '160'
  123.             '192'
  124.             '224'
  125.             '256')
  126.           ItemIndex = 2
  127.         end
  128.       end
  129.       object GroupBox3: TGroupBox
  130.         Left = 9
  131.         Top = 12
  132.         Width = 337
  133.         Height = 58
  134.         Caption = 'Video Format'
  135.         TabOrder = 2
  136.         object RadioButton1: TRadioButton
  137.           Left = 15
  138.           Top = 25
  139.           Width = 46
  140.           Height = 17
  141.           Caption = 'AVI'
  142.           Checked = True
  143.           TabOrder = 0
  144.           TabStop = True
  145.           OnClick = RadioButton1Click
  146.         end
  147.         object RadioButton2: TRadioButton
  148.           Left = 69
  149.           Top = 24
  150.           Width = 55
  151.           Height = 17
  152.           Caption = 'MPEG'
  153.           TabOrder = 1
  154.           OnClick = RadioButton2Click
  155.         end
  156.         object RadioButton3: TRadioButton
  157.           Left = 135
  158.           Top = 24
  159.           Width = 58
  160.           Height = 17
  161.           Caption = 'PSP'
  162.           TabOrder = 2
  163.           OnClick = RadioButton3Click
  164.         end
  165.       end
  166.     end
  167.     object TabSheet2: TTabSheet
  168.       Caption = 'Connection Settings'
  169.       ImageIndex = 1
  170.       object GroupBox4: TGroupBox
  171.         Left = 9
  172.         Top = 12
  173.         Width = 337
  174.         Height = 189
  175.         Caption = 'Proxy Settings'
  176.         TabOrder = 0
  177.         object Label4: TLabel
  178.           Left = 18
  179.           Top = 24
  180.           Width = 61
  181.           Height = 13
  182.           Caption = 'HTTP Proxy:'
  183.         end
  184.         object Label5: TLabel
  185.           Left = 225
  186.           Top = 24
  187.           Width = 22
  188.           Height = 13
  189.           Caption = 'Port:'
  190.         end
  191.         object Label6: TLabel
  192.           Left = 18
  193.           Top = 96
  194.           Width = 25
  195.           Height = 13
  196.           Caption = 'User:'
  197.         end
  198.         object Label7: TLabel
  199.           Left = 18
  200.           Top = 123
  201.           Width = 49
  202.           Height = 13
  203.           Caption = 'Password:'
  204.         end
  205.         object txtPort: TmxFlatEdit
  206.           Left = 255
  207.           Top = 20
  208.           Width = 64
  209.           Height = 21
  210.           Activate = True
  211.           BorderColor = clBtnShadow
  212.           Flat = True
  213.           ShowBorder = True
  214.           Version = '1.26'
  215.           TabOrder = 0
  216.         end
  217.         object txtuser: TmxFlatEdit
  218.           Left = 90
  219.           Top = 92
  220.           Width = 121
  221.           Height = 21
  222.           Activate = True
  223.           BorderColor = clBtnShadow
  224.           Flat = True
  225.           ShowBorder = True
  226.           Version = '1.26'
  227.           TabOrder = 1
  228.         end
  229.         object txtpassword: TmxFlatEdit
  230.           Left = 90
  231.           Top = 119
  232.           Width = 121
  233.           Height = 21
  234.           Activate = True
  235.           BorderColor = clBtnShadow
  236.           Flat = True
  237.           ShowBorder = True
  238.           Version = '1.26'
  239.           TabOrder = 2
  240.         end
  241.         object txtserver: TmxFlatEdit
  242.           Left = 90
  243.           Top = 20
  244.           Width = 121
  245.           Height = 21
  246.           Activate = True
  247.           BorderColor = clBtnShadow
  248.           Flat = True
  249.           ShowBorder = True
  250.           Version = '1.26'
  251.           TabOrder = 3
  252.         end
  253.         object mxFlatCheckBox1: TmxFlatCheckBox
  254.           Left = 18
  255.           Top = 63
  256.           Width = 97
  257.           Height = 17
  258.           Caption = 'Authentication'
  259.           TabOrder = 4
  260.           OnClick = mxFlatCheckBox1Click
  261.           ButtonStyle = False
  262.           Flat = True
  263.           Version = '1.26'
  264.         end
  265.       end
  266.     end
  267.   end
  268. end
  269.