📄 skill.dfm
字号:
inherited frmSkill: TfrmSkill
Left = 99
Top = 79
Width = 590
Height = 477
Caption = '技能等级'
OldCreateOrder = True
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 409
Width = 582
end
inherited CoolBar1: TCoolBar
Width = 582
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 582
end>
inherited tbMainBar: TToolBar
Width = 569
end
end
object sgSkill: TSDGrid [2]
Left = 0
Top = 39
Width = 305
Height = 370
Align = alLeft
Color = clWhite
ColCount = 2
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 2
OnClick = sgSkillClick
SelectColor = clNavy
OddGridColor = clWhite
Columns = <
item
ColumnFont.Charset = ANSI_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '技能代码'
ColumnWidth = 0
end
item
ColumnFont.Charset = ANSI_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '技能名称'
ColumnWidth = 0
end>
ColWidths = (
127
154)
end
object FloatPanel1: TFloatPanel [3]
Left = 305
Top = 39
Width = 277
Height = 370
Align = alClient
Color = clWhite
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 8
Top = 19
Width = 60
Height = 12
Caption = '技能代码:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 57
Width = 60
Height = 12
Caption = '技能名称:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 8
Top = 94
Width = 60
Height = 12
Caption = '技能说明:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object seSkillCode: TSDEdit
Left = 64
Top = 13
Width = 142
Height = 18
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = True
ParentCtl3D = False
ParentFont = False
TabOrder = 0
Text = 'seSkillCode'
SplitSymbol = ' | '
end
object seSkillName: TSDEdit
Left = 64
Top = 51
Width = 189
Height = 18
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = True
ParentCtl3D = False
ParentFont = False
TabOrder = 1
Text = 'seSkillName'
SplitSymbol = ' | '
end
object memSkillDesc: TMemo
Left = 64
Top = 92
Width = 189
Height = 45
Ctl3D = False
Lines.Strings = (
'memSkillDesc')
ParentCtl3D = False
TabOrder = 2
end
end
inherited MainMenu1: TMainMenu
Left = 114
Top = 179
end
inherited ImageList1: TImageList
Left = 114
Top = 179
end
inherited RecPrintDlg: TPrintDialog
Left = 114
Top = 179
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 114
Top = 179
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -