home *** CD-ROM | disk | FTP | other *** search
/ Freelog 46 / Freelog046.iso / Bas / Systeme / Aspy / aspy32.exe / 0 / RCDATA / TSHOOTERWIZARD / TSHOOTERWIZARD.txt
Text File  |  2000-08-21  |  2KB  |  115 lines

  1. object ShooterWIZARD: TShooterWIZARD
  2.   Left = 358
  3.   Top = 316
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'Executioner'
  7.   ClientHeight = 228
  8.   ClientWidth = 351
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object KillIMAGE: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Transparent = True
  25.   end
  26.   object VIEWER: TListView
  27.     Left = 50
  28.     Top = 7
  29.     Width = 294
  30.     Height = 111
  31.     Columns = <
  32.       item
  33.         Caption = 'Victims'
  34.         Width = 150
  35.       end
  36.       item
  37.         Caption = 'Desposition'
  38.         Width = 300
  39.       end>
  40.     ReadOnly = True
  41.     TabOrder = 0
  42.     ViewStyle = vsReport
  43.   end
  44.   object OkBUTTON: TBitBtn
  45.     Left = 50
  46.     Top = 199
  47.     Width = 75
  48.     Height = 25
  49.     TabOrder = 1
  50.     Kind = bkOK
  51.   end
  52.   object CancelBUTTON: TBitBtn
  53.     Left = 130
  54.     Top = 199
  55.     Width = 75
  56.     Height = 25
  57.     TabOrder = 2
  58.     Kind = bkCancel
  59.   end
  60.   object TipGROUP: TGroupBox
  61.     Left = 50
  62.     Top = 123
  63.     Width = 296
  64.     Height = 70
  65.     Caption = ' Tip  '
  66.     TabOrder = 3
  67.     object Label1: TLabel
  68.       Left = 2
  69.       Top = 15
  70.       Width = 9
  71.       Height = 45
  72.       Align = alLeft
  73.       AutoSize = False
  74.     end
  75.     object Label2: TLabel
  76.       Left = 286
  77.       Top = 15
  78.       Width = 8
  79.       Height = 45
  80.       Align = alRight
  81.       AutoSize = False
  82.     end
  83.     object TipRICH: TRichEdit
  84.       Left = 11
  85.       Top = 15
  86.       Width = 275
  87.       Height = 45
  88.       Align = alClient
  89.       BorderStyle = bsNone
  90.       Ctl3D = False
  91.       ParentColor = True
  92.       ParentCtl3D = False
  93.       ReadOnly = True
  94.       TabOrder = 0
  95.     end
  96.     object Panel1: TPanel
  97.       Left = 2
  98.       Top = 60
  99.       Width = 292
  100.       Height = 8
  101.       Align = alBottom
  102.       BevelOuter = bvNone
  103.       TabOrder = 1
  104.     end
  105.   end
  106.   object _territory1: _territory
  107.     XMin = 358
  108.     YMin = 228
  109.     XMax = -1
  110.     YMax = -1
  111.     Left = 7
  112.     Top = 50
  113.   end
  114. end
  115.