home *** CD-ROM | disk | FTP | other *** search
/ com!online 2003 March / com0303.iso / start.exe / 0 / RCDATA / TCREATEIDXFORM / TCREATEIDXFORM.txt
Encoding:
Text File  |  2002-11-12  |  3.5 KB  |  170 lines

  1. object CreateIDXForm: TCreateIDXForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Index erstellen'
  6.   ClientHeight = 218
  7.   ClientWidth = 582
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnActivate = FormActivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 4
  22.     Top = 4
  23.     Width = 26
  24.     Height = 13
  25.     Caption = 'Pfad:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 4
  29.     Top = 44
  30.     Width = 29
  31.     Height = 13
  32.     Caption = 'Datei:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 492
  36.     Top = 44
  37.     Width = 34
  38.     Height = 13
  39.     Caption = 'Worte:'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 4
  43.     Top = 90
  44.     Width = 34
  45.     Height = 13
  46.     Caption = 'Aktion:'
  47.   end
  48.   object HTMLViewer: THTMLViewer
  49.     Left = 404
  50.     Top = 137
  51.     Height = 75
  52.     ViewImages = False
  53.     TabOrder = 7
  54.     DefBackground = clWhite
  55.     BorderStyle = htNone
  56.     Visible = False
  57.     HistoryMaxCount = 0
  58.     DefFontName = 'Times New Roman'
  59.     DefPreFontName = 'Courier New'
  60.     VisitedMaxCount = 0
  61.     ImageCacheCount = 0
  62.     NoSelect = False
  63.     ScrollBars = ssNone
  64.     CharSet = DEFAULT_CHARSET
  65.     PrintMarginLeft = 2
  66.     PrintMarginRight = 2
  67.     PrintMarginTop = 2
  68.     PrintMarginBottom = 2
  69.     htOptions = []
  70.   end
  71.   object ProgressBar: TProgressBar
  72.     Left = 4
  73.     Top = 147
  74.     Width = 570
  75.     Height = 16
  76.     Min = 0
  77.     Max = 100
  78.     TabOrder = 0
  79.   end
  80.   object StaticPath: TStaticText
  81.     Left = 4
  82.     Top = 23
  83.     Width = 570
  84.     Height = 17
  85.     AutoSize = False
  86.     BorderStyle = sbsSunken
  87.     TabOrder = 1
  88.   end
  89.   object StaticFile: TStaticText
  90.     Left = 4
  91.     Top = 64
  92.     Width = 473
  93.     Height = 17
  94.     AutoSize = False
  95.     BorderStyle = sbsSunken
  96.     TabOrder = 2
  97.   end
  98.   object StaticWords: TStaticText
  99.     Left = 492
  100.     Top = 64
  101.     Width = 81
  102.     Height = 17
  103.     AutoSize = False
  104.     BorderStyle = sbsSunken
  105.     Caption = 'StaticWords'
  106.     TabOrder = 3
  107.   end
  108.   object CancelBtn: TButton
  109.     Left = 251
  110.     Top = 180
  111.     Width = 75
  112.     Height = 25
  113.     Cancel = True
  114.     Caption = 'Abbrechen'
  115.     TabOrder = 4
  116.     OnClick = CancelBtnClick
  117.   end
  118.   object StaticAction: TStaticText
  119.     Left = 4
  120.     Top = 106
  121.     Width = 570
  122.     Height = 17
  123.     AutoSize = False
  124.     BorderStyle = sbsSunken
  125.     TabOrder = 5
  126.   end
  127.   object SortedList: TListBox
  128.     Left = 6
  129.     Top = 170
  130.     Width = 121
  131.     Height = 37
  132.     ItemHeight = 13
  133.     TabOrder = 6
  134.     Visible = False
  135.   end
  136.   object FileSearch: TFileSearch
  137.     OnFileFind = FileSearchFileFind
  138.     OnChangeFolder = FileSearchChangeFolder
  139.     OnFinish = FileSearchFinish
  140.     Left = 470
  141.     Top = 178
  142.   end
  143.   object Table: TkbmMemTable
  144.     DesignActivation = True
  145.     AttachedAutoRefresh = True
  146.     AttachMaxCount = 1
  147.     FieldDefs = <>
  148.     IndexDefs = <>
  149.     SortOptions = []
  150.     AllDataOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveBlobs, mtfSaveFiltered, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail, mtfSaveDeltas]
  151.     CommaTextOptions = [mtfSaveData]
  152.     CSVQuote = '"'
  153.     CSVFieldDelimiter = ','
  154.     CSVRecordDelimiter = ','
  155.     CSVTrueString = 'True'
  156.     CSVFalseString = 'False'
  157.     PersistentSaveOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail]
  158.     PersistentBackup = False
  159.     ProgressFlags = [mtpcLoad, mtpcSave, mtpcCopy]
  160.     FilterOptions = []
  161.     Version = '2.53g'
  162.     LanguageID = 0
  163.     SortID = 0
  164.     SubLanguageID = 1
  165.     LocaleID = 1024
  166.     Left = 435
  167.     Top = 177
  168.   end
  169. end
  170.