object PlgDlgForm: TPlgDlgForm Left = 231 Top = 188 BorderStyle = bsNone Caption = 'A propos du module' ClientHeight = 338 ClientWidth = 335 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PnlFond: TPanel Left = 0 Top = 0 Width = 335 Height = 338 TabOrder = 0 OnMouseDown = PnlFondMouseDown object LblCaption: TLabel Left = 16 Top = 128 Width = 76 Height = 16 Caption = 'NomPlugin' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseDown = PnlFondMouseDown end object LblVersion: TLabel Left = 16 Top = 150 Width = 65 Height = 13 Caption = 'Version (date)' OnMouseDown = PnlFondMouseDown end object LblAuthor: TLabel Left = 16 Top = 168 Width = 31 Height = 13 Caption = 'Auteur' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnMouseDown = PnlFondMouseDown end object Bevel1: TBevel Left = 16 Top = 192 Width = 302 Height = 9 Shape = bsTopLine end object LblType: TLabel Left = 16 Top = 204 Width = 76 Height = 13 Caption = 'Type de module' OnMouseDown = PnlFondMouseDown end object LblFile: TLabel Left = 16 Top = 220 Width = 68 Height = 13 Caption = 'Nom du fichier' OnMouseDown = PnlFondMouseDown end object LblComment: TLabel Left = 16 Top = 244 Width = 61 Height = 13 Caption = 'Commentaire' OnMouseDown = PnlFondMouseDown end object Panel1: TPanel Left = 16 Top = 16 Width = 302 Height = 102 BevelOuter = bvLowered TabOrder = 0 OnMouseDown = PnlFondMouseDown object Image1: TImage Left = 1 Top = 1 Width = 300 Height = 100 Picture.Data = {} OnMouseDown = PnlFondMouseDown end end object Button1: TButton Left = 242 Top = 296 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end end end