📄 worktypemodify.dfm
字号:
object worktype_modify: Tworktype_modify
Left = 234
Top = 208
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '修改工种'
ClientHeight = 121
ClientWidth = 280
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 265
Height = 73
Shape = bsFrame
end
object Label1: TLabel
Left = 24
Top = 24
Width = 33
Height = 13
Caption = '工种:'
Transparent = True
end
object Label2: TLabel
Left = 24
Top = 56
Width = 33
Height = 13
Caption = '部门:'
Transparent = True
end
object xpButton2: TxpButton
Left = 56
Top = 88
Width = 75
Height = 25
Caption = '确定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
TabOrder = 0
TabStop = True
OnClick = xpButton2Click
end
object xpButton3: TxpButton
Left = 136
Top = 88
Width = 75
Height = 25
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
TabOrder = 1
TabStop = True
OnClick = xpButton3Click
end
object Edit1: TEdit
Left = 56
Top = 16
Width = 201
Height = 21
TabOrder = 2
Text = 'Edit1'
end
object ComboBox1: TComboBox
Left = 56
Top = 48
Width = 201
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -