home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TAPROPOSFORM / TAPROPOSFORM.txt < prev   
Text File  |  2008-01-12  |  2KB  |  106 lines

  1. object AProposForm: TAProposForm
  2.   Left = 254
  3.   Top = 178
  4.   AlphaBlendValue = 100
  5.   BorderStyle = bsNone
  6.   Caption = 'A propos'
  7.   ClientHeight = 314
  8.   ClientWidth = 368
  9.   Color = clBtnFace
  10.   TransparentColorValue = clNone
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PnlFond: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 368
  26.     Height = 314
  27.     Align = alClient
  28.     TabOrder = 0
  29.     OnMouseDown = PnlFondMouseDown
  30.     object LblCaption: TLabel
  31.       Left = 16
  32.       Top = 136
  33.       Width = 77
  34.       Height = 13
  35.       Caption = 'PhotoFiltre 6.3.1'
  36.       OnMouseDown = PnlFondMouseDown
  37.     end
  38.     object LblAuthor: TLabel
  39.       Left = 16
  40.       Top = 174
  41.       Width = 44
  42.       Height = 13
  43.       Caption = 'Copyright'
  44.       OnMouseDown = PnlFondMouseDown
  45.     end
  46.     object LblSite: TLabel
  47.       Left = 16
  48.       Top = 192
  49.       Width = 127
  50.       Height = 13
  51.       Cursor = crHandPoint
  52.       Caption = 'http://www.photofiltre.com'
  53.       OnClick = LblSiteClick
  54.     end
  55.     object LblLicence: TLabel
  56.       Left = 16
  57.       Top = 228
  58.       Width = 38
  59.       Height = 13
  60.       Caption = 'Licence'
  61.       OnMouseDown = PnlFondMouseDown
  62.     end
  63.     object Bevel1: TBevel
  64.       Left = 16
  65.       Top = 219
  66.       Width = 335
  67.       Height = 9
  68.       Shape = bsTopLine
  69.     end
  70.     object LblDate: TLabel
  71.       Left = 16
  72.       Top = 156
  73.       Width = 23
  74.       Height = 13
  75.       Caption = 'Date'
  76.       OnMouseDown = PnlFondMouseDown
  77.     end
  78.     object PnlImg: TPanel
  79.       Left = 16
  80.       Top = 16
  81.       Width = 335
  82.       Height = 114
  83.       BevelOuter = bvLowered
  84.       TabOrder = 0
  85.       OnMouseDown = PnlFondMouseDown
  86.       object Image1: TImage
  87.         Left = 1
  88.         Top = 1
  89.         Width = 333
  90.         Height = 112
  91.         Picture.Data = {<image000.jpg>}
  92.         OnMouseDown = PnlFondMouseDown
  93.       end
  94.     end
  95.     object BOk: TButton
  96.       Left = 274
  97.       Top = 274
  98.       Width = 77
  99.       Height = 25
  100.       Caption = 'Ok'
  101.       ModalResult = 1
  102.       TabOrder = 1
  103.     end
  104.   end
  105. end
  106.