本光盘是《Delphi 7应用教程》一书的配套光盘
源代码在线查看: paint.~dfm
object Form1: TForm1
Left = 357
Top = 199
BorderStyle = bsDialog
Caption = #31616#21333#32472#22270#31243#24207
ClientHeight = 162
ClientWidth = 234
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 233
Height = 121
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
OnMouseUp = Image1MouseUp
end
object Panel1: TPanel
Left = 0
Top = 121
Width = 234
Height = 41
Align = alBottom
BorderStyle = bsSingle
TabOrder = 0
object Button1: TButton
Left = 40
Top = 8
Width = 65
Height = 25
Caption = #30011#26925#22278
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 128
Top = 8
Width = 57
Height = 25
Caption = #30011#30697#24418
TabOrder = 1
OnClick = Button2Click
end
end
end