object Form15: TForm15 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Character spawner' ClientHeight = 582 ClientWidth = 234 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 344 Width = 73 Height = 17 AutoSize = False Caption = 'Model:' end object list: TListBox Left = 8 Top = 360 Width = 217 Height = 161 ItemHeight = 13 TabOrder = 0 end object check_ai: TCheckBox Left = 8 Top = 8 Width = 177 Height = 17 Caption = 'With &AI' TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 32 Width = 217 Height = 177 Caption = 'Create at:' TabOrder = 2 object lbl_player_x: TLabel Left = 24 Top = 32 Width = 97 Height = 17 AutoSize = False Caption = 'x-offset to player:' end object lbl_player_y: TLabel Left = 24 Top = 52 Width = 97 Height = 17 AutoSize = False Caption = 'y-offset to player:' end object lbl_player_z: TLabel Left = 24 Top = 72 Width = 97 Height = 17 AutoSize = False Caption = 'z-offset to player:' end object lbl_coords_x: TLabel Left = 24 Top = 112 Width = 97 Height = 17 AutoSize = False Caption = 'x-position:' Enabled = False end object lbl_coords_y: TLabel Left = 24 Top = 132 Width = 97 Height = 17 AutoSize = False Caption = 'y-position:' Enabled = False end object lbl_coords_z: TLabel Left = 24 Top = 152 Width = 97 Height = 17 AutoSize = False Caption = 'z-position:' Enabled = False end object check_atPlayer: TRadioButton Left = 8 Top = 16 Width = 201 Height = 17 Caption = '&Player' Checked = True TabOrder = 0 TabStop = True OnClick = check_atPlayerClick end object check_atCoords: TRadioButton Left = 8 Top = 96 Width = 201 Height = 17 Caption = '&Coordinates' TabOrder = 1 OnClick = check_atCoordsClick end object edit_player_x: TEdit Left = 121 Top = 30 Width = 90 Height = 18 AutoSize = False TabOrder = 2 Text = '0' end object edit_player_y: TEdit Left = 121 Top = 50 Width = 90 Height = 18 AutoSize = False TabOrder = 3 Text = '15' end object edit_player_z: TEdit Left = 121 Top = 70 Width = 90 Height = 18 AutoSize = False TabOrder = 4 Text = '0' end object edit_coords_x: TEdit Left = 121 Top = 110 Width = 90 Height = 18 AutoSize = False Enabled = False TabOrder = 5 Text = '0' end object edit_coords_y: TEdit Left = 121 Top = 130 Width = 90 Height = 18 AutoSize = False Enabled = False TabOrder = 6 Text = '0' end object edit_coords_z: TEdit Left = 121 Top = 150 Width = 90 Height = 18 AutoSize = False Enabled = False TabOrder = 7 Text = '0' end end object btn_create: TButton Left = 8 Top = 552 Width = 97 Height = 25 Caption = 'Create character' Default = True TabOrder = 3 OnClick = btn_createClick end object check_multiple: TCheckBox Left = 8 Top = 528 Width = 217 Height = 17 Caption = 'Create chars' TabOrder = 4 OnClick = check_multipleClick end object edit_multiple: TEdit Left = 64 Top = 528 Width = 33 Height = 17 AutoSize = False Enabled = False TabOrder = 5 Text = '2' end object GroupBox2: TGroupBox Left = 8 Top = 216 Width = 217 Height = 121 Caption = 'Properties:' TabOrder = 6 object Label1: TLabel Left = 8 Top = 16 Width = 81 Height = 17 AutoSize = False Caption = 'Health:' end object Label3: TLabel Left = 8 Top = 32 Width = 70 Height = 17 AutoSize = False Caption = 'Normal health:' end end object tim_check: TTimer OnTimer = tim_checkTimer Left = 136 Top = 552 end end