home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TAPROPOSFORM / TAPROPOSFORM.txt < prev   
Text File  |  2004-10-02  |  3KB  |  152 lines

  1. object AProposForm: TAProposForm
  2.   Left = 254
  3.   Top = 178
  4.   AlphaBlendValue = 100
  5.   BorderStyle = bsNone
  6.   Caption = 'A propos'
  7.   ClientHeight = 338
  8.   ClientWidth = 335
  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 = 335
  26.     Height = 338
  27.     Align = alClient
  28.     TabOrder = 0
  29.     OnMouseDown = PnlFondMouseDown
  30.     object LblCaption: TLabel
  31.       Left = 16
  32.       Top = 128
  33.       Width = 112
  34.       Height = 16
  35.       Caption = 'PhotoFiltre 6.0.2'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -13
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       OnMouseDown = PnlFondMouseDown
  43.     end
  44.     object LblAuthor: TLabel
  45.       Left = 16
  46.       Top = 166
  47.       Width = 44
  48.       Height = 13
  49.       Caption = 'Copyright'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       OnMouseDown = PnlFondMouseDown
  57.     end
  58.     object LblSite: TLabel
  59.       Left = 16
  60.       Top = 208
  61.       Width = 127
  62.       Height = 13
  63.       Cursor = crHandPoint
  64.       Caption = 'http://www.photofiltre.com'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlue
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsUnderline]
  70.       ParentFont = False
  71.       OnClick = LblSiteClick
  72.     end
  73.     object LblLicence: TLabel
  74.       Left = 16
  75.       Top = 252
  76.       Width = 38
  77.       Height = 13
  78.       Caption = 'Licence'
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clBlack
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.       OnMouseDown = PnlFondMouseDown
  86.     end
  87.     object Bevel1: TBevel
  88.       Left = 16
  89.       Top = 240
  90.       Width = 300
  91.       Height = 9
  92.       Shape = bsTopLine
  93.     end
  94.     object Label1: TLabel
  95.       Left = 16
  96.       Top = 184
  97.       Width = 51
  98.       Height = 13
  99.       Caption = 'Traduction'
  100.       Color = clBtnFace
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clGray
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = []
  106.       ParentColor = False
  107.       ParentFont = False
  108.       OnMouseDown = PnlFondMouseDown
  109.     end
  110.     object LblDate: TLabel
  111.       Left = 16
  112.       Top = 148
  113.       Width = 23
  114.       Height = 13
  115.       Caption = 'Date'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clWindowText
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       OnMouseDown = PnlFondMouseDown
  123.     end
  124.     object PnlImg: TPanel
  125.       Left = 16
  126.       Top = 16
  127.       Width = 302
  128.       Height = 102
  129.       BevelOuter = bvLowered
  130.       TabOrder = 0
  131.       OnMouseDown = PnlFondMouseDown
  132.       object Image1: TImage
  133.         Left = 1
  134.         Top = 1
  135.         Width = 300
  136.         Height = 100
  137.         Picture.Data = {<image000.jpg>}
  138.         OnMouseDown = PnlFondMouseDown
  139.       end
  140.     end
  141.     object BOk: TButton
  142.       Left = 242
  143.       Top = 296
  144.       Width = 75
  145.       Height = 25
  146.       Caption = 'Ok'
  147.       ModalResult = 1
  148.       TabOrder = 1
  149.     end
  150.   end
  151. end
  152.