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

  1. object frmRemoteUpdateParams: TfrmRemoteUpdateParams
  2.   Left = 429
  3.   Top = 214
  4.   HelpContext = 201
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Net Update'
  8.   ClientHeight = 281
  9.   ClientWidth = 340
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblRemoteUpdaterDesc: TLabel
  24.     Left = 28
  25.     Top = 8
  26.     Width = 301
  27.     Height = 53
  28.     AutoSize = False
  29.     Caption = 
  30.       'The AutoMate Net Update will automatically install the latest ve' +
  31.       'rsion of AutoMate to your system, and contact the Unisyn Softwar' +
  32.       'e FTP server if necessary to get the latest revision.'
  33.     WordWrap = True
  34.   end
  35.   object rdoFTPServer: TRadioButton
  36.     Left = 8
  37.     Top = 76
  38.     Width = 325
  39.     Height = 17
  40.     Caption = 'Check Unisyn for latest version'
  41.     Checked = True
  42.     TabOrder = 0
  43.     TabStop = True
  44.     OnClick = rdoFTPServerClick
  45.   end
  46.   object edtFTPServer: TEdit
  47.     Left = 24
  48.     Top = 96
  49.     Width = 253
  50.     Height = 21
  51.     AutoSize = False
  52.     TabOrder = 1
  53.     Text = 'hercules.unisyn.com'
  54.     Visible = False
  55.   end
  56.   object rdoNetwork: TRadioButton
  57.     Left = 8
  58.     Top = 100
  59.     Width = 325
  60.     Height = 17
  61.     Caption = 'Use install file on network'
  62.     TabOrder = 2
  63.     OnClick = rdoNetworkClick
  64.   end
  65.   object edtNetwork: TEdit
  66.     Left = 24
  67.     Top = 120
  68.     Width = 253
  69.     Height = 21
  70.     Enabled = False
  71.     TabOrder = 3
  72.   end
  73.   object comDirBrowse: TBitBtn
  74.     Left = 286
  75.     Top = 120
  76.     Width = 37
  77.     Height = 21
  78.     Enabled = False
  79.     TabOrder = 4
  80.     OnClick = comDirBrowseClick
  81.     Glyph.Data = {
  82.       76010000424D7601000000000000760000002800000020000000100000000100
  83.       0400000000000001000000000000000000001000000010000000000000000000
  84.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  85.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  86.       5555555555555555555555555555555555555555555555555555555555555555
  87.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  88.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  89.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  90.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  91.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  92.       55555575FFF75555555555700007555555555557777555555555555555555555
  93.       5555555555555555555555555555555555555555555555555555}
  94.     NumGlyphs = 2
  95.   end
  96.   object chkShowProgress: TCheckBox
  97.     Left = 8
  98.     Top = 232
  99.     Width = 241
  100.     Height = 17
  101.     Caption = 'Show progress window'
  102.     Checked = True
  103.     State = cbChecked
  104.     TabOrder = 6
  105.   end
  106.   object comOK: TButton
  107.     Left = 176
  108.     Top = 253
  109.     Width = 75
  110.     Height = 23
  111.     Caption = 'OK'
  112.     Default = True
  113.     TabOrder = 7
  114.     OnClick = comOKClick
  115.   end
  116.   object comCancel: TButton
  117.     Left = 258
  118.     Top = 253
  119.     Width = 75
  120.     Height = 23
  121.     Cancel = True
  122.     Caption = 'Cancel'
  123.     ModalResult = 2
  124.     TabOrder = 8
  125.   end
  126.   object rdgIfReboot: TRadioGroup
  127.     Left = 8
  128.     Top = 148
  129.     Width = 185
  130.     Height = 77
  131.     Caption = 'If a reboot is necessary: '
  132.     ItemIndex = 0
  133.     Items.Strings = (
  134.       'Reboot machine'
  135.       'Prompt for what to do'
  136.       'Don'#39't update')
  137.     TabOrder = 5
  138.   end
  139.   object odlBrowse: TOpenDialog
  140.     Filter = 'AutoMate Installation (*.exe)|*.exe|All Files (*.*)|*.*'
  141.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoDereferenceLinks]
  142.     Left = 312
  143.     Top = 4
  144.   end
  145. end
  146.