object frmDiscard: TfrmDiscard Left = 197 Top = 81 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '$$$BILAN$$$' ClientHeight = 386 ClientWidth = 482 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 16 Top = 8 Width = 129 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '$$$FICHIERS' end object Label3: TLabel Left = 160 Top = 8 Width = 48 Height = 13 Caption = '$$$NBRE' end object Label4: TLabel Left = 160 Top = 24 Width = 42 Height = 13 Caption = '$$$SIZE' end object lblNombre: TLabel Left = 216 Top = 8 Width = 47 Height = 13 Caption = 'lblNombre' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblTaille: TLabel Left = 216 Top = 24 Width = 35 Height = 13 Caption = 'lblTaille' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 16 Top = 48 Width = 457 Height = 9 Shape = bsTopLine end object Label1: TLabel Left = 16 Top = 64 Width = 133 Height = 13 Caption = '$$$FICH NON SAUVES$$$' end object Label5: TLabel Left = 16 Top = 272 Width = 457 Height = 33 AutoSize = False Caption = '$$$ACCEDES PAR APPLI$$$' WordWrap = True end object Label6: TLabel Left = 16 Top = 312 Width = 156 Height = 13 Caption = '$$$ABANDON POUR QUITTER' end object Bevel2: TBevel Left = 16 Top = 336 Width = 457 Height = 9 Shape = bsTopLine end object lstDiscardIn: TListBox Left = 16 Top = 80 Width = 457 Height = 185 TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 2 end object lstDiscardOut: TListBox Left = 328 Top = 8 Width = 121 Height = 25 TabStop = False Color = clYellow ItemHeight = 13 TabOrder = 3 Visible = False end object btnRetenter: TBitBtn Left = 128 Top = 352 Width = 88 Height = 27 Caption = '$$$RTRY' TabOrder = 0 OnClick = btnRetenterClick Kind = bkRetry end object btnAbandon: TBitBtn Left = 256 Top = 352 Width = 88 Height = 27 Caption = '$$$ABAND' TabOrder = 1 OnClick = btnAbandonClick Kind = bkAbort end end