qcprodrep.dfm
来自「科思ERP部分源码及控件」· DFM 代码 · 共 273 行
DFM
273 行
inherited frmQcProdRep: TfrmQcProdRep
Left = 61
Top = 115
Caption = '成品质检报告'
Font.Height = -12
Font.Name = '宋体'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 12
inherited Panel3: TPanel
inherited GroupBox3: TGroupBox
inherited edLable5: TLabel
Left = 535
Top = 22
Width = 18
Caption = '从:'
end
inherited edLabel6: TLabel
Left = 535
Top = 56
Width = 18
Caption = '到:'
end
object Label1: TLabel [2]
Left = 10
Top = 22
Width = 54
Height = 12
Caption = '质检单号:'
end
object Label2: TLabel [3]
Left = 10
Top = 56
Width = 54
Height = 12
Caption = '物料编号:'
end
object Label3: TLabel [4]
Left = 195
Top = 22
Width = 30
Height = 12
Caption = '部门:'
end
object Label4: TLabel [5]
Left = 195
Top = 56
Width = 30
Height = 12
Caption = '批号:'
end
object Label5: TLabel [6]
Left = 353
Top = 22
Width = 54
Height = 12
Caption = '检验方法:'
end
object Label6: TLabel [7]
Left = 377
Top = 56
Width = 30
Height = 12
Caption = '工序:'
Visible = False
end
inherited dtDateBg: TDateEdit
Left = 554
Top = 18
end
inherited dtDateEn: TDateEdit
Left = 554
Top = 52
end
object seBoxCode: TSDEdit
Left = 166
Top = 18
Width = 21
Height = 20
Color = clWhite
TabOrder = 2
SplitSymbol = ' | '
end
object seBoxGoods: TSDEdit
Left = 166
Top = 52
Width = 21
Height = 20
Color = clWhite
TabOrder = 3
SplitSymbol = ' | '
end
object seBoxDept: TSDEdit
Left = 328
Top = 18
Width = 21
Height = 20
Color = clWhite
TabOrder = 4
SplitSymbol = ' | '
end
object scDept: TSDComboBox
Left = 225
Top = 18
Width = 100
Height = 20
ItemHeight = 12
TabOrder = 5
KeyItem = cbItem2
end
object seBoxBatch: TSDEdit
Left = 328
Top = 52
Width = 21
Height = 20
Color = clWhite
TabOrder = 6
SplitSymbol = ' | '
end
object seBoxWay: TSDEdit
Left = 510
Top = 18
Width = 21
Height = 20
Color = clWhite
TabOrder = 7
SplitSymbol = ' | '
end
object scWay: TSDComboBox
Left = 407
Top = 18
Width = 100
Height = 20
ItemHeight = 12
TabOrder = 8
KeyItem = cbItem2
end
object seBoxSupply: TSDEdit
Left = 510
Top = 52
Width = 21
Height = 20
Color = clWhite
TabOrder = 9
Visible = False
SplitSymbol = ' | '
end
object seCode: TSDEdit
Left = 64
Top = 18
Width = 100
Height = 20
Color = clWhite
TabOrder = 10
OnButtonClick = seCodeButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
object seGoods: TSDEdit
Left = 64
Top = 52
Width = 100
Height = 20
Color = clWhite
TabOrder = 11
OnButtonClick = seGoodsButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
object seSupply: TSDEdit
Left = 407
Top = 52
Width = 100
Height = 20
Color = clWhite
TabOrder = 12
Visible = False
OnButtonClick = seSupplyButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
object seBatch: TSDEdit
Left = 225
Top = 52
Width = 100
Height = 20
Color = clWhite
TabOrder = 13
OnButtonClick = seBatchButtonClick
ButtonVisible = True
SplitSymbol = ' | '
end
end
inherited GroupBox2: TGroupBox
inherited btRest: TBitBtn
Top = 61
Cancel = True
end
inherited btFind: TBitBtn
Top = 37
Default = True
end
inherited BitBtn1: TBitBtn
Top = 8
end
end
end
inherited Panel1: TPanel
TabOrder = 3
end
object sgRep: TSDGrid [4]
Left = 0
Top = 99
Width = 781
Height = 412
Align = alClient
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
RowCount = 1
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 2
Columns = <
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
ColumnWidth = 2
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColumnWidth = 0
end>
ColWidths = (
10
64
64
64
64)
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?