⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 词 法 分 析 器 Delphi7.0 很好的 东西 啊
💻 DFM
字号:
object Form1: TForm1
  Left = 231
  Top = 100
  Width = 658
  Height = 480
  Caption = #35789#27861#20998#26512#22120
  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 = 56
    Top = 88
    Width = 217
    Height = 321
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 392
    Top = 72
    Width = 209
    Height = 329
    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -