home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / games / top / files / ut2003-demo.exe / System / dinterface.dll / 0 / RCDATA / TEDFINDDLG / TEDFINDDLG.txt
Text File  |  2002-08-12  |  3KB  |  141 lines

  1. object EdFindDlg: TEdFindDlg
  2.   Left = 3460
  3.   Top = 956
  4.   ActiveControl = FindHistoryBox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Find text...'
  8.   ClientHeight = 128
  9.   ClientWidth = 385
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   KeyPreview = True
  18.   OldCreateOrder = True
  19.   Position = poDefault
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 102
  29.     Width = 385
  30.     Height = 26
  31.     Align = alBottom
  32.     BevelOuter = bvNone
  33.     TabOrder = 0
  34.     object OKButton: TButton
  35.       Left = 249
  36.       Top = 2
  37.       Width = 55
  38.       Height = 23
  39.       Caption = 'OK'
  40.       Default = True
  41.       TabOrder = 0
  42.       OnClick = OKButtonClick
  43.     end
  44.     object CancelButton: TButton
  45.       Left = 322
  46.       Top = 2
  47.       Width = 55
  48.       Height = 23
  49.       Cancel = True
  50.       Caption = 'Cancel'
  51.       ModalResult = 2
  52.       TabOrder = 1
  53.       OnClick = CancelButtonClick
  54.     end
  55.   end
  56.   object Panel2: TPanel
  57.     Left = 0
  58.     Top = 0
  59.     Width = 385
  60.     Height = 102
  61.     Align = alClient
  62.     BevelOuter = bvNone
  63.     TabOrder = 1
  64.     object Label1: TLabel
  65.       Left = 10
  66.       Top = 6
  67.       Width = 53
  68.       Height = 13
  69.       Caption = '&Text to find'
  70.     end
  71.     object FindHistoryBox: TComboBox
  72.       Left = 86
  73.       Top = 4
  74.       Width = 297
  75.       Height = 21
  76.       ItemHeight = 13
  77.       TabOrder = 0
  78.       OnChange = FindHistoryBoxChange
  79.     end
  80.     object GroupBox1: TGroupBox
  81.       Left = 8
  82.       Top = 28
  83.       Width = 185
  84.       Height = 74
  85.       Hint = '100'
  86.       Caption = 'Options'
  87.       TabOrder = 1
  88.       object UseCaseBox: TCheckBox
  89.         Left = 10
  90.         Top = 32
  91.         Width = 140
  92.         Height = 17
  93.         Caption = '&Case sensitive'
  94.         TabOrder = 0
  95.       end
  96.       object WholeWordBox: TCheckBox
  97.         Left = 10
  98.         Top = 17
  99.         Width = 140
  100.         Height = 17
  101.         Caption = '&Whole words'
  102.         TabOrder = 1
  103.       end
  104.       object RegExBox: TCheckBox
  105.         Left = 10
  106.         Top = 50
  107.         Width = 140
  108.         Height = 17
  109.         Caption = '&Regular expressions'
  110.         TabOrder = 2
  111.       end
  112.     end
  113.     object GroupBox2: TGroupBox
  114.       Left = 196
  115.       Top = 28
  116.       Width = 185
  117.       Height = 74
  118.       Caption = 'Direction'
  119.       TabOrder = 2
  120.       object FwdDirection: TRadioButton
  121.         Left = 16
  122.         Top = 16
  123.         Width = 113
  124.         Height = 17
  125.         Caption = 'Forwar&d'
  126.         TabOrder = 0
  127.         OnClick = FwdDirectionClick
  128.       end
  129.       object BackDirection: TRadioButton
  130.         Left = 16
  131.         Top = 33
  132.         Width = 113
  133.         Height = 17
  134.         Caption = '&Back'
  135.         TabOrder = 1
  136.         OnClick = BackDirectionClick
  137.       end
  138.     end
  139.   end
  140. end
  141.