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   
Text File  |  2004-03-02  |  3KB  |  119 lines

  1. object FrmAbout: TFrmAbout
  2.   Left = 273
  3.   Top = 256
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   BorderIcons = []
  8.   Caption = 'About - Jackass JoeJoe'#39's ArsClip'
  9.   ClientHeight = 178
  10.   ClientWidth = 298
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 8
  24.     Top = 16
  25.     Width = 33
  26.     Height = 33
  27.     Picture.Data = {<image000.ico>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 48
  31.     Top = 16
  32.     Width = 46
  33.     Height = 13
  34.     Caption = 'ArsClip'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Verdana'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object lblVersion: TLabel
  43.     Left = 112
  44.     Top = 32
  45.     Width = 65
  46.     Height = 13
  47.     Caption = 'lblVersion'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'Verdana'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object lblURL: TLabel
  56.     Left = 48
  57.     Top = 64
  58.     Width = 187
  59.     Height = 13
  60.     Caption = 'http://jackass.arsware.org/'
  61.     Color = clBtnFace
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'Verdana'
  66.     Font.Style = [fsBold, fsUnderline]
  67.     ParentColor = False
  68.     ParentFont = False
  69.     Transparent = True
  70.     OnClick = lblURLClick
  71.     OnMouseEnter = lblURLMouseEnter
  72.     OnMouseLeave = lblURLMouseLeave
  73.   end
  74.   object Label3: TLabel
  75.     Left = 48
  76.     Top = 88
  77.     Width = 217
  78.     Height = 39
  79.     Caption = 
  80.       'Got an idea for improvement, a bug to report, or want to donate?' +
  81.       ' Click on the above link.'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     WordWrap = True
  89.   end
  90.   object Label4: TLabel
  91.     Left = 48
  92.     Top = 32
  93.     Width = 53
  94.     Height = 13
  95.     Caption = 'Version:'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -11
  99.     Font.Name = 'Verdana'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.   end
  103.   object Button1: TButton
  104.     Left = 232
  105.     Top = 136
  106.     Width = 49
  107.     Height = 25
  108.     Caption = 'Close'
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 0
  116.     OnClick = Button1Click
  117.   end
  118. end
  119.