unit1.~dfm

来自「最新的词法分析器啊」· ~DFM 代码 · 共 127 行

~DFM
127
字号
object Form1: TForm1
  Left = 388
  Top = 138
  Width = 800
  Height = 563
  ActiveControl = Memo1
  Caption = #35789#27861#20998#26512
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 13
  object daima: TLabel
    Left = 144
    Top = 8
    Width = 36
    Height = 14
    Caption = #28304#20195#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 568
    Top = 8
    Width = 72
    Height = 14
    Caption = #35789#27861#20998#26512#32467#26524
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 368
    Top = 32
    Width = 49
    Height = 73
    Caption = #20998#26512
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 32
    Width = 340
    Height = 490
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 1
    OnChange = Memo1Change
    OnKeyPress = Memo1KeyPress
    OnMouseDown = Memo1MouseDown
  end
  object Memo2: TMemo
    Left = 432
    Top = 32
    Width = 340
    Height = 490
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 2
  end
  object Button2: TButton
    Left = 368
    Top = 296
    Width = 49
    Height = 73
    Caption = #36864#20986
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 368
    Top = 112
    Width = 49
    Height = 81
    Caption = #28165#31354
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 368
    Top = 208
    Width = 49
    Height = 73
    Caption = #20363#23376
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button4Click
  end
  object OpenDialog1: TOpenDialog
    Left = 376
    Top = 400
  end
end

⌨️ 快捷键说明

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