analysistable.~dfm

来自「ll1文法分析器」· ~DFM 代码 · 共 59 行

~DFM
59
字号
object Form2: TForm2
  Left = 227
  Top = 132
  Width = 696
  Height = 480
  Caption = #20998#26512#34920
  Color = clCream
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 688
    Height = 385
    Align = alTop
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Button1: TButton
    Left = 440
    Top = 400
    Width = 105
    Height = 33
    Caption = #20998#26512#35821#21477
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 568
    Top = 400
    Width = 105
    Height = 33
    Caption = #36820#22238
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 312
    Top = 400
    Width = 105
    Height = 33
    Caption = #20445#23384#20998#26512#32467#26524
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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