object form_about: Tform_about
|
|
Left = 310
|
|
Height = 240
|
|
Top = 112
|
|
Width = 352
|
|
BorderStyle = bsDialog
|
|
Caption = 'About this program'
|
|
ClientHeight = 240
|
|
ClientWidth = 352
|
|
Color = clTeal
|
|
Font.Height = -11
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '1.2.4.0'
|
|
object Shape1: TShape
|
|
Left = 0
|
|
Height = 96
|
|
Top = 0
|
|
Width = 352
|
|
end
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 32
|
|
Top = 8
|
|
Width = 78
|
|
Caption = 'Aria2g'
|
|
Font.Height = -27
|
|
Font.Name = 'Sans'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 13
|
|
Top = 40
|
|
Width = 216
|
|
Caption = 'Aria2g is a GUI for aria2c JSON-RPC server.'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Height = 13
|
|
Top = 56
|
|
Width = 210
|
|
Caption = 'Copyright by Vladimir Smagin, 2013-2014'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 9
|
|
Height = 13
|
|
Top = 72
|
|
Width = 126
|
|
Caption = 'http://aria.blindage.org/'
|
|
ParentColor = False
|
|
end
|
|
object Button1: TButton
|
|
Left = 264
|
|
Height = 25
|
|
Top = 13
|
|
Width = 75
|
|
Caption = 'Nice'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 8
|
|
Height = 129
|
|
Top = 103
|
|
Width = 331
|
|
BorderStyle = bsNone
|
|
Color = clTeal
|
|
Font.Color = clWhite
|
|
Font.Height = -9
|
|
Lines.Strings = (
|
|
'This program is free software: you can redistribute it and/or modify it under the '
|
|
'terms of the GNU General Public License as published by the Free Software '
|
|
'Foundation, either version 3 of the License, or (at your option) any later version.'
|
|
''
|
|
'This program is distributed in the hope that it will be useful, but WITHOUT ANY '
|
|
'WARRANTY; without even the implied warranty of MERCHANTABILITY or '
|
|
'FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for '
|
|
'more details.'
|
|
''
|
|
'You should have received a copy of the GNU General Public License along with '
|
|
'this program. If not, see <http://www.gnu.org/licenses/>.'
|
|
)
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
object Label5: TLabel
|
|
Left = 96
|
|
Height = 13
|
|
Top = 24
|
|
Width = 33
|
|
Caption = 'Label5'
|
|
ParentColor = False
|
|
end
|
|
end
|