frmabout.dfm

来自「商场管理系统源码 一套值得初学者学习的源码包含全部源码,控件」· DFM 代码 · 共 134 行

DFM
134
字号
inherited Frm_about: TFrm_about
  Left = 274
  Top = 149
  HorzScrollBar.Range = 0
  VertScrollBar.Range = 0
  BorderStyle = bsDialog
  Caption = 'Frm_about'
  ClientHeight = 232
  ClientWidth = 378
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  Position = poMainFormCenter
  OnClose = FormClose
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 12
  inherited PanelBkGnd: TPanel
    Width = 378
    Height = 232
    Color = 13619151
    object Bevel1: TBevel
      Left = 13
      Top = 185
      Width = 353
      Height = 7
      Shape = bsBottomLine
    end
    object OKBtn: TDsFancyButton
      Left = 162
      Top = 199
      Width = 74
      Height = 27
      Cursor = crHandPoint
      ButtonColor = clBtnFace
      Caption = #30830#23450'[&O]'
      FrameColor = clGray
      FrameWidth = 6
      CornerRadius = 3
      TextStyle = txRaised
      OnClick = OKBtnClick
    end
    object Author: TPaintBox
      Left = 2
      Top = 1
      Width = 379
      Height = 185
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Panel1: TPanel
      Left = 0
      Top = 0
      Width = 381
      Height = 186
      BevelOuter = bvNone
      Color = 13619151
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 0
      object ProgramIcon: TImage
        Left = 18
        Top = 13
        Width = 32
        Height = 32
        AutoSize = True
        OnClick = ProgramIconClick
        IsControl = True
      end
      object lblOs: TLabel
        Left = 53
        Top = 80
        Width = 60
        Height = 12
        Caption = #25805#20316#31995#32479#65306
        IsControl = True
      end
      object lblMemory: TLabel
        Left = 53
        Top = 96
        Width = 60
        Height = 12
        Caption = #29289#29702#20869#23384#65306
        IsControl = True
      end
      object ProductName: TLabel
        Left = 77
        Top = 11
        Width = 60
        Height = 12
        Caption = #31995#32479#21517#31216#65306
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        IsControl = True
      end
      object Version: TLabel
        Left = 77
        Top = 27
        Width = 60
        Height = 12
        Caption = #29256'    '#26412#65306
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        IsControl = True
      end
      object Copyright: TLabel
        Left = 77
        Top = 43
        Width = 60
        Height = 12
        Caption = #29256#26435#25152#26377#65306
        IsControl = True
      end
      object others: TLabel
        Left = 13
        Top = 125
        Width = 6
        Height = 12
      end
    end
  end
end

⌨️ 快捷键说明

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