udr.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 137 行
DFM
137 行
inherited frmUdr: TfrmUdr
Left = 42
Top = 256
Width = 624
Height = 471
Caption = '物料损坏原因'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 403
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 FloatPanel1: TFloatPanel [2]
Left = 325
Top = 39
Width = 291
Height = 364
Align = alClient
Color = clWhite
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 2
object Label1: TLabel
Left = 12
Top = 17
Width = 54
Height = 12
Caption = '原因代码:'
end
object Label2: TLabel
Left = 11
Top = 45
Width = 54
Height = 12
Caption = '原因说明:'
end
object seUdrCode: TSDEdit
Left = 67
Top = 12
Width = 183
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'seUdrCode'
SplitSymbol = ' | '
end
object memUdrDesc: TMemo
Left = 67
Top = 46
Width = 183
Height = 48
Color = clWhite
Ctl3D = False
Lines.Strings = (
'memUdrdDesc')
ParentCtl3D = False
TabOrder = 1
end
end
object sgUdr: TSDGrid [3]
Left = 0
Top = 39
Width = 325
Height = 364
Align = alLeft
BiDiMode = bdRightToLeftReadingOnly
Color = clWhite
ColCount = 2
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentBiDiMode = False
ParentCtl3D = False
TabOrder = 3
OnClick = sgUdrClick
SelectColor = clActiveCaption
OddGridColor = clWhite
Columns = <
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '损坏原因代码'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '损坏原因说明'
ColumnWidth = 0
end>
ColWidths = (
135
159)
end
inherited MainMenu1: TMainMenu
Left = 123
Top = 147
end
inherited ImageList1: TImageList
Left = 123
Top = 147
end
inherited RecPrintDlg: TPrintDialog
Left = 123
Top = 147
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 123
Top = 147
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?