unit4.dfm

来自「delphi数据库的程序代码」· DFM 代码 · 共 48 行

DFM
48
字号
object Form4: TForm4
  Left = 220
  Top = 127
  Width = 488
  Height = 337
  Caption = 'Form4'
  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 alClient: TDBText
    Left = 0
    Top = 0
    Width = 480
    Height = 310
    Align = alClient
    Alignment = taCenter
    Color = clBackground
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object alCustom: TDBText
    Left = 0
    Top = 0
    Width = 161
    Height = 65
    Align = alCustom
    Color = clLime
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
end

⌨️ 快捷键说明

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