qcm.dfm
来自「科思ERP部分源码及控件」· DFM 代码 · 共 182 行
DFM
182 行
inherited frmQcm: TfrmQcm
Left = 219
Top = 129
Width = 714
Height = 448
Caption = '质检员'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 380
Width = 706
end
inherited CoolBar1: TCoolBar
Width = 706
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 706
end>
inherited tbMainBar: TToolBar
Width = 693
end
end
object sgQcm: TSDGrid [2]
Left = 0
Top = 39
Width = 313
Height = 341
Align = alLeft
Color = clWhite
ColCount = 4
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
RowCount = 4
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
ParentFont = False
TabOrder = 0
OnClick = sgQcmClick
OddGridColor = 14806523
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 = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '质检员代码'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '电话'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '地址'
ColumnWidth = 0
end>
ColWidths = (
10
94
96
104)
end
object fpQcm: TFloatPanel [3]
Left = 313
Top = 39
Width = 393
Height = 341
Align = alClient
Color = clWhite
Caption = 'fpQcm'
ParentColor = False
TabOrder = 1
object Label1: TLabel
Left = 22
Top = 41
Width = 72
Height = 12
Caption = '质检员代码:'
end
object Label2: TLabel
Left = 22
Top = 89
Width = 72
Height = 12
Caption = '电 话:'
end
object Label3: TLabel
Left = 22
Top = 137
Width = 72
Height = 12
Caption = '地 址:'
end
object seQcmTel: TSDEdit
Left = 105
Top = 84
Width = 237
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'seQcmTel'
CharType = ctMathematic
SplitSymbol = ' | '
end
object seQcmBeepPage: TSDEdit
Left = 105
Top = 131
Width = 237
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'seQcmBeepPage'
CharType = ctMathematic
SplitSymbol = ' | '
end
object seQcmCode: TSDEdit
Left = 107
Top = 36
Width = 236
Height = 18
CharCase = ecUpperCase
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 2
Text = 'SEQCMCODE'
CharType = ctCharacter
OnButtonClick = seQcmCodeButtonClick
ButtonVisible = True
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
end
inherited ImageList1: TImageList
Top = 138
end
inherited RecPrintDlg: TPrintDialog
Left = 243
Top = 143
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 627
Top = 31
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?