forked from VSoftTechnologies/DUnitX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDUNitX.Loggers.GUIX.fmx
49 lines (49 loc) · 1.18 KB
/
DUNitX.Loggers.GUIX.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
object GUIXTestRunner: TGUIXTestRunner
Left = 0
Top = 0
Caption = 'DUNitX'
ClientHeight = 480
ClientWidth = 767
Visible = False
OnCreate = FormCreate
OnDestroy = FormDestroy
StyleLookup = 'backgroundstyle'
object TopPanel: TPanel
Align = alMostTop
Width = 767.000000000000000000
Height = 33.000000000000000000
TabOrder = 0
object ToolBar1: TToolBar
Width = 767.000000000000000000
Height = 33.000000000000000000
TabOrder = 0
object Button1: TButton
Width = 57.000000000000000000
Height = 33.000000000000000000
TabOrder = 0
end
end
end
object Panel1: TPanel
Align = alClient
Position.Point = '(0,33)'
Width = 767.000000000000000000
Height = 447.000000000000000000
TabOrder = 1
object TestTree: TTreeView
Align = alLeft
Width = 450.000000000000000000
Height = 447.000000000000000000
TabOrder = 0
end
object Splitter1: TSplitter
Align = alLeft
Cursor = crHSplit
Position.Point = '(450,0)'
Width = 15.000000000000000000
Height = 447.000000000000000000
TabOrder = 1
MinSize = 20.000000000000000000
end
end
end