home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 51 / PCGAMER51.bin / Quake / Qme / _SETUP.1 / qme.exe / 0 / RCDATA / TFRAMEVIEWEROPTIONS / TFRAMEVIEWEROPTIONS.txt
Text File  |  1997-06-06  |  6KB  |  268 lines

  1. object FrameViewerOptions: TFrameViewerOptions
  2.   Left = 227
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'Frame Viewer Options'
  6.   ClientHeight = 314
  7.   ClientWidth = 347
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object GroupBox1: TGroupBox
  18.     Left = 4
  19.     Top = 40
  20.     Width = 340
  21.     Height = 40
  22.     Caption = 'Framerate'
  23.     TabOrder = 0
  24.     object Label2: TLabel
  25.       Left = 50
  26.       Top = 16
  27.       Width = 31
  28.       Height = 14
  29.       Alignment = taRightJustify
  30.       Caption = 'Target'
  31.     end
  32.     object FrameRateUpDown: TUpDown
  33.       Left = 172
  34.       Top = 13
  35.       Width = 25
  36.       Height = 20
  37.       Hint = 'Change target framerate'
  38.       Min = 1
  39.       Max = 40
  40.       Position = 10
  41.       TabOrder = 0
  42.       Wrap = False
  43.       OnClick = FrameRateUpDownClick
  44.     end
  45.     object FrameRatePanel: TPanel
  46.       Left = 90
  47.       Top = 15
  48.       Width = 75
  49.       Height = 17
  50.       BevelOuter = bvLowered
  51.       Caption = '40 fps'
  52.       Font.Color = clBlack
  53.       Font.Height = -12
  54.       Font.Name = 'Arial'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       TabOrder = 1
  58.     end
  59.   end
  60.   object GroupBox2: TGroupBox
  61.     Left = 4
  62.     Top = 0
  63.     Width = 340
  64.     Height = 40
  65.     Caption = 'Background Color'
  66.     TabOrder = 1
  67.     object Label1: TLabel
  68.       Left = 22
  69.       Top = 16
  70.       Width = 61
  71.       Height = 17
  72.       Alignment = taRightJustify
  73.       Caption = 'Palette index'
  74.     end
  75.     object SelectColorBtn: TSpeedButton
  76.       Left = 172
  77.       Top = 16
  78.       Width = 25
  79.       Height = 17
  80.       Hint = 'Select background color'
  81.       Caption = '...'
  82.       Font.Color = clBlack
  83.       Font.Height = -12
  84.       Font.Name = 'Arial'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       OnClick = SelectColorBtnClick
  88.     end
  89.     object BackgroundColorPanel: TPanel
  90.       Left = 90
  91.       Top = 17
  92.       Width = 75
  93.       Height = 15
  94.       Hint = 'Change background color'
  95.       BevelOuter = bvLowered
  96.       Caption = '255'
  97.       Font.Color = clBlack
  98.       Font.Height = -12
  99.       Font.Name = 'Arial'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.       TabOrder = 0
  103.     end
  104.   end
  105.   object GroupBox3: TGroupBox
  106.     Left = 4
  107.     Top = 80
  108.     Width = 340
  109.     Height = 81
  110.     Caption = 'Ground Plane'
  111.     TabOrder = 2
  112.     object SpeedButton1: TSpeedButton
  113.       Left = 172
  114.       Top = 56
  115.       Width = 25
  116.       Height = 17
  117.       Hint = 'Select ground plane color'
  118.       Caption = '...'
  119.       Font.Color = clBlack
  120.       Font.Height = -12
  121.       Font.Name = 'Arial'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.       OnClick = SpeedButton1Click
  125.     end
  126.     object Label6: TLabel
  127.       Left = 68
  128.       Top = 36
  129.       Width = 7
  130.       Height = 14
  131.       Alignment = taRightJustify
  132.       Caption = 'Z'
  133.     end
  134.     object Label7: TLabel
  135.       Left = 18
  136.       Top = 57
  137.       Width = 61
  138.       Height = 14
  139.       Alignment = taRightJustify
  140.       Caption = 'Palette Index'
  141.     end
  142.     object ShowGroundPlaneCheck: TCheckBox
  143.       Left = 44
  144.       Top = 16
  145.       Width = 59
  146.       Height = 17
  147.       Alignment = taLeftJustify
  148.       Caption = 'Show'
  149.       State = cbChecked
  150.       TabOrder = 0
  151.     end
  152.     object GroundPlaneZPanel: TPanel
  153.       Left = 90
  154.       Top = 35
  155.       Width = 75
  156.       Height = 17
  157.       Hint = 'Change ground plane Z and change the models eye position too !'
  158.       BevelOuter = bvLowered
  159.       Caption = '-24'
  160.       Font.Color = clBlack
  161.       Font.Height = -12
  162.       Font.Name = 'Arial'
  163.       Font.Style = [fsBold]
  164.       ParentFont = False
  165.       TabOrder = 1
  166.     end
  167.     object GroundPlaneZUpDown: TUpDown
  168.       Left = 172
  169.       Top = 33
  170.       Width = 25
  171.       Height = 20
  172.       Hint = 'Change ground plane Z and change the models eye position too !'
  173.       Min = -128
  174.       Max = 128
  175.       Position = -24
  176.       TabOrder = 2
  177.       Wrap = False
  178.       OnClick = GroundPlaneZUpDownClick
  179.     end
  180.     object GroundPLaneColorPanel: TPanel
  181.       Left = 90
  182.       Top = 57
  183.       Width = 75
  184.       Height = 15
  185.       Hint = 'Change ground plane color'
  186.       BevelOuter = bvLowered
  187.       Caption = '255'
  188.       Font.Color = clBlack
  189.       Font.Height = -12
  190.       Font.Name = 'Arial'
  191.       Font.Style = [fsBold]
  192.       ParentFont = False
  193.       TabOrder = 3
  194.     end
  195.   end
  196.   object GroupBox4: TGroupBox
  197.     Left = 4
  198.     Top = 164
  199.     Width = 340
  200.     Height = 93
  201.     Caption = 'Vertex Grid'
  202.     TabOrder = 3
  203.     object Label3: TLabel
  204.       Left = 66
  205.       Top = 16
  206.       Width = 7
  207.       Height = 14
  208.       Alignment = taRightJustify
  209.       Caption = 'X'
  210.     end
  211.     object Label4: TLabel
  212.       Left = 66
  213.       Top = 44
  214.       Width = 8
  215.       Height = 14
  216.       Alignment = taRightJustify
  217.       Caption = 'Y'
  218.     end
  219.     object Label5: TLabel
  220.       Left = 66
  221.       Top = 68
  222.       Width = 7
  223.       Height = 14
  224.       Alignment = taRightJustify
  225.       Caption = 'Z'
  226.     end
  227.     object GridXEdt: TEditReal
  228.       Left = 90
  229.       Top = 13
  230.       Width = 75
  231.       Height = 22
  232.       Hint = 'Change the grid granularity for X coordinates'
  233.       FormatString = '###.##;;0'
  234.       MaxValue = 128.000000000000000000
  235.       MinValue = 0.010000000000000000
  236.       TabOrder = 0
  237.       Validate = True
  238.       Value = 0.100000000000000000
  239.     end
  240.     object GridYEdt: TEditReal
  241.       Left = 90
  242.       Top = 39
  243.       Width = 75
  244.       Height = 22
  245.       Hint = 'Change the grid granularity for Y coordinates'
  246.       FormatString = '###.##;;0'
  247.       MaxValue = 128.000000000000000000
  248.       MinValue = 0.010000000000000000
  249.       TabOrder = 1
  250.       Validate = True
  251.       Value = 0.100000000000000000
  252.     end
  253.     object GridZEdt: TEditReal
  254.       Left = 90
  255.       Top = 65
  256.       Width = 75
  257.       Height = 22
  258.       Hint = 'Change the grid granularity for Z coordinates'
  259.       FormatString = '###.##;;0'
  260.       MaxValue = 128.000000000000000000
  261.       MinValue = 0.010000000000000000
  262.       TabOrder = 2
  263.       Validate = True
  264.       Value = 0.100000000000000000
  265.     end
  266.   end
  267. end
  268.