rpocr.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 176 行
DFM
176 行
inherited frmRpoCr: TfrmRpoCr
Left = 257
Top = 181
Width = 722
Height = 456
Caption = '请购单取消原因'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 385
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 sgRpoCr: TSDGrid [2]
Left = 0
Top = 39
Width = 417
Height = 346
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 = 2
OnClick = sgRpoCrClick
Columns = <
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '代码'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '原因名称'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '原因详细说明'
ColumnWidth = 0
end>
ColWidths = (
8
80
89
225)
end
object FloatPanel1: TFloatPanel [3]
Left = 417
Top = 39
Width = 297
Height = 346
Align = alClient
Color = clWhite
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 6
Top = 26
Width = 60
Height = 12
Caption = '原因代码:'
end
object Label2: TLabel
Left = 6
Top = 84
Width = 60
Height = 12
Caption = '原因名称:'
end
object Label3: TLabel
Left = 6
Top = 142
Width = 60
Height = 12
Caption = '原因说明:'
end
object seRpoCrCode: TSDEdit
Left = 68
Top = 20
Width = 140
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'seRpoCrCode'
OnKeyDown = seRpoCrCodeKeyDown
SplitSymbol = ' | '
end
object seRpoCrName: TSDEdit
Left = 68
Top = 80
Width = 140
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'seRpoCrName'
SplitSymbol = ' | '
end
object seRpoCrDesc: TSDEdit
Left = 68
Top = 139
Width = 217
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Text = 'seRpoCrDesc'
SplitSymbol = ' | '
end
end
inherited MainMenu1: TMainMenu
Left = 634
Top = 11
end
inherited ImageList1: TImageList
Left = 593
Top = 10
end
inherited RecPrintDlg: TPrintDialog
Top = 7
end
inherited PrnSetupDlg: TPrinterSetupDialog
Top = 7
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?