home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 September / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMLOGONPENDING / TFRMLOGONPENDING.txt < prev   
Encoding:
Text File  |  2000-07-27  |  2.9 KB  |  155 lines

  1. object frmLogonPending: TfrmLogonPending
  2.   Left = 314
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Logging on...'
  7.   ClientHeight = 94
  8.   ClientWidth = 328
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblStatusText: TLabel
  22.     Left = 52
  23.     Top = 12
  24.     Width = 265
  25.     Height = 41
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     WordWrap = True
  29.   end
  30.   object imgTimer1: TImage
  31.     Left = 8
  32.     Top = 18
  33.     Width = 32
  34.     Height = 32
  35.     AutoSize = True
  36.     Picture.Data = {<image000.ico>}
  37.     Visible = False
  38.   end
  39.   object imgTimer12: TImage
  40.     Left = 8
  41.     Top = 18
  42.     Width = 32
  43.     Height = 32
  44.     AutoSize = True
  45.     Picture.Data = {<image001.ico>}
  46.     Visible = False
  47.   end
  48.   object imgTimer11: TImage
  49.     Left = 8
  50.     Top = 18
  51.     Width = 32
  52.     Height = 32
  53.     AutoSize = True
  54.     Picture.Data = {<image002.ico>}
  55.     Visible = False
  56.   end
  57.   object imgTimer10: TImage
  58.     Left = 8
  59.     Top = 18
  60.     Width = 32
  61.     Height = 32
  62.     AutoSize = True
  63.     Picture.Data = {<image003.ico>}
  64.     Visible = False
  65.   end
  66.   object imgTimer9: TImage
  67.     Left = 8
  68.     Top = 18
  69.     Width = 32
  70.     Height = 32
  71.     AutoSize = True
  72.     Picture.Data = {<image004.ico>}
  73.     Visible = False
  74.   end
  75.   object imgTimer8: TImage
  76.     Left = 8
  77.     Top = 18
  78.     Width = 32
  79.     Height = 32
  80.     AutoSize = True
  81.     Picture.Data = {<image005.ico>}
  82.     Visible = False
  83.   end
  84.   object imgTimer5: TImage
  85.     Left = 8
  86.     Top = 18
  87.     Width = 32
  88.     Height = 32
  89.     AutoSize = True
  90.     Picture.Data = {<image006.ico>}
  91.     Visible = False
  92.   end
  93.   object imgTimer7: TImage
  94.     Left = 8
  95.     Top = 18
  96.     Width = 32
  97.     Height = 32
  98.     AutoSize = True
  99.     Picture.Data = {<image007.ico>}
  100.     Visible = False
  101.   end
  102.   object imgTimer6: TImage
  103.     Left = 8
  104.     Top = 18
  105.     Width = 32
  106.     Height = 32
  107.     AutoSize = True
  108.     Picture.Data = {<image008.ico>}
  109.     Visible = False
  110.   end
  111.   object imgTimer4: TImage
  112.     Left = 8
  113.     Top = 18
  114.     Width = 32
  115.     Height = 32
  116.     AutoSize = True
  117.     Picture.Data = {<image009.ico>}
  118.     Visible = False
  119.   end
  120.   object imgTimer3: TImage
  121.     Left = 8
  122.     Top = 18
  123.     Width = 32
  124.     Height = 32
  125.     AutoSize = True
  126.     Picture.Data = {<image010.ico>}
  127.     Visible = False
  128.   end
  129.   object imgTimer2: TImage
  130.     Left = 8
  131.     Top = 18
  132.     Width = 32
  133.     Height = 32
  134.     AutoSize = True
  135.     Picture.Data = {<image011.ico>}
  136.     Visible = False
  137.   end
  138.   object comCancel: TButton
  139.     Left = 128
  140.     Top = 64
  141.     Width = 75
  142.     Height = 25
  143.     Cancel = True
  144.     Caption = 'Cancel'
  145.     TabOrder = 0
  146.     OnClick = comCancelClick
  147.   end
  148.   object tmrImageChanger: TTimer
  149.     Enabled = False
  150.     Interval = 500
  151.     OnTimer = tmrImageChangerTimer
  152.     Left = 296
  153.   end
  154. end
  155.