forked from desenvolvimentojd3/DelphiToastMessage
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUnit1.dfm
More file actions
64 lines (64 loc) · 1.29 KB
/
Unit1.dfm
File metadata and controls
64 lines (64 loc) · 1.29 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
object Form1: TForm1
Left = 0
Top = 0
Caption = #27979#35797' Toast'
ClientHeight = 323
ClientWidth = 780
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnResize = FormResize
TextHeight = 15
object Panel1: TPanel
Left = 0
Top = 0
Width = 780
Height = 323
Align = alClient
Caption = 'Panel1'
TabOrder = 0
ExplicitWidth = 776
ExplicitHeight = 322
object Panel2: TPanel
Left = 1
Top = 1
Width = 778
Height = 88
Align = alTop
Caption = 'Panel2'
TabOrder = 0
ExplicitWidth = 774
object Button1: TButton
Left = 72
Top = 32
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
end
object Edit1: TEdit
Left = 128
Top = 232
Width = 121
Height = 23
TabOrder = 1
Text = 'Edit1'
end
object RadioGroup1: TRadioGroup
Left = 456
Top = 150
Width = 185
Height = 105
Caption = 'RadioGroup1'
Items.Strings = (
'Label'
'HTMLPanel')
TabOrder = 2
end
end
end