Pascal Diff, Version 0.3 (alt)

Hinweis: dies ist nicht die neueste Version!

Zurück zur Übersicht

Datei: main.dfm

object Form1: TForm1
  Left = 0
  Top = 0
  Width = 441
  Height = 348
  Caption = 'Diff'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 433
    Height = 89
    BevelOuter = bvNone
    TabOrder = 2
    DesignSize = (
      433
      89)
    object Edit1: TEdit
      Left = 16
      Top = 16
      Width = 305
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 0
    end
    object Button1: TButton
      Left = 328
      Top = 16
      Width = 25
      Height = 21
      Anchors = [akTop, akRight]
      Caption = '...'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Edit2: TEdit
      Left = 16
      Top = 40
      Width = 305
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 2
    end
    object Button2: TButton
      Left = 328
      Top = 40
      Width = 25
      Height = 21
      Anchors = [akTop, akRight]
      Caption = '...'
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 368
      Top = 16
      Width = 49
      Height = 45
      Anchors = [akTop, akRight]
      Caption = 'Start'
      TabOrder = 4
      OnClick = Button3Click
    end
    object CheckBox1: TCheckBox
      Left = 16
      Top = 64
      Width = 81
      Height = 17
      Caption = 'Ignore case'
      TabOrder = 5
    end
    object CheckBox2: TCheckBox
      Left = 104
      Top = 64
      Width = 93
      Height = 17
      Caption = 'Ignore spaces'
      TabOrder = 6
    end
    object CheckBox3: TCheckBox
      Left = 204
      Top = 64
      Width = 133
      Height = 17
      Caption = 'Multiple spaces as one'
      TabOrder = 7
    end
    object CheckBox4: TCheckBox
      Left = 344
      Top = 64
      Width = 65
      Height = 17
      Caption = 'Heuristic'
      Checked = True
      State = cbChecked
      TabOrder = 8
    end
  end
  object Memo1: TMemo
    Left = 16
    Top = 96
    Width = 193
    Height = 209
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
    WantReturns = False
    WordWrap = False
  end
  object Memo2: TMemo
    Left = 224
    Top = 96
    Width = 193
    Height = 209
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 1
    WantReturns = False
    WordWrap = False
  end
  object OpenDialog1: TOpenDialog
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
    Left = 24
    Top = 104
  end
end
Flocke's Garage
Valid HTML 4.01 Transitional Valid CSS!
(C) 2005-2018 Volker Siebert.
Creative Commons-LizenzvertragDer gesamte Inhalt dieser Webseite steht unter einer Creative Commons-Lizenz (sofern nicht anders angegeben).