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

📄 about.dfm

📁 SQL远程管理程序的源码,DELPHI做的.不需要控件
💻 DFM
字号:
object frmAbout: TfrmAbout
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'About '
  ClientHeight = 256
  ClientWidth = 272
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 2
    Top = 210
    Width = 263
    Height = 7
    Shape = bsTopLine
  end
  object Label1: TLabel
    Left = 56
    Top = 33
    Width = 128
    Height = 13
    Caption = 'SQL Client Application'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 48
    Top = 60
    Width = 78
    Height = 13
    Caption = 'Author: Matthew'
  end
  object Label3: TLabel
    Left = 48
    Top = 82
    Width = 70
    Height = 13
    Caption = 'QQ: 15693996'
  end
  object Label4: TLabel
    Left = 48
    Top = 102
    Width = 123
    Height = 13
    Caption = 'MSN: protoss0@msn.com'
  end
  object Label5: TLabel
    Left = 48
    Top = 122
    Width = 148
    Height = 13
    Caption = 'Mail: matthew@apex-point.com'
  end
  object Label6: TLabel
    Left = 2
    Top = 2
    Width = 265
    Height = 13
    AutoSize = False
    Caption = #26412#20154#31532#19968#27425#21457#24067#31243#24207#65292#39640#25163#33707#31505
  end
  object Button1: TButton
    Left = 184
    Top = 224
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 48
    Top = 149
    Width = 153
    Height = 55
    BorderStyle = bsNone
    Color = clBtnFace
    Ctl3D = False
    Lines.Strings = (
      'Third party components:'
      ''
      '  DBGridEh'
      '  SynEdit')
    ParentCtl3D = False
    ReadOnly = True
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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