-
Notifications
You must be signed in to change notification settings - Fork 0
/
caseGenerator_location.fmx
183 lines (183 loc) · 5.6 KB
/
caseGenerator_location.fmx
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
object formLocation: TformLocation
Left = 0
Top = 0
Caption = 'Location'
ClientHeight = 517
ClientWidth = 739
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Label1: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 40.000000000000000000
Position.Y = 248.000000000000000000
Size.Width = 105.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Locations'
TabOrder = 0
end
object lbLocation: TListBox
Position.X = 40.000000000000000000
Position.Y = 280.000000000000000000
Size.Width = 689.000000000000000000
Size.Height = 193.000000000000000000
Size.PlatformDefault = False
TabOrder = 10
DisableFocusEffect = True
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
OnChange = lbLocationChange
Viewport.Width = 685.000000000000000000
Viewport.Height = 189.000000000000000000
end
object edLocality: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 2
Position.X = 120.000000000000000000
Position.Y = 72.000000000000000000
Size.Width = 457.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object edRegion: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 1
Position.X = 120.000000000000000000
Position.Y = 32.000000000000000000
Size.Width = 457.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object Label2: TLabel
Position.X = 40.000000000000000000
Position.Y = 80.000000000000000000
Text = 'Locality'
TabOrder = 18
end
object Label3: TLabel
Position.X = 40.000000000000000000
Position.Y = 40.000000000000000000
Text = 'Region'
TabOrder = 17
end
object Label4: TLabel
Position.X = 40.000000000000000000
Position.Y = 117.000000000000000000
Text = 'Postal code'
TabOrder = 16
end
object Label5: TLabel
Position.X = 40.000000000000000000
Position.Y = 152.000000000000000000
Text = 'Address'
TabOrder = 15
end
object btnClose: TButton
Position.X = 288.000000000000000000
Position.Y = 488.000000000000000000
Size.Width = 104.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 11
Text = 'Save and close'
OnClick = btnCloseClick
end
object btnAddLocation: TButton
Position.X = 216.000000000000000000
Position.Y = 248.000000000000000000
Size.Width = 81.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
Text = 'Add location'
OnClick = btnAddLocationClick
end
object btnDeleteLocation: TButton
Position.X = 440.000000000000000000
Position.Y = 248.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 9
Text = 'Delete location'
OnClick = btnDeleteLocationClick
end
object edPostalCode: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 3
FilterChar = '0123456789'
Position.X = 120.000000000000000000
Position.Y = 109.000000000000000000
Size.Width = 81.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object edStreet: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 4
Position.X = 120.000000000000000000
Position.Y = 144.000000000000000000
Size.Width = 457.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object lblLatitude: TLabel
Position.X = 40.000000000000000000
Position.Y = 184.000000000000000000
Size.Width = 65.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Latitude'
TabOrder = 14
end
object edLatitude: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 5
FilterChar = '0123456789.0123456789'
Position.X = 120.000000000000000000
Position.Y = 176.000000000000000000
Size.Width = 457.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object Label6: TLabel
Position.X = 40.000000000000000000
Position.Y = 216.000000000000000000
Size.Width = 65.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Longitude'
TabOrder = 13
end
object edLongitude: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 6
FilterChar = '0123456789.0123456789'
Position.X = 120.000000000000000000
Position.Y = 208.000000000000000000
Size.Width = 457.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object btnModifyLocation: TButton
Position.X = 317.000000000000000000
Position.Y = 248.000000000000000000
Size.Width = 100.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 8
Text = 'Modify Location'
OnClick = btnModifyLocationClick
end
object btnCancel: TButton
Position.X = 400.000000000000000000
Position.Y = 488.000000000000000000
TabOrder = 12
Text = 'Cancel'
OnClick = btnCancelClick
end
end