home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bigdoc / bigdoc.exe / BigDoc.exe / 0 / RCDATA / TFINDDLG / TFINDDLG.txt
Text File  |  2000-04-17  |  2KB  |  103 lines

  1. object FindDlg: TFindDlg
  2.   Left = 207
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find'
  7.   ClientHeight = 209
  8.   ClientWidth = 311
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 16
  22.     Top = 8
  23.     Width = 280
  24.     Height = 65
  25.     Caption = '&Search Text'
  26.     TabOrder = 0
  27.     object Edit1: TEdit
  28.       Left = 16
  29.       Top = 25
  30.       Width = 249
  31.       Height = 21
  32.       TabOrder = 0
  33.     end
  34.   end
  35.   object GroupBox2: TGroupBox
  36.     Left = 16
  37.     Top = 80
  38.     Width = 161
  39.     Height = 113
  40.     Caption = 'Search &Options'
  41.     TabOrder = 1
  42.     object Bevel1: TBevel
  43.       Left = 1
  44.       Top = 60
  45.       Width = 158
  46.       Height = 3
  47.       Shape = bsTopLine
  48.     end
  49.     object RadioButton1: TRadioButton
  50.       Left = 16
  51.       Top = 18
  52.       Width = 113
  53.       Height = 17
  54.       Caption = 'Search &Forward'
  55.       Checked = True
  56.       TabOrder = 0
  57.       TabStop = True
  58.     end
  59.     object RadioButton2: TRadioButton
  60.       Left = 16
  61.       Top = 38
  62.       Width = 129
  63.       Height = 17
  64.       Caption = 'Search &Backward'
  65.       TabOrder = 1
  66.     end
  67.     object CheckBox1: TCheckBox
  68.       Left = 16
  69.       Top = 68
  70.       Width = 97
  71.       Height = 17
  72.       Caption = '&Match Case'
  73.       TabOrder = 2
  74.     end
  75.     object CheckBox2: TCheckBox
  76.       Left = 16
  77.       Top = 89
  78.       Width = 113
  79.       Height = 17
  80.       Caption = '&Global Search'
  81.       TabOrder = 3
  82.     end
  83.   end
  84.   object Button1: TButton
  85.     Left = 200
  86.     Top = 96
  87.     Width = 81
  88.     Height = 25
  89.     Caption = 'Ok'
  90.     ModalResult = 1
  91.     TabOrder = 2
  92.   end
  93.   object Button2: TButton
  94.     Left = 200
  95.     Top = 144
  96.     Width = 81
  97.     Height = 25
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 3
  101.   end
  102. end
  103.