mainunit.dfm

来自「OPC服务器及客户端编程」· DFM 代码 · 共 53 行

DFM
53
字号
object MainForm: TMainForm
  Left = 509
  Top = 339
  Width = 536
  Height = 201
  Caption = 'Demo13 - Enumerated EU with Rtti'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object DebugLog: TListBox
    Left = 0
    Top = 41
    Width = 528
    Height = 128
    Align = alClient
    ItemHeight = 16
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 528
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
    object ShutdownClientsButton: TButton
      Left = 16
      Top = 8
      Width = 121
      Height = 25
      Caption = 'Shutdown Clients'
      TabOrder = 0
      OnClick = ShutdownClientsButtonClick
    end
    object ExitServerButton: TButton
      Left = 152
      Top = 8
      Width = 121
      Height = 25
      Caption = 'Exit Server'
      TabOrder = 1
      OnClick = ExitServerButtonClick
    end
  end
end

⌨️ 快捷键说明

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