unit4.dfm

来自「program kehuji uses Forms, Unit1」· DFM 代码 · 共 44 行

DFM
44
字号
object Form4: TForm4
  Left = 246
  Top = 147
  Width = 456
  Height = 238
  Caption = 'Form4'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 360
    Top = 16
    Width = 75
    Height = 177
    Caption = #30830#35748
    TabOrder = 0
    OnClick = Button1Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 321
    Height = 185
    Caption = #35686#21578#26639
    TabOrder = 1
    object Memo1: TMemo
      Left = 24
      Top = 32
      Width = 273
      Height = 129
      Lines.Strings = (
        'Memo1')
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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