This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
AboutForms.dfm
89 lines (89 loc) · 1.99 KB
/
AboutForms.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
inherited AboutForm: TAboutForm
AlignWithMargins = True
Left = 640
Top = 457
BorderStyle = bsToolWindow
Caption = 'About ACCPC'
ClientHeight = 193
ClientWidth = 401
KeyPreview = True
Position = poScreenCenter
OnKeyDown = FormKeyDown
ExplicitWidth = 407
ExplicitHeight = 217
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 24
Width = 235
Height = 13
Caption = 'Auto completion for custom PHP classes (ACCPC)'
end
object Label2: TLabel
Left = 24
Top = 40
Width = 296
Height = 13
Caption = 'Version {sAppVersionDisplay} (Win32, Unicode) for Notepad++'
end
object Label3: TLabel
Left = 24
Top = 67
Width = 188
Height = 13
Caption = 'Written by Stanislav Eckert, 2013-2015,'
end
object Label4: TLabel
Left = 218
Top = 67
Width = 134
Height = 13
Cursor = crHandPoint
Caption = '[email protected]'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = Label4Click
end
object Label5: TLabel
Left = 24
Top = 85
Width = 216
Height = 13
Caption = 'Base plugin template by Damjan Zobo Cvetko'
end
object Label6: TLabel
Left = 24
Top = 112
Width = 160
Height = 13
Caption = 'Additional third parties code'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label7: TLabel
Left = 24
Top = 131
Width = 305
Height = 13
Caption = '- Virtual Treeview v5.5.3 (JAM Software, www.jam-software.com)'
end
object Button1: TButton
Left = 163
Top = 157
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 0
end
end