📄 worktypes.dfm
字号:
object worktype: Tworktype
Left = 243
Top = 136
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '工种资料'
ClientHeight = 208
ClientWidth = 370
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 353
Height = 161
Shape = bsFrame
end
object xpButton1: TxpButton
Left = 16
Top = 176
Width = 75
Height = 25
Caption = '增加'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
TabOrder = 0
TabStop = True
OnClick = xpButton1Click
end
object xpButton2: TxpButton
Left = 96
Top = 176
Width = 75
Height = 25
Caption = '修改'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
TabOrder = 1
TabStop = True
OnClick = xpButton2Click
end
object xpButton3: TxpButton
Left = 176
Top = 176
Width = 75
Height = 25
Caption = '删除'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
TabOrder = 2
TabStop = True
OnClick = xpButton3Click
end
object DBGrid1: TDBGrid
Left = 16
Top = 16
Width = 337
Height = 145
DataSource = sl_data.DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 3
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋体'
TitleFont.Style = []
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -