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

  1. object Form1: TForm1
  2.   Left = 231
  3.   Top = 135
  4.   BorderIcons = [biSystemMenu, biMinimize, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Dope Wars'
  7.   ClientHeight = 412
  8.   ClientWidth = 409
  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.   Menu = MainMenu
  16.   OldCreateOrder = True
  17.   OnActivate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label4: TLabel
  23.     Left = 4
  24.     Top = 138
  25.     Width = 37
  26.     Height = 13
  27.     Caption = 'Health :'
  28.   end
  29.   object LSpace: TLabel
  30.     Left = 208
  31.     Top = 168
  32.     Width = 119
  33.     Height = 13
  34.     Caption = 'Trenchcoat. Space : 100'
  35.   end
  36.   object HealthBar: TGauge
  37.     Left = 44
  38.     Top = 136
  39.     Width = 157
  40.     Height = 17
  41.     BackColor = clRed
  42.     Color = clWhite
  43.     ForeColor = clBlue
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWhite
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentColor = False
  50.     ParentFont = False
  51.     Progress = 100
  52.   end
  53.   object LCDCash: TLCDLabel
  54.     Left = 4
  55.     Top = 8
  56.     Width = 196
  57.     Height = 20
  58.     Caption = 'Cash:888,888,888'
  59.     PixelSpacing = 0
  60.     CharSpacing = 2
  61.     LineSpacing = 2
  62.     BorderSpace = 2
  63.     TextLines = 1
  64.     NoOfChars = 16
  65.     BackGround = clBlack
  66.     BorderStyle = frNone
  67.     PixelOn = clLime
  68.     PixelOff = 16384
  69.   end
  70.   object LCDBank: TLCDLabel
  71.     Left = 4
  72.     Top = 38
  73.     Width = 196
  74.     Height = 20
  75.     Caption = 'Bank:888,888,888'
  76.     PixelSpacing = 0
  77.     CharSpacing = 2
  78.     LineSpacing = 0
  79.     BorderSpace = 2
  80.     TextLines = 1
  81.     NoOfChars = 16
  82.     BackGround = clBlack
  83.     BorderStyle = frNone
  84.     PixelOn = clLime
  85.     PixelOff = 16384
  86.   end
  87.   object LCDDebt: TLCDLabel
  88.     Left = 4
  89.     Top = 68
  90.     Width = 196
  91.     Height = 20
  92.     Caption = 'Debt:888,888,888'
  93.     PixelSpacing = 0
  94.     CharSpacing = 2
  95.     LineSpacing = 0
  96.     BorderSpace = 2
  97.     TextLines = 1
  98.     NoOfChars = 16
  99.     BackGround = clBlack
  100.     BorderStyle = frNone
  101.     PixelOn = clRed
  102.     PixelOff = 64
  103.   end
  104.   object LCDGuns: TLCDLabel
  105.     Left = 4
  106.     Top = 98
  107.     Width = 196
  108.     Height = 20
  109.     Caption = 'Guns:          0'
  110.     PixelSpacing = 0
  111.     CharSpacing = 2
  112.     LineSpacing = 0
  113.     BorderSpace = 2
  114.     TextLines = 1
  115.     NoOfChars = 16
  116.     BackGround = clBlack
  117.     BorderStyle = frNone
  118.     PixelOn = clYellow
  119.     PixelOff = 12078
  120.   end
  121.   object Label1: TLabel
  122.     Left = 8
  123.     Top = 168
  124.     Width = 78
  125.     Height = 13
  126.     Caption = 'Available drugs :'
  127.   end
  128.   object SellBtn: TBitBtn
  129.     Left = 276
  130.     Top = 132
  131.     Width = 60
  132.     Height = 25
  133.     Hint = 'Sell'
  134.     Caption = '&Sell'
  135.     Enabled = False
  136.     TabOrder = 2
  137.     OnClick = SellBtnClick
  138.   end
  139.   object BuyBtn: TBitBtn
  140.     Left = 212
  141.     Top = 132
  142.     Width = 60
  143.     Height = 25
  144.     Hint = 'Buy'
  145.     Caption = '&Buy'
  146.     Enabled = False
  147.     TabOrder = 1
  148.     OnClick = BuyBtnClick
  149.   end
  150.   object SubwayBox: TGroupBox
  151.     Left = 208
  152.     Top = 4
  153.     Width = 197
  154.     Height = 121
  155.     Caption = 'Subway from Coney Island :'
  156.     Color = clBtnFace
  157.     Font.Charset = DEFAULT_CHARSET
  158.     Font.Color = clWindowText
  159.     Font.Height = -11
  160.     Font.Name = 'MS Sans Serif'
  161.     Font.Style = []
  162.     ParentColor = False
  163.     ParentFont = False
  164.     TabOrder = 0
  165.     object Location1Btn: TBitBtn
  166.       Left = 8
  167.       Top = 20
  168.       Width = 88
  169.       Height = 30
  170.       Caption = 'Bronx'
  171.       Font.Charset = DEFAULT_CHARSET
  172.       Font.Color = clWindowText
  173.       Font.Height = -11
  174.       Font.Name = 'MS Sans Serif'
  175.       Font.Style = []
  176.       ParentFont = False
  177.       TabOrder = 0
  178.       OnClick = Location1BtnClick
  179.     end
  180.     object Location2Btn: TBitBtn
  181.       Left = 8
  182.       Top = 52
  183.       Width = 88
  184.       Height = 30
  185.       Caption = 'Ghetto'
  186.       Font.Charset = DEFAULT_CHARSET
  187.       Font.Color = clWindowText
  188.       Font.Height = -11
  189.       Font.Name = 'MS Sans Serif'
  190.       Font.Style = []
  191.       ParentFont = False
  192.       TabOrder = 1
  193.       OnClick = Location2BtnClick
  194.     end
  195.     object Location3Btn: TBitBtn
  196.       Left = 8
  197.       Top = 84
  198.       Width = 88
  199.       Height = 30
  200.       Caption = 'Central Park'
  201.       Font.Charset = DEFAULT_CHARSET
  202.       Font.Color = clWindowText
  203.       Font.Height = -11
  204.       Font.Name = 'MS Sans Serif'
  205.       Font.Style = []
  206.       ParentFont = False
  207.       TabOrder = 2
  208.       OnClick = Location3BtnClick
  209.     end
  210.     object Location5Btn: TBitBtn
  211.       Left = 104
  212.       Top = 52
  213.       Width = 88
  214.       Height = 30
  215.       Caption = '&Coney Island'
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clWindowText
  218.       Font.Height = -11
  219.       Font.Name = 'MS Sans Serif'
  220.       Font.Style = []
  221.       ParentFont = False
  222.       TabOrder = 4
  223.       OnClick = Location5BtnClick
  224.     end
  225.     object Location6Btn: TBitBtn
  226.       Left = 104
  227.       Top = 84
  228.       Width = 88
  229.       Height = 30
  230.       Caption = 'Brooklyn'
  231.       Font.Charset = DEFAULT_CHARSET
  232.       Font.Color = clWindowText
  233.       Font.Height = -11
  234.       Font.Name = 'MS Sans Serif'
  235.       Font.Style = []
  236.       ParentFont = False
  237.       TabOrder = 5
  238.       OnClick = Location6BtnClick
  239.     end
  240.     object Location4Btn: TBitBtn
  241.       Left = 104
  242.       Top = 20
  243.       Width = 88
  244.       Height = 30
  245.       Caption = 'Manhattan'
  246.       Font.Charset = DEFAULT_CHARSET
  247.       Font.Color = clWindowText
  248.       Font.Height = -11
  249.       Font.Name = 'MS Sans Serif'
  250.       Font.Style = []
  251.       ParentFont = False
  252.       TabOrder = 3
  253.       OnClick = Location4BtnClick
  254.     end
  255.     object FinishBtn: TButton
  256.       Left = 12
  257.       Top = 24
  258.       Width = 177
  259.       Height = 89
  260.       Caption = 'Finish'
  261.       Font.Charset = DEFAULT_CHARSET
  262.       Font.Color = clWindowText
  263.       Font.Height = -16
  264.       Font.Name = 'Arial'
  265.       Font.Style = [fsBold]
  266.       ParentFont = False
  267.       TabOrder = 6
  268.       Visible = False
  269.       OnClick = FinishBtnClick
  270.     end
  271.   end
  272.   object Sale: TListView
  273.     Left = 4
  274.     Top = 184
  275.     Width = 197
  276.     Height = 193
  277.     Columns = <
  278.       item
  279.         Caption = 'Drug'
  280.         Width = 115
  281.       end
  282.       item
  283.         Alignment = taRightJustify
  284.         Caption = 'Price'
  285.         Width = 78
  286.       end>
  287.     ColumnClick = False
  288.     HideSelection = False
  289.     HotTrackStyles = []
  290.     ReadOnly = True
  291.     RowSelect = True
  292.     TabOrder = 3
  293.     ViewStyle = vsReport
  294.     OnClick = SaleClick
  295.     OnDblClick = BuyBtnClick
  296.   end
  297.   object Trenchcoat: TListView
  298.     Left = 208
  299.     Top = 184
  300.     Width = 197
  301.     Height = 193
  302.     Columns = <
  303.       item
  304.         Caption = 'Drug'
  305.         Width = 90
  306.       end
  307.       item
  308.         Alignment = taRightJustify
  309.         Caption = 'Qty'
  310.         Width = 53
  311.       end
  312.       item
  313.         Alignment = taRightJustify
  314.         Caption = 'Price'
  315.       end>
  316.     ColumnClick = False
  317.     HideSelection = False
  318.     HotTrackStyles = []
  319.     ReadOnly = True
  320.     RowSelect = True
  321.     TabOrder = 4
  322.     ViewStyle = vsReport
  323.     OnClick = TrenchcoatClick
  324.     OnDblClick = SellBtnClick
  325.   end
  326.   object FinanceBtn: TBitBtn
  327.     Left = 340
  328.     Top = 132
  329.     Width = 60
  330.     Height = 25
  331.     Hint = 'Manage finances'
  332.     Caption = 'F&inances'
  333.     TabOrder = 5
  334.     OnClick = FinanceBtnClick
  335.   end
  336.   object NewGameBtn: TButton
  337.     Left = 248
  338.     Top = 384
  339.     Width = 75
  340.     Height = 25
  341.     Caption = 'New Game'
  342.     TabOrder = 6
  343.     OnClick = NewGameClick
  344.   end
  345.   object ExitBtn: TButton
  346.     Left = 332
  347.     Top = 384
  348.     Width = 75
  349.     Height = 25
  350.     Caption = 'Exit'
  351.     TabOrder = 7
  352.     OnClick = ExitBtnClick
  353.   end
  354.   object MainMenu: TMainMenu
  355.     Left = 192
  356.     Top = 344
  357.     object File1: TMenuItem
  358.       Caption = '&File'
  359.       object New1: TMenuItem
  360.         Caption = 'New Game'
  361.         Enabled = False
  362.         ShortCut = 113
  363.         OnClick = NewGameClick
  364.       end
  365.       object Exit1: TMenuItem
  366.         Caption = 'E&xit'
  367.         OnClick = Exit1Click
  368.       end
  369.     end
  370.     object View1: TMenuItem
  371.       Caption = '&View'
  372.       object HighScores1: TMenuItem
  373.         Caption = 'High &Scores'
  374.         OnClick = HighScores1Click
  375.       end
  376.       object UnitPrice: TMenuItem
  377.         Caption = '&Unit Price'
  378.         Checked = True
  379.         ShortCut = 24656
  380.         OnClick = UnitPriceClick
  381.       end
  382.     end
  383.     object Sounds: TMenuItem
  384.       Caption = 'S&ounds'
  385.       object EnableSnd: TMenuItem
  386.         Caption = 'E&nabled'
  387.         Checked = True
  388.         OnClick = EnableSndClick
  389.       end
  390.     end
  391.     object Help1: TMenuItem
  392.       Caption = '&Help'
  393.       object Contents1: TMenuItem
  394.         Caption = 'Contents'
  395.         OnClick = Contents1Click
  396.       end
  397.       object N1: TMenuItem
  398.         Caption = '-'
  399.       end
  400.       object About1: TMenuItem
  401.         Caption = '&About...'
  402.         OnClick = About1Click
  403.       end
  404.     end
  405.   end
  406. end
  407.