forked from VSoftTechnologies/DUnitX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DUNitX.Loggers.MobileGUI.fmx
188 lines (188 loc) · 6.31 KB
/
DUNitX.Loggers.MobileGUI.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
object MobileGUITestRunner: TMobileGUITestRunner
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 544
ClientWidth = 774
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
DesignerMasterStyle = 2
object Panel1: TPanel
Align = Client
Size.Width = 774.000000000000000000
Size.Height = 544.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object ToolBar1: TToolBar
Size.Width = 774.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object RunTestsButton: TButton
TabOrder = 0
Text = 'Run'
OnClick = RunTestsButtonClick
end
object TestProgress: TProgressBar
Orientation = Horizontal
Position.X = 456.000000000000000000
Position.Y = 32.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 4.000000000000000000
Size.PlatformDefault = False
end
object ProgressLabel: TLabel
Position.X = 456.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 21.000000000000000000
Size.PlatformDefault = False
TextSettings.WordWrap = False
Text = 'ProgressLabel'
end
end
object TabControl1: TTabControl
Align = Client
FullSize = True
Size.Width = 774.000000000000000000
Size.Height = 500.000000000000000000
Size.PlatformDefault = False
TabHeight = 49.000000000000000000
TabIndex = 0
TabOrder = 1
TabPosition = PlatformDefault
object TestsTab: TTabItem
CustomIcon = <
item
end>
IsSelected = True
Size.Width = 387.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'Tests'
ExplicitSize.cx = 387.000000000000000000
ExplicitSize.cy = 49.000000000000000000
object TestsListView: TListView
ItemAppearanceClassName = 'TListItemAppearance'
ItemEditAppearanceClassName = 'TListItemDeleteAppearance'
HeaderAppearanceClassName = 'TListHeaderObjects'
FooterAppearanceClassName = 'TListHeaderObjects'
Align = Client
Size.Width = 774.000000000000000000
Size.Height = 451.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
ItemAppearanceObjects.ItemObjects.Accessory.AccessoryType = Checkmark
ItemAppearanceObjects.ItemObjects.Accessory.Visible = False
CanSwipeDelete = False
OnItemClick = TestsListViewItemClick
ShowSelection = False
end
end
object ResultsTab: TTabItem
CustomIcon = <
item
end>
IsSelected = False
Size.Width = 387.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'Results'
ExplicitSize.cx = 387.000000000000000000
ExplicitSize.cy = 49.000000000000000000
object Panel2: TPanel
Align = Client
Size.Width = 50.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object Panel3: TPanel
Align = Top
Size.Width = 50.000000000000000000
Size.Height = 120.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object Label1: TLabel
Position.X = 8.000000000000000000
Position.Y = 8.000000000000000000
Text = 'Runs'
end
object Label2: TLabel
Position.X = 8.000000000000000000
Position.Y = 32.000000000000000000
Text = 'Success'
end
object Label3: TLabel
Position.X = 8.000000000000000000
Position.Y = 56.000000000000000000
Text = 'Fail'
end
object Label4: TLabel
Position.X = 8.000000000000000000
Position.Y = 80.000000000000000000
Text = 'Leaked'
end
object RunsLabel: TLabel
Position.X = 120.000000000000000000
Position.Y = 8.000000000000000000
Text = 'TotalRuns'
end
object FailLabel: TLabel
Position.X = 120.000000000000000000
Position.Y = 56.000000000000000000
Text = 'TestsFailed'
end
object SuccessLabel: TLabel
Position.X = 120.000000000000000000
Position.Y = 32.000000000000000000
Text = 'TestsPassed'
end
object LeakedLabel: TLabel
Position.X = 120.000000000000000000
Position.Y = 80.000000000000000000
Text = 'Leaks'
end
end
object FailList: TListView
ItemAppearanceClassName = 'TListItemAppearance'
ItemEditAppearanceClassName = 'TListItemShowCheckAppearance'
HeaderAppearanceClassName = 'TListHeaderObjects'
FooterAppearanceClassName = 'TListHeaderObjects'
Align = Left
Position.Y = 120.000000000000000000
Size.Width = 321.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
OnItemClick = FailListItemClick
end
object FailedTestMessage: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
ReadOnly = True
Align = Client
Size.Width = -279.000000000000000000
Size.Height = -70.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Viewport.Width = 42.000000000000000000
Viewport.Height = 42.000000000000000000
end
object Splitter1: TSplitter
Align = Left
Cursor = crSizeNS
MinSize = 20.000000000000000000
Position.X = 321.000000000000000000
Position.Y = 120.000000000000000000
Size.Width = 8.000000000000000000
Size.PlatformDefault = False
end
end
end
end
end
end