📄 eventunit.dfm
字号:
object event: Tevent
Left = 192
Top = 107
BorderIcons = [biSystemMenu, biMaximize]
BorderStyle = bsSingle
Caption = '事件提醒管理'
ClientHeight = 320
ClientWidth = 581
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCanResize = FormCanResize
OnPaint = FormPaint
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 569
Height = 305
Shape = bsFrame
end
object DBGrid1: TDBGrid
Left = 16
Top = 48
Width = 553
Height = 257
DataSource = sl_data.DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 1
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋体'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
OnDrawColumnCell = DBGrid1DrawColumnCell
OnDblClick = DBGrid1DblClick
end
object Edit1: TEdit
Left = 120
Top = 16
Width = 105
Height = 21
TabOrder = 0
end
object xpButton1: TxpButton
Left = 291
Top = 16
Width = 60
Height = 25
Caption = '增加'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 2
TabStop = True
OnClick = xpButton1Click
end
object xpButton2: TxpButton
Left = 351
Top = 16
Width = 60
Height = 25
Caption = '修改'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 3
TabStop = True
OnClick = xpButton2Click
end
object xpButton3: TxpButton
Left = 448
Top = 16
Width = 60
Height = 25
Caption = '删除'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 4
TabStop = True
OnClick = xpButton3Click
end
object xpButton4: TxpButton
Left = 232
Top = 16
Width = 60
Height = 25
Caption = '查询'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TabOrder = 5
TabStop = True
OnClick = xpButton4Click
end
object ComboBox1: TComboBox
Left = 16
Top = 16
Width = 97
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 6
Items.Strings = (
'按工号查看'
'按姓名查看'
'按部门查看'
'按工种查看')
end
object xpButton5: TxpButton
Left = 508
Top = 16
Width = 60
Height = 25
Caption = '清除'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 7
TabStop = True
OnClick = xpButton5Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -