home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / LOTR / LOTRMAP.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-11-26  |  5.3 KB  |  253 lines

  1. object Form1: TForm1
  2.   Left = 239
  3.   Top = 125
  4.   Width = 663
  5.   Height = 470
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Lord of the Rings Map'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel3: TBevel
  23.     Left = 6
  24.     Top = 6
  25.     Width = 414
  26.     Height = 403
  27.   end
  28.   object PaintBox1: TPaintBox
  29.     Left = 8
  30.     Top = 8
  31.     Width = 410
  32.     Height = 399
  33.     Color = clNone
  34.     ParentColor = False
  35.     OnMouseDown = PaintBox1MouseDown
  36.     OnMouseUp = PaintBox1MouseUp
  37.     OnPaint = ShowMap
  38.   end
  39.   object Bevel4: TBevel
  40.     Left = 433
  41.     Top = 6
  42.     Width = 204
  43.     Height = 182
  44.   end
  45.   object PaintBox2: TPaintBox
  46.     Left = 435
  47.     Top = 8
  48.     Width = 200
  49.     Height = 178
  50.     OnClick = PaintBox2Click
  51.     OnMouseDown = PaintBox2MouseDown
  52.     OnMouseMove = PaintBox2MouseMove
  53.     OnPaint = ShowMap
  54.   end
  55.   object Panel1: TPanel
  56.     Left = 428
  57.     Top = 200
  58.     Width = 220
  59.     Height = 218
  60.     BevelInner = bvRaised
  61.     BevelOuter = bvLowered
  62.     TabOrder = 0
  63.     object Label1: TLabel
  64.       Left = 7
  65.       Top = 4
  66.       Width = 36
  67.       Height = 13
  68.       Caption = 'Select :'
  69.     end
  70.     object Label2: TLabel
  71.       Left = 7
  72.       Top = 52
  73.       Width = 40
  74.       Height = 13
  75.       Caption = 'Search :'
  76.     end
  77.     object Label3: TLabel
  78.       Left = 7
  79.       Top = 100
  80.       Width = 78
  81.       Height = 13
  82.       Caption = 'Animation speed'
  83.     end
  84.     object Label4: TLabel
  85.       Left = 8
  86.       Top = 148
  87.       Width = 23
  88.       Height = 13
  89.       Caption = 'Slow'
  90.     end
  91.     object Label5: TLabel
  92.       Left = 139
  93.       Top = 148
  94.       Width = 20
  95.       Height = 13
  96.       Caption = 'Fast'
  97.     end
  98.     object Label6: TLabel
  99.       Left = 176
  100.       Top = 52
  101.       Width = 36
  102.       Height = 13
  103.       Alignment = taRightJustify
  104.       Caption = '0 found'
  105.     end
  106.     object ComboBox1: TComboBox
  107.       Left = 6
  108.       Top = 20
  109.       Width = 209
  110.       Height = 21
  111.       HelpContext = 101
  112.       Style = csDropDownList
  113.       DropDownCount = 12
  114.       ItemHeight = 13
  115.       PopupMenu = PopupMenu1
  116.       TabOrder = 0
  117.       OnChange = ComboBox1Change
  118.     end
  119.     object ComboBox2: TComboBox
  120.       Left = 6
  121.       Top = 68
  122.       Width = 209
  123.       Height = 21
  124.       HelpContext = 102
  125.       ItemHeight = 13
  126.       PopupMenu = PopupMenu1
  127.       TabOrder = 1
  128.       OnChange = ComboBox2Change
  129.       OnKeyPress = ComboBox2KeyPress
  130.     end
  131.     object TrackBar1: TTrackBar
  132.       Left = 6
  133.       Top = 116
  134.       Width = 150
  135.       Height = 33
  136.       HelpContext = 103
  137.       LineSize = 5
  138.       Max = 50
  139.       Min = 10
  140.       Orientation = trHorizontal
  141.       PageSize = 10
  142.       PopupMenu = PopupMenu1
  143.       Frequency = 10
  144.       Position = 20
  145.       SelEnd = 0
  146.       SelStart = 0
  147.       TabOrder = 2
  148.       TickMarks = tmBottomRight
  149.       TickStyle = tsAuto
  150.     end
  151.     object CheckBox1: TCheckBox
  152.       Left = 6
  153.       Top = 168
  154.       Width = 73
  155.       Height = 17
  156.       Caption = 'Animate'
  157.       TabOrder = 3
  158.     end
  159.     object CheckBox2: TCheckBox
  160.       Left = 6
  161.       Top = 186
  162.       Width = 97
  163.       Height = 17
  164.       Caption = 'Crosshairs'
  165.       TabOrder = 4
  166.       OnClick = CheckBox2Click
  167.     end
  168.   end
  169.   object Timer1: TTimer
  170.     Enabled = False
  171.     Interval = 5
  172.     OnTimer = Timer1Timer
  173.     Left = 528
  174.     Top = 144
  175.   end
  176.   object MainMenu1: TMainMenu
  177.     Left = 464
  178.     Top = 144
  179.     object File1: TMenuItem
  180.       Caption = '&File'
  181.       object New1: TMenuItem
  182.         Caption = '&New...'
  183.         Hint = 'Create a new locations file.'
  184.         OnClick = New1Click
  185.       end
  186.       object Addlocations1: TMenuItem
  187.         Caption = '&Edit...'
  188.         Hint = 'Edit the location file.'
  189.         OnClick = Addlocations1Click
  190.       end
  191.       object Selectmap1: TMenuItem
  192.         Caption = 'Select &map'
  193.         Enabled = False
  194.         Visible = False
  195.         OnClick = Selectmap1Click
  196.         object MiddleEarth1: TMenuItem
  197.           Caption = 'Middle Earth'
  198.           GroupIndex = 1
  199.           OnClick = MiddleEarth1Click
  200.         end
  201.         object TheShire1: TMenuItem
  202.           Caption = 'The Shire'
  203.           GroupIndex = 1
  204.           OnClick = TheShire1Click
  205.         end
  206.         object Wilderland1: TMenuItem
  207.           Caption = 'Wilderland'
  208.           GroupIndex = 1
  209.           OnClick = Wilderland1Click
  210.         end
  211.       end
  212.       object SelectLanguage1: TMenuItem
  213.         Caption = 'Select &language'
  214.       end
  215.       object N1: TMenuItem
  216.         Caption = '-'
  217.       end
  218.       object Crosscolor1: TMenuItem
  219.         Caption = '&Crosshair color...'
  220.         OnClick = Crosscolor1Click
  221.       end
  222.       object Exit1: TMenuItem
  223.         Caption = 'E&xit'
  224.         OnClick = Exit1Click
  225.       end
  226.     end
  227.     object Help1: TMenuItem
  228.       Caption = '&Help'
  229.       object Help2: TMenuItem
  230.         Caption = '&Help'
  231.         OnClick = Help2Click
  232.       end
  233.       object About1: TMenuItem
  234.         Caption = '&About'
  235.         OnClick = About1Click
  236.       end
  237.     end
  238.   end
  239.   object PopupMenu1: TPopupMenu
  240.     Left = 496
  241.     Top = 144
  242.     object Whatsthis1: TMenuItem
  243.       Caption = 'What'#39's this?'
  244.       OnClick = Whatsthis1Click
  245.     end
  246.   end
  247.   object ColorDialog1: TColorDialog
  248.     Ctl3D = True
  249.     Left = 560
  250.     Top = 144
  251.   end
  252. end
  253.