⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 about.dfm

📁 通过程序的试算平衡表
💻 DFM
字号:
object AboutBox: TAboutBox
  Left = 314
  Top = 101
  BorderStyle = bsDialog
  Caption = #20851#20110#20225#19994#25253#34920#20998#26512#31995#32479
  ClientHeight = 286
  ClientWidth = 392
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 16
    Top = 176
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #26412#20135#21697#20351#29992#26435#23646#20110#65306
  end
  object Label5: TLabel
    Left = 16
    Top = 240
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #20316#32773#65306'RedLeaf'
  end
  object Label6: TLabel
    Left = 120
    Top = 240
    Width = 129
    Height = 13
    AutoSize = False
    Caption = #29256#26435#25152#26377#65288'C'#65289' 2005'
  end
  object Label7: TLabel
    Left = 256
    Top = 240
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #32418#21494#23376#36719#20214#24037#20316#23460
  end
  object xpGroupBox1: TxpGroupBox
    Left = 8
    Top = 8
    Width = 377
    Height = 161
    Caption = #31995#32479#20449#24687#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    XPStyle.BorderColor = clSilver
    XPStyle.RoundedCorners = [rcTopLeft, rcTopRight, rcBottomLeft, rcBottomRight]
    XPStyle.BGStyle = bgsNone
    XPStyle.GradientStartColor = clWhite
    XPStyle.GradientEndColor = clSilver
    XPStyle.GradientFillDir = fdTopToBottom
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #26412#36719#20214#21517#31216#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 8
      Top = 56
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #24403#21069#29256#26412#21495#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 8
      Top = 80
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #26412#26426#27880#20876#21495#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 8
      Top = 104
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #25805#20316#31995#32479#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 8
      Top = 128
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #29289#29702#20869#23384#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object STextSoftName: TStaticText
      Left = 96
      Top = 16
      Width = 249
      Height = 33
      AutoSize = False
      Caption = 'STextSoftName'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object STextSoftVer: TStaticText
      Left = 96
      Top = 56
      Width = 153
      Height = 17
      AutoSize = False
      BorderStyle = sbsSunken
      Caption = 'STextSoftVer'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object STextRegNo: TStaticText
      Left = 96
      Top = 80
      Width = 153
      Height = 17
      AutoSize = False
      BorderStyle = sbsSunken
      Caption = 'STextRegNo'
      TabOrder = 2
    end
    object ButtonRegster: TButton
      Left = 272
      Top = 72
      Width = 75
      Height = 25
      Caption = #27880'  '#20876
      TabOrder = 3
      OnClick = ButtonRegsterClick
    end
    object STextSystem: TStaticText
      Left = 96
      Top = 104
      Width = 249
      Height = 17
      AutoSize = False
      BorderStyle = sbsSunken
      Caption = 'STextSystem'
      TabOrder = 4
    end
    object STextMen: TStaticText
      Left = 96
      Top = 128
      Width = 249
      Height = 17
      AutoSize = False
      BorderStyle = sbsSunken
      Caption = 'STextMen'
      TabOrder = 5
    end
  end
  object ButtonClose: TButton
    Left = 280
    Top = 256
    Width = 75
    Height = 25
    Caption = #20851'  '#38381
    Default = True
    TabOrder = 1
    OnClick = ButtonCloseClick
  end
  object STextUserInfo: TStaticText
    Left = 48
    Top = 192
    Width = 297
    Height = 41
    AutoSize = False
    BorderStyle = sbsSunken
    Caption = 'STextUserInfo'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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