-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit6.dfm
91 lines (91 loc) · 1.94 KB
/
Unit6.dfm
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
object Form6: TForm6
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = 'StreamDJ'
ClientHeight = 498
ClientWidth = 437
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnCreate = FormCreate
TextHeight = 15
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 421
Height = 422
Caption = 'Built-in Browser'
TabOrder = 0
object EdgeBrowser1: TEdgeBrowser
Left = 2
Top = 17
Width = 417
Height = 403
Align = alClient
TabOrder = 0
end
object Panel1: TPanel
Left = 16
Top = 24
Width = 393
Height = 385
TabOrder = 1
object Label1: TLabel
Left = 144
Top = 16
Width = 97
Height = 15
Caption = 'What is StreamDJ. '
end
object Label2: TLabel
Left = 40
Top = 45
Width = 296
Height = 15
Caption = ' It'#39's a service for streamers which allows viewers to order'
end
object Label3: TLabel
Left = 88
Top = 66
Width = 221
Height = 15
Caption = 'songs from YouTube to played on stream.'
end
object Label4: TLabel
Left = 40
Top = 96
Width = 310
Height = 15
Caption = 'Streamer can let viewers order for free or using real money.'
end
object Label5: TLabel
Left = 41
Top = 128
Width = 309
Height = 15
Caption = 'This tool lets you view current songs and even order some.'
end
end
end
object Button1: TButton
Left = 8
Top = 465
Width = 421
Height = 25
Caption = 'Load'
TabOrder = 1
OnClick = Button1Click
end
object Edit1: TEdit
Left = 8
Top = 436
Width = 421
Height = 23
TabOrder = 2
TextHint = 'Channel Name (might be different from Twitch'#39's one)'
end
end