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

📄 unit1.dfm

📁 源代码比较器 TextDiff
💻 DFM
字号:
object Form1: TForm1
  Left = 526
  Top = 192
  Width = 383
  Height = 424
  Caption = 'Basic Diff Demo'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 23
    Top = 23
    Width = 222
    Height = 15
    Caption = 
      '                                                                ' +
      '          '
  end
  object PaintBox1: TPaintBox
    Left = 24
    Top = 159
    Width = 320
    Height = 161
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    Visible = False
    OnPaint = PaintBox1Paint
  end
  object Edit1: TEdit
    Left = 23
    Top = 50
    Width = 320
    Height = 23
    TabOrder = 0
    Text = 'Change the text here & then compare'
  end
  object Edit2: TEdit
    Left = 23
    Top = 83
    Width = 320
    Height = 23
    TabOrder = 1
    Text = 'Change the text here & then compare'
  end
  object Button1: TButton
    Left = 23
    Top = 121
    Width = 320
    Height = 25
    Caption = 'Co&mpare'
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 24
    Top = 335
    Width = 320
    Height = 25
    Caption = '&Close'
    ModalResult = 1
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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