home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / wowsrc.exe / SPOTDEFS.DFM / SPOTDEFS.txt < prev   
Text File  |  1995-09-10  |  3KB  |  155 lines

  1. object SetupSpot: TSetupSpot
  2.   Left = 273
  3.   Top = 363
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Ok
  7.   BorderStyle = bsDialog
  8.   Caption = 'Spotlight Defaults'
  9.   ClientHeight = 141
  10.   ClientWidth = 418
  11.   Font.Color = clBlack
  12.   Font.Height = -10
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   TextHeight = 13
  21.   object Ok: TBitBtn
  22.     Left = 345
  23.     Top = 72
  24.     Width = 65
  25.     Height = 26
  26.     TabOrder = 0
  27.     OnClick = OkClick
  28.     Kind = bkOK
  29.   end
  30.   object Cancel: TBitBtn
  31.     Left = 345
  32.     Top = 104
  33.     Width = 65
  34.     Height = 27
  35.     TabOrder = 1
  36.     OnClick = CancelClick
  37.     Kind = bkCancel
  38.   end
  39.   object GroupBox2: TGroupBox
  40.     Left = 7
  41.     Top = 72
  42.     Width = 325
  43.     Height = 59
  44.     Caption = ' Password Ptotection '
  45.     TabOrder = 2
  46.     object SetPwd: TBitBtn
  47.       Left = 215
  48.       Top = 20
  49.       Width = 85
  50.       Height = 26
  51.       Caption = '&Set Password'
  52.       Enabled = False
  53.       TabOrder = 0
  54.       OnClick = SetPwdClick
  55.     end
  56.     object PwdTypes: TComboBox
  57.       Left = 13
  58.       Top = 24
  59.       Width = 189
  60.       Height = 21
  61.       Style = csDropDownList
  62.       ItemHeight = 13
  63.       Items.Strings = (
  64.         'None'
  65.         'Windows'
  66.         'NetWork')
  67.       TabOrder = 1
  68.       OnChange = PwdTypesChange
  69.     end
  70.   end
  71.   object Gb: TGroupBox
  72.     Left = 7
  73.     Top = 7
  74.     Width = 403
  75.     Height = 59
  76.     Caption = ' Spot  '
  77.     TabOrder = 3
  78.     object Spd: TLabel
  79.       Left = 189
  80.       Top = 31
  81.       Width = 3
  82.       Height = 13
  83.     end
  84.     object L1: TLabel
  85.       Left = 42
  86.       Top = 14
  87.       Width = 23
  88.       Height = 13
  89.       Caption = 'Slow'
  90.     end
  91.     object L2: TLabel
  92.       Left = 162
  93.       Top = 14
  94.       Width = 19
  95.       Height = 13
  96.       Caption = 'Fast'
  97.     end
  98.     object Label1: TLabel
  99.       Left = 3
  100.       Top = 29
  101.       Width = 31
  102.       Height = 13
  103.       Caption = 'Speed'
  104.     end
  105.     object Label2: TLabel
  106.       Left = 200
  107.       Top = 29
  108.       Width = 21
  109.       Height = 13
  110.       Caption = 'Size'
  111.     end
  112.     object SizeVal: TLabel
  113.       Left = 377
  114.       Top = 33
  115.       Width = 3
  116.       Height = 13
  117.     end
  118.     object Label3: TLabel
  119.       Left = 234
  120.       Top = 15
  121.       Width = 28
  122.       Height = 13
  123.       Caption = 'Small'
  124.     end
  125.     object Label4: TLabel
  126.       Left = 345
  127.       Top = 13
  128.       Width = 27
  129.       Height = 13
  130.       Caption = 'Large'
  131.     end
  132.     object Sb: TScrollBar
  133.       Left = 42
  134.       Top = 28
  135.       Width = 141
  136.       Height = 18
  137.       TabOrder = 0
  138.       OnChange = SbChange
  139.     end
  140.     object SizeSpot: TScrollBar
  141.       Left = 234
  142.       Top = 28
  143.       Width = 137
  144.       Height = 18
  145.       LargeChange = 50
  146.       Max = 300
  147.       Min = 50
  148.       Position = 50
  149.       SmallChange = 5
  150.       TabOrder = 1
  151.       OnChange = SizeSpotChange
  152.     end
  153.   end
  154. end
  155.