home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / exesc610.lzh / EXESCOPE.EXE / 0 / RCDATA / TFFIND / TFFIND.txt
Encoding:
Text File  |  2000-10-28  |  1.6 KB  |  81 lines

  1. object FFind: TFFind
  2.   Left = 208
  3.   Top = 167
  4.   AutoScroll = False
  5.   Caption = 'Search'
  6.   ClientHeight = 119
  7.   ClientWidth = 345
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 14
  23.     Width = 146
  24.     Height = 12
  25.     Caption = 'Search Text;∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Θò╢∩┐╜∩┐╜∩┐╜∩┐╜'
  26.   end
  27.   object FindEdit: TEdit
  28.     Left = 96
  29.     Top = 10
  30.     Width = 241
  31.     Height = 20
  32.     ImeName = 'MSIME95'
  33.     MaxLength = 32
  34.     TabOrder = 0
  35.   end
  36.   object CaseCB: TCheckBox
  37.     Left = 16
  38.     Top = 42
  39.     Width = 185
  40.     Height = 17
  41.     Caption = 'Distinguish Upper/Lower Case;∩┐╜σò╢∩┐╜∩┐╜/∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╩é∩┐╜∩┐╜∩┐╜'
  42.     TabOrder = 1
  43.   end
  44.   object OKBtn: TButton
  45.     Left = 88
  46.     Top = 88
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     ModalResult = 1
  51.     TabOrder = 4
  52.   end
  53.   object CancelBtn: TButton
  54.     Left = 184
  55.     Top = 88
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 5
  61.   end
  62.   object TopCB: TCheckBox
  63.     Left = 216
  64.     Top = 42
  65.     Width = 121
  66.     Height = 17
  67.     Caption = 'Search from Top;∩┐╜µô¬∩┐╜∩┐╜∩┐╜τîƒ∩┐╜∩┐╜'
  68.     Checked = True
  69.     State = cbChecked
  70.     TabOrder = 2
  71.   end
  72.   object UniCB: TCheckBox
  73.     Left = 16
  74.     Top = 64
  75.     Width = 73
  76.     Height = 17
  77.     Caption = 'UniCode'
  78.     TabOrder = 3
  79.   end
  80. end
  81.