about.dfm

来自「自己编写的delphi程序 可以与以有的数据库连接 使用SQL语言查询和修改数据」· DFM 代码 · 共 65 行

DFM
65
字号
object aboutForm: TaboutForm
  Left = 460
  Top = 357
  Width = 447
  Height = 213
  Caption = 'Soft Info'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 225
    Height = 22
    Caption = 'Storage Management System'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 312
    Top = 56
    Width = 102
    Height = 22
    Caption = 'Version 1.00'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 88
    Top = 96
    Width = 343
    Height = 20
    Caption = 'Made by '#35768#36335' '#37101#28904' '#39640#20852', Directed By '#27748#33655#32654
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -18
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 184
    Top = 144
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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