?? dimissionmain.dfm
字號:
object dimission_main: Tdimission_main
Left = 185
Top = 111
BorderIcons = [biSystemMenu, biMaximize]
BorderStyle = bsSingle
Caption = '離職管理'
ClientHeight = 351
ClientWidth = 598
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
WindowState = wsMaximized
OnCanResize = FormCanResize
OnPaint = FormPaint
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Bevel1: TBevel
Left = 7
Top = 8
Width = 585
Height = 337
Shape = bsFrame
end
object DBGrid1: TDBGrid
Left = 15
Top = 48
Width = 569
Height = 289
DataSource = sl_data.DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋體'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
OnDrawColumnCell = DBGrid1DrawColumnCell
OnDblClick = DBGrid1DblClick
end
object xpButton1: TxpButton
Left = 280
Top = 16
Width = 50
Height = 25
Caption = '增加'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
TabOrder = 1
TabStop = True
OnClick = xpButton1Click
end
object xpButton2: TxpButton
Left = 328
Top = 16
Width = 50
Height = 25
Caption = '還原'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
TabOrder = 2
TabStop = True
OnClick = xpButton2Click
end
object xpButton3: TxpButton
Left = 377
Top = 16
Width = 50
Height = 25
Caption = '刪除'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
TabOrder = 3
TabStop = True
OnClick = xpButton3Click
end
object ComboBox1: TComboBox
Left = 16
Top = 16
Width = 137
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 4
Items.Strings = (
'按工號查看'
'按姓名查看'
'按部門查看'
'按工種查看')
end
object Edit1: TEdit
Left = 160
Top = 16
Width = 113
Height = 20
TabOrder = 5
OnKeyUp = Edit1KeyUp
end
object xpButton4: TxpButton
Left = 474
Top = 16
Width = 50
Height = 25
Caption = '打印'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
TabOrder = 6
TabStop = True
OnClick = xpButton4Click
end
object xpButton5: TxpButton
Left = 426
Top = 16
Width = 49
Height = 25
Caption = '瀏覽'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TabOrder = 7
TabStop = True
OnClick = DBGrid1DblClick
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -