-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaseGenerator_trace_application_account.fmx
More file actions
174 lines (174 loc) · 5.57 KB
/
Copy pathcaseGenerator_trace_application_account.fmx
File metadata and controls
174 lines (174 loc) · 5.57 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
object formTraceApplicationAccount: TformTraceApplicationAccount
Left = 0
Top = 0
Caption = 'Trace Phone Account'
ClientHeight = 493
ClientWidth = 606
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnShow = FormShow
DesignerMasterStyle = 0
object Label1: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 258.000000000000000000
Size.Width = 169.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Application account'
TabOrder = 0
end
object lbAppAccount: TListBox
Position.X = 24.000000000000000000
Position.Y = 290.000000000000000000
Size.Width = 553.000000000000000000
Size.Height = 157.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
DisableFocusEffect = True
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
OnChange = lbAppAccountChange
Viewport.Width = 549.000000000000000000
Viewport.Height = 153.000000000000000000
end
object btnClose: TButton
Position.X = 184.000000000000000000
Position.Y = 454.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 8
Text = 'Save and close'
OnClick = btnCloseClick
end
object btnAddTrace: TButton
Position.X = 216.000000000000000000
Position.Y = 258.000000000000000000
Size.Width = 105.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = 'Add trace'
OnClick = btnAddTraceClick
end
object ù: TButton
Position.X = 448.000000000000000000
Position.Y = 258.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
Text = 'Delete trace'
OnClick = ùClick
end
object btnCancel: TButton
Position.X = 296.000000000000000000
Position.Y = 454.000000000000000000
TabOrder = 9
Text = 'Cancel'
OnClick = btnCancelClick
end
object btnModifyTrace: TButton
Position.X = 333.000000000000000000
Position.Y = 258.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 = 14
end
object edAppName: 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 = 161.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'App Id'
TabOrder = 12
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 = 'App name'
TabOrder = 13
end
object Label5: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 184.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Display name of App'
TabOrder = 11
end
object edAppDisplayName: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 2
Position.X = 240.000000000000000000
Position.Y = 189.000000000000000000
Size.Width = 272.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
end
object Label6: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 21.000000000000000000
Position.Y = 136.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Account Identifier'
TabOrder = 10
end
object edAccountIdentifier: 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
object cbAppID: TComboBox
Position.X = 242.000000000000000000
Position.Y = 104.000000000000000000
Size.Width = 271.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
end