📄 htyj.dfm
字号:
object htyjb: Thtyjb
Left = 243
Top = 116
Width = 361
Height = 292
Caption = '合同预警表'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 353
Height = 225
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid1DrawColumnCell
Columns = <
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '编号'
Visible = True
end
item
Expanded = False
FieldName = 'A_name'
Title.Caption = '姓名'
Visible = True
end
item
Expanded = False
FieldName = 'A_date'
Title.Caption = '签定时间'
Visible = True
end
item
Expanded = False
FieldName = 'A_htys'
Title.Caption = '签定月数'
Visible = True
end
item
Expanded = False
FieldName = 'A_htjb'
Title.Caption = '合同级别'
Visible = True
end>
end
object Button1: TButton
Left = 80
Top = 232
Width = 75
Height = 25
Caption = '退出'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 192
Top = 232
Width = 121
Height = 25
Caption = '中止合同并删除员工'
TabOrder = 2
OnClick = Button2Click
end
object DataSource1: TDataSource
DataSet = DataModule1.htgns
Left = 8
Top = 112
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -