-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit3.dfm
More file actions
83 lines (83 loc) · 1.57 KB
/
Unit3.dfm
File metadata and controls
83 lines (83 loc) · 1.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
object Form3: TForm3
Left = 0
Top = 0
Caption = 'Twitch Website'
ClientHeight = 657
ClientWidth = 1005
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnCreate = FormCreate
TextHeight = 15
object EdgeBrowser1: TEdgeBrowser
Left = 0
Top = 29
Width = 1005
Height = 628
Align = alClient
TabOrder = 0
ExplicitLeft = 512
ExplicitTop = 296
ExplicitWidth = 100
ExplicitHeight = 41
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 1005
Height = 29
Caption = 'ToolBar1'
TabOrder = 1
ExplicitLeft = 712
ExplicitTop = 272
ExplicitWidth = 150
object Button1: TButton
Left = 0
Top = 0
Width = 73
Height = 22
Caption = '< Back'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 73
Top = 0
Width = 70
Height = 22
Caption = 'Forward >'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 143
Top = 0
Width = 75
Height = 22
Caption = 'Reload'
TabOrder = 2
OnClick = Button3Click
end
object Edit1: TEdit
Left = 218
Top = 0
Width = 351
Height = 22
TabOrder = 3
Text = 'https://twitch.tv'
TextHint = 'URL'
end
object Button4: TButton
Left = 569
Top = 0
Width = 75
Height = 22
Caption = 'Go'
TabOrder = 4
OnClick = Button4Click
end
end
end