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 / TPLGDLGFORM / TPLGDLGFORM.txt < prev   
Text File  |  2008-01-12  |  3KB  |  121 lines

  1. object PlgDlgForm: TPlgDlgForm
  2.   Left = 231
  3.   Top = 188
  4.   BorderStyle = bsNone
  5.   Caption = 'A propos du module'
  6.   ClientHeight = 338
  7.   ClientWidth = 335
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PnlFond: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 335
  23.     Height = 338
  24.     TabOrder = 0
  25.     OnMouseDown = PnlFondMouseDown
  26.     object LblCaption: TLabel
  27.       Left = 16
  28.       Top = 128
  29.       Width = 76
  30.       Height = 16
  31.       Caption = 'NomPlugin'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -13
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.       OnMouseDown = PnlFondMouseDown
  39.     end
  40.     object LblVersion: TLabel
  41.       Left = 16
  42.       Top = 150
  43.       Width = 65
  44.       Height = 13
  45.       Caption = 'Version (date)'
  46.       OnMouseDown = PnlFondMouseDown
  47.     end
  48.     object LblAuthor: TLabel
  49.       Left = 16
  50.       Top = 168
  51.       Width = 31
  52.       Height = 13
  53.       Caption = 'Auteur'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       OnMouseDown = PnlFondMouseDown
  61.     end
  62.     object Bevel1: TBevel
  63.       Left = 16
  64.       Top = 192
  65.       Width = 302
  66.       Height = 9
  67.       Shape = bsTopLine
  68.     end
  69.     object LblType: TLabel
  70.       Left = 16
  71.       Top = 204
  72.       Width = 76
  73.       Height = 13
  74.       Caption = 'Type de module'
  75.       OnMouseDown = PnlFondMouseDown
  76.     end
  77.     object LblFile: TLabel
  78.       Left = 16
  79.       Top = 220
  80.       Width = 68
  81.       Height = 13
  82.       Caption = 'Nom du fichier'
  83.       OnMouseDown = PnlFondMouseDown
  84.     end
  85.     object LblComment: TLabel
  86.       Left = 16
  87.       Top = 244
  88.       Width = 61
  89.       Height = 13
  90.       Caption = 'Commentaire'
  91.       OnMouseDown = PnlFondMouseDown
  92.     end
  93.     object Panel1: TPanel
  94.       Left = 16
  95.       Top = 16
  96.       Width = 302
  97.       Height = 102
  98.       BevelOuter = bvLowered
  99.       TabOrder = 0
  100.       OnMouseDown = PnlFondMouseDown
  101.       object Image1: TImage
  102.         Left = 1
  103.         Top = 1
  104.         Width = 300
  105.         Height = 100
  106.         Picture.Data = {<image000.jpg>}
  107.         OnMouseDown = PnlFondMouseDown
  108.       end
  109.     end
  110.     object Button1: TButton
  111.       Left = 242
  112.       Top = 296
  113.       Width = 75
  114.       Height = 25
  115.       Caption = 'Ok'
  116.       ModalResult = 1
  117.       TabOrder = 1
  118.     end
  119.   end
  120. end
  121.