本光盘是《Delphi 7应用教程》一书的配套光盘

源代码在线查看: unit1.~dfm

软件大小: 29767 K
上传用户: choatehou4
关键词: Delphi 光盘 应用教程
下载地址: 免注册下载 普通下载 VIP

相关代码

				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
							

相关资源