-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaseGenerator_trace_app_account.fmx
More file actions
155 lines (155 loc) · 4.97 KB
/
caseGenerator_trace_app_account.fmx
File metadata and controls
155 lines (155 loc) · 4.97 KB
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
object formTraceAppAccount: TformTraceAppAccount
Left = 0
Top = 0
Caption = 'Trace Phone Account'
ClientHeight = 433
ClientWidth = 606
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Label1: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 186.000000000000000000
Size.Width = 169.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Application account'
TabOrder = 0
end
object lbFacebookAccount: TListBox
Position.X = 24.000000000000000000
Position.Y = 218.000000000000000000
Size.Width = 553.000000000000000000
Size.Height = 157.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
DisableFocusEffect = True
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
OnChange = lbFacebookAccountChange
Viewport.Width = 549.000000000000000000
Viewport.Height = 153.000000000000000000
end
object btnClose: TButton
Position.X = 184.000000000000000000
Position.Y = 382.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 = 186.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 = 186.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 = 382.000000000000000000
TabOrder = 9
Text = 'Cancel'
OnClick = btnCancelClick
end
object btnModifyTrace: TButton
Position.X = 333.000000000000000000
Position.Y = 186.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 = 192.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 257.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Application Account '
TabOrder = 13
end
object edIssuer: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 3
Position.X = 240.000000000000000000
Position.Y = 61.000000000000000000
Size.Width = 272.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object Label3: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 96.000000000000000000
Size.Width = 281.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'ID App'
TabOrder = 11
end
object edID: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 2
Position.X = 240.000000000000000000
Position.Y = 101.000000000000000000
Size.Width = 272.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object Label4: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 56.000000000000000000
Size.Width = 177.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Issuer /App name'
TabOrder = 12
end
object Label5: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 136.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Display name'
TabOrder = 10
end
object edDisplayName: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 1
Position.X = 240.000000000000000000
Position.Y = 141.000000000000000000
Size.Width = 272.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
end