📄 cscm.dfm
字号:
object frmCscm: TfrmCscm
Left = 217
Top = 155
Width = 243
Height = 291
BorderIcons = [biSystemMenu, biMinimize]
Caption = '子系统当前月份'
Color = 50331647
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Label5: TLabel
Left = 26
Top = 215
Width = 60
Height = 12
Caption = '人事系统:'
end
object Label1: TLabel
Left = 26
Top = 20
Width = 60
Height = 12
Caption = '财务系统:'
end
object Label2: TLabel
Left = 26
Top = 104
Width = 60
Height = 12
Caption = '销售系统:'
end
object Label3: TLabel
Left = 26
Top = 76
Width = 60
Height = 12
Caption = '采购系统:'
end
object Label4: TLabel
Left = 26
Top = 159
Width = 60
Height = 12
Caption = '成本系统:'
end
object Label6: TLabel
Left = 26
Top = 131
Width = 60
Height = 12
Caption = '生产系统:'
end
object Label7: TLabel
Left = 26
Top = 48
Width = 60
Height = 12
Caption = '库存系统:'
end
object Label8: TLabel
Left = 26
Top = 187
Width = 60
Height = 12
Caption = '设备系统:'
end
object seInventory: TSDEdit
Left = 86
Top = 43
Width = 108
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 = 86
Top = 15
Width = 108
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 = 86
Top = 98
Width = 108
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 = 86
Top = 70
Width = 108
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 = 86
Top = 154
Width = 108
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 = 86
Top = 126
Width = 108
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 = 86
Top = 209
Width = 108
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 = 86
Top = 181
Width = 108
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -