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

  1. object ModelPropEditDlg: TModelPropEditDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Model Properties'
  6.   ClientHeight = 443
  7.   ClientWidth = 383
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object OKBtn: TButton
  19.     Left = 303
  20.     Top = 6
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 303
  30.     Top = 34
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object GroupBox1: TGroupBox
  39.     Left = 4
  40.     Top = 260
  41.     Width = 290
  42.     Height = 173
  43.     Caption = 'Flags'
  44.     TabOrder = 6
  45.     object CheckBox1: TCheckBox
  46.       Tag = 1
  47.       Left = 8
  48.       Top = 35
  49.       Width = 250
  50.       Height = 17
  51.       Hint = 'Long smoke trail, grey and yellow - rises'
  52.       Caption = 'Rocket Smoke Trail'
  53.       TabOrder = 1
  54.     end
  55.     object CheckBox2: TCheckBox
  56.       Tag = 2
  57.       Left = 8
  58.       Top = 54
  59.       Width = 250
  60.       Height = 17
  61.       Hint = 'Long smoke trail, grey - rises'
  62.       Caption = 'Grenade Smoke Trail'
  63.       TabOrder = 2
  64.     end
  65.     object CheckBox3: TCheckBox
  66.       Tag = 4
  67.       Left = 8
  68.       Top = 73
  69.       Width = 250
  70.       Height = 17
  71.       Hint = 'Long falling blood trails'
  72.       Caption = 'Gib Long Blood Trail'
  73.       TabOrder = 3
  74.     end
  75.     object CheckBox4: TCheckBox
  76.       Tag = 8
  77.       Left = 8
  78.       Top = 16
  79.       Width = 250
  80.       Height = 17
  81.       Hint = 'Rotates by itself'
  82.       Caption = 'Rotate'
  83.       TabOrder = 0
  84.     end
  85.     object CheckBox5: TCheckBox
  86.       Tag = 64
  87.       Left = 8
  88.       Top = 129
  89.       Width = 250
  90.       Height = 17
  91.       Hint = 'Medium length trail - yellow and brown'
  92.       Caption = 'Hellknight Yellow Tracer'
  93.       TabOrder = 6
  94.     end
  95.     object CheckBox6: TCheckBox
  96.       Tag = 32
  97.       Left = 8
  98.       Top = 91
  99.       Width = 250
  100.       Height = 17
  101.       Hint = 'Short length falling blood trail'
  102.       Caption = 'Gib Short Blood Trail'
  103.       TabOrder = 4
  104.     end
  105.     object CheckBox7: TCheckBox
  106.       Tag = 16
  107.       Left = 8
  108.       Top = 110
  109.       Width = 250
  110.       Height = 17
  111.       Hint = 'Medium length green trail'
  112.       Caption = 'Wizard Green Tracer'
  113.       TabOrder = 5
  114.     end
  115.     object CheckBox8: TCheckBox
  116.       Tag = 128
  117.       Left = 8
  118.       Top = 148
  119.       Width = 250
  120.       Height = 17
  121.       Hint = 'Short purple smoke trail, doesn'#39't rise'
  122.       Caption = 'Vore Purple Tracer'
  123.       TabOrder = 7
  124.     end
  125.   end
  126.   object GroupBox2: TGroupBox
  127.     Left = 4
  128.     Top = 220
  129.     Width = 290
  130.     Height = 38
  131.     Caption = 'SyncType'
  132.     TabOrder = 5
  133.     object CheckBox9: TCheckBox
  134.       Tag = 1
  135.       Left = 8
  136.       Top = 16
  137.       Width = 53
  138.       Height = 17
  139.       Caption = 'Rand'
  140.       TabOrder = 0
  141.     end
  142.   end
  143.   object GroupBox3: TGroupBox
  144.     Left = 4
  145.     Top = 4
  146.     Width = 290
  147.     Height = 57
  148.     Caption = 'Model Contents'
  149.     TabOrder = 2
  150.     object Label1: TLabel
  151.       Left = 172
  152.       Top = 15
  153.       Width = 41
  154.       Height = 14
  155.       Caption = 'Vertices'
  156.     end
  157.     object NumVertsLbl: TLabel
  158.       Left = 244
  159.       Top = 15
  160.       Width = 30
  161.       Height = 14
  162.       Caption = '40000'
  163.     end
  164.     object NumTrisLbl: TLabel
  165.       Left = 244
  166.       Top = 27
  167.       Width = 30
  168.       Height = 14
  169.       Caption = '40000'
  170.     end
  171.     object Label2: TLabel
  172.       Left = 172
  173.       Top = 27
  174.       Width = 44
  175.       Height = 14
  176.       Caption = 'Triangles'
  177.     end
  178.     object Label6: TLabel
  179.       Left = 12
  180.       Top = 39
  181.       Width = 37
  182.       Height = 14
  183.       Caption = 'Objects'
  184.     end
  185.     object Label7: TLabel
  186.       Left = 12
  187.       Top = 27
  188.       Width = 36
  189.       Height = 14
  190.       Caption = 'Frames'
  191.     end
  192.     object Label8: TLabel
  193.       Left = 12
  194.       Top = 15
  195.       Width = 26
  196.       Height = 14
  197.       Caption = 'Skins'
  198.     end
  199.     object NumObjectsLbl: TLabel
  200.       Left = 90
  201.       Top = 39
  202.       Width = 24
  203.       Height = 14
  204.       Caption = '1000'
  205.     end
  206.     object NumSkinsLbl: TLabel
  207.       Left = 90
  208.       Top = 15
  209.       Width = 24
  210.       Height = 14
  211.       Caption = '1000'
  212.     end
  213.     object NumFramesLbl: TLabel
  214.       Left = 90
  215.       Top = 27
  216.       Width = 24
  217.       Height = 14
  218.       Caption = '1000'
  219.     end
  220.   end
  221.   object GroupBox5: TGroupBox
  222.     Left = 154
  223.     Top = 128
  224.     Width = 140
  225.     Height = 93
  226.     Caption = 'Eye Position'
  227.     TabOrder = 4
  228.     object Label5: TLabel
  229.       Left = 8
  230.       Top = 20
  231.       Width = 7
  232.       Height = 14
  233.       Caption = 'X'
  234.     end
  235.     object Label9: TLabel
  236.       Left = 8
  237.       Top = 44
  238.       Width = 8
  239.       Height = 14
  240.       Caption = 'Y'
  241.     end
  242.     object Label10: TLabel
  243.       Left = 8
  244.       Top = 68
  245.       Width = 7
  246.       Height = 14
  247.       Caption = 'Z'
  248.     end
  249.     object XEdt: TEditReal
  250.       Left = 50
  251.       Top = 16
  252.       Width = 60
  253.       Height = 22
  254.       TabOrder = 0
  255.       Validate = False
  256.     end
  257.     object YEdt: TEditReal
  258.       Left = 50
  259.       Top = 40
  260.       Width = 60
  261.       Height = 22
  262.       TabOrder = 1
  263.       Validate = False
  264.     end
  265.     object ZEdt: TEditReal
  266.       Left = 50
  267.       Top = 64
  268.       Width = 60
  269.       Height = 22
  270.       TabOrder = 2
  271.       Validate = False
  272.     end
  273.   end
  274.   object GroupBox6: TGroupBox
  275.     Left = 4
  276.     Top = 128
  277.     Width = 140
  278.     Height = 93
  279.     Caption = 'Skin Size'
  280.     TabOrder = 3
  281.     object Label11: TLabel
  282.       Left = 12
  283.       Top = 20
  284.       Width = 29
  285.       Height = 14
  286.       Caption = 'Width'
  287.     end
  288.     object Label12: TLabel
  289.       Left = 8
  290.       Top = 44
  291.       Width = 30
  292.       Height = 14
  293.       Caption = 'Height'
  294.     end
  295.     object WidthEdt: TEditCardinal
  296.       Left = 50
  297.       Top = 16
  298.       Width = 60
  299.       Height = 22
  300.       MaxValue = 4096
  301.       MinValue = 0
  302.       TabOrder = 0
  303.       Validate = True
  304.       Value = 0
  305.     end
  306.     object HeightEdt: TEditCardinal
  307.       Left = 50
  308.       Top = 40
  309.       Width = 60
  310.       Height = 22
  311.       MaxValue = 4096
  312.       MinValue = 0
  313.       TabOrder = 1
  314.       Validate = True
  315.       Value = 0
  316.     end
  317.   end
  318.   object GroupBox4: TGroupBox
  319.     Left = 4
  320.     Top = 64
  321.     Width = 290
  322.     Height = 61
  323.     Caption = 'Bounds'
  324.     TabOrder = 7
  325.     object Label3: TLabel
  326.       Left = 12
  327.       Top = 28
  328.       Width = 64
  329.       Height = 14
  330.       Caption = 'Upper (x,y,z)'
  331.     end
  332.     object Label4: TLabel
  333.       Left = 12
  334.       Top = 40
  335.       Width = 67
  336.       Height = 14
  337.       Caption = 'Lower (x,y,z)'
  338.     end
  339.     object AbsBoundsLbl: TLabel
  340.       Left = 90
  341.       Top = 16
  342.       Width = 60
  343.       Height = 14
  344.       Caption = '128,128,128'
  345.     end
  346.     object RelUpperBoundsLbl: TLabel
  347.       Left = 90
  348.       Top = 28
  349.       Width = 60
  350.       Height = 14
  351.       Caption = '128,128,128'
  352.     end
  353.     object RelLowerBoundsLbl: TLabel
  354.       Left = 90
  355.       Top = 40
  356.       Width = 72
  357.       Height = 14
  358.       Caption = '-128,-128,-128'
  359.     end
  360.     object Label13: TLabel
  361.       Left = 12
  362.       Top = 16
  363.       Width = 54
  364.       Height = 14
  365.       Caption = 'Box (x,y,z)'
  366.     end
  367.     object Label14: TLabel
  368.       Left = 190
  369.       Top = 16
  370.       Width = 38
  371.       Height = 14
  372.       Caption = 'Label14'
  373.     end
  374.     object Label15: TLabel
  375.       Left = 190
  376.       Top = 28
  377.       Width = 38
  378.       Height = 14
  379.       Caption = 'Label15'
  380.     end
  381.     object Label16: TLabel
  382.       Left = 190
  383.       Top = 40
  384.       Width = 38
  385.       Height = 14
  386.       Caption = 'Label16'
  387.     end
  388.     object Label17: TLabel
  389.       Left = 90
  390.       Top = 0
  391.       Width = 69
  392.       Height = 14
  393.       Alignment = taCenter
  394.       Caption = 'Current Frame'
  395.     end
  396.     object Label18: TLabel
  397.       Left = 190
  398.       Top = 0
  399.       Width = 51
  400.       Height = 14
  401.       Alignment = taCenter
  402.       Caption = 'All Frames'
  403.     end
  404.   end
  405.   object MDLObserver: TMDLObserver
  406.     Enabled = False
  407.     Left = 324
  408.     Top = 84
  409.   end
  410. end
  411.