-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutUs.~dfm
More file actions
executable file
·60 lines (60 loc) · 1.08 KB
/
AboutUs.~dfm
File metadata and controls
executable file
·60 lines (60 loc) · 1.08 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
object Form10: TForm10
Left = 103
Top = 277
Width = 1142
Height = 656
Caption = 'About Us'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 64
Top = 56
Width = 473
Height = 489
TabOrder = 0
object Label1: TLabel
Left = 40
Top = 48
Width = 58
Height = 13
Caption = 'Who we are'
end
object Label2: TLabel
Left = 40
Top = 184
Width = 58
Height = 13
Caption = 'What we do'
end
object Label3: TLabel
Left = 40
Top = 296
Width = 87
Height = 13
Caption = 'Mission and Vision'
end
object Label4: TLabel
Left = 32
Top = 392
Width = 83
Height = 13
Caption = 'How we can help'
end
end
object BitBtn1: TBitBtn
Left = 560
Top = 64
Width = 75
Height = 25
Caption = '&Back'
TabOrder = 1
Kind = bkClose
end
end