wl.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 285 行
DFM
285 行
inherited frmWl: TfrmWl
Left = 119
Top = 97
Width = 589
Height = 467
Caption = '工资等级'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 399
Width = 581
end
inherited CoolBar1: TCoolBar
Width = 581
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 581
end>
inherited tbMainBar: TToolBar
Width = 568
end
end
object FloatPanel1: TFloatPanel [2]
Left = 305
Top = 39
Width = 276
Height = 360
Align = alClient
Color = clWhite
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 2
object Label1: TLabel
Left = 7
Top = 22
Width = 60
Height = 12
Caption = '工资等级:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 7
Top = 49
Width = 60
Height = 12
Caption = '工资说明:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 7
Top = 76
Width = 60
Height = 12
Caption = '固定工资:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 31
Top = 103
Width = 36
Height = 12
Caption = '奖金:'
end
object Label5: TLabel
Left = 31
Top = 130
Width = 36
Height = 12
Caption = '津贴:'
end
object Label6: TLabel
Left = 31
Top = 157
Width = 36
Height = 12
Caption = '其它:'
end
object Label7: TLabel
Left = 31
Top = 184
Width = 36
Height = 12
Caption = '合计:'
end
object LbWlSum: TLabel
Left = 66
Top = 184
Width = 24
Height = 12
Caption = '0.00'
end
object seWlDesc: TSDEdit
Left = 65
Top = 43
Width = 188
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'seWlDesc'
SplitSymbol = ' | '
end
object seWlFix: TSDEdit
Left = 65
Top = 70
Width = 112
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Text = '0'
DigLen = 2
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seWlBorus: TSDEdit
Left = 65
Top = 98
Width = 112
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 3
Text = '0'
DigLen = 2
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seWlAnce: TSDEdit
Left = 65
Top = 125
Width = 112
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 4
Text = '0'
DigLen = 2
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seWlOther: TSDEdit
Left = 65
Top = 152
Width = 112
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 5
Text = '0'
DigLen = 2
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seWlCode: TSDEdit
Left = 65
Top = 16
Width = 133
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'seWlCode'
SplitSymbol = ' | '
end
end
object sgWl: TSDGrid [3]
Left = 0
Top = 39
Width = 305
Height = 360
Align = alLeft
Color = clWhite
ColCount = 4
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
ParentFont = False
TabOrder = 3
OnClick = sgWlClick
SelectColor = clNavy
OddGridColor = clWhite
Columns = <
item
ColumnFont.Charset = ANSI_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '工资等级'
ColumnWidth = 0
end
item
ColumnFont.Charset = ANSI_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '固定工资'
ColumnWidth = 0
end
item
ColumnFont.Charset = ANSI_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '奖金'
ColumnWidth = 0
end
item
ColumnFont.Charset = ANSI_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '津贴'
ColumnWidth = 0
end>
ColWidths = (
75
96
58
54)
end
inherited MainMenu1: TMainMenu
Left = 70
Top = 171
end
inherited ImageList1: TImageList
Left = 70
Top = 171
end
inherited RecPrintDlg: TPrintDialog
Left = 70
Top = 171
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 70
Top = 171
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?