📄 glb.dfm
字号:
inherited frmGlb: TfrmGlb
Left = 84
Top = 96
Width = 668
Height = 446
Caption = '初始化'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 378
Width = 660
end
inherited CoolBar1: TCoolBar
Width = 660
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 660
end>
inherited tbMainBar: TToolBar
Width = 647
ButtonWidth = 43
inherited tbAddHead: TToolButton
Caption = '初始化'
end
inherited tbEditHead: TToolButton
Left = 47
Visible = False
end
inherited tbDeleteHead: TToolButton
Left = 82
Visible = False
end
inherited ToolButton10: TToolButton
Left = 117
end
inherited tbGenrate: TToolButton
Left = 119
Caption = '启用'
Visible = True
end
inherited ToolButton3: TToolButton
Left = 154
end
inherited tbCancel: TToolButton
Left = 156
end
inherited tbSave: TToolButton
Left = 191
Caption = '完成'
end
inherited ToolButton6: TToolButton
Left = 226
end
inherited tbCheck: TToolButton
Left = 228
Caption = '试算'
Visible = True
end
inherited tbClose: TToolButton
Left = 263
end
inherited ToolButton1: TToolButton
Left = 306
end
inherited tbFirst: TToolButton
Left = 308
end
inherited tbPrevious: TToolButton
Left = 343
end
inherited tbNext: TToolButton
Left = 378
end
inherited tbLast: TToolButton
Left = 413
end
inherited ToolButton2: TToolButton
Left = 448
end
inherited tbQuery: TToolButton
Left = 450
Visible = False
end
inherited tbPrint: TToolButton
Left = 485
end
inherited tbExport: TToolButton
Left = 520
end
inherited ToolButton4: TToolButton
Left = 555
end
inherited tbHelp: TToolButton
Left = 557
end
inherited tbControl: TToolButton
Left = 592
end
end
end
object sgGlb: TSDGrid [2]
Left = 0
Top = 39
Width = 660
Height = 339
Align = alClient
Color = 50331647
ColCount = 9
Ctl3D = False
DefaultRowHeight = 22
FixedColor = 8564917
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goEditing]
ParentCtl3D = False
TabOrder = 2
EvenGridColor = 50331647
OddGridColor = 50331647
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
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 = clRed
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
CharType = gtNumeric
TitleString = '期初数量'
ColumnWidth = 0
end
item
EditType = sdComboBox
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clRed
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
CharType = gtNumeric
TitleString = '期初金额'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clRed
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
CharType = gtNumeric
TitleString = '期初外币金额'
ColumnWidth = 0
end>
ColWidths = (
5
67
104
54
41
57
64
64
78)
end
object scKm: TSDComboBox [3]
Left = 624
Top = 13
Width = 33
Height = 20
Color = 16643297
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ItemHeight = 12
ParentCtl3D = False
ParentFont = False
TabOrder = 3
Text = 'scKm'
Visible = False
KeyItem = cbItem2
end
object scGlbCurrency: TSDComboBox [4]
Left = 599
Top = -1
Width = 34
Height = 20
Color = 16643297
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 4
Text = 'scGlbCurrency'
Visible = False
Items.Strings = (
'1-帐户类型1'
'2-帐户类型2'
'')
KeyItem = cbItem2
end
object scGlbUnit: TSDComboBox [5]
Left = 602
Top = 18
Width = 39
Height = 20
Color = 16118752
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ItemHeight = 12
ParentCtl3D = False
ParentFont = False
TabOrder = 5
Text = 'scGlbUnit'
Visible = False
KeyItem = cbItem2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -