viewsession.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 56 行

DFM
56
字号
object frmViewSession: TfrmViewSession
  Left = 359
  Top = 235
  Width = 438
  Height = 243
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Session Viewer'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object ButtonRefGrid: TButton
    Left = 10
    Top = 172
    Width = 91
    Height = 31
    Caption = '&Refresh'
    TabOrder = 0
    OnClick = ButtonRefGridClick
  end
  object PanelStatus: TPanel
    Left = 0
    Top = 0
    Width = 430
    Height = 161
    Align = alTop
    TabOrder = 1
    object GridSession: TStringGrid
      Left = 1
      Top = 1
      Width = 428
      Height = 159
      Align = alClient
      ColCount = 6
      DefaultRowHeight = 18
      FixedCols = 0
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
      TabOrder = 0
      ColWidths = (
        34
        83
        86
        73
        67
        72)
    end
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?