home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / Delphi / D / sce.exe / PRGEDIT.EXE / 0 / RCDATA / TWORTSUCHEFORM / TWORTSUCHEFORM.txt
Text File  |  1999-01-01  |  4KB  |  180 lines

  1. object WortsucheForm: TWortsucheForm
  2.   Left = 694
  3.   Top = 241
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search words'
  6.   ClientHeight = 229
  7.   ClientWidth = 454
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 271
  26.     Height = 16
  27.     Caption = 'Give one or more words separated by blanks.'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object WortSucheComboBox: TComboBox
  36.     Left = 8
  37.     Top = 40
  38.     Width = 433
  39.     Height = 21
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnChange = WortSucheComboBoxChange
  43.   end
  44.   object markiertCB: TCheckBox
  45.     Left = 8
  46.     Top = 80
  47.     Width = 209
  48.     Height = 17
  49.     Caption = 'Search only in &selected parts.'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -13
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     TabOrder = 1
  57.   end
  58.   object LevelSchlCB: TCheckBox
  59.     Left = 8
  60.     Top = 104
  61.     Width = 193
  62.     Height = 17
  63.     Caption = 'Close other &parts.'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 2
  71.   end
  72.   object AlleCB: TCheckBox
  73.     Left = 8
  74.     Top = 128
  75.     Width = 185
  76.     Height = 17
  77.     Caption = 'Search all at &one time.'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -13
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 3
  85.     OnClick = AlleCBClick
  86.   end
  87.   object GrossKleinCB: TCheckBox
  88.     Left = 214
  89.     Top = 80
  90.     Width = 241
  91.     Height = 17
  92.     Caption = '&Case sensitive search.'
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -13
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     TabOrder = 4
  100.   end
  101.   object ListeCB: TCheckBox
  102.     Left = 216
  103.     Top = 104
  104.     Width = 161
  105.     Height = 17
  106.     Caption = 'Make &list.'
  107.     Checked = True
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clWindowText
  110.     Font.Height = -13
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     State = cbChecked
  115.     TabOrder = 5
  116.     OnClick = ListeCBClick
  117.   end
  118.   object GanzeCB: TCheckBox
  119.     Left = 216
  120.     Top = 128
  121.     Width = 161
  122.     Height = 17
  123.     Caption = '&Whole only  words.'
  124.     Font.Charset = DEFAULT_CHARSET
  125.     Font.Color = clWindowText
  126.     Font.Height = -13
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     ParentFont = False
  130.     TabOrder = 6
  131.   end
  132.   object OKBitBtn: TBitBtn
  133.     Left = 120
  134.     Top = 160
  135.     Width = 97
  136.     Height = 33
  137.     Caption = '&OK'
  138.     Font.Charset = DEFAULT_CHARSET
  139.     Font.Color = clWindowText
  140.     Font.Height = -13
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     TabOrder = 7
  145.     OnClick = OKBitBtnClick
  146.     Kind = bkOK
  147.   end
  148.   object AbbrechenBitBtn: TBitBtn
  149.     Left = 232
  150.     Top = 160
  151.     Width = 97
  152.     Height = 33
  153.     Caption = 'C&ancel'
  154.     Font.Charset = DEFAULT_CHARSET
  155.     Font.Color = clWindowText
  156.     Font.Height = -13
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = []
  159.     ParentFont = False
  160.     TabOrder = 8
  161.     Kind = bkAbort
  162.   end
  163.   object HilfeBitBtn: TBitBtn
  164.     Left = 344
  165.     Top = 160
  166.     Width = 97
  167.     Height = 33
  168.     Caption = '&Help'
  169.     Font.Charset = DEFAULT_CHARSET
  170.     Font.Color = clWindowText
  171.     Font.Height = -13
  172.     Font.Name = 'MS Sans Serif'
  173.     Font.Style = []
  174.     ParentFont = False
  175.     TabOrder = 9
  176.     OnClick = HilfeBitBtnClick
  177.     Kind = bkHelp
  178.   end
  179. end
  180.