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

📄 uabout.dfm

📁 成本系统三层结构源码 开发工具:Delphi 7.0+SQLServer 2005 主要技术:Midas、COM+ 所用第三方控件: FastReport V2.47 D7 Inforp
💻 DFM
字号:
object fmabout: Tfmabout
  Left = 262
  Top = 162
  ActiveControl = OKButton
  BorderStyle = bsDialog
  Caption = #20851#20110
  ClientHeight = 231
  ClientWidth = 323
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = True
  Position = poScreenCenter
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 4
    Top = 5
    Width = 311
    Height = 187
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ParentColor = True
    TabOrder = 0
    OnMouseMove = Panel1MouseMove
    object ProgramIcon: TImage
      Left = 9
      Top = 7
      Width = 34
      Height = 35
      AutoSize = True
      Stretch = True
      IsControl = True
    end
    object ProductName: TLabel
      Left = 58
      Top = 17
      Width = 72
      Height = 12
      Caption = 'Product Name'
      IsControl = True
    end
    object Version: TLabel
      Left = 58
      Top = 40
      Width = 42
      Height = 12
      Caption = 'Version'
      IsControl = True
    end
    object Copyright: TLabel
      Left = 18
      Top = 61
      Width = 266
      Height = 13
      Alignment = taCenter
      AutoSize = False
      Caption = 'Copyright'
      IsControl = True
    end
    object Comments: TLabel
      Left = 32
      Top = 153
      Width = 237
      Height = 13
      Cursor = crHandPoint
      AutoSize = False
      Caption = 'Comments'
      WordWrap = True
      IsControl = True
    end
    object Panel2: TPanel
      Left = 20
      Top = 76
      Width = 261
      Height = 53
      BevelOuter = bvNone
      TabOrder = 2
      object Label1: TLabel
        Left = 0
        Top = 45
        Width = 261
        Height = 27
        Alignment = taCenter
        AutoSize = False
        Caption = 'Label1'
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        ParentFont = False
        Transparent = True
      end
    end
    object StaticText1: TStaticText
      Left = 20
      Top = 128
      Width = 262
      Height = 17
      Cursor = crHandPoint
      Hint = #32473'sherry'#21457#20986'Email'#65281
      Alignment = taCenter
      AutoSize = False
      BorderStyle = sbsSunken
      Caption = 'Email: sherry.xiaosheng@hotmail.com'
      Color = clMoneyGreen
      ParentColor = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      OnDblClick = StaticText1DblClick
      OnMouseMove = StaticText1MouseMove
    end
    object StaticText2: TStaticText
      Left = 20
      Top = 151
      Width = 262
      Height = 17
      Cursor = crHandPoint
      Hint = #35775#38382'Sherry'#32593#31449'!'
      Alignment = taCenter
      AutoSize = False
      BorderStyle = sbsSunken
      Caption = 'http://sherry.xiaosheng.googlepages.com'
      Color = clMoneyGreen
      ParentColor = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      OnDblClick = StaticText2DblClick
      OnMouseMove = StaticText2MouseMove
    end
  end
  object OKButton: TButton
    Left = 120
    Top = 199
    Width = 82
    Height = 27
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = OKButtonClick
  end
  object Timer1: TTimer
    Interval = 50
    OnTimer = Timer1Timer
    Left = 28
    Top = 29
  end
end

⌨️ 快捷键说明

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