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

📄 cmpntaboutbox.dfm

📁 Delphi的另一款钢琴软件
💻 DFM
字号:
object fmNTAboutBox: TfmNTAboutBox
  Left = 192
  Top = 224
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 287
  ClientWidth = 371
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 371
    Height = 287
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object icoProduct: TImage
        Left = 8
        Top = 8
        Width = 65
        Height = 65
        AutoSize = True
        Center = True
        Stretch = True
        Transparent = True
      end
      object stProduct: TLabel
        Left = 80
        Top = 16
        Width = 281
        Height = 13
        AutoSize = False
        Caption = 'stProduct'
        ShowAccelChar = False
      end
      object stVersion: TLabel
        Left = 80
        Top = 32
        Width = 281
        Height = 13
        AutoSize = False
        Caption = 'stVersion'
        ShowAccelChar = False
      end
      object stCopyright: TLabel
        Left = 80
        Top = 48
        Width = 246
        Height = 13
        Caption = 'Copyright '#169' Colin Wilson 2003.  All Rights Reserved'
        ShowAccelChar = False
      end
      object lblSupport: TLabel
        Left = 80
        Top = 64
        Width = 37
        Height = 13
        Caption = 'Support'
        Visible = False
      end
      object Label1: TLabel
        Left = 80
        Top = 96
        Width = 281
        Height = 13
        AutoSize = False
        Caption = 'This product is licensed to:'
      end
      object stLicense1: TLabel
        Left = 80
        Top = 112
        Width = 281
        Height = 13
        AutoSize = False
        Caption = 'stLicense1'
        ShowAccelChar = False
      end
      object stLicense2: TLabel
        Left = 80
        Top = 128
        Width = 51
        Height = 13
        Caption = 'stLicense2'
        ShowAccelChar = False
      end
      object Bevel1: TBevel
        Left = 80
        Top = 152
        Width = 281
        Height = 2
        Shape = bsBottomLine
      end
      object stMemAvail: TLabel
        Left = 80
        Top = 160
        Width = 281
        Height = 13
        AutoSize = False
        Caption = 'Physical Memory Available to Windows:'
      end
      object icoProduct1: TImage
        Left = 8
        Top = 184
        Width = 65
        Height = 65
        AutoSize = True
        Center = True
        Transparent = True
      end
      object hlbSupport: THyperlinkButton
        Left = 136
        Top = 62
        Width = 217
        Height = 16
        Cursor = crHandPoint
        Caption = 'http://www.wilsonc.demon.co.uk/delphi.htm'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ImageIndex = 0
        ParentFont = False
        SelectedFontColor = clBlue
        SelectedFontStyles = [fsUnderline]
        Visible = False
        Link = 'http://www.wilsonc.demon.co.uk/delphi.htm'
        AutoLink = True
        InPlace = False
      end
      object OKBtn: TButton
        Left = 279
        Top = 220
        Width = 75
        Height = 25
        Caption = 'OK'
        ModalResult = 1
        TabOrder = 0
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Thank You!'
      ImageIndex = 1
      object stThankYou: TLabel
        Left = 16
        Top = 16
        Width = 337
        Height = 33
        AutoSize = False
        WordWrap = True
      end
      object lbDonations: TListBox
        Left = 16
        Top = 56
        Width = 337
        Height = 185
        ItemHeight = 13
        TabOrder = 0
      end
    end
  end
end

⌨️ 快捷键说明

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