-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfMain.dfm
More file actions
76 lines (76 loc) · 1.63 KB
/
fMain.dfm
File metadata and controls
76 lines (76 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
object Form1: TForm1
Left = 0
Top = 0
AutoSize = True
Caption = 'Form1'
ClientHeight = 1001
ClientWidth = 1800
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
OnMouseWheel = FormMouseWheel
OnPaint = DesenharMapa
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PaintBox1: TPaintBox
Left = 0
Top = 0
Width = 1800
Height = 1000
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Consolas'
Font.Style = []
ParentColor = False
ParentFont = False
OnMouseDown = PaintBox1MouseDown
OnMouseMove = PaintBox1MouseMove
OnMouseUp = PaintBox1MouseUp
OnPaint = DesenharMapa
end
object StatusBar1: TStatusBar
Left = 0
Top = 982
Width = 1800
Height = 19
Panels = <
item
BiDiMode = bdLeftToRight
ParentBiDiMode = False
Text = 'Lat'
Width = 100
end
item
Text = 'Lon'
Width = 100
end>
end
object Timer1: TTimer
Left = 24
Top = 24
end
object MainMenu1: TMainMenu
Left = 64
Top = 24
object Hello1: TMenuItem
Caption = 'Radar'
object Reset1: TMenuItem
Caption = 'Reset View'
OnClick = Reset1Click
end
object ResetVectors1: TMenuItem
Caption = 'Reset Vectors'
OnClick = ResetVectors1Click
end
end
end
end