home *** CD-ROM | disk | FTP | other *** search
/ Freelog 51 / Freelog051.iso / Graphisme / Scrutico / Scrutico.exe / 0 / RCDATA / TAPROPOSFORM / TAPROPOSFORM.txt < prev   
Text File  |  2003-03-31  |  2KB  |  105 lines

  1. object AProposForm: TAProposForm
  2.   Left = 316
  3.   Top = 186
  4.   BorderStyle = bsDialog
  5.   Caption = 'A propos de Scrutico'
  6.   ClientHeight = 277
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 297
  22.     Height = 225
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProductName: TLabel
  27.       Left = 127
  28.       Top = 24
  29.       Width = 48
  30.       Height = 13
  31.       Caption = 'Scrutico'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clBlack
  34.       Font.Height = -11
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.       IsControl = True
  39.     end
  40.     object Version: TLabel
  41.       Left = 128
  42.       Top = 44
  43.       Width = 124
  44.       Height = 13
  45.       Caption = 'Version 2.0  (F'#233'vrier 2003)'
  46.       IsControl = True
  47.     end
  48.     object Copyright: TLabel
  49.       Left = 128
  50.       Top = 96
  51.       Width = 90
  52.       Height = 13
  53.       Caption = 'Antonio DA CRUZ '
  54.       IsControl = True
  55.     end
  56.     object URL: TLabel
  57.       Left = 128
  58.       Top = 116
  59.       Width = 127
  60.       Height = 13
  61.       Cursor = crHandPoint
  62.       Caption = 'http://www.photofiltre.com'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clBlue
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = [fsUnderline]
  68.       ParentFont = False
  69.       OnClick = URLClick
  70.     end
  71.     object Bevel1: TBevel
  72.       Left = 128
  73.       Top = 80
  74.       Width = 153
  75.       Height = 9
  76.       Shape = bsTopLine
  77.     end
  78.     object Panel2: TPanel
  79.       Left = 12
  80.       Top = 12
  81.       Width = 98
  82.       Height = 202
  83.       BevelOuter = bvLowered
  84.       TabOrder = 0
  85.       object Image1: TImage
  86.         Left = 1
  87.         Top = 1
  88.         Width = 96
  89.         Height = 200
  90.         AutoSize = True
  91.         Picture.Data = {<image000.jpg>}
  92.       end
  93.     end
  94.   end
  95.   object BOk: TBitBtn
  96.     Left = 230
  97.     Top = 240
  98.     Width = 75
  99.     Height = 27
  100.     Caption = 'Ok'
  101.     TabOrder = 1
  102.     Kind = bkOK
  103.   end
  104. end
  105.