mainunit.dfm

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

DFM
27
字号
object MainForm: TMainForm
  Left = 1321
  Top = 523
  Width = 203
  Height = 87
  Caption = 'Very Simple Client'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnResize = FormResize
  PixelsPerInch = 120
  TextHeight = 16
  object StartButton: TButton
    Left = 16
    Top = 8
    Width = 83
    Height = 25
    Caption = 'Start'
    TabOrder = 0
    OnClick = StartButtonClick
  end
end

⌨️ 快捷键说明

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