main.dfm

来自「opc client 的开发工具」· DFM 代码 · 共 37 行

DFM
37
字号
object fMain: TfMain
  Left = 695
  Top = 256
  BorderStyle = bsDialog
  Caption = 'OPC'#26381#21153#22120#28436#31034#31243#24207'(DELPHI)'
  ClientHeight = 34
  ClientWidth = 104
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  WindowState = wsMinimized
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 8
  end
  object pm1: TPopupMenu
    Left = 40
    object X1: TMenuItem
      Caption = #36864#20986#31995#32479'(&X)'
      ImageIndex = 0
      OnClick = X1Click
    end
  end
end

⌨️ 快捷键说明

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