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

📄 taboutfrmunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
object AboutFrm: TAboutFrm
  Left = 385
  Top = 157
  BorderStyle = bsDialog
  Caption = 'About BorCVS'
  ClientHeight = 349
  ClientWidth = 353
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 13
    Top = 13
    Width = 115
    Height = 36
    Anchors = [akLeft]
    Caption = 'BorCVS'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -31
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 150
    Top = 18
    Width = 119
    Height = 26
    Anchors = []
    Caption = 'A CVS plugin for Borland '#13#10'C++ Builder and Delphi'
  end
  object Label3: TLabel
    Left = 13
    Top = 59
    Width = 109
    Height = 13
    Anchors = [akLeft]
    Caption = 'Version 0.4 - Alpha'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 13
    Top = 78
    Width = 158
    Height = 13
    Anchors = [akLeft]
    Caption = 'Copyright 2001 by Thomas Bleier,'
  end
  object Label5: TLabel
    Left = 13
    Top = 124
    Width = 326
    Height = 182
    Anchors = [akLeft]
    AutoSize = False
    Caption = 
      'BorCVS is free software; you can redistribute it and/or modify i' +
      't under the terms of the GNU General Public License, Version 2, ' +
      'as published by the Free Software Foundation. '#13#10#13#10'BorCVS is dist' +
      'ributed in the hope that it will be useful, but WITHOUT ANY WARR' +
      'ANTY; without even the implied warranty of MERCHANTABILITY or FI' +
      'TNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licen' +
      'se for more details. '#13#10#13#10'A copy of the GNU General Public Licens' +
      'e is included in the distribution in the LICENSE.txt file; if no' +
      't, it can be found at http://www.gnu.org/copyleft/gpl.html or wr' +
      'ite to the Free Software Foundation, Inc., 59 Temple Place, Suit' +
      'e 330, Boston, MA 02111-1307 USA.'
    ShowAccelChar = False
    WordWrap = True
  end
  object Label6: TLabel
    Left = 13
    Top = 98
    Width = 151
    Height = 13
    Anchors = [akLeft]
    Caption = 'The latest version is available at'
  end
  object PUrlLbl: TLabel
    Left = 168
    Top = 98
    Width = 176
    Height = 13
    Cursor = crHandPoint
    Anchors = [akLeft]
    Caption = 'http://borcvs.sourceforge.net/'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
    OnClick = PUrlLblClick
  end
  object PMailLbl: TLabel
    Left = 178
    Top = 78
    Width = 99
    Height = 13
    Cursor = crHandPoint
    Anchors = [akLeft]
    Caption = 'thomas@bleier.at'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
    OnClick = PMailLblClick
  end
  object POkBtn: TButton
    Left = 139
    Top = 319
    Width = 75
    Height = 22
    Anchors = []
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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