worktypes.dfm
来自「三層源碼,DELPHI寫的三層源碼,三層源碼,」· DFM 代码 · 共 89 行
DFM
89 行
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 + =
减小字号Ctrl + -
显示快捷键?