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

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

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

相关代码

				object Form1: TForm1
				  Left = 192
				  Top = 114
				  Width = 360
				  Height = 186
				  Caption = 'Form1'
				  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 Label1: TLabel
				    Left = 8
				    Top = 120
				    Width = 60
				    Height = 13
				    Caption = #24320#22987#26085#26399#65306
				  end
				  object Label2: TLabel
				    Left = 144
				    Top = 120
				    Width = 60
				    Height = 13
				    Caption = #32467#26463#26085#26399#65306
				  end
				  object DBGrid1: TDBGrid
				    Left = 8
				    Top = 0
				    Width = 329
				    Height = 105
				    DataSource = DataSource1
				    TabOrder = 0
				    TitleFont.Charset = DEFAULT_CHARSET
				    TitleFont.Color = clWindowText
				    TitleFont.Height = -11
				    TitleFont.Name = 'MS Sans Serif'
				    TitleFont.Style = []
				  end
				  object Edit1: TEdit
				    Left = 72
				    Top = 120
				    Width = 65
				    Height = 21
				    TabOrder = 1
				    Text = 'Edit1'
				  end
				  object Edit2: TEdit
				    Left = 216
				    Top = 120
				    Width = 65
				    Height = 21
				    TabOrder = 2
				    Text = 'Edit2'
				  end
				  object Button1: TButton
				    Left = 288
				    Top = 120
				    Width = 57
				    Height = 25
				    Caption = #26597#35810
				    TabOrder = 3
				    OnClick = Button1Click
				  end
				  object Query1: TQuery
				    Left = 16
				    Top = 72
				  end
				  object DataSource1: TDataSource
				    DataSet = Query1
				    Left = 64
				    Top = 72
				  end
				end
							

相关资源