unit4.dfm

来自「通过一个界面实例」· DFM 代码 · 共 72 行

DFM
72
字号
object Form4: TForm4
  Left = 407
  Top = 172
  Width = 634
  Height = 485
  Caption = 'Form4'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 626
    Height = 458
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object Panel2: TPanel
      Left = 0
      Top = 0
      Width = 626
      Height = 41
      Align = alTop
      BevelInner = bvLowered
      Caption = #32771#21367#35797#39064#27010#35201
      TabOrder = 0
      object BitBtn1: TBitBtn
        Left = 563
        Top = 3
        Width = 61
        Height = 36
        Caption = #36820#22238
        TabOrder = 0
      end
    end
    object Panel3: TPanel
      Left = 0
      Top = 41
      Width = 626
      Height = 417
      Align = alClient
      BevelInner = bvLowered
      TabOrder = 1
      object StringGrid1: TStringGrid
        Left = 2
        Top = 2
        Width = 622
        Height = 413
        Align = alClient
        BorderStyle = bsNone
        ColCount = 4
        Ctl3D = False
        RowCount = 2
        ParentCtl3D = False
        TabOrder = 0
        ColWidths = (
          64
          153
          124
          187)
      end
    end
  end
end

⌨️ 快捷键说明

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