home *** CD-ROM | disk | FTP | other *** search
/ Jumbo 2,500 Game Pack / DDVDAV937D1.iso / 201SGG / CardGames / _SETUP.1 / AutoUpdate.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2003-08-03  |  4KB  |  129 lines

  1. object MainForm: TMainForm
  2.   Left = 614
  3.   Top = 470
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Cosmi AutoUpdate'
  7.   ClientHeight = 220
  8.   ClientWidth = 392
  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 = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LVersion: TLabel
  22.     Left = 8
  23.     Top = 198
  24.     Width = 3
  25.     Height = 13
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 8
  35.     Top = 152
  36.     Width = 100
  37.     Height = 13
  38.     Caption = 'File transfer progress:'
  39.   end
  40.   object Progress: TProgressBar
  41.     Left = 8
  42.     Top = 168
  43.     Width = 377
  44.     Height = 16
  45.     Smooth = True
  46.     TabOrder = 0
  47.   end
  48.   object Memo: TMemo
  49.     Left = 8
  50.     Top = 8
  51.     Width = 377
  52.     Height = 136
  53.     Color = clBtnFace
  54.     ReadOnly = True
  55.     ScrollBars = ssVertical
  56.     TabOrder = 1
  57.   end
  58.   object BClose: TCloseButton
  59.     Left = 158
  60.     Top = 192
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&Close'
  64.     Enabled = False
  65.     TabOrder = 2
  66.     OnClick = BCloseClick
  67.     Glyph.Data = {
  68.       DE010000424DDE01000000000000760000002800000024000000120000000100
  69.       0400000000006801000000000000000000001000000000000000000000000000
  70.       80000080000000808000800000008000800080800000C0C0C000808080000000
  71.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
  72.       F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
  73.       000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
  74.       338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
  75.       45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
  76.       3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
  77.       F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
  78.       000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
  79.       338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
  80.       4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
  81.       8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
  82.       333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
  83.       0000}
  84.     Kind = bkCustom
  85.     NumGlyphs = 2
  86.   end
  87.   object AstaPatchUtility: TAstaPatchUtility
  88.     Left = 196
  89.     Top = 32
  90.   end
  91.   object WebUpdate: TWebUpdate
  92.     ApplyPatch = False
  93.     DateFormat = 'mm/dd/yyyy'
  94.     DateSeparator = '/'
  95.     ExtractCAB = True
  96.     FTPPassive = True
  97.     HTTPKeepAliveAuthentication = False
  98.     KeepIntermediateFiles = False
  99.     Logging = False
  100.     LastURLEntry.Save = True
  101.     Port = 21
  102.     PostUpdateInfo.Enabled = False
  103.     Signature = 'WebUpdate'
  104.     SignatureCheck = False
  105.     TempDirectory = '.'
  106.     TimeFormat = 'hh:nn'
  107.     TimeSeparator = ':'
  108.     UpdateType = ftpUpdate
  109.     UpdateConnect = wucNoConnect
  110.     UpdateUpdate = wuuSilent
  111.     UseCRC32 = False
  112.     Utility = AstaPatchUtility
  113.     VersionCheck = vcUpdateOnly
  114.     OnFileProgress = WebUpdateFileProgress
  115.     OnFileDownloaded = WebUpdateFileDownloaded
  116.     OnStatus = WebUpdateStatus
  117.     OnAppRestart = WebUpdateAppRestart
  118.     OnBeforeFileDownload = WebUpdateBeforeFileDownload
  119.     OnConvertPrefix = WebUpdateConvertPrefix
  120.     Left = 104
  121.     Top = 32
  122.   end
  123.   object Blowfish: TLbBlowfish
  124.     CipherMode = cmCBC
  125.     Left = 296
  126.     Top = 32
  127.   end
  128. end
  129.