globasession.dfm

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

DFM
41
字号
object frmGlobaSession: TfrmGlobaSession
  Left = 185
  Top = 147
  BorderStyle = bsSingle
  Caption = 'Global Sessions'
  ClientHeight = 253
  ClientWidth = 670
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object StringGrid: TStringGrid
    Left = 10
    Top = 36
    Width = 654
    Height = 204
    DefaultRowHeight = 18
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect]
    TabOrder = 0
    ColWidths = (
      69
      73
      70
      121
      64)
  end
  object RefTimer: TTimer
    Enabled = False
    OnTimer = RefTimerTimer
    Left = 329
    Top = 219
  end
end

⌨️ 快捷键说明

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