📄 qcc.dfm
字号:
inherited frmQcc: TfrmQcc
Left = 133
Top = 52
Width = 624
Height = 417
Caption = '质检内容维护'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 349
Width = 616
end
inherited CoolBar1: TCoolBar
Width = 616
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 616
end>
inherited tbMainBar: TToolBar
Width = 603
end
end
object sgQcc: TSDGrid [2]
Left = 0
Top = 39
Width = 281
Height = 310
Align = alLeft
Color = clWhite
ColCount = 3
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
RowCount = 4
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
ParentFont = False
TabOrder = 2
OnClick = sgQccClick
OddGridColor = clWhite
Columns = <
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '质检内容代码'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '名称'
ColumnWidth = 0
end>
ColWidths = (
10
104
134)
end
object fpQcc: TFloatPanel [3]
Left = 281
Top = 39
Width = 335
Height = 310
Align = alClient
Color = clWhite
Caption = 'fpQcc'
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 22
Top = 41
Width = 84
Height = 12
Caption = '质检内容代码:'
end
object Label2: TLabel
Left = 22
Top = 89
Width = 36
Height = 12
Caption = '名称:'
end
object Label3: TLabel
Left = 22
Top = 137
Width = 36
Height = 12
Caption = '备注:'
end
object seQccName: TSDEdit
Left = 105
Top = 84
Width = 163
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'seQccName'
SplitSymbol = ' | '
DefaultValue = ' '
end
object seQccDesc: TSDEdit
Left = 105
Top = 131
Width = 163
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'seQccDesc'
SplitSymbol = ' | '
end
object seQccCode: TSDEdit
Left = 105
Top = 36
Width = 163
Height = 18
CharCase = ecUpperCase
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Text = 'SEQCCCODE'
OnKeyPress = seQccCodeKeyPress
SplitSymbol = ' | '
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -