-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathUnitAbout.dfm
82 lines (82 loc) · 1.98 KB
/
UnitAbout.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
object FormAbout: TFormAbout
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'About'
ClientHeight = 229
ClientWidth = 306
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object LblProgrammer: TLabel
AlignWithMargins = True
Left = 8
Top = 8
Width = 285
Height = 18
Caption = 'Programmer: Abduraimov Mo'#39'minjon'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Tekton Pro Ext'
Font.Style = [fsBold]
ParentFont = False
OnClick = LblProgrammerClick
OnMouseMove = LblProgrammerMouseMove
OnMouseLeave = LblProgrammerMouseLeave
end
object LblWebSite: TLabel
AlignWithMargins = True
Left = 8
Top = 40
Width = 248
Height = 23
Caption = 'Web-site: www.delphi.uz'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tekton Pro Ext'
Font.Style = [fsBold]
ParentFont = False
OnClick = LblWebSiteClick
OnMouseMove = LblWebSiteMouseMove
OnMouseLeave = LblWebSiteMouseLeave
end
object LblCopyright: TLabel
AlignWithMargins = True
Left = 3
Top = 208
Width = 300
Height = 18
Align = alBottom
Alignment = taCenter
Caption = '(c) 2017 @ DelphiUz'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Tekton Pro Ext'
Font.Pitch = fpFixed
Font.Style = [fsBold]
ParentFont = False
ExplicitWidth = 173
end
object PopupMenu1: TPopupMenu
Left = 232
Top = 112
object More1: TMenuItem
Caption = 'More'
ShortCut = 16461
OnClick = More1Click
end
end
end