cscm.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 202 行
DFM
202 行
object frmCscm: TfrmCscm
Left = 234
Top = 159
Width = 230
Height = 326
BorderIcons = [biSystemMenu, biMinimize]
Caption = '子系统当前月份'
Color = 16643297
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Label5: TLabel
Left = 19
Top = 210
Width = 60
Height = 12
Caption = '人事系统:'
end
object Label1: TLabel
Left = 19
Top = 15
Width = 60
Height = 12
Caption = '财务系统:'
end
object Label2: TLabel
Left = 19
Top = 99
Width = 60
Height = 12
Caption = '销售系统:'
end
object Label3: TLabel
Left = 19
Top = 71
Width = 60
Height = 12
Caption = '采购系统:'
end
object Label4: TLabel
Left = 19
Top = 154
Width = 60
Height = 12
Caption = '成本系统:'
end
object Label6: TLabel
Left = 19
Top = 126
Width = 60
Height = 12
Caption = '生产系统:'
end
object Label7: TLabel
Left = 19
Top = 43
Width = 60
Height = 12
Caption = '库存系统:'
end
object Label8: TLabel
Left = 19
Top = 182
Width = 60
Height = 12
Caption = '设备系统:'
end
object seInventory: TSDEdit
Left = 82
Top = 38
Width = 106
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 1
Text = '0'
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seFinance: TSDEdit
Left = 82
Top = 10
Width = 106
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
Text = '0'
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seSale: TSDEdit
Left = 82
Top = 94
Width = 106
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 3
Text = '0'
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object sePurchase: TSDEdit
Left = 82
Top = 66
Width = 106
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 2
Text = '0'
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seCost: TSDEdit
Left = 82
Top = 150
Width = 106
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 5
Text = '0'
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seManufactory: TSDEdit
Left = 82
Top = 122
Width = 106
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 4
Text = '0'
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seHuman: TSDEdit
Left = 82
Top = 204
Width = 106
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 7
Text = '0'
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seEquipment: TSDEdit
Left = 82
Top = 176
Width = 106
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 6
Text = '0'
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?