-
Notifications
You must be signed in to change notification settings - Fork 0
/
caseGenerator_trace_phone_account.fmx
139 lines (139 loc) · 4.38 KB
/
caseGenerator_trace_phone_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
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
object formTracePhoneAccount: TformTracePhoneAccount
Left = 0
Top = 0
Caption = 'Trace Phone Account'
ClientHeight = 402
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 = 138.000000000000000000
Size.Width = 169.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Phone account'
TabOrder = 0
end
object lbPhoneAccount: TListBox
Position.X = 24.000000000000000000
Position.Y = 178.000000000000000000
Size.Width = 553.000000000000000000
Size.Height = 157.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
DisableFocusEffect = True
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
OnChange = lbPhoneAccountChange
Viewport.Width = 549.000000000000000000
Viewport.Height = 153.000000000000000000
end
object edPhoneNumber: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 1
FilterChar = '+0123456789'
Position.X = 152.000000000000000000
Position.Y = 32.000000000000000000
Size.Width = 425.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object Label3: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 33.000000000000000000
Size.Width = 120.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Phone number'
TabOrder = 12
end
object btnClose: TButton
Position.X = 184.000000000000000000
Position.Y = 350.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 8
Text = 'Save and close'
OnClick = btnCloseClick
end
object btnAddPhoneAccount: TButton
Position.X = 216.000000000000000000
Position.Y = 146.000000000000000000
Size.Width = 105.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = 'Add trace'
OnClick = btnAddPhoneAccountClick
end
object btnDeletePhoneAccount: TButton
Position.X = 448.000000000000000000
Position.Y = 146.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
Text = 'Delete trace'
OnClick = btnDeletePhoneAccountClick
end
object btnCancel: TButton
Position.X = 296.000000000000000000
Position.Y = 350.000000000000000000
TabOrder = 9
Text = 'Cancel'
OnClick = btnCancelClick
end
object btnModifyTrace: TButton
Position.X = 333.000000000000000000
Position.Y = 146.000000000000000000
Size.Width = 106.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
Text = 'Modify trace'
OnClick = btnModifyTraceClick
end
object Label2: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 72.000000000000000000
TextSettings.Font.Size = 18.000000000000000000
Text = 'Issuer'
TabOrder = 11
end
object edIssuer: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 3
Position.X = 152.000000000000000000
Position.Y = 69.000000000000000000
Size.Width = 424.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object Label4: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 112.000000000000000000
TextSettings.Font.Size = 18.000000000000000000
Text = 'Name'
TabOrder = 10
end
object edName: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 2
Position.X = 152.000000000000000000
Position.Y = 109.000000000000000000
Size.Width = 424.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
end