products/sources/formale sprachen/Delphi/Bille 0.71/__history image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: SearchReplace.pas.~2~   Sprache: Unknown

Spracherkennung für: .~1~ vermutete Sprache: Fortran {Fortran[81] CS[98] Abap[106]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

object SearchReplace: TSearchReplace
  Left = 0
  Top = 0
  BorderStyle = bsSizeToolWin
  BorderWidth = 1
  Caption = 'Suchen/Ersetzen'
  ClientHeight = 112
  ClientWidth = 359
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  ShowHint = True
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel5: TPanel
    Left = 0
    Top = 0
    Width = 359
    Height = 92
    Align = alClient
    TabOrder = 0
    object Panel3: TPanel
      Left = 1
      Top = 30
      Width = 357
      Height = 32
      Align = alTop
      TabOrder = 1
      object Label2: TLabel
        AlignWithMargins = True
        Left = 4
        Top = 4
        Width = 93
        Height = 24
        Align = alLeft
        AutoSize = False
        Caption = 'Ersetzen durch'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object ComboBox2: TComboBox
        AlignWithMargins = True
        Left = 103
        Top = 4
        Width = 250
        Height = 21
        Hint = '\0 ist der gefundene Text'
        Align = alClient
        AutoComplete = False
        TabOrder = 0
        OnKeyDown = ComboBox2KeyDown
      end
    end
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 357
      Height = 29
      Align = alTop
      TabOrder = 0
      object Label1: TLabel
        AlignWithMargins = True
        Left = 4
        Top = 4
        Width = 93
        Height = 21
        Align = alLeft
        AutoSize = False
        Caption = 'Suchstring'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        OnClick = ComboBox1Click
      end
      object ComboBox1: TComboBox
        AlignWithMargins = True
        Left = 103
        Top = 4
        Width = 250
        Height = 21
        Hint = 'erlaubte Metazeichen sind .,^,$,[,] '
        Align = alClient
        AutoComplete = False
        AutoDropDown = True
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
        OnClick = ComboBox1Click
        OnKeyDown = ComboBox1KeyDown
      end
    end
    object Panel1: TPanel
      Left = 1
      Top = 62
      Width = 357
      Height = 29
      Align = alBottom
      Ctl3D = True
      ParentCtl3D = False
      ShowCaption = False
      TabOrder = 2
      object Label4: TLabel
        Left = 1
        Top = 1
        Width = 10
        Height = 27
        Align = alLeft
        AutoSize = False
      end
      object Naechstes: TButton
        AlignWithMargins = True
        Left = 14
        Top = 4
        Width = 67
        Height = 21
        Align = alLeft
        Caption = 'n'#228'chstes'
        Default = True
        ModalResult = 1
        TabOrder = 0
      end
      object Button2: TButton
        AlignWithMargins = True
        Left = 168
        Top = 4
        Width = 83
        Height = 21
        Align = alLeft
        Caption = 'Abbrechen'
        ModalResult = 2
        TabOrder = 1
      end
      object Panel4: TPanel
        Left = 254
        Top = 1
        Width = 170
        Height = 27
        Align = alLeft
        BevelOuter = bvNone
        TabOrder = 2
        object Button3: TButton
          AlignWithMargins = True
          Left = 3
          Top = 4
          Width = 74
          Height = 21
          Caption = 'alle ersetzen'
          ModalResult = 8
          TabOrder = 0
          TabStop = False
        end
        object Button4: TButton
          AlignWithMargins = True
          Left = 6
          Top = 4
          Width = 75
          Height = 21
          Caption = 'alle finden'
          ModalResult = 8
          TabOrder = 1
          TabStop = False
        end
      end
      object Voriges: TButton
        AlignWithMargins = True
        Left = 87
        Top = 4
        Width = 75
        Height = 21
        Align = alLeft
        Caption = 'vorheriges'
        ModalResult = 6
        TabOrder = 3
      end
    end
  end
  object Panel6: TPanel
    Left = 0
    Top = 92
    Width = 359
    Height = 20
    Align = alBottom
    TabOrder = 1
    object Label5: TLabel
      Left = 1
      Top = 1
      Width = 3
      Height = 13
      Align = alLeft
    end
    object CheckBox1: TCheckBox
      AlignWithMargins = True
      Left = 7
      Top = 4
      Width = 171
      Height = 12
      TabStop = False
      Align = alLeft
      Caption = 'Gro'#223'-/Kleinschreibung'
      TabOrder = 1
    end
    object CheckBox2: TCheckBox
      AlignWithMargins = True
      Left = 184
      Top = 4
      Width = 171
      Height = 12
      TabStop = False
      Align = alClient
      Caption = 'regul'#228'rer Ausdruck'
      TabOrder = 0
    end
  end
end

[ Dauer der Verarbeitung: 0.94 Sekunden  ]