📄 stocksmain.dfm
字号:
C007001F8FF1FD7FC0078FF18FF1F93FC00FFFF98FF1FBBFC01FFF758FF5FBBF
C03FFF8F8001FBBFFFFFFFFFFFFFFFFF00000000000000000000000000000000
000000000000}
end
object alMain: TActionList
Images = imgStandart
Left = 176
Top = 120
object actDeleteCells: TAction
Category = 'Cells'
Caption = 'Delete...'
OnExecute = actCellsExecute
OnUpdate = AlwaysEnabled
end
object actSaveSpeadSheet: TAction
Category = 'File'
Caption = '&Save SpeadSheet'
ImageIndex = 2
ShortCut = 16467
OnExecute = actSaveSpeadSheetExecute
OnUpdate = actSaveSpeadSheetUpdate
end
object actInsertCells: TAction
Tag = 1
Category = 'Cells'
Caption = 'Insert...'
OnExecute = actCellsExecute
OnUpdate = AlwaysEnabled
end
object actExit: TAction
Category = 'File'
Caption = 'E&xit'
ShortCut = 32856
OnExecute = actExitExecute
OnUpdate = AlwaysEnabled
end
object actCut: TAction
Category = 'Edit'
Caption = 'Cu&t'
Hint = 'Cut'
ImageIndex = 3
ShortCut = 16472
OnExecute = actCutExecute
OnUpdate = AlwaysEnabled
end
object actCopy: TAction
Category = 'Edit'
Caption = '&Copy'
Hint = 'Copy'
ImageIndex = 4
ShortCut = 16451
OnExecute = actCopyExecute
OnUpdate = AlwaysEnabled
end
object actPaste: TAction
Category = 'Edit'
Caption = '&Paste'
Hint = 'Paste'
ImageIndex = 5
ShortCut = 16470
OnExecute = actPasteExecute
OnUpdate = AlwaysEnabled
end
object actFormatCells: TAction
Category = 'Cells'
Caption = 'Format Cells...'
OnExecute = actFormatCellsExecute
OnUpdate = AlwaysEnabled
end
object actHideCells: TAction
Category = 'Cells'
Caption = 'Hide'
OnExecute = actHideCellsExecute
OnUpdate = AlwaysEnabled
end
object actShowCells: TAction
Category = 'Cells'
Caption = 'Show'
OnExecute = actShowCellsExecute
OnUpdate = AlwaysEnabled
end
object actHideCol: TAction
Category = 'Cols'
Caption = 'Hide'
OnExecute = actHideColExecute
OnUpdate = AlwaysEnabled
end
object actShowCol: TAction
Category = 'Cols'
Caption = 'Show'
OnExecute = actShowColExecute
OnUpdate = AlwaysEnabled
end
object actHideRow: TAction
Category = 'Rows'
Caption = 'Hide'
OnExecute = actHideRowExecute
OnUpdate = AlwaysEnabled
end
object actShowRow: TAction
Category = 'Rows'
Caption = 'Show'
OnExecute = actShowRowExecute
OnUpdate = AlwaysEnabled
end
object actApplyFormatting: TAction
Category = 'Configuration'
Caption = 'A&pply Formatting'
OnExecute = actApplyFormattingExecute
OnUpdate = actApplyFormattingUpdate
end
object actLoadData: TAction
Category = 'File'
Caption = '&Load Data'
OnExecute = actLoadDataExecute
OnUpdate = AlwaysEnabled
end
object actMergeCells: TAction
Category = 'Merge'
Caption = 'Merge cells'
OnExecute = actMergeCellsExecute
OnUpdate = AlwaysEnabled
end
object actSplitCells: TAction
Category = 'Merge'
Caption = 'Split cells'
OnExecute = actSplitCellsExecute
OnUpdate = AlwaysEnabled
end
end
object pmSheetPopup: TPopupMenu
Images = imgStandart
Left = 264
Top = 121
object pmiCut: TMenuItem
Tag = 3
Action = actCut
end
object pmiCopy: TMenuItem
Tag = 2
Action = actCopy
end
object pmiPaste: TMenuItem
Tag = 4
Action = actPaste
end
object N6: TMenuItem
Caption = '-'
end
object actMerge1: TMenuItem
Action = actMergeCells
end
object actSplitCells1: TMenuItem
Action = actSplitCells
end
object MenuItem1: TMenuItem
Caption = '-'
end
object pmiDelete: TMenuItem
Tag = 12
Action = actDeleteCells
end
object pmiInsert: TMenuItem
Tag = 13
Action = actInsertCells
end
object MenuItem2: TMenuItem
Caption = '-'
end
object pmiCols: TMenuItem
Caption = 'Cols'
object pmiColsHide: TMenuItem
Tag = 8
Action = actHideCells
end
object pmiColsShow: TMenuItem
Tag = 9
Action = actShowCells
end
end
object pmiRows: TMenuItem
Caption = 'Rows'
object pmiRowsHide: TMenuItem
Tag = 10
Action = actHideCells
end
object pmiRowsShow: TMenuItem
Tag = 11
Action = actShowCells
end
end
object MenuItem3: TMenuItem
Action = actShowCells
end
object MenuItem4: TMenuItem
Action = actHideCells
end
object pmiFormatCells: TMenuItem
Tag = 5
Action = actFormatCells
end
end
object mnuMain: TMainMenu
Images = imgStandart
Left = 300
Top = 121
object mnuFile: TMenuItem
Caption = '&File'
object miSaveSpreadSheet: TMenuItem
Tag = 2
Action = actSaveSpeadSheet
end
object LoadData1: TMenuItem
Action = actLoadData
end
object MenuItem6: TMenuItem
Caption = '-'
end
object miExit: TMenuItem
Tag = 4
Action = actExit
end
end
object mnuEdit: TMenuItem
Caption = '&Edit'
object miCut: TMenuItem
Tag = 3
Action = actCut
end
object miCopy: TMenuItem
Tag = 2
Action = actCopy
end
object miPaste: TMenuItem
Tag = 4
Action = actPaste
end
object N7: TMenuItem
Caption = '-'
end
object miCells: TMenuItem
Caption = 'C&ells'
object miFormat: TMenuItem
Tag = 5
Action = actFormatCells
end
object miHide: TMenuItem
Tag = 6
Action = actHideCells
end
object miShow: TMenuItem
Tag = 7
Action = actShowCells
end
object miDeletecells: TMenuItem
Tag = 12
Action = actDeleteCells
end
object Insertcells1: TMenuItem
Tag = 13
Action = actInsertCells
end
end
object miColumns: TMenuItem
Caption = 'C&olumns'
object MenuItem7: TMenuItem
Tag = 8
Action = actHideCol
end
object MenuItem8: TMenuItem
Tag = 9
Action = actShowCol
end
end
object miRows: TMenuItem
Caption = 'Ro&ws'
object Hide3: TMenuItem
Tag = 10
Action = actHideRow
end
object Show3: TMenuItem
Tag = 11
Action = actShowRow
end
end
end
object mnuConfig: TMenuItem
Caption = '&Configuration'
object ApplyFormatting1: TMenuItem
Action = actApplyFormatting
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -