unitabout.dfm

来自「绿色衡器称重系统(串口)」· DFM 代码 · 共 91 行

DFM
91
字号
object frmAbout: TfrmAbout
  Left = 347
  Top = 236
  BorderStyle = bsDialog
  Caption = #20851#20110
  ClientHeight = 257
  ClientWidth = 341
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 341
    Height = 257
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 6
      Top = 42
      Width = 335
      Height = 157
      AutoSize = False
      Caption = 'Label1'
      Font.Charset = ANSI_CHARSET
      Font.Color = clPurple
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label2: TLabel
      Left = 12
      Top = 236
      Width = 134
      Height = 13
      Caption = 'email:qdseashore@163.com'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsUnderline]
      ParentFont = False
      Transparent = True
      OnClick = Label2Click
    end
    object Label3: TLabel
      Left = 11
      Top = 235
      Width = 134
      Height = 13
      Cursor = crHandPoint
      Caption = 'email:qdseashore@163.com'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsUnderline]
      ParentFont = False
      Transparent = True
      OnClick = Label2Click
      OnMouseMove = Label3MouseMove
      OnMouseLeave = Label3MouseLeave
    end
    object BitBtn1: TBitBtn
      Left = 256
      Top = 224
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 0
      OnClick = BitBtn1Click
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 170
    Top = 214
  end
end

⌨️ 快捷键说明

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