home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / ViePratique / assoscomptescripthp / _SETUP.1 / Restauration.exe / 0 / RCDATA / TSAUVEGARDE / TSAUVEGARDE.txt < prev   
Text File  |  2008-11-15  |  3KB  |  141 lines

  1. object Sauvegarde: TSauvegarde
  2.   Left = 309
  3.   Top = 229
  4.   AutoScroll = False
  5.   Caption = 'Restaurer une Sauvegarde'
  6.   ClientHeight = 256
  7.   ClientWidth = 501
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 497
  24.     Height = 241
  25.     Color = clWhite
  26.     TabOrder = 2
  27.     object Label5: TLabel
  28.       Left = 8
  29.       Top = 224
  30.       Width = 32
  31.       Height = 13
  32.       Caption = 'Label5'
  33.       Visible = False
  34.     end
  35.     object Label7: TLabel
  36.       Left = 136
  37.       Top = 144
  38.       Width = 41
  39.       Height = 16
  40.       Caption = 'Label7'
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clWindowText
  43.       Font.Height = -13
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = []
  46.       ParentFont = False
  47.     end
  48.     object Label8: TLabel
  49.       Left = 8
  50.       Top = 208
  51.       Width = 32
  52.       Height = 13
  53.       Caption = 'Label8'
  54.       Visible = False
  55.     end
  56.     object Label1: TLabel
  57.       Left = 88
  58.       Top = 104
  59.       Width = 334
  60.       Height = 20
  61.       Caption = 'Vous allez effectuer une restauration du :'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clWindowText
  64.       Font.Height = -16
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.     end
  69.     object Image1: TImage
  70.       Left = 8
  71.       Top = 8
  72.       Width = 32
  73.       Height = 32
  74.       AutoSize = True
  75.       Picture.Data = {<image001.ico>}
  76.     end
  77.     object Label2: TLabel
  78.       Left = 208
  79.       Top = 32
  80.       Width = 75
  81.       Height = 20
  82.       Caption = 'Attention'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clRed
  85.       Font.Height = -16
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.     end
  90.     object Image2: TImage
  91.       Left = 168
  92.       Top = 16
  93.       Width = 32
  94.       Height = 32
  95.       AutoSize = True
  96.       Picture.Data = {<image002.ico>}
  97.     end
  98.     object Button2: TButton
  99.       Left = 296
  100.       Top = 200
  101.       Width = 75
  102.       Height = 25
  103.       Cursor = crHandPoint
  104.       Caption = 'Annuler'
  105.       TabOrder = 0
  106.       OnClick = Button2Click
  107.     end
  108.   end
  109.   object Button1: TButton
  110.     Left = 128
  111.     Top = 200
  112.     Width = 75
  113.     Height = 25
  114.     Cursor = crHandPoint
  115.     Caption = 'Restaurer'
  116.     TabOrder = 0
  117.     OnClick = Button1Click
  118.   end
  119.   object StatusBar1: TStatusBar
  120.     Left = 0
  121.     Top = 237
  122.     Width = 501
  123.     Height = 19
  124.     Panels = <>
  125.   end
  126.   object MainMenu1: TMainMenu
  127.     Left = 536
  128.     Top = 224
  129.     object Fichier1: TMenuItem
  130.       Caption = '&Fichier'
  131.       object N1: TMenuItem
  132.         Caption = '-'
  133.       end
  134.       object Quitter1: TMenuItem
  135.         Caption = '&Quitter'
  136.         OnClick = Quitter1Click
  137.       end
  138.     end
  139.   end
  140. end
  141.