一个用Delphi开发的ERP软件
源代码在线查看: ord160_02.dfm.svn-base
inherited Ord160_02Form: TOrd160_02Form
Left = 179
Top = 115
Caption = #26465#27454#36164#26009#32500#25252
ClientHeight = 334
ClientWidth = 537
PixelsPerInch = 96
TextHeight = 12
inherited Bevel1: TBevel
Width = 521
Height = 289
end
object lblCode: TLabel [1]
Tag = 1
Left = 24
Top = 32
Width = 48
Height = 12
Caption = #26465#27454#32534#21495
end
object lblType: TLabel [2]
Tag = 1
Left = 312
Top = 32
Width = 48
Height = 12
Caption = #26465#27454#31867#22411
end
object lblName: TLabel [3]
Tag = 1
Left = 24
Top = 56
Width = 48
Height = 12
Caption = #26465#27454#21517#31216
end
object lblContent: TLabel [4]
Tag = 1
Left = 24
Top = 80
Width = 48
Height = 12
Caption = #26465#27454#20869#23481
end
inherited bbtnOk: TBitBtn
Left = 360
Top = 304
TabOrder = 4
end
inherited bbtnExit: TBitBtn
Left = 440
Top = 304
TabOrder = 5
end
object edtCode: TEdit [7]
Left = 80
Top = 24
Width = 121
Height = 20
TabOrder = 0
end
object cbType: TComboBox [8]
Left = 368
Top = 24
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
ItemIndex = 0
TabOrder = 1
Text = #38144#21806#26465#27454
Items.Strings = (
#38144#21806#26465#27454
#37319#36141#26465#27454)
end
object edtName: TEdit [9]
Left = 80
Top = 48
Width = 433
Height = 20
TabOrder = 2
end
object memContent: TMemo [10]
Left = 80
Top = 72
Width = 433
Height = 209
ScrollBars = ssVertical
TabOrder = 3
end
inherited pmUISet: TPopupMenu
Left = 24
Top = 304
end
inherited ADOQuery1: TADOQuery
SQL.Strings = (
'select * from ORD160 order by O160_002')
Left = 64
Top = 304
end
end