home *** CD-ROM | disk | FTP | other *** search
- object NetworkConsiderations: TNetworkConsiderations
- Left = 274
- Top = 281
- BorderStyle = bsDialog
- Caption = 'Network Considerations'
- ClientHeight = 106
- ClientWidth = 265
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 4
- Top = 25
- Width = 257
- Height = 56
- Shape = bsFrame
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 8
- Top = 56
- Width = 109
- Height = 16
- AutoSize = False
- Caption = 'Synchronize every'
- end
- object Label2: TLabel
- Left = 160
- Top = 56
- Width = 61
- Height = 16
- AutoSize = False
- Caption = 'minutes'
- end
- object NetworkOption: TCheckBox
- Left = 8
- Top = 4
- Width = 209
- Height = 17
- Caption = '&File Locking of ShortKey Files'
- TabOrder = 0
- OnClick = NetworkOptionClick
- end
- object OKButton: TButton
- Left = 108
- Top = 84
- Width = 55
- Height = 21
- Caption = '&Ok'
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object AutoSync: TCheckBox
- Left = 8
- Top = 32
- Width = 245
- Height = 17
- Caption = '&Automatic Synchronization Updating'
- TabOrder = 2
- end
- object Minutes: TEdit
- Left = 124
- Top = 52
- Width = 29
- Height = 24
- MaxLength = 2
- TabOrder = 3
- end
- end
-