📄 kaoqinmain.dfm
字号:
object FormKaoQinMain: TFormKaoQinMain
Left = 260
Top = 61
Width = 362
Height = 360
ActiveControl = ButtonJiBen
Caption = '考勤信息管理系统'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnActivate = FormActivate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object ButtonKaoQin: TButton
Left = 72
Top = 112
Width = 217
Height = 49
Caption = '员工考勤表(&K)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -23
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = ButtonKaoQinClick
end
object ButtonGongZi: TButton
Left = 72
Top = 168
Width = 217
Height = 49
Caption = '员工工资表(&G)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -23
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = ButtonGongZiClick
end
object ButtonJiBen: TButton
Left = 72
Top = 48
Width = 217
Height = 57
Caption = '员工基本信息表(&J)'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -23
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = ButtonJiBenClick
end
object ButtonXiShu: TButton
Left = 72
Top = 224
Width = 217
Height = 49
Caption = '出勤工资系数(&X)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -23
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = ButtonXiShuClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -