home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TAPROPOSFORM / TAPROPOSFORM.txt < prev   
Text File  |  2007-09-16  |  2KB  |  109 lines

  1. object AProposForm: TAProposForm
  2.   Left = 326
  3.   Top = 165
  4.   AlphaBlendValue = 100
  5.   BorderStyle = bsNone
  6.   Caption = 'A propos'
  7.   ClientHeight = 320
  8.   ClientWidth = 384
  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 = 384
  26.     Height = 320
  27.     Align = alClient
  28.     TabOrder = 0
  29.     OnMouseDown = PnlFondMouseDown
  30.     object LblCaption: TLabel
  31.       Left = 16
  32.       Top = 156
  33.       Width = 110
  34.       Height = 13
  35.       Caption = 'PhotoFiltre Studio 9.0.0'
  36.       OnMouseDown = PnlFondMouseDown
  37.     end
  38.     object LblAuthor: TLabel
  39.       Left = 16
  40.       Top = 194
  41.       Width = 44
  42.       Height = 13
  43.       Caption = 'Copyright'
  44.       OnMouseDown = PnlFondMouseDown
  45.     end
  46.     object LblSite: TLabel
  47.       Left = 16
  48.       Top = 214
  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 = 258
  58.       Width = 38
  59.       Height = 13
  60.       Caption = 'Licence'
  61.       Color = clBtnFace
  62.       ParentColor = False
  63.       OnMouseDown = PnlFondMouseDown
  64.     end
  65.     object Bevel1: TBevel
  66.       Left = 16
  67.       Top = 243
  68.       Width = 352
  69.       Height = 9
  70.       Shape = bsTopLine
  71.     end
  72.     object LblDate: TLabel
  73.       Left = 16
  74.       Top = 176
  75.       Width = 23
  76.       Height = 13
  77.       Caption = 'Date'
  78.       OnMouseDown = PnlFondMouseDown
  79.     end
  80.     object PnlImg: TPanel
  81.       Left = 16
  82.       Top = 16
  83.       Width = 352
  84.       Height = 129
  85.       Ctl3D = True
  86.       ParentCtl3D = False
  87.       TabOrder = 0
  88.       OnMouseDown = PnlFondMouseDown
  89.       object Image1: TImage
  90.         Left = 1
  91.         Top = 1
  92.         Width = 350
  93.         Height = 127
  94.         Picture.Data = {<image000.jpg>}
  95.         OnMouseDown = PnlFondMouseDown
  96.       end
  97.     end
  98.     object BOk: TButton
  99.       Left = 293
  100.       Top = 278
  101.       Width = 75
  102.       Height = 25
  103.       Caption = 'Ok'
  104.       ModalResult = 1
  105.       TabOrder = 1
  106.     end
  107.   end
  108. end
  109.