home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
software
/
arsclip
/
ArsClip.exe
/
0
/
RCDATA
/
TFRMABOUT
/
TFRMABOUT.txt
< prev
Wrap
Text File
|
2004-03-02
|
3KB
|
119 lines
object FrmAbout: TFrmAbout
Left = 273
Top = 256
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
AutoScroll = False
BorderIcons = []
Caption = 'About - Jackass JoeJoe'#39's ArsClip'
ClientHeight = 178
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 16
Width = 33
Height = 33
Picture.Data = {<image000.ico>}
end
object Label1: TLabel
Left = 48
Top = 16
Width = 46
Height = 13
Caption = 'ArsClip'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = [fsBold]
ParentFont = False
end
object lblVersion: TLabel
Left = 112
Top = 32
Width = 65
Height = 13
Caption = 'lblVersion'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = [fsBold]
ParentFont = False
end
object lblURL: TLabel
Left = 48
Top = 64
Width = 187
Height = 13
Caption = 'http://jackass.arsware.org/'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = [fsBold, fsUnderline]
ParentColor = False
ParentFont = False
Transparent = True
OnClick = lblURLClick
OnMouseEnter = lblURLMouseEnter
OnMouseLeave = lblURLMouseLeave
end
object Label3: TLabel
Left = 48
Top = 88
Width = 217
Height = 39
Caption =
'Got an idea for improvement, a bug to report, or want to donate?' +
' Click on the above link.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label4: TLabel
Left = 48
Top = 32
Width = 53
Height = 13
Caption = 'Version:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 232
Top = 136
Width = 49
Height = 25
Caption = 'Close'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
end