home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Gry / DopeWars / DopeWars.exe / 0 / RCDATA / TINTRODLG / TINTRODLG.txt < prev   
Encoding:
Text File  |  1999-03-24  |  2.7 KB  |  128 lines

  1. object IntroDlg: TIntroDlg
  2.   Left = 318
  3.   Top = 182
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dope Wars'
  7.   ClientHeight = 332
  8.   ClientWidth = 268
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 4
  22.     Top = 240
  23.     Width = 120
  24.     Height = 13
  25.     Caption = 'Please enter your name : '
  26.   end
  27.   object Label2: TLabel
  28.     Left = 56
  29.     Top = 7
  30.     Width = 173
  31.     Height = 16
  32.     Caption = 'Welcome to Dope Wars !'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Image1: TImage
  41.     Left = 8
  42.     Top = 8
  43.     Width = 32
  44.     Height = 32
  45.     AutoSize = True
  46.     Picture.Data = {<image000.bmp>}
  47.     Transparent = True
  48.   end
  49.   object Label3: TLabel
  50.     Left = 92
  51.     Top = 26
  52.     Width = 90
  53.     Height = 13
  54.     Caption = '(Beermat Software)'
  55.   end
  56.   object Label4: TLabel
  57.     Left = 16
  58.     Top = 272
  59.     Width = 109
  60.     Height = 13
  61.     Caption = 'Pick a City to trade in : '
  62.   end
  63.   object OKBtn: TButton
  64.     Left = 108
  65.     Top = 302
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.     OnClick = OKBtnClick
  73.   end
  74.   object CancelBtn: TButton
  75.     Left = 190
  76.     Top = 302
  77.     Width = 75
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'Exit'
  81.     ModalResult = 2
  82.     TabOrder = 3
  83.     OnClick = CancelBtnClick
  84.   end
  85.   object Name: TEdit
  86.     Left = 128
  87.     Top = 236
  88.     Width = 137
  89.     Height = 21
  90.     TabOrder = 0
  91.     OnChange = NameChange
  92.   end
  93.   object Memo1: TMemo
  94.     Left = 4
  95.     Top = 52
  96.     Width = 261
  97.     Height = 177
  98.     TabStop = False
  99.     Color = clBtnFace
  100.     Lines.Strings = (
  101.       'The object of this game is simple - make loads of '
  102.       'cash, and stay alive ! You have 31 days to do this.'
  103.       ''
  104.       'You start with 2,000 in cash, and 5,500 in debt. '
  105.       'Trade drugs by buying them from the available drug '
  106.       'list, storing them in your trenchcoat and then riding '
  107.       'the transportation system to another location and '
  108.       'selling them there. Each journey takes a day.'
  109.       ''
  110.       'If you click on the Finances button , you can make '
  111.       'banking transactions and pay off the loan shark. '
  112.       'Watch out for massive price fluctuations and '
  113.       'the cops !')
  114.     ReadOnly = True
  115.     TabOrder = 4
  116.   end
  117.   object CityCB: TComboBox
  118.     Left = 128
  119.     Top = 268
  120.     Width = 137
  121.     Height = 21
  122.     Style = csDropDownList
  123.     ItemHeight = 13
  124.     TabOrder = 1
  125.     OnChange = CityCBChange
  126.   end
  127. end
  128.