这是一个功能齐全的,代码完整的ERP企业信息管理系统,现在上传和大家分享
源代码在线查看: sys600_01.dfm.svn-base
object Sys600_01Form: TSys600_01Form
Left = 293
Top = 116
HelpContext = 115
ActiveControl = Edit2
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #26356#25913#29992#25143#23494#30721
ClientHeight = 199
ClientWidth = 362
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Pitch = fpFixed
Font.Style = []
KeyPreview = True
OldCreateOrder = True
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 12
object Bevel1: TBevel
Left = 8
Top = 8
Width = 345
Height = 153
Shape = bsFrame
end
object Label1: TLabel
Left = 40
Top = 32
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #29992#25143#21517#31216
end
object Label2: TLabel
Tag = 1
Left = 52
Top = 64
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #26087#23494#30721
end
object Label3: TLabel
Tag = 1
Left = 52
Top = 96
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #26032#23494#30721
end
object Label4: TLabel
Tag = 1
Left = 40
Top = 128
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #30830#35748#23494#30721
end
object Edit1: TEdit
Left = 96
Top = 24
Width = 217
Height = 20
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
object Edit2: TEdit
Left = 96
Top = 56
Width = 217
Height = 20
PasswordChar = '*'
TabOrder = 1
end
object Edit3: TEdit
Left = 96
Top = 88
Width = 217
Height = 20
PasswordChar = '*'
TabOrder = 2
end
object Edit4: TEdit
Left = 96
Top = 120
Width = 217
Height = 20
PasswordChar = '*'
TabOrder = 3
end
object bbtnOk: TBitBtn
Left = 168
Top = 168
Width = 75
Height = 25
Caption = #30830#23450'(&O)'
TabOrder = 4
OnClick = bbtnOkClick
end
object bbtnExit: TBitBtn
Left = 264
Top = 168
Width = 75
Height = 25
Caption = #36864#20986'(&X)'
TabOrder = 5
OnClick = bbtnExitClick
end
end