-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenUrlFrame.dfm
More file actions
75 lines (75 loc) · 1.42 KB
/
Copy pathOpenUrlFrame.dfm
File metadata and controls
75 lines (75 loc) · 1.42 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
object FrmOpenUrlFrame: TFrmOpenUrlFrame
Left = 0
Top = 0
Width = 972
Height = 713
Hint = 'Laporan'
OnCreate = UniFrameCreate
TabOrder = 0
object UniPanel1: TUniPanel
Left = 0
Top = 0
Width = 972
Height = 680
Hint = ''
Align = alClient
TabOrder = 0
Caption = ''
object uURLFrame: TUniURLFrame
Left = 1
Top = 1
Width = 970
Height = 678
Hint = ''
Align = alClient
TabOrder = 1
ParentColor = False
Color = clBtnFace
end
end
object uPanelBottom: TUniPanel
Left = 0
Top = 680
Width = 972
Height = 33
Hint = ''
Align = alBottom
TabOrder = 1
Caption = ''
object uPanelGaris: TUniPanel
Left = 1
Top = 7
Width = 500
Height = 1
Hint = ''
TabOrder = 1
BorderStyle = ubsNone
Caption = ''
Color = 16440540
end
object UniLabel_Powered: TUniLabel
Left = 3
Top = 14
Width = 128
Height = 10
Hint = ''
Caption = 'Created By Tim SysDev BPKAD HST'
ParentFont = False
Font.Color = 9276813
Font.Height = -8
TabOrder = 2
end
object UniBitBtn1: TUniBitBtn
Left = 896
Top = 1
Width = 75
Height = 31
Hint = ''
Caption = 'Back'
Align = alRight
TabOrder = 3
Images = UniMainModule.UniImageList
OnClick = UniBitBtn1Click
end
end
end