📄 gmu.dfm
字号:
object frmGmu: TfrmGmu
Left = 206
Top = 111
BorderIcons = []
BorderStyle = bsSingle
Caption = '物料计量单位设置'
ClientHeight = 316
ClientWidth = 386
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 9
Top = 17
Width = 60
Height = 12
Caption = '物料编码:'
end
object Label2: TLabel
Left = 205
Top = 17
Width = 36
Height = 12
Caption = '名称:'
end
object Label3: TLabel
Left = 16
Top = 64
Width = 72
Height = 12
Caption = '主计量单位:'
end
object edtGoodsCode: TEdit
Left = 71
Top = 13
Width = 121
Height = 20
Enabled = False
TabOrder = 0
end
object edtGoodsName: TEdit
Left = 245
Top = 13
Width = 121
Height = 20
Enabled = False
TabOrder = 1
end
object Panel1: TPanel
Left = 1
Top = 39
Width = 384
Height = 3
TabOrder = 2
end
object scPrmUnit: TSDComboBox
Left = 89
Top = 61
Width = 86
Height = 20
TabStop = False
Style = csDropDownList
Color = clWhite
Ctl3D = True
ItemHeight = 12
ParentCtl3D = False
TabOrder = 3
OnClick = scPrmUnitClick
Items.Strings = (
'0-系统初始化'
'1-正常状态'
'2-盘点状态'
'3-正在盘点')
KeyItem = cbItem2
end
object btnAdd: TBitBtn
Left = 197
Top = 121
Width = 56
Height = 22
Caption = '增加[&A]'
DragCursor = crHandPoint
TabOrder = 4
OnClick = btnAddClick
NumGlyphs = 2
end
object btnDel: TBitBtn
Left = 253
Top = 121
Width = 56
Height = 22
Caption = '删除[&D]'
DragCursor = crHandPoint
TabOrder = 5
OnClick = btnDelClick
NumGlyphs = 2
end
object btnUpd: TBitBtn
Left = 309
Top = 121
Width = 56
Height = 22
Caption = '修改[&U]'
DragCursor = crHandPoint
TabOrder = 6
OnClick = btnUpdClick
NumGlyphs = 2
end
object btnClose: TBitBtn
Left = 310
Top = 275
Width = 56
Height = 22
Caption = '关闭'
DragCursor = crHandPoint
TabOrder = 7
OnClick = btnCloseClick
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
0000}
NumGlyphs = 2
end
object GroupBox1: TGroupBox
Left = 198
Top = 154
Width = 168
Height = 112
Caption = '多计量单位'
TabOrder = 8
object Label4: TLabel
Left = 5
Top = 28
Width = 60
Height = 12
Caption = '辅助单位:'
end
object Label5: TLabel
Left = 5
Top = 72
Width = 60
Height = 12
Caption = '换算系数:'
end
object scAidUnit: TSDComboBox
Left = 69
Top = 26
Width = 86
Height = 20
Style = csDropDownList
Color = clWhite
Ctl3D = True
ItemHeight = 12
ParentCtl3D = False
TabOrder = 0
Items.Strings = (
'0-系统初始化'
'1-正常状态'
'2-盘点状态'
'3-正在盘点')
KeyItem = cbItem2
end
object seUnitConv: TSDEdit
Left = 69
Top = 68
Width = 85
Height = 20
Ctl3D = True
MaxLength = 13
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = '0'
OnKeyDown = seUnitConvKeyDown
DigLen = 4
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
end
object sgUnit: TSDGrid
Left = 10
Top = 87
Width = 172
Height = 226
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clWhite
ColCount = 2
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
ParentCtl3D = False
TabOrder = 9
OnClick = sgUnitClick
EvenGridColor = clWhite
Columns = <
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 = (
83
80)
end
object btnReturn: TBitBtn
Left = 197
Top = 275
Width = 56
Height = 22
Caption = '重置[&R]'
DragCursor = crHandPoint
TabOrder = 10
OnClick = btnReturnClick
NumGlyphs = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -