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

  1. object comfirmesauvegarde: Tcomfirmesauvegarde
  2.   Left = 309
  3.   Top = 229
  4.   AutoScroll = False
  5.   Caption = 'Restauration en cours ...'
  6.   ClientHeight = 260
  7.   ClientWidth = 499
  8.   Color = clBtnFace
  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.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 497
  26.     Height = 241
  27.     Color = clWhite
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 8
  31.       Top = 8
  32.       Width = 32
  33.       Height = 32
  34.       AutoSize = True
  35.       Picture.Data = {<image001.ico>}
  36.     end
  37.     object Image2: TImage
  38.       Left = 56
  39.       Top = 80
  40.       Width = 32
  41.       Height = 32
  42.       AutoSize = True
  43.       Picture.Data = {<image002.ico>}
  44.       Visible = False
  45.     end
  46.     object ProLabel1: TProLabel
  47.       Left = 112
  48.       Top = 24
  49.       Width = 284
  50.       Height = 24
  51.       Caption = 'Patientez Restauration en cours ...'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clRed
  54.       Font.Height = -19
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       HighlightDirection = drDownRight
  58.       HighlightDepth = 1
  59.       ParentFont = False
  60.       ShadowStyle = ssRecessedShadow
  61.       ShadowDirection = drUpLeft
  62.       ShadowDepth = 1
  63.       ShadowSize = 1
  64.     end
  65.     object Label2: TLabel
  66.       Left = 104
  67.       Top = 96
  68.       Width = 287
  69.       Height = 13
  70.       Caption = 'Restauration de la table Adh'#233'rents effectu'#233'e avec succ'#232's ...'
  71.       Visible = False
  72.     end
  73.     object Image3: TImage
  74.       Left = 80
  75.       Top = 120
  76.       Width = 32
  77.       Height = 32
  78.       AutoSize = True
  79.       Picture.Data = {<image003.ico>}
  80.       Visible = False
  81.     end
  82.     object Image4: TImage
  83.       Left = 104
  84.       Top = 160
  85.       Width = 32
  86.       Height = 32
  87.       AutoSize = True
  88.       Picture.Data = {<image004.ico>}
  89.       Visible = False
  90.     end
  91.     object Label3: TLabel
  92.       Left = 128
  93.       Top = 136
  94.       Width = 288
  95.       Height = 13
  96.       Caption = 'Restauration de la table Paiements '#233'ffectu'#233'e avec succ'#232's ...'
  97.       Visible = False
  98.     end
  99.     object Label4: TLabel
  100.       Left = 152
  101.       Top = 176
  102.       Width = 290
  103.       Height = 13
  104.       Caption = 'Restauration de la table Cotisations effectu'#233'e avec succ'#232's ...'
  105.       Visible = False
  106.     end
  107.     object ProLabel2: TProLabel
  108.       Left = 104
  109.       Top = 24
  110.       Width = 331
  111.       Height = 24
  112.       Caption = 'Restauration effectu'#233'e avec succ'#232's'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clRed
  115.       Font.Height = -20
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = [fsBold]
  118.       HighlightDirection = drDownRight
  119.       HighlightDepth = 1
  120.       ParentFont = False
  121.       ShadowStyle = ssRecessedShadow
  122.       ShadowDirection = drUpLeft
  123.       ShadowDepth = 1
  124.       ShadowSize = 1
  125.       Visible = False
  126.     end
  127.     object Button1: TButton
  128.       Left = 224
  129.       Top = 208
  130.       Width = 91
  131.       Height = 25
  132.       Cursor = crHandPoint
  133.       Caption = 'Quitter'
  134.       TabOrder = 0
  135.       Visible = False
  136.       OnClick = Button1Click
  137.     end
  138.   end
  139.   object StatusBar1: TStatusBar
  140.     Left = 0
  141.     Top = 241
  142.     Width = 499
  143.     Height = 19
  144.     Panels = <>
  145.   end
  146.   object MainMenu1: TMainMenu
  147.     Left = 440
  148.     Top = 144
  149.     object Fichier1: TMenuItem
  150.       Caption = '&Fichier'
  151.       object N1: TMenuItem
  152.         Caption = '-'
  153.       end
  154.       object Quitter1: TMenuItem
  155.         Caption = '&Quitter'
  156.         OnClick = Quitter1Click
  157.       end
  158.     end
  159.   end
  160.   object Timer1: TTimer
  161.     Enabled = False
  162.     Interval = 500
  163.     OnTimer = Timer1Timer
  164.     Left = 448
  165.     Top = 8
  166.   end
  167.   object Timer2: TTimer
  168.     Enabled = False
  169.     Interval = 3000
  170.     OnTimer = Timer2Timer
  171.     Left = 408
  172.     Top = 8
  173.   end
  174.   object Timer3: TTimer
  175.     Enabled = False
  176.     Interval = 3500
  177.     OnTimer = Timer3Timer
  178.     Left = 368
  179.     Top = 8
  180.   end
  181.   object Timer4: TTimer
  182.     Enabled = False
  183.     Interval = 4000
  184.     OnTimer = Timer4Timer
  185.     Left = 328
  186.     Top = 8
  187.   end
  188. end
  189.