本光盘是《Delphi 7应用教程》一书的配套光盘
源代码在线查看: unit1.~dfm
object Form1: TForm1
Left = 192
Top = 114
Width = 235
Height = 143
Caption = #21033#29992#28378#21160#26465#36755#20837#25968#23383
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 24
Height = 13
Caption = #20540#65306
end
object Label2: TLabel
Left = 16
Top = 80
Width = 6
Height = 13
Caption = '0'
end
object Label3: TLabel
Left = 184
Top = 80
Width = 24
Height = 13
Caption = '1000'
end
object Edit1: TEdit
Left = 72
Top = 16
Width = 129
Height = 21
TabOrder = 0
OnChange = Edit1Change
end
object ScrollBar1: TScrollBar
Left = 16
Top = 56
Width = 193
Height = 17
LargeChange = 50
Max = 1000
PageSize = 0
SmallChange = 10
TabOrder = 1
OnChange = ScrollBar1Change
end
end