📄 discard.dfm
字号:
inherited frmDiscard: TfrmDiscard
Left = 50
Top = 88
Width = 722
Height = 456
Caption = '报废原因'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 388
Width = 714
end
inherited CoolBar1: TCoolBar
Width = 714
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 714
end>
inherited tbMainBar: TToolBar
Width = 701
end
end
object sgDiscard: TSDGrid [2]
Left = 0
Top = 39
Width = 353
Height = 349
Align = alLeft
BiDiMode = bdRightToLeftReadingOnly
Color = clWhite
ColCount = 3
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentBiDiMode = False
ParentCtl3D = False
TabOrder = 2
OnClick = sgDiscardClick
EvenGridColor = clWhite
Columns = <
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
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>
ColWidths = (
8
104
225)
end
object FloatPanel1: TFloatPanel [3]
Left = 353
Top = 39
Width = 361
Height = 349
Align = alClient
Color = clWhite
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 55
Top = 41
Width = 54
Height = 12
Caption = '原因代码:'
end
object Label2: TLabel
Left = 55
Top = 85
Width = 54
Height = 12
Caption = '原因说明:'
end
object seDiscardCode: TSDEdit
Left = 109
Top = 36
Width = 190
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'seDiscardCode'
OnExit = seDiscardCodeExit
SplitSymbol = ' | '
end
object memDiscardDesc: TMemo
Left = 109
Top = 86
Width = 191
Height = 136
Color = clWhite
Ctl3D = False
Lines.Strings = (
'memDiscardDesc')
ParentCtl3D = False
TabOrder = 1
end
end
inherited MainMenu1: TMainMenu
Left = 608
Top = 8
end
inherited ImageList1: TImageList
Left = 577
Top = 7
end
inherited RecPrintDlg: TPrintDialog
Top = 7
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 547
Top = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -