logdatamain.dfm

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

DFM
59
字号
object Form1: TForm1
  Left = 520
  Top = 856
  BorderStyle = bsSingle
  Caption = 'LogDataServer'
  ClientHeight = 42
  ClientWidth = 466
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 8
    Width = 36
    Height = 13
    Caption = 'Status: '
  end
  object Label2: TLabel
    Left = 32
    Top = 24
    Width = 71
    Height = 13
    Caption = 'Last File: None'
  end
  object CheckBox1: TRadioButton
    Left = 8
    Top = 14
    Width = 17
    Height = 17
    TabOrder = 0
    OnClick = CheckBox1Click
  end
  object Button1: TButton
    Left = 344
    Top = 24
    Width = 57
    Height = 17
    Caption = 'Button1'
    TabOrder = 1
    Visible = False
    OnClick = Button1Click
  end
  object ProcessList: TTimer
    Interval = 5000
    OnTimer = ProcessListTimer
    Left = 432
    Top = 8
  end
end

⌨️ 快捷键说明

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