-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.dfm
224 lines (224 loc) · 4.77 KB
/
about.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
object AboutForm: TAboutForm
Left = 550
Top = 428
BorderStyle = bsSingle
Caption = 'PDFTK Builder - About'
ClientHeight = 243
ClientWidth = 327
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 144
TextHeight = 16
object Label1: TLabel
Left = 85
Top = 24
Width = 153
Height = 26
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'PDFTK Builder'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label2: TLabel
Left = 97
Top = 141
Width = 129
Height = 15
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'A graphical front-end for'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 62
Top = 154
Width = 198
Height = 15
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'the open source PDF Toolkit (PDFtk)'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object lblUrl: TLabel
Left = 30
Top = 173
Width = 262
Height = 14
Cursor = crHandPoint
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Alignment = taCenter
AutoSize = False
Caption = 'https://www.pdflabs.com/tools/pdftk-server/'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
OnClick = lblUrlClick
end
object Label3: TLabel
Left = 66
Top = 87
Width = 190
Height = 15
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Alignment = taCenter
Caption = 'Copyright '#169' 2017-19 by David King'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object lblVersion: TLabel
Left = 81
Top = 48
Width = 144
Height = 15
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Alignment = taCenter
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Image1: TImage
Left = 41
Top = 25
Width = 31
Height = 33
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
AutoSize = True
end
object Label5: TLabel
Left = 20
Top = 125
Width = 283
Height = 15
Cursor = crHandPoint
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Alignment = taCenter
Caption = 'https://github.com/LandrixSoftware/PDFTK-Builder'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
OnClick = lblUrlClick
end
object Label6: TLabel
Left = 53
Top = 106
Width = 216
Height = 30
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Alignment = taCenter
Caption = 'Copyright '#169' 2005-18 by Angus Johnson'#10
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 126
Top = 48
Width = 71
Height = 15
Alignment = taCenter
Caption = 'Version 5.0.0'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 74
Top = 68
Width = 174
Height = 15
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Alignment = taCenter
Caption = 'Copyright '#169' 2020 Sven Harazim'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 124
Top = 202
Width = 75
Height = 24
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Cancel = True
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
end
end