home *** CD-ROM | disk | FTP | other *** search
- object IntroDlg: TIntroDlg
- Left = 318
- Top = 182
- BorderIcons = [biMinimize]
- BorderStyle = bsDialog
- Caption = 'Dope Wars'
- ClientHeight = 332
- ClientWidth = 268
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 4
- Top = 240
- Width = 120
- Height = 13
- Caption = 'Please enter your name : '
- end
- object Label2: TLabel
- Left = 56
- Top = 7
- Width = 173
- Height = 16
- Caption = 'Welcome to Dope Wars !'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Label3: TLabel
- Left = 92
- Top = 26
- Width = 90
- Height = 13
- Caption = '(Beermat Software)'
- end
- object Label4: TLabel
- Left = 16
- Top = 272
- Width = 109
- Height = 13
- Caption = 'Pick a City to trade in : '
- end
- object OKBtn: TButton
- Left = 108
- Top = 302
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 190
- Top = 302
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Exit'
- ModalResult = 2
- TabOrder = 3
- OnClick = CancelBtnClick
- end
- object Name: TEdit
- Left = 128
- Top = 236
- Width = 137
- Height = 21
- TabOrder = 0
- OnChange = NameChange
- end
- object Memo1: TMemo
- Left = 4
- Top = 52
- Width = 261
- Height = 177
- TabStop = False
- Color = clBtnFace
- Lines.Strings = (
- 'The object of this game is simple - make loads of '
- 'cash, and stay alive ! You have 31 days to do this.'
- ''
- 'You start with 2,000 in cash, and 5,500 in debt. '
- 'Trade drugs by buying them from the available drug '
- 'list, storing them in your trenchcoat and then riding '
- 'the transportation system to another location and '
- 'selling them there. Each journey takes a day.'
- ''
- 'If you click on the Finances button , you can make '
- 'banking transactions and pay off the loan shark. '
- 'Watch out for massive price fluctuations and '
- 'the cops !')
- ReadOnly = True
- TabOrder = 4
- end
- object CityCB: TComboBox
- Left = 128
- Top = 268
- Width = 137
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = CityCBChange
- end
- end
-