home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
delphi2
/
wowsrc.exe
/
BALLDEFS.DFM
/
BALLDEFS.txt
next >
Wrap
Text File
|
1995-09-10
|
3KB
|
144 lines
object SetupBalls: TSetupBalls
Left = 257
Top = 131
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
ActiveControl = Ok
BorderStyle = bsDialog
Caption = 'Spherical Objects Defaults'
ClientHeight = 167
ClientWidth = 343
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 = 247
Top = 33
Width = 66
Height = 26
TabOrder = 0
OnClick = OkClick
Kind = bkOK
end
object Cancel: TBitBtn
Left = 247
Top = 72
Width = 66
Height = 26
TabOrder = 1
OnClick = CancelClick
Kind = bkCancel
end
object GroupBox2: TGroupBox
Left = 7
Top = 104
Width = 325
Height = 53
Caption = ' Password Ptotection '
TabOrder = 2
object SetPwd: TBitBtn
Left = 215
Top = 13
Width = 85
Height = 27
Caption = '&Set Password'
Enabled = False
TabOrder = 0
OnClick = SetPwdClick
end
object PwdTypes: TComboBox
Left = 13
Top = 17
Width = 189
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'None'
'Windows'
'NetWork')
TabOrder = 1
OnChange = PwdTypesChange
end
end
object GroupBox1: TGroupBox
Left = 7
Top = 7
Width = 234
Height = 91
Caption = ' Ball Control '
TabOrder = 3
object Image1: TImage
Left = 73
Top = 201
Width = 10
Height = 9
Picture.Data = {<image001.bmp>}
end
object Label3: TLabel
Left = 189
Top = 21
Width = 23
Height = 13
Caption = 'Balls'
end
object Label1: TLabel
Left = 7
Top = 22
Width = 50
Height = 13
Caption = 'Clear After'
end
object MaxBallVal: TLabel
Left = 169
Top = 21
Width = 3
Height = 13
end
object Label2: TLabel
Left = 7
Top = 54
Width = 43
Height = 13
Caption = 'Ball Size'
end
object BSizeVal: TLabel
Left = 169
Top = 54
Width = 3
Height = 13
end
object MaxBalls: TScrollBar
Left = 65
Top = 20
Width = 98
Height = 17
Max = 512
Min = 20
Position = 20
TabOrder = 0
OnChange = MaxBallsChange
end
object BSize: TScrollBar
Left = 65
Top = 52
Width = 98
Height = 18
LargeChange = 128
Max = 512
Min = 32
Position = 32
SmallChange = 32
TabOrder = 1
OnChange = BSizeChange
end
end
end