object ModelPropEditDlg: TModelPropEditDlg Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Edit Model Properties' ClientHeight = 443 ClientWidth = 383 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object OKBtn: TButton Left = 303 Top = 6 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 303 Top = 34 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 4 Top = 260 Width = 290 Height = 173 Caption = 'Flags' TabOrder = 6 object CheckBox1: TCheckBox Tag = 1 Left = 8 Top = 35 Width = 250 Height = 17 Hint = 'Long smoke trail, grey and yellow - rises' Caption = 'Rocket Smoke Trail' TabOrder = 1 end object CheckBox2: TCheckBox Tag = 2 Left = 8 Top = 54 Width = 250 Height = 17 Hint = 'Long smoke trail, grey - rises' Caption = 'Grenade Smoke Trail' TabOrder = 2 end object CheckBox3: TCheckBox Tag = 4 Left = 8 Top = 73 Width = 250 Height = 17 Hint = 'Long falling blood trails' Caption = 'Gib Long Blood Trail' TabOrder = 3 end object CheckBox4: TCheckBox Tag = 8 Left = 8 Top = 16 Width = 250 Height = 17 Hint = 'Rotates by itself' Caption = 'Rotate' TabOrder = 0 end object CheckBox5: TCheckBox Tag = 64 Left = 8 Top = 129 Width = 250 Height = 17 Hint = 'Medium length trail - yellow and brown' Caption = 'Hellknight Yellow Tracer' TabOrder = 6 end object CheckBox6: TCheckBox Tag = 32 Left = 8 Top = 91 Width = 250 Height = 17 Hint = 'Short length falling blood trail' Caption = 'Gib Short Blood Trail' TabOrder = 4 end object CheckBox7: TCheckBox Tag = 16 Left = 8 Top = 110 Width = 250 Height = 17 Hint = 'Medium length green trail' Caption = 'Wizard Green Tracer' TabOrder = 5 end object CheckBox8: TCheckBox Tag = 128 Left = 8 Top = 148 Width = 250 Height = 17 Hint = 'Short purple smoke trail, doesn'#39't rise' Caption = 'Vore Purple Tracer' TabOrder = 7 end end object GroupBox2: TGroupBox Left = 4 Top = 220 Width = 290 Height = 38 Caption = 'SyncType' TabOrder = 5 object CheckBox9: TCheckBox Tag = 1 Left = 8 Top = 16 Width = 53 Height = 17 Caption = 'Rand' TabOrder = 0 end end object GroupBox3: TGroupBox Left = 4 Top = 4 Width = 290 Height = 57 Caption = 'Model Contents' TabOrder = 2 object Label1: TLabel Left = 172 Top = 15 Width = 41 Height = 14 Caption = 'Vertices' end object NumVertsLbl: TLabel Left = 244 Top = 15 Width = 30 Height = 14 Caption = '40000' end object NumTrisLbl: TLabel Left = 244 Top = 27 Width = 30 Height = 14 Caption = '40000' end object Label2: TLabel Left = 172 Top = 27 Width = 44 Height = 14 Caption = 'Triangles' end object Label6: TLabel Left = 12 Top = 39 Width = 37 Height = 14 Caption = 'Objects' end object Label7: TLabel Left = 12 Top = 27 Width = 36 Height = 14 Caption = 'Frames' end object Label8: TLabel Left = 12 Top = 15 Width = 26 Height = 14 Caption = 'Skins' end object NumObjectsLbl: TLabel Left = 90 Top = 39 Width = 24 Height = 14 Caption = '1000' end object NumSkinsLbl: TLabel Left = 90 Top = 15 Width = 24 Height = 14 Caption = '1000' end object NumFramesLbl: TLabel Left = 90 Top = 27 Width = 24 Height = 14 Caption = '1000' end end object GroupBox5: TGroupBox Left = 154 Top = 128 Width = 140 Height = 93 Caption = 'Eye Position' TabOrder = 4 object Label5: TLabel Left = 8 Top = 20 Width = 7 Height = 14 Caption = 'X' end object Label9: TLabel Left = 8 Top = 44 Width = 8 Height = 14 Caption = 'Y' end object Label10: TLabel Left = 8 Top = 68 Width = 7 Height = 14 Caption = 'Z' end object XEdt: TEditReal Left = 50 Top = 16 Width = 60 Height = 22 TabOrder = 0 Validate = False end object YEdt: TEditReal Left = 50 Top = 40 Width = 60 Height = 22 TabOrder = 1 Validate = False end object ZEdt: TEditReal Left = 50 Top = 64 Width = 60 Height = 22 TabOrder = 2 Validate = False end end object GroupBox6: TGroupBox Left = 4 Top = 128 Width = 140 Height = 93 Caption = 'Skin Size' TabOrder = 3 object Label11: TLabel Left = 12 Top = 20 Width = 29 Height = 14 Caption = 'Width' end object Label12: TLabel Left = 8 Top = 44 Width = 30 Height = 14 Caption = 'Height' end object WidthEdt: TEditCardinal Left = 50 Top = 16 Width = 60 Height = 22 MaxValue = 4096 MinValue = 0 TabOrder = 0 Validate = True Value = 0 end object HeightEdt: TEditCardinal Left = 50 Top = 40 Width = 60 Height = 22 MaxValue = 4096 MinValue = 0 TabOrder = 1 Validate = True Value = 0 end end object GroupBox4: TGroupBox Left = 4 Top = 64 Width = 290 Height = 61 Caption = 'Bounds' TabOrder = 7 object Label3: TLabel Left = 12 Top = 28 Width = 64 Height = 14 Caption = 'Upper (x,y,z)' end object Label4: TLabel Left = 12 Top = 40 Width = 67 Height = 14 Caption = 'Lower (x,y,z)' end object AbsBoundsLbl: TLabel Left = 90 Top = 16 Width = 60 Height = 14 Caption = '128,128,128' end object RelUpperBoundsLbl: TLabel Left = 90 Top = 28 Width = 60 Height = 14 Caption = '128,128,128' end object RelLowerBoundsLbl: TLabel Left = 90 Top = 40 Width = 72 Height = 14 Caption = '-128,-128,-128' end object Label13: TLabel Left = 12 Top = 16 Width = 54 Height = 14 Caption = 'Box (x,y,z)' end object Label14: TLabel Left = 190 Top = 16 Width = 38 Height = 14 Caption = 'Label14' end object Label15: TLabel Left = 190 Top = 28 Width = 38 Height = 14 Caption = 'Label15' end object Label16: TLabel Left = 190 Top = 40 Width = 38 Height = 14 Caption = 'Label16' end object Label17: TLabel Left = 90 Top = 0 Width = 69 Height = 14 Alignment = taCenter Caption = 'Current Frame' end object Label18: TLabel Left = 190 Top = 0 Width = 51 Height = 14 Alignment = taCenter Caption = 'All Frames' end end object MDLObserver: TMDLObserver Enabled = False Left = 324 Top = 84 end end