这是一个功能齐全的,代码完整的ERP企业信息管理系统,现在上传和大家分享
源代码在线查看: cwa170_02.dfm.svn-base
inherited Cwa170_02Form: TCwa170_02Form
Left = 210
Top = 139
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #35774#32622
ClientHeight = 184
ClientWidth = 297
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 12
object Bevel1: TBevel [0]
Left = 8
Top = 8
Width = 281
Height = 137
Shape = bsFrame
end
object Label1: TLabel [1]
Left = 40
Top = 28
Width = 48
Height = 12
Caption = #24180#20221#33539#22260
end
object Label2: TLabel [2]
Left = 168
Top = 28
Width = 12
Height = 12
Caption = #33267
end
object Label3: TLabel [3]
Left = 40
Top = 60
Width = 48
Height = 12
Caption = #36215#22987#26085#26399
end
object Label4: TLabel [4]
Left = 160
Top = 60
Width = 12
Height = 12
Caption = #26376
end
object Label5: TLabel [5]
Left = 240
Top = 60
Width = 12
Height = 12
Caption = #26085
end
object Label6: TLabel [6]
Left = 192
Top = 113
Width = 12
Height = 12
Caption = #26085
Enabled = False
end
object edtFromYear: TdxSpinEdit [7]
Left = 96
Top = 24
Width = 65
TabOrder = 0
MaxValue = 9999
MinValue = 1900
Value = 1900
StoredValues = 48
end
object edtToYear: TdxSpinEdit [8]
Left = 184
Top = 24
Width = 65
TabOrder = 1
MaxValue = 9999
MinValue = 1900
Value = 1900
StoredValues = 48
end
object edtMonth: TdxSpinEdit [9]
Left = 96
Top = 56
Width = 57
TabOrder = 2
MaxValue = 12
MinValue = 1
Value = 1
StoredValues = 48
end
object edtDay: TdxSpinEdit [10]
Left = 176
Top = 56
Width = 57
TabOrder = 3
MaxValue = 31
MinValue = 1
Value = 1
StoredValues = 48
end
object bbtnOk: TBitBtn [11]
Left = 112
Top = 152
Width = 75
Height = 25
Caption = #30830#23450'(&O)'
TabOrder = 4
OnClick = bbtnOkClick
end
object bbtnExit: TBitBtn [12]
Left = 200
Top = 152
Width = 75
Height = 25
Caption = #36864#20986'(&X)'
TabOrder = 5
OnClick = bbtnExitClick
end
object RadioButton1: TRadioButton [13]
Left = 40
Top = 88
Width = 89
Height = 17
Caption = #25353#33258#28982#26376#20221
Checked = True
TabOrder = 6
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton [14]
Left = 40
Top = 112
Width = 89
Height = 17
Caption = #25353#25351#23450#26085#26399
TabOrder = 7
OnClick = RadioButton1Click
end
object edtSetDay: TdxSpinEdit [15]
Left = 136
Top = 109
Width = 49
Enabled = False
TabOrder = 8
MaxValue = 28
MinValue = 1
Value = 1
StoredValues = 48
end
end