finreport.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 1,380 行 · 第 1/5 页
DFM
1,380 行
object frmFinReport: TfrmFinReport
Left = -270
Top = 359
Width = 663
Height = 505
Caption = 'SDERP财务报表'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -7
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
WindowState = wsMaximized
OnClose = FormClose
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object tbMenu: TToolBar
Left = 0
Top = 0
Width = 655
Height = 23
AutoSize = True
ButtonHeight = 21
ButtonWidth = 31
Caption = 'tbMenu'
Flat = True
PopupMenu = pmMain
ShowCaptions = True
TabOrder = 0
object ToolButton1: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = '报表'
Grouped = True
MenuItem = miFile
end
object ToolButton3: TToolButton
Left = 35
Top = 0
AutoSize = True
Caption = '编辑'
Grouped = True
MenuItem = miEdit
end
object ToolButton6: TToolButton
Left = 70
Top = 0
AutoSize = True
Caption = '显示'
Grouped = True
MenuItem = miView
end
object ToolButton4: TToolButton
Left = 105
Top = 0
AutoSize = True
Caption = '插入'
Grouped = True
MenuItem = miInsert
end
object ToolButton5: TToolButton
Left = 140
Top = 0
AutoSize = True
Caption = '格式'
Grouped = True
MenuItem = miFormat
end
object scFMonth: TSDComboBox
Left = 175
Top = 0
Width = 138
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'scFMonth'
OnChange = scFMonthChange
end
end
object sb: TStatusBar
Left = 0
Top = 458
Width = 655
Height = 20
Panels = <
item
Width = 100
end
item
Width = 100
end
item
Width = 100
end
item
Width = 100
end>
SimplePanel = False
end
object ControlBar1: TControlBar
Left = 0
Top = 23
Width = 655
Height = 56
Align = alTop
AutoSize = True
TabOrder = 3
object tbButton: TToolBar
Left = 11
Top = 2
Width = 262
Height = 22
AutoSize = True
ButtonWidth = 27
Caption = 'tbButton'
EdgeBorders = []
Flat = True
Images = ImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 0
Wrapable = False
object ToolButton2: TToolButton
Left = 0
Top = 0
Hint = '新建'
AutoSize = True
Caption = 'ToolButton2'
ImageIndex = 1
OnClick = miNewClick
end
object ToolButton7: TToolButton
Left = 23
Top = 0
Hint = '打开'
AutoSize = True
Caption = 'ToolButton7'
ImageIndex = 0
OnClick = miOpenClick
end
object ToolButton8: TToolButton
Left = 46
Top = 0
Hint = '保存'
AutoSize = True
Caption = 'ToolButton8'
ImageIndex = 3
OnClick = miSaveClick
end
object ToolButton16: TToolButton
Left = 69
Top = 0
Width = 8
Caption = 'ToolButton16'
ImageIndex = 9
Style = tbsSeparator
end
object ToolButton10: TToolButton
Left = 77
Top = 0
Hint = '页面设置'
AutoSize = True
Caption = 'ToolButton10'
ImageIndex = 5
OnClick = miPageSetupClick
end
object ToolButton11: TToolButton
Left = 100
Top = 0
Hint = '打印预览'
AutoSize = True
Caption = 'ToolButton11'
ImageIndex = 4
OnClick = miPreviewClick
end
object ToolButton17: TToolButton
Left = 123
Top = 0
Width = 8
Caption = 'ToolButton17'
ImageIndex = 9
Style = tbsSeparator
end
object ToolButton12: TToolButton
Left = 131
Top = 0
Hint = '剪切'
AutoSize = True
Caption = 'ToolButton12'
ImageIndex = 7
OnClick = miCutClick
end
object ToolButton13: TToolButton
Left = 154
Top = 0
Hint = '复制'
AutoSize = True
Caption = 'ToolButton13'
ImageIndex = 6
OnClick = miCopyClick
end
object ToolButton14: TToolButton
Left = 177
Top = 0
Hint = '粘贴'
AutoSize = True
Caption = 'ToolButton14'
ImageIndex = 8
OnClick = miPasteClick
end
object ToolButton18: TToolButton
Left = 200
Top = 0
Width = 8
Caption = 'ToolButton18'
ImageIndex = 9
Style = tbsSeparator
end
object ToolButton15: TToolButton
Left = 208
Top = 0
Hint = '公式向导。。。'
AutoSize = True
Caption = 'ToolButton15'
ImageIndex = 10
OnClick = miFormulaClick
end
object ToolButton19: TToolButton
Left = 231
Top = 0
Hint = '刷新数据'
AutoSize = True
Caption = 'ToolButton19'
ImageIndex = 9
OnClick = miReCalcClick
end
end
object ToolBar1: TToolBar
Left = 11
Top = 28
Width = 358
Height = 22
AutoSize = True
ButtonWidth = 58
Caption = 'ToolBar1'
EdgeBorders = []
Flat = True
Images = ImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 1
object cbFontName: TComboBox
Left = 0
Top = 0
Width = 113
Height = 21
Hint = '字体名称'
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = cbFontNameChange
end
object cbFontSize: TComboBox
Left = 113
Top = 0
Width = 53
Height = 21
Hint = '字体大小'
ItemHeight = 13
TabOrder = 1
OnChange = cbFontSizeChange
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?