pretrr.dfm
来自「速达开源ERP系统」· DFM 代码 · 共 142 行
DFM
142 行
inherited frmPretRr: TfrmPretRr
Left = 50
Top = 86
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 FloatPanel1: TFloatPanel [2]
Left = 409
Top = 39
Width = 305
Height = 349
Align = alClient
Color = clWhite
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 2
object Label2: TLabel
Left = 13
Top = 54
Width = 84
Height = 12
Caption = '退货原因代码:'
end
object Label3: TLabel
Left = 13
Top = 107
Width = 84
Height = 12
Caption = '退货原因说明:'
end
object sePretRrCode: TSDEdit
Left = 93
Top = 49
Width = 171
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'sePretRrCode'
OnKeyDown = sePretRrCodeKeyDown
SplitSymbol = ' | '
end
object mePretRrDesc: TMemo
Left = 21
Top = 129
Width = 249
Height = 158
Color = clWhite
Ctl3D = False
Lines.Strings = (
'mePretRrDesc')
ParentCtl3D = False
TabOrder = 1
end
end
object sgPretRr: TSDGrid [3]
Left = 0
Top = 39
Width = 409
Height = 349
Align = alLeft
Color = clWhite
ColCount = 3
Ctl3D = False
DefaultRowHeight = 22
FixedColor = 8564917
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 3
OnClick = sgPretRrClick
EvenGridColor = clWhite
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>
ColWidths = (
6
123
264)
end
inherited MainMenu1: TMainMenu
Left = 626
Top = 11
end
inherited ImageList1: TImageList
Left = 585
Top = 10
end
inherited RecPrintDlg: TPrintDialog
Top = 7
end
inherited PrnSetupDlg: TPrinterSetupDialog
Top = 7
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?