home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / Ahnenblatt-portable.exe / Ahnenblatt-portable / AhnenblattPortable.exe / 0 / RCDATA / TSUCHNACHFORM / TSUCHNACHFORM.txt
Text File  |  2014-12-03  |  8KB  |  312 lines

  1. object SuchNachForm: TSuchNachForm
  2.   Left = 1107
  3.   Top = 646
  4.   HelpContext = 451
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Suchen und Ersetzen'
  8.   ClientHeight = 276
  9.   ClientWidth = 388
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poDefault
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object OK: TTntButton
  25.     Tag = 103
  26.     Left = 208
  27.     Top = 241
  28.     Width = 81
  29.     Height = 27
  30.     Caption = '&OK'
  31.     Default = True
  32.     TabOrder = 1
  33.     OnClick = OKClick
  34.   end
  35.   object Abbruch: TTntButton
  36.     Tag = 104
  37.     Left = 299
  38.     Top = 241
  39.     Width = 81
  40.     Height = 27
  41.     Cancel = True
  42.     Caption = '&Abbrechen'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.     OnClick = AbbruchClick
  46.   end
  47.   object Optionen: TTntButton
  48.     Tag = 108
  49.     Left = 117
  50.     Top = 241
  51.     Width = 81
  52.     Height = 27
  53.     Caption = 'O&ptionen...'
  54.     TabOrder = 0
  55.     OnClick = OptionenClick
  56.   end
  57.   object GroupBox1: TTntGroupBox
  58.     Left = 9
  59.     Top = 9
  60.     Width = 371
  61.     Height = 225
  62.     TabOrder = 3
  63.     object PageControl: TTntPageControl
  64.       Left = 9
  65.       Top = 9
  66.       Width = 354
  67.       Height = 182
  68.       ActivePage = SuchSeite
  69.       TabOrder = 0
  70.       object SuchSeite: TTntTabSheet
  71.         HelpContext = 451
  72.         Caption = 'Suchen'
  73.         ExplicitLeft = 0
  74.         ExplicitTop = 0
  75.         ExplicitWidth = 0
  76.         ExplicitHeight = 0
  77.         object Label1: TTntLabel
  78.           Left = 9
  79.           Top = 20
  80.           Width = 75
  81.           Height = 15
  82.           Caption = 'Suchen nach:'
  83.           Font.Charset = DEFAULT_CHARSET
  84.           Font.Color = clWindowText
  85.           Font.Height = -12
  86.           Font.Name = 'Arial'
  87.           Font.Style = []
  88.           ParentFont = False
  89.         end
  90.         object Suchbegriff: TTntEdit
  91.           Left = 121
  92.           Top = 17
  93.           Width = 215
  94.           Height = 23
  95.           Font.Charset = DEFAULT_CHARSET
  96.           Font.Color = clWindowText
  97.           Font.Height = -12
  98.           Font.Name = 'Arial'
  99.           Font.Style = []
  100.           ParentFont = False
  101.           TabOrder = 0
  102.         end
  103.         object alleWoerter: TTntRadioButton
  104.           Left = 26
  105.           Top = 88
  106.           Width = 310
  107.           Height = 18
  108.           Caption = 'alle W'#246'rter (UND-Verkn'#252'pfung)'
  109.           Font.Charset = DEFAULT_CHARSET
  110.           Font.Color = clWindowText
  111.           Font.Height = -12
  112.           Font.Name = 'Arial'
  113.           Font.Style = []
  114.           ParentFont = False
  115.           TabOrder = 3
  116.         end
  117.         object einesderWoerter: TTntRadioButton
  118.           Left = 26
  119.           Top = 108
  120.           Width = 310
  121.           Height = 19
  122.           Caption = 'eines der W'#246'rter (ODER-Verkn'#252'pfung)'
  123.           Font.Charset = DEFAULT_CHARSET
  124.           Font.Color = clWindowText
  125.           Font.Height = -12
  126.           Font.Name = 'Arial'
  127.           Font.Style = []
  128.           ParentFont = False
  129.           TabOrder = 4
  130.         end
  131.         object genauerText: TTntRadioButton
  132.           Left = 26
  133.           Top = 68
  134.           Width = 310
  135.           Height = 19
  136.           Caption = 'genauer Text'
  137.           Checked = True
  138.           Font.Charset = DEFAULT_CHARSET
  139.           Font.Color = clWindowText
  140.           Font.Height = -12
  141.           Font.Name = 'Arial'
  142.           Font.Style = []
  143.           ParentFont = False
  144.           TabOrder = 2
  145.           TabStop = True
  146.         end
  147.         object PhonetischeSuche: TTntCheckBox
  148.           Left = 121
  149.           Top = 48
  150.           Width = 215
  151.           Height = 17
  152.           Caption = 'Phonetische Suche'
  153.           Font.Charset = DEFAULT_CHARSET
  154.           Font.Color = clWindowText
  155.           Font.Height = -12
  156.           Font.Name = 'Arial'
  157.           Font.Style = []
  158.           ParentFont = False
  159.           TabOrder = 1
  160.         end
  161.         object CompleteField: TTntCheckBox
  162.           Left = 26
  163.           Top = 131
  164.           Width = 310
  165.           Height = 17
  166.           Caption = #220'bereinstimmung im kompletten Datenfeld'
  167.           Font.Charset = DEFAULT_CHARSET
  168.           Font.Color = clWindowText
  169.           Font.Height = -12
  170.           Font.Name = 'Arial'
  171.           Font.Style = []
  172.           ParentFont = False
  173.           TabOrder = 5
  174.         end
  175.       end
  176.       object SuchlistSeite: TTntTabSheet
  177.         HelpContext = 451
  178.         Caption = 'Suchliste'
  179.         ImageIndex = 1
  180.         ExplicitLeft = 0
  181.         ExplicitTop = 0
  182.         ExplicitWidth = 0
  183.         ExplicitHeight = 0
  184.         object SWListe: TTntMemo
  185.           Tag = 109
  186.           Left = 15
  187.           Top = 17
  188.           Width = 210
  189.           Height = 119
  190.           Font.Charset = DEFAULT_CHARSET
  191.           Font.Color = clWindowText
  192.           Font.Height = -12
  193.           Font.Name = 'Arial'
  194.           Font.Style = []
  195.           ParentFont = False
  196.           ScrollBars = ssVertical
  197.           TabOrder = 0
  198.         end
  199.         object Laden: TTntButton
  200.           Tag = 111
  201.           Left = 241
  202.           Top = 17
  203.           Width = 81
  204.           Height = 27
  205.           Caption = '&Laden...'
  206.           TabOrder = 1
  207.           OnClick = LadenClick
  208.         end
  209.         object Speichern: TTntButton
  210.           Tag = 112
  211.           Left = 241
  212.           Top = 54
  213.           Width = 81
  214.           Height = 27
  215.           Caption = '&Speichern...'
  216.           TabOrder = 2
  217.           OnClick = SpeichernClick
  218.         end
  219.       end
  220.       object ErsetzSeite: TTntTabSheet
  221.         HelpContext = 453
  222.         Caption = 'Ersetzen'
  223.         ImageIndex = 2
  224.         ExplicitLeft = 0
  225.         ExplicitTop = 0
  226.         ExplicitWidth = 0
  227.         ExplicitHeight = 0
  228.         object Label2: TTntLabel
  229.           Left = 9
  230.           Top = 20
  231.           Width = 75
  232.           Height = 15
  233.           Caption = 'Suchen nach:'
  234.           Font.Charset = DEFAULT_CHARSET
  235.           Font.Color = clWindowText
  236.           Font.Height = -12
  237.           Font.Name = 'Arial'
  238.           Font.Style = []
  239.           ParentFont = False
  240.         end
  241.         object Label3: TTntLabel
  242.           Left = 9
  243.           Top = 78
  244.           Width = 85
  245.           Height = 15
  246.           Caption = 'Ersetzen durch:'
  247.           Font.Charset = DEFAULT_CHARSET
  248.           Font.Color = clWindowText
  249.           Font.Height = -12
  250.           Font.Name = 'Arial'
  251.           Font.Style = []
  252.           ParentFont = False
  253.         end
  254.         object Suchwoerter: TTntEdit
  255.           Left = 121
  256.           Top = 17
  257.           Width = 215
  258.           Height = 23
  259.           Font.Charset = DEFAULT_CHARSET
  260.           Font.Color = clWindowText
  261.           Font.Height = -12
  262.           Font.Name = 'Arial'
  263.           Font.Style = []
  264.           ParentFont = False
  265.           TabOrder = 0
  266.         end
  267.         object Ersetzwoerter: TTntEdit
  268.           Left = 121
  269.           Top = 74
  270.           Width = 215
  271.           Height = 23
  272.           Font.Charset = DEFAULT_CHARSET
  273.           Font.Color = clWindowText
  274.           Font.Height = -12
  275.           Font.Name = 'Arial'
  276.           Font.Style = []
  277.           ParentFont = False
  278.           TabOrder = 1
  279.         end
  280.       end
  281.     end
  282.     object Suchliste: TTntCheckBox
  283.       Left = 9
  284.       Top = 198
  285.       Width = 173
  286.       Height = 18
  287.       Caption = 'Trefferliste vorab anzeigen'
  288.       Font.Charset = DEFAULT_CHARSET
  289.       Font.Color = clWindowText
  290.       Font.Height = -11
  291.       Font.Name = 'Arial'
  292.       Font.Style = []
  293.       ParentFont = False
  294.       TabOrder = 1
  295.     end
  296.     object GeschlosseneGruppe: TTntCheckBox
  297.       Left = 188
  298.       Top = 198
  299.       Width = 175
  300.       Height = 18
  301.       Caption = 'geschlossene Suchgruppe'
  302.       Font.Charset = DEFAULT_CHARSET
  303.       Font.Color = clWindowText
  304.       Font.Height = -11
  305.       Font.Name = 'Arial'
  306.       Font.Style = []
  307.       ParentFont = False
  308.       TabOrder = 2
  309.     end
  310.   end
  311. end
  312.