Statistics
| Branch: | Tag: | Revision:

root / Client / UfrmRadar.lfm @ 0:95bd93c28625

History | View | Annotate | Download (1.2 kB)

1
object frmRadarMap: TfrmRadarMap
2
  Left = 290
3
  Height = 360
4
  Top = 171
5
  Width = 479
6
  HorzScrollBar.Page = 478
7
  VertScrollBar.Page = 359
8
  Caption = 'Radar Map (1:8)'
9
  ClientHeight = 360
10
  ClientWidth = 479
11
  OnClose = FormClose
12
  OnCreate = FormCreate
13
  OnDestroy = FormDestroy
14
  OnResize = FormResize
15
  Position = poOwnerFormCenter
16
  ShowInTaskBar = stAlways
17
  object pnlBottom: TPanel
18
    Height = 21
19
    Top = 339
20
    Width = 479
21
    Align = alBottom
22
    BevelOuter = bvNone
23
    ClientHeight = 21
24
    ClientWidth = 479
25
    TabOrder = 0
26
    object lblPosition: TLabel
27
      Left = 8
28
      Height = 21
29
      Width = 38
30
      Align = alLeft
31
      BorderSpacing.Left = 8
32
      Layout = tlCenter
33
      ParentColor = False
34
    end
35
  end
36
  object sbMain: TScrollBox
37
    Height = 339
38
    Width = 479
39
    HorzScrollBar.Page = 474
40
    HorzScrollBar.Range = 292
41
    VertScrollBar.Page = 334
42
    VertScrollBar.Range = 202
43
    Align = alClient
44
    TabOrder = 1
45
    object pbRadar: TPaintBox
46
      Height = 202
47
      Width = 292
48
      OnMouseDown = pbRadarMouseDown
49
      OnMouseMove = pbRadarMouseMove
50
      OnMouseLeave = pbRadarMouseLeave
51
      OnPaint = pbRadarPaint
52
    end
53
  end
54
end