viewsession.dfm
来自「FIR引擎最新源码+注册」· DFM 代码 · 共 54 行
DFM
54 行
object frmViewSession: TfrmViewSession
Left = 606
Top = 529
Width = 418
Height = 209
BorderIcons = [biSystemMenu, biMinimize]
Caption = #26597#30475#20840#23616#20250#35805
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object ButtonRefGrid: TButton
Left = 328
Top = 144
Width = 73
Height = 25
Caption = #21047#26032'(&R)'
TabOrder = 0
OnClick = ButtonRefGridClick
end
object PanelStatus: TPanel
Left = 8
Top = 8
Width = 393
Height = 129
TabOrder = 1
object GridSession: TStringGrid
Left = 0
Top = 0
Width = 393
Height = 129
ColCount = 6
DefaultRowHeight = 18
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
TabOrder = 0
ColWidths = (
34
83
86
56
44
58)
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?