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

📄 logdatamain.dfm

📁 传奇源代码的delphi版本
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -