home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / games / tenebr / TenebraeInstall.exe / Tenebrae_launch.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2003-07-08  |  11.3 KB  |  512 lines

  1. object Form1: TForm1
  2.   Left = 374
  3.   Top = 212
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Tenebrae'
  7.   ClientHeight = 375
  8.   ClientWidth = 418
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label3: TLabel
  19.     Left = 16
  20.     Top = 11
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Profile:'
  24.   end
  25.   object BitBtn1: TBitBtn
  26.     Left = 8
  27.     Top = 336
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&Exit'
  31.     TabOrder = 0
  32.     OnClick = BitBtn1Click
  33.     Kind = bkCancel
  34.   end
  35.   object BitBtn2: TBitBtn
  36.     Left = 88
  37.     Top = 336
  38.     Width = 73
  39.     Height = 25
  40.     Caption = '&Launch'
  41.     TabOrder = 1
  42.     OnClick = BitBtn2Click
  43.     Kind = bkOK
  44.   end
  45.   object ComboBox2: TComboBox
  46.     Left = 61
  47.     Top = 8
  48.     Width = 145
  49.     Height = 21
  50.     ItemHeight = 13
  51.     TabOrder = 2
  52.     Text = 'ComboBox2'
  53.     OnChange = ComboBox2Change
  54.   end
  55.   object Button1: TButton
  56.     Left = 216
  57.     Top = 11
  58.     Width = 49
  59.     Height = 17
  60.     Caption = 'New'
  61.     TabOrder = 3
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 270
  66.     Top = 11
  67.     Width = 51
  68.     Height = 17
  69.     Caption = 'Delete'
  70.     TabOrder = 4
  71.     OnClick = Button2Click
  72.   end
  73.   object PageControl1: TPageControl
  74.     Left = 8
  75.     Top = 40
  76.     Width = 401
  77.     Height = 289
  78.     ActivePage = TabSheet1
  79.     HotTrack = True
  80.     TabOrder = 5
  81.     object TabSheet1: TTabSheet
  82.       Caption = 'System'
  83.       object Resolution: TGroupBox
  84.         Left = 8
  85.         Top = 12
  86.         Width = 377
  87.         Height = 109
  88.         Caption = 'Resolution'
  89.         TabOrder = 0
  90.         object CheckBox2: TCheckBox
  91.           Left = 16
  92.           Top = 56
  93.           Width = 97
  94.           Height = 17
  95.           Caption = 'Window'
  96.           TabOrder = 0
  97.         end
  98.         object ComboBox1: TComboBox
  99.           Left = 16
  100.           Top = 24
  101.           Width = 145
  102.           Height = 21
  103.           Style = csDropDownList
  104.           Ctl3D = True
  105.           ItemHeight = 13
  106.           ParentCtl3D = False
  107.           TabOrder = 1
  108.         end
  109.       end
  110.       object GroupBox4: TGroupBox
  111.         Left = 8
  112.         Top = 128
  113.         Width = 377
  114.         Height = 121
  115.         Caption = 'Additional command line parameters'
  116.         Color = clBtnFace
  117.         ParentColor = False
  118.         TabOrder = 1
  119.         object Edit2: TEdit
  120.           Left = 16
  121.           Top = 24
  122.           Width = 345
  123.           Height = 21
  124.           TabOrder = 0
  125.         end
  126.       end
  127.     end
  128.     object TabSheet2: TTabSheet
  129.       Caption = 'Graphics'
  130.       object GroupBox1: TGroupBox
  131.         Left = 8
  132.         Top = 4
  133.         Width = 185
  134.         Height = 133
  135.         Caption = 'Mirrors'
  136.         Color = clBtnFace
  137.         ParentColor = False
  138.         TabOrder = 0
  139.         object RadioButton1: TRadioButton
  140.           Left = 8
  141.           Top = 24
  142.           Width = 113
  143.           Height = 17
  144.           Caption = 'Disable'
  145.           TabOrder = 0
  146.         end
  147.         object RadioButton2: TRadioButton
  148.           Left = 8
  149.           Top = 48
  150.           Width = 113
  151.           Height = 17
  152.           Caption = 'World'
  153.           Checked = True
  154.           TabOrder = 1
  155.           TabStop = True
  156.         end
  157.         object RadioButton3: TRadioButton
  158.           Left = 8
  159.           Top = 72
  160.           Width = 113
  161.           Height = 17
  162.           Caption = 'Full'
  163.           TabOrder = 2
  164.         end
  165.         object CheckBox1: TCheckBox
  166.           Left = 9
  167.           Top = 104
  168.           Width = 164
  169.           Height = 17
  170.           Caption = 'Force all water reflective (slow)'
  171.           TabOrder = 3
  172.         end
  173.       end
  174.       object GroupBox5: TGroupBox
  175.         Left = 8
  176.         Top = 144
  177.         Width = 185
  178.         Height = 105
  179.         Caption = 'Other'
  180.         TabOrder = 1
  181.         object CheckBox6: TCheckBox
  182.           Left = 8
  183.           Top = 24
  184.           Width = 81
  185.           Height = 17
  186.           Caption = 'Glares (slow)'
  187.           TabOrder = 0
  188.         end
  189.         object ChkViewModel: TCheckBox
  190.           Left = 8
  191.           Top = 48
  192.           Width = 105
  193.           Height = 17
  194.           Caption = 'Draw View Model'
  195.           State = cbChecked
  196.           TabOrder = 1
  197.         end
  198.       end
  199.       object GroupBox3: TGroupBox
  200.         Left = 200
  201.         Top = 4
  202.         Width = 185
  203.         Height = 149
  204.         Caption = 'Auto Lights (original maps only)'
  205.         TabOrder = 2
  206.         object Label1: TLabel
  207.           Left = 24
  208.           Top = 28
  209.           Width = 64
  210.           Height = 13
  211.           Caption = 'Radius scale:'
  212.         end
  213.         object Edit1: TEdit
  214.           Left = 96
  215.           Top = 24
  216.           Width = 65
  217.           Height = 21
  218.           TabOrder = 0
  219.           Text = '0.4'
  220.         end
  221.         object Memo1: TMemo
  222.           Left = 8
  223.           Top = 56
  224.           Width = 169
  225.           Height = 81
  226.           Cursor = crArrow
  227.           BorderStyle = bsNone
  228.           Color = clBtnFace
  229.           Lines.Strings = (
  230.             'The amount by wich the radiusses '
  231.             'for the lights are scaled.'
  232.             'This controls the amount of the '
  233.             'original lights that are kept. '
  234.             'Zero keeps all lights, 0.4 is optimal, '
  235.             'and 1000 keeps no lights.')
  236.           TabOrder = 1
  237.         end
  238.       end
  239.       object GrbShadows: TGroupBox
  240.         Left = 200
  241.         Top = 160
  242.         Width = 185
  243.         Height = 89
  244.         Caption = 'Shadows'
  245.         TabOrder = 3
  246.         object ChkPlayerShadow: TCheckBox
  247.           Left = 8
  248.           Top = 16
  249.           Width = 89
  250.           Height = 17
  251.           Caption = 'Player Shadow'
  252.           State = cbChecked
  253.           TabOrder = 0
  254.         end
  255.         object ChkEntityShadows: TCheckBox
  256.           Left = 8
  257.           Top = 40
  258.           Width = 97
  259.           Height = 17
  260.           Caption = 'Entity Shadows'
  261.           State = cbChecked
  262.           TabOrder = 1
  263.         end
  264.         object ChkWorldShadows: TCheckBox
  265.           Left = 8
  266.           Top = 64
  267.           Width = 89
  268.           Height = 17
  269.           Caption = 'World Shadow'
  270.           State = cbChecked
  271.           TabOrder = 2
  272.         end
  273.       end
  274.     end
  275.     object TabSheet3: TTabSheet
  276.       Caption = 'Textures'
  277.       object GroupBox2: TGroupBox
  278.         Left = 8
  279.         Top = 136
  280.         Width = 185
  281.         Height = 113
  282.         Caption = 'Rescale textures'
  283.         TabOrder = 0
  284.         object RadioButton5: TRadioButton
  285.           Left = 8
  286.           Top = 48
  287.           Width = 65
  288.           Height = 17
  289.           Caption = 'Half size'
  290.           TabOrder = 0
  291.         end
  292.         object RadioButton6: TRadioButton
  293.           Left = 8
  294.           Top = 72
  295.           Width = 81
  296.           Height = 17
  297.           Caption = 'Quarter size'
  298.           TabOrder = 1
  299.         end
  300.         object RadioButton4: TRadioButton
  301.           Left = 8
  302.           Top = 24
  303.           Width = 81
  304.           Height = 17
  305.           Caption = 'Original size'
  306.           Checked = True
  307.           TabOrder = 2
  308.           TabStop = True
  309.         end
  310.       end
  311.       object Other: TGroupBox
  312.         Left = 200
  313.         Top = 8
  314.         Width = 185
  315.         Height = 241
  316.         Caption = 'Other'
  317.         TabOrder = 1
  318.         object Label5: TLabel
  319.           Left = 16
  320.           Top = 124
  321.           Width = 52
  322.           Height = 13
  323.           Caption = 'Anisotropy:'
  324.         end
  325.         object CheckBox3: TCheckBox
  326.           Left = 16
  327.           Top = 24
  328.           Width = 97
  329.           Height = 17
  330.           Caption = 'Trilinear filtering'
  331.           TabOrder = 0
  332.         end
  333.         object ChkCaustics: TCheckBox
  334.           Left = 16
  335.           Top = 56
  336.           Width = 121
  337.           Height = 17
  338.           Caption = 'Underwater Caustics'
  339.           State = cbChecked
  340.           TabOrder = 1
  341.         end
  342.         object ChkWaterShader: TCheckBox
  343.           Left = 16
  344.           Top = 88
  345.           Width = 89
  346.           Height = 17
  347.           Caption = 'Water Shader'
  348.           State = cbChecked
  349.           TabOrder = 2
  350.         end
  351.         object CmbAniso: TComboBox
  352.           Left = 72
  353.           Top = 120
  354.           Width = 97
  355.           Height = 21
  356.           ItemHeight = 13
  357.           Items.Strings = (
  358.             '1 (None)'
  359.             '2'
  360.             '4'
  361.             '8')
  362.           TabOrder = 3
  363.           Text = '1 (None)'
  364.         end
  365.       end
  366.       object GroupBox6: TGroupBox
  367.         Left = 8
  368.         Top = 8
  369.         Width = 185
  370.         Height = 121
  371.         Caption = 'Texture Compression'
  372.         TabOrder = 2
  373.         object Label6: TLabel
  374.           Left = 24
  375.           Top = 64
  376.           Width = 122
  377.           Height = 13
  378.           Caption = '(Gives bad picture quality)'
  379.         end
  380.         object Label7: TLabel
  381.           Left = 24
  382.           Top = 96
  383.           Width = 145
  384.           Height = 13
  385.           Caption = '(Gives very bad picture quality)'
  386.         end
  387.         object CheckBox5: TCheckBox
  388.           Left = 8
  389.           Top = 24
  390.           Width = 81
  391.           Height = 17
  392.           Caption = 'Diffuse map'
  393.           TabOrder = 0
  394.         end
  395.         object ChkBump: TCheckBox
  396.           Left = 8
  397.           Top = 48
  398.           Width = 89
  399.           Height = 17
  400.           Caption = 'Normal maps'
  401.           TabOrder = 1
  402.         end
  403.         object ChkGloss: TCheckBox
  404.           Left = 8
  405.           Top = 80
  406.           Width = 97
  407.           Height = 17
  408.           Caption = 'System textures'
  409.           TabOrder = 2
  410.         end
  411.       end
  412.     end
  413.     object TabSheet4: TTabSheet
  414.       Caption = 'Sound'
  415.       object Panel1: TPanel
  416.         Left = 8
  417.         Top = 8
  418.         Width = 377
  419.         Height = 241
  420.         BevelInner = bvRaised
  421.         BevelOuter = bvLowered
  422.         TabOrder = 0
  423.         object Label2: TLabel
  424.           Left = 16
  425.           Top = 59
  426.           Width = 59
  427.           Height = 13
  428.           Caption = 'Sample rate:'
  429.         end
  430.         object Label4: TLabel
  431.           Left = 16
  432.           Top = 91
  433.           Width = 45
  434.           Height = 13
  435.           Caption = 'Bit depth:'
  436.         end
  437.         object ComboBox4: TComboBox
  438.           Left = 88
  439.           Top = 88
  440.           Width = 145
  441.           Height = 21
  442.           ItemHeight = 13
  443.           Items.Strings = (
  444.             '8 bit'
  445.             '16 bit')
  446.           TabOrder = 0
  447.           Text = '16 bit'
  448.         end
  449.         object ComboBox3: TComboBox
  450.           Left = 88
  451.           Top = 56
  452.           Width = 145
  453.           Height = 21
  454.           ItemHeight = 13
  455.           Items.Strings = (
  456.             '11025Hz'
  457.             '22050Hz'
  458.             '44100Hz')
  459.           TabOrder = 1
  460.           Text = '11025Hz'
  461.         end
  462.         object ChkSound: TCheckBox
  463.           Left = 16
  464.           Top = 8
  465.           Width = 57
  466.           Height = 17
  467.           Caption = 'Sound'
  468.           State = cbChecked
  469.           TabOrder = 2
  470.         end
  471.         object ChkCDAudio: TCheckBox
  472.           Left = 16
  473.           Top = 32
  474.           Width = 65
  475.           Height = 17
  476.           Caption = 'CD Audio'
  477.           State = cbChecked
  478.           TabOrder = 3
  479.         end
  480.       end
  481.     end
  482.     object TabSheet5: TTabSheet
  483.       Caption = 'About'
  484.       object Image1: TImage
  485.         Left = 0
  486.         Top = 0
  487.         Width = 393
  488.         Height = 261
  489.         Align = alClient
  490.         Picture.Data = {<image000.bmp>}
  491.       end
  492.       object PaintBox1: TPaintBox
  493.         Left = 0
  494.         Top = 0
  495.         Width = 393
  496.         Height = 261
  497.         Align = alClient
  498.         OnPaint = PaintBox1Paint
  499.       end
  500.     end
  501.   end
  502.   object Button3: TButton
  503.     Left = 352
  504.     Top = 11
  505.     Width = 49
  506.     Height = 17
  507.     Caption = 'Defaults'
  508.     TabOrder = 6
  509.     OnClick = Button3Click
  510.   end
  511. end
  512.