一个用Delphi开发的ERP软件
源代码在线查看: gld110_02.dfm.svn-base
inherited Gld110_02Form: TGld110_02Form
Caption = #20184#27454#26041#24335#32500#25252
PixelsPerInch = 96
TextHeight = 12
object lblName: TLabel [1]
Tag = 1
Left = 24
Top = 32
Width = 48
Height = 12
Caption = #20184#27454#26041#24335
end
object lblRemark: TLabel [2]
Left = 24
Top = 64
Width = 48
Height = 12
Caption = #22791#27880#35828#26126
end
object edtName: TEdit [5]
Left = 80
Top = 24
Width = 169
Height = 20
TabOrder = 2
end
object edtRemark: TEdit [6]
Left = 80
Top = 56
Width = 313
Height = 20
TabOrder = 3
end
inherited ADOQuery1: TADOQuery
SQL.Strings = (
'select * from GLD110')
end
end