home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TNETWORKCONSIDERATIONS / TNETWORKCONSIDERATIONS.txt
Encoding:
Text File  |  1998-04-06  |  1.4 KB  |  77 lines

  1. object NetworkConsiderations: TNetworkConsiderations
  2.   Left = 274
  3.   Top = 281
  4.   BorderStyle = bsDialog
  5.   Caption = 'Network Considerations'
  6.   ClientHeight = 106
  7.   ClientWidth = 265
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 4
  20.     Top = 25
  21.     Width = 257
  22.     Height = 56
  23.     Shape = bsFrame
  24.     Style = bsRaised
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 56
  29.     Width = 109
  30.     Height = 16
  31.     AutoSize = False
  32.     Caption = 'Synchronize every'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 160
  36.     Top = 56
  37.     Width = 61
  38.     Height = 16
  39.     AutoSize = False
  40.     Caption = 'minutes'
  41.   end
  42.   object NetworkOption: TCheckBox
  43.     Left = 8
  44.     Top = 4
  45.     Width = 209
  46.     Height = 17
  47.     Caption = '&File Locking of ShortKey Files'
  48.     TabOrder = 0
  49.     OnClick = NetworkOptionClick
  50.   end
  51.   object OKButton: TButton
  52.     Left = 108
  53.     Top = 84
  54.     Width = 55
  55.     Height = 21
  56.     Caption = '&Ok'
  57.     TabOrder = 1
  58.     OnClick = OKButtonClick
  59.   end
  60.   object AutoSync: TCheckBox
  61.     Left = 8
  62.     Top = 32
  63.     Width = 245
  64.     Height = 17
  65.     Caption = '&Automatic Synchronization Updating'
  66.     TabOrder = 2
  67.   end
  68.   object Minutes: TEdit
  69.     Left = 124
  70.     Top = 52
  71.     Width = 29
  72.     Height = 24
  73.     MaxLength = 2
  74.     TabOrder = 3
  75.   end
  76. end
  77.