-
Notifications
You must be signed in to change notification settings - Fork 0
/
caseGenerator_trace_mobile_account.fmx
105 lines (105 loc) · 3.29 KB
/
caseGenerator_trace_mobile_account.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
object formTraceMobileAccount: TformTraceMobileAccount
Left = 0
Top = 0
Caption = 'Trace Mobile Account'
ClientHeight = 352
ClientWidth = 599
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Label1: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 106.000000000000000000
Size.Width = 169.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Mobile accounts'
TabOrder = 1
end
object lbPhoneAccount: TListBox
Position.X = 24.000000000000000000
Position.Y = 138.000000000000000000
Size.Width = 553.000000000000000000
Size.Height = 157.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
DisableFocusEffect = True
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
OnChange = lbPhoneAccountChange
Viewport.Width = 549.000000000000000000
Viewport.Height = 153.000000000000000000
end
object edMSISDN: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 3
FilterChar = '+0123456789'
Position.X = 120.000000000000000000
Position.Y = 32.000000000000000000
Size.Width = 457.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object btnClose: TButton
Position.X = 184.000000000000000000
Position.Y = 310.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
Text = 'Save and close'
OnClick = btnCloseClick
end
object btnAddPhoneAccount: TButton
Position.X = 216.000000000000000000
Position.Y = 106.000000000000000000
Size.Width = 105.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
Text = 'Add trace'
OnClick = btnAddPhoneAccountClick
end
object btnDeletePhoneAccount: TButton
Position.X = 448.000000000000000000
Position.Y = 106.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
Text = 'Delete trace'
OnClick = btnDeletePhoneAccountClick
end
object btnCancel: TButton
Position.X = 296.000000000000000000
Position.Y = 310.000000000000000000
TabOrder = 9
Text = 'Cancel'
OnClick = btnCancelClick
end
object btnModifyTrace: TButton
Position.X = 333.000000000000000000
Position.Y = 106.000000000000000000
Size.Width = 106.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 10
Text = 'Modify trace'
OnClick = btnModifyTraceClick
end
object Label2: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 25.000000000000000000
Position.Y = 30.000000000000000000
Size.Width = 89.000000000000000000
Size.Height = 34.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'MSISDN'
TabOrder = 0
end
end