📄 postype.dfm
字号:
inherited frmPosType: TfrmPosType
Left = 48
Top = 85
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 sgPosType: TSDGrid [2]
Left = 0
Top = 39
Width = 369
Height = 349
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 = sgPosTypeClick
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
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '影响库存'
ColumnWidth = 0
end>
ColWidths = (
3
89
166
93)
end
object FloatPanel1: TFloatPanel [3]
Left = 369
Top = 39
Width = 345
Height = 349
Align = alClient
Color = clWhite
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 3
object Label1: TLabel
Left = 26
Top = 33
Width = 54
Height = 12
Caption = '类别代码:'
end
object Label2: TLabel
Left = 26
Top = 73
Width = 54
Height = 12
Caption = '类别名称:'
end
object Label3: TLabel
Left = 21
Top = 228
Width = 54
Height = 12
Caption = '详细描述:'
end
object Label4: TLabel
Left = 26
Top = 113
Width = 54
Height = 12
Caption = '收发类型:'
end
object sePosTypeCode: TSDEdit
Left = 79
Top = 27
Width = 196
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Text = 'sePosTypeCode'
OnExit = sePosTypeCodeExit
SplitSymbol = ' | '
end
object sePosTypeName: TSDEdit
Left = 79
Top = 68
Width = 196
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'sePosTypeName'
SplitSymbol = ' | '
end
object GroupBox1: TGroupBox
Left = 29
Top = 148
Width = 243
Height = 62
Caption = '对库存的影响'
TabOrder = 3
object optPosTypeInc: TRadioButton
Left = 19
Top = 23
Width = 45
Height = 19
Caption = '增加'
Checked = True
Color = clWhite
ParentColor = False
TabOrder = 0
TabStop = True
end
object optPosTypeDec: TRadioButton
Left = 94
Top = 24
Width = 49
Height = 19
Caption = '减少'
Color = clWhite
ParentColor = False
TabOrder = 1
end
object optPosTypeNone: TRadioButton
Left = 166
Top = 24
Width = 59
Height = 19
Caption = '无影响'
Color = clWhite
ParentColor = False
TabOrder = 2
end
end
object scPosTypeFlg: TSDComboBox
Left = 79
Top = 108
Width = 196
Height = 20
Style = csDropDownList
Color = clWhite
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 2
KeyItem = cbItem2
end
object memPosTypeDesc: TMemo
Left = 71
Top = 228
Width = 197
Height = 66
Color = clWhite
Ctl3D = False
ParentCtl3D = False
TabOrder = 4
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -