⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 grobalsession.dfm

📁 传奇服务端全部源程序Delphi7版 2009新来的!!!!!!!!!
💻 DFM
字号:
object frmGrobalSession: TfrmGrobalSession
  Left = 251
  Top = 163
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Global Sessions'
  ClientHeight = 208
  ClientWidth = 405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ButtonRefGrid: TButton
    Left = 8
    Top = 176
    Width = 73
    Height = 25
    Caption = '&Refresh'
    TabOrder = 0
  end
  object PanelStatus: TPanel
    Left = 0
    Top = 0
    Width = 405
    Height = 161
    Align = alTop
    TabOrder = 1
    object GridSession: TStringGrid
      Left = 1
      Top = 1
      Width = 403
      Height = 159
      Align = alClient
      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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -