home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TFMHEXFIND / TFMHEXFIND.txt
Encoding:
Text File  |  2002-03-26  |  2.2 KB  |  110 lines

  1. object fmhexfind: Tfmhexfind
  2.   Left = 279
  3.   Top = 184
  4.   Width = 479
  5.   Height = 293
  6.   Caption = 'HEx find'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 88
  21.     Height = 20
  22.     Caption = '∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -17
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 80
  33.     Width = 175
  34.     Height = 20
  35.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜:'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -17
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object edtextToFind: TDCHistoryEdit
  44.     Left = 136
  45.     Top = 16
  46.     Width = 281
  47.     Height = 28
  48.     Button1Kind = bkAuto
  49.     Caption = 'edtextToFind'
  50.     Flat = False
  51.     ParentColor = False
  52.     ReadOnly = False
  53.     TabOrder = 0
  54.     TabStop = True
  55.     object TPopupListBox
  56.       Left = 0
  57.       Top = 0
  58.       Width = 121
  59.       Height = 82
  60.       TabStop = False
  61.       ItemHeight = 20
  62.     end
  63.   end
  64.   object spFrom: TSpinEdit
  65.     Left = 216
  66.     Top = 80
  67.     Width = 105
  68.     Height = 31
  69.     MaxValue = 0
  70.     MinValue = 0
  71.     TabOrder = 1
  72.     Value = 0
  73.   end
  74.   object spTo: TSpinEdit
  75.     Left = 336
  76.     Top = 80
  77.     Width = 105
  78.     Height = 31
  79.     MaxValue = 0
  80.     MinValue = 0
  81.     TabOrder = 2
  82.     Value = 0
  83.   end
  84.   object cbIgnorecase: TCheckBox
  85.     Left = 8
  86.     Top = 136
  87.     Width = 225
  88.     Height = 17
  89.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  90.     TabOrder = 3
  91.   end
  92.   object cbFindText: TCheckBox
  93.     Left = 8
  94.     Top = 168
  95.     Width = 233
  96.     Height = 17
  97.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜, ∩┐╜ ∩┐╜∩┐╜ HEX'
  98.     TabOrder = 4
  99.   end
  100.   object Button1: TButton
  101.     Left = 192
  102.     Top = 208
  103.     Width = 105
  104.     Height = 25
  105.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  106.     TabOrder = 5
  107.     OnClick = Button1Click
  108.   end
  109. end
  110.