uabout.dfm

来自「OPC 开发工具包2.0 OPC工具包是用来简化OPC规范服务器开发的工具包」· DFM 代码 · 共 92 行

DFM
92
字号
object About: TAbout
  Left = 333
  Top = 253
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 204
  ClientWidth = 373
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 345
    Height = 137
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 24
      Width = 265
      Height = 13
      AutoSize = False
      Caption = 'OPC '#25968#25454#35775#38382#26381#21153#22120#24320#21457#24037#20855#21253
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 40
      Top = 48
      Width = 265
      Height = 13
      AutoSize = False
      Caption = 'Delphi'#26679#20363#31243#24207
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 40
      Top = 80
      Width = 265
      Height = 13
      AutoSize = False
      Caption = #21271#20140#23433#25463#23572#36719#20214#25216#26415#26377#38480#20844#21496' 2005.11'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 40
      Top = 104
      Width = 265
      Height = 13
      AutoSize = False
      Caption = 'http://www.agilewill.com'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
  end
  object Button1: TButton
    Left = 280
    Top = 168
    Width = 75
    Height = 25
    Caption = 'Close'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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