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
Wrap
Text File
|
1995-09-10
|
3KB
|
155 lines
object SetupSpot: TSetupSpot
Left = 273
Top = 363
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
ActiveControl = Ok
BorderStyle = bsDialog
Caption = 'Spotlight Defaults'
ClientHeight = 141
ClientWidth = 418
Font.Color = clBlack
Font.Height = -10
Font.Name = 'Arial'
Font.Style = []
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
TextHeight = 13
object Ok: TBitBtn
Left = 345
Top = 72
Width = 65
Height = 26
TabOrder = 0
OnClick = OkClick
Kind = bkOK
end
object Cancel: TBitBtn
Left = 345
Top = 104
Width = 65
Height = 27
TabOrder = 1
OnClick = CancelClick
Kind = bkCancel
end
object GroupBox2: TGroupBox
Left = 7
Top = 72
Width = 325
Height = 59
Caption = ' Password Ptotection '
TabOrder = 2
object SetPwd: TBitBtn
Left = 215
Top = 20
Width = 85
Height = 26
Caption = '&Set Password'
Enabled = False
TabOrder = 0
OnClick = SetPwdClick
end
object PwdTypes: TComboBox
Left = 13
Top = 24
Width = 189
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'None'
'Windows'
'NetWork')
TabOrder = 1
OnChange = PwdTypesChange
end
end
object Gb: TGroupBox
Left = 7
Top = 7
Width = 403
Height = 59
Caption = ' Spot '
TabOrder = 3
object Spd: TLabel
Left = 189
Top = 31
Width = 3
Height = 13
end
object L1: TLabel
Left = 42
Top = 14
Width = 23
Height = 13
Caption = 'Slow'
end
object L2: TLabel
Left = 162
Top = 14
Width = 19
Height = 13
Caption = 'Fast'
end
object Label1: TLabel
Left = 3
Top = 29
Width = 31
Height = 13
Caption = 'Speed'
end
object Label2: TLabel
Left = 200
Top = 29
Width = 21
Height = 13
Caption = 'Size'
end
object SizeVal: TLabel
Left = 377
Top = 33
Width = 3
Height = 13
end
object Label3: TLabel
Left = 234
Top = 15
Width = 28
Height = 13
Caption = 'Small'
end
object Label4: TLabel
Left = 345
Top = 13
Width = 27
Height = 13
Caption = 'Large'
end
object Sb: TScrollBar
Left = 42
Top = 28
Width = 141
Height = 18
TabOrder = 0
OnChange = SbChange
end
object SizeSpot: TScrollBar
Left = 234
Top = 28
Width = 137
Height = 18
LargeChange = 50
Max = 300
Min = 50
Position = 50
SmallChange = 5
TabOrder = 1
OnChange = SizeSpotChange
end
end
end