unit1.dfm

来自「词 法 分 析 器 Delphi7.0 很好的 东西 啊」· DFM 代码 · 共 60 行

DFM
60
字号
object Form1: TForm1
  Left = 312
  Top = 149
  Width = 696
  Height = 480
  Caption = #35789#27861#20998#26512#22120'  04'#35745#26412'7'#29677' 14'#21495' '#24196#27704#24428
  Color = clAppWorkSpace
  TransparentColorValue = clInactiveCaptionText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 86
    Height = 20
    Caption = #36755#20837#31243#24207#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Memo1: TMemo
    Left = 107
    Top = 48
    Width = 462
    Height = 137
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 104
    Top = 240
    Width = 473
    Height = 153
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object Button1: TButton
    Left = 280
    Top = 200
    Width = 97
    Height = 25
    Caption = #35789#27861#20998#26512'=>'
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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