home *** CD-ROM | disk | FTP | other *** search
- object frmRemoteUpdateParams: TfrmRemoteUpdateParams
- Left = 429
- Top = 214
- HelpContext = 201
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Net Update'
- ClientHeight = 281
- ClientWidth = 340
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblRemoteUpdaterDesc: TLabel
- Left = 28
- Top = 8
- Width = 301
- Height = 53
- AutoSize = False
- Caption =
- 'The AutoMate Net Update will automatically install the latest ve' +
- 'rsion of AutoMate to your system, and contact the Unisyn Softwar' +
- 'e FTP server if necessary to get the latest revision.'
- WordWrap = True
- end
- object rdoFTPServer: TRadioButton
- Left = 8
- Top = 76
- Width = 325
- Height = 17
- Caption = 'Check Unisyn for latest version'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rdoFTPServerClick
- end
- object edtFTPServer: TEdit
- Left = 24
- Top = 96
- Width = 253
- Height = 21
- AutoSize = False
- TabOrder = 1
- Text = 'hercules.unisyn.com'
- Visible = False
- end
- object rdoNetwork: TRadioButton
- Left = 8
- Top = 100
- Width = 325
- Height = 17
- Caption = 'Use install file on network'
- TabOrder = 2
- OnClick = rdoNetworkClick
- end
- object edtNetwork: TEdit
- Left = 24
- Top = 120
- Width = 253
- Height = 21
- Enabled = False
- TabOrder = 3
- end
- object comDirBrowse: TBitBtn
- Left = 286
- Top = 120
- Width = 37
- Height = 21
- Enabled = False
- TabOrder = 4
- OnClick = comDirBrowseClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555555555555555555555555555555555555555555555555555555555
- 555555555555555555555555555555555555555FFFFFFFFFF555550000000000
- 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
- B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
- 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
- 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
- 55555575FFF75555555555700007555555555557777555555555555555555555
- 5555555555555555555555555555555555555555555555555555}
- NumGlyphs = 2
- end
- object chkShowProgress: TCheckBox
- Left = 8
- Top = 232
- Width = 241
- Height = 17
- Caption = 'Show progress window'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object comOK: TButton
- Left = 176
- Top = 253
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 7
- OnClick = comOKClick
- end
- object comCancel: TButton
- Left = 258
- Top = 253
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- object rdgIfReboot: TRadioGroup
- Left = 8
- Top = 148
- Width = 185
- Height = 77
- Caption = 'If a reboot is necessary: '
- ItemIndex = 0
- Items.Strings = (
- 'Reboot machine'
- 'Prompt for what to do'
- 'Don'#39't update')
- TabOrder = 5
- end
- object odlBrowse: TOpenDialog
- Filter = 'AutoMate Installation (*.exe)|*.exe|All Files (*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoDereferenceLinks]
- Left = 312
- Top = 4
- end
- end
-