v4_1.dfm

来自「《delphi深度编程及其项目开发》」· DFM 代码 · 共 53 行

DFM
53
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 544
  Height = 375
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object btnCreate: TButton
    Left = 40
    Top = 46
    Width = 166
    Height = 25
    Caption = #21019#24314#19968#20010#26032#25991#26412#25991#20214
    TabOrder = 0
    OnClick = btnCreateClick
  end
  object btnAppend: TButton
    Left = 40
    Top = 90
    Width = 166
    Height = 25
    Caption = #21521#23384#22312#30340#25991#26412#25991#20214#28155#21152#25991#26412
    TabOrder = 1
    OnClick = btnAppendClick
  end
  object btnOpenRead: TButton
    Left = 40
    Top = 134
    Width = 166
    Height = 25
    Caption = #20197#21482#35835#26041#24335#25171#24320#25991#26412#25991#20214
    TabOrder = 2
    OnClick = btnOpenReadClick
  end
  object Memo1: TMemo
    Left = 248
    Top = 40
    Width = 185
    Height = 89
    Lines.Strings = (
      'Memo1')
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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