object frmStartSave: TfrmStartSave Left = 119 Top = 109 HelpContext = 6000 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '$$$SAUVEGARDE$$$' ClientHeight = 190 ClientWidth = 381 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 Label1: TLabel Left = 32 Top = 16 Width = 86 Height = 13 Alignment = taRightJustify Caption = '$$$PROCEDURE' end object lblProcedure: TLabel Left = 128 Top = 16 Width = 59 Height = 13 Caption = 'lblProcedure' end object Label2: TLabel Left = 48 Top = 40 Width = 72 Height = 13 Alignment = taRightJustify Caption = '$$$REP DEST' end object lblDestPath: TLabel Left = 128 Top = 40 Width = 241 Height = 13 AutoSize = False Caption = 'lblDestPath' end object btnOK: TBitBtn Left = 48 Top = 152 Width = 80 Height = 27 Caption = '&OK' TabOrder = 0 Kind = bkOK end object btnAnnuler: TBitBtn Left = 152 Top = 152 Width = 80 Height = 27 Caption = '$$$ANNUL' TabOrder = 1 Kind = bkCancel end object GroupBox1: TGroupBox Left = 8 Top = 64 Width = 361 Height = 73 Caption = '$$$OPTIONS' TabOrder = 2 object chkSaveAll: TCheckBox Left = 8 Top = 24 Width = 305 Height = 17 Caption = '$$$SAVE ALL FILES$$$' TabOrder = 0 end object chkSimule: TCheckBox Left = 8 Top = 48 Width = 305 Height = 17 Caption = '$$$SIMULATION$$$' TabOrder = 1 end end object btnAide: TBitBtn Left = 256 Top = 152 Width = 80 Height = 27 Caption = '$$$AID' TabOrder = 3 OnClick = btnAideClick Kind = bkHelp end end