-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUnit2.dfm
86 lines (86 loc) · 1.63 KB
/
Unit2.dfm
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
77
78
79
80
81
82
83
84
85
86
object frmEdit: TfrmEdit
Left = 643
Top = 411
BorderStyle = bsSingle
Caption = 'Edit coordinates'
ClientHeight = 492
ClientWidth = 614
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object grpMaps: TRadioGroup
Left = 0
Top = 0
Width = 614
Height = 34
Align = alTop
Caption = 'map type'
Columns = 4
ItemIndex = 0
Items.Strings = (
'Roadmap'
'Satellite '
'Hybrid'
'Terrain')
TabOrder = 0
OnClick = grpMapsClick
end
object GroupBox1: TGroupBox
Left = 0
Top = 34
Width = 614
Height = 406
Align = alClient
TabOrder = 1
object webview: TCEFWindowParent
Left = 2
Top = 15
Width = 610
Height = 389
Align = alClient
TabOrder = 0
ExplicitLeft = 1
ExplicitTop = 11
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 440
Width = 614
Height = 52
Align = alBottom
TabOrder = 2
object Button1: TButton
Left = 8
Top = 16
Width = 75
Height = 25
Caption = 'Ok'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 528
Top = 16
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = Button2Click
end
end
object Chromium: TChromium
OnConsoleMessage = ChromiumConsoleMessage
Left = 8
end
end