object HistoForm: THistoForm Left = 318 Top = 174 AlphaBlendValue = 100 BorderStyle = bsDialog Caption = 'Historiques' ClientHeight = 248 ClientWidth = 368 Color = clBtnFace TransparentColorValue = clNone Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BOk: TButton Left = 278 Top = 208 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 3 end object List: TListBox Left = 16 Top = 16 Width = 336 Height = 180 Style = lbOwnerDrawFixed ItemHeight = 16 TabOrder = 0 OnClick = ListClick OnDrawItem = ListDrawItem end object BCopy: TButton Left = 192 Top = 208 Width = 75 Height = 25 Caption = 'Copier' TabOrder = 2 OnClick = BCopyClick end object BUndoRedo: TButton Left = 16 Top = 208 Width = 105 Height = 25 Caption = 'UndoRedo' TabOrder = 1 OnClick = BUndoRedoClick end end