-
Notifications
You must be signed in to change notification settings - Fork 0
/
caseGenerator_trace_sms.fmx
307 lines (307 loc) · 8.85 KB
/
caseGenerator_trace_sms.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
object formTraceSMS: TformTraceSMS
Left = 0
Top = 0
Caption = 'Trace SMS'
ClientHeight = 601
ClientWidth = 736
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnShow = FormShow
DesignerMasterStyle = 0
object panelTo: TPanel
Position.X = 13.000000000000000000
Position.Y = 213.000000000000000000
Size.Width = 697.000000000000000000
Size.Height = 192.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'panelstyle'
TabOrder = 8
object cbMobileTo: TComboBox
Position.X = 144.000000000000000000
Position.Y = 23.000000000000000000
Size.Width = 537.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 8
end
object Label13: TLabel
Position.X = 6.000000000000000000
Position.Y = 18.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Account ID'
TabOrder = 1
end
object Label11: TLabel
Position.X = 324.000000000000000000
Size.Width = 89.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'TO'
TabOrder = 2
end
object btnAddMobile: TButton
Position.X = 184.000000000000000000
Position.Y = 58.000000000000000000
Size.Width = 96.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = 'Add mobile n.'
OnClick = btnAddMobileClick
end
object btnRemoveMobile: TButton
Position.X = 304.000000000000000000
Position.Y = 58.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
Text = 'Remove mobile n.'
OnClick = btnRemoveMobileClick
end
object lbMobile: TListBox
Position.X = 8.000000000000000000
Position.Y = 96.000000000000000000
Size.Width = 673.000000000000000000
Size.Height = 88.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
DisableFocusEffect = True
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
OnChange = lbMobileChange
Viewport.Width = 669.000000000000000000
Viewport.Height = 84.000000000000000000
end
end
object panelFrom: TPanel
Position.X = 11.000000000000000000
Position.Y = 108.000000000000000000
Size.Width = 702.000000000000000000
Size.Height = 61.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'panelstyle'
TabOrder = 9
object cbMobileFrom: TComboBox
Position.X = 144.000000000000000000
Position.Y = 27.000000000000000000
Size.Width = 544.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
end
object Label8: TLabel
Position.X = 4.000000000000000000
Position.Y = 30.000000000000000000
Size.Width = 93.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Account ID'
TabOrder = 1
end
object Label5: TLabel
Position.X = 320.000000000000000000
Position.Y = 1.000000000000000000
Size.Width = 89.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'FROM'
TabOrder = 2
end
object cbSentMonth: TComboBox
Items.Strings = (
'01'
'02'
'03'
'04'
'05'
'06'
'07'
'08'
'09'
'10'
'11'
'12')
Position.X = 202.000000000000000000
Position.Y = 74.000000000000000000
TabOrder = 5
end
object timeSent: TTimeEdit
Time = 0.675166099537036900
TimeFormatKind = Long
Position.X = 410.000000000000000000
Position.Y = 74.000000000000000000
TabOrder = 7
end
object cbSentYear: TComboBox
Position.X = 306.000000000000000000
Position.Y = 74.000000000000000000
TabOrder = 6
end
object Label3: TLabel
Position.X = 4.000000000000000000
Position.Y = 77.000000000000000000
Size.Width = 122.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Sent/Received time'
TabOrder = 0
end
object cbSentDay: TComboBox
Items.Strings = (
'01'
'02'
'03'
'04'
'05'
'06'
'07'
'08'
'09'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17'
'18'
'19'
'20'
'21'
'22'
'23'
'24'
'25'
'26'
'27'
'28'
'29'
'30'
'31')
Position.X = 144.000000000000000000
Position.Y = 74.000000000000000000
Size.Width = 54.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
end
end
object Label1: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 16.000000000000000000
Position.Y = 416.000000000000000000
Size.Width = 105.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'SMSs'
TabOrder = 0
end
object lbMessage: TListBox
Position.X = 16.000000000000000000
Position.Y = 448.000000000000000000
Size.Width = 697.000000000000000000
Size.Height = 97.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
DisableFocusEffect = True
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
OnChange = lbMessageChange
Viewport.Width = 693.000000000000000000
Viewport.Height = 93.000000000000000000
end
object btnClose: TButton
Position.X = 227.000000000000000000
Position.Y = 569.000000000000000000
Size.Width = 102.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = 'Save and close'
OnClick = btnCloseClick
end
object btnAddMessage: TButton
Position.X = 144.000000000000000000
Position.Y = 417.000000000000000000
Size.Width = 160.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
Text = 'Add SMS'
OnClick = btnAddMessageClick
end
object btnRemoveMessage: TButton
Position.X = 456.000000000000000000
Position.Y = 417.000000000000000000
Size.Width = 129.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
Text = 'Remove SMS'
OnClick = btnRemoveMessageClick
end
object Label6: TLabel
Position.X = 16.000000000000000000
Position.Y = 24.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Application'
TabOrder = 7
end
object edApplication: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 2
Position.X = 100.000000000000000000
Position.Y = 20.000000000000000000
Size.Width = 605.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object memoMessageText: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Position.X = 104.000000000000000000
Position.Y = 56.000000000000000000
Size.Width = 601.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
TabOrder = 10
Viewport.Width = 597.000000000000000000
Viewport.Height = 37.000000000000000000
end
object btnCancel: TButton
Position.X = 352.000000000000000000
Position.Y = 568.000000000000000000
TabOrder = 11
Text = 'Cancel'
OnClick = btnCancelClick
end
object btnModifyMessage: TButton
Position.X = 312.000000000000000000
Position.Y = 416.000000000000000000
Size.Width = 129.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 12
Text = 'Modify SMS'
OnClick = btnModifyMessageClick
end
object Label2: TLabel
Position.X = 14.000000000000000000
Position.Y = 67.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Message text'
TabOrder = 3
end
end