personwagemanage.dfm
来自「人事工资考勤管理信息系统」· DFM 代码 · 共 55 行
DFM
55 行
object PersonWageManageFrm: TPersonWageManageFrm
Left = 150
Top = 116
Width = 600
Height = 284
Caption = #20010#20154#24037#36164#24773#20917
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 16
Top = 56
Width = 557
Height = 185
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 0
object wageG: TStringGrid
Left = 19
Top = 11
Width = 518
Height = 158
Color = clBtnHighlight
ColCount = 14
DefaultColWidth = 70
DefaultRowHeight = 20
FixedCols = 0
TabOrder = 0
end
end
object Button1: TButton
Left = 508
Top = 24
Width = 55
Height = 20
Caption = #36820#22238
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?