-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit2.dfm
More file actions
77 lines (77 loc) · 1.65 KB
/
Unit2.dfm
File metadata and controls
77 lines (77 loc) · 1.65 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
object Form2: TForm2
Left = 465
Top = 212
Width = 466
Height = 344
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Sobre'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = -8
Width = 449
Height = 313
TabOrder = 0
object Label1: TLabel
Left = 112
Top = 32
Width = 204
Height = 36
Caption = 'Simple Notes'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Showcard Gothic'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label2: TLabel
Left = 176
Top = 160
Width = 90
Height = 24
Caption = 'Vers'#227'o 1.5'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 152
Top = 112
Width = 145
Height = 16
Caption = 'Felipe Prestes Aranalde'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Fechar: TButton
Left = 160
Top = 232
Width = 113
Height = 41
Caption = 'Voltar'
TabOrder = 0
OnClick = FecharClick
end
end
object XPManifest1: TXPManifest
Left = 400
Top = 264
end
end