home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / fileman / nvsetup.exe / #setuppath# / tview.exe / 0 / RCDATA / TEDITORSEARCHFORM / TEDITORSEARCHFORM.txt
Encoding:
Text File  |  2001-06-29  |  4.0 KB  |  185 lines

  1. object EditorSearchForm: TEditorSearchForm
  2.   Left = 702
  3.   Top = 374
  4.   BorderStyle = bsNone
  5.   Caption = 'Find text...'
  6.   ClientHeight = 230
  7.   ClientWidth = 330
  8.   Color = clBtnFace
  9.   Font.Charset = EASTEUROPE_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PANELW: TPanel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 321
  25.     Height = 217
  26.     TabOrder = 0
  27.     object LEFT: TShape
  28.       Left = 1
  29.       Top = 1
  30.       Width = 48
  31.       Height = 215
  32.       Align = alLeft
  33.       Brush.Color = clBtnShadow
  34.       Pen.Color = clBtnShadow
  35.       Pen.Style = psClear
  36.       Pen.Width = 0
  37.     end
  38.     object Info: TLabel
  39.       Left = 60
  40.       Top = 8
  41.       Width = 220
  42.       Height = 17
  43.       AutoSize = False
  44.       Caption = 'Find or replace text...'
  45.       Transparent = True
  46.       WordWrap = True
  47.     end
  48.     object SearchForLabel: TLabel
  49.       Left = 60
  50.       Top = 56
  51.       Width = 50
  52.       Height = 13
  53.       Caption = 'S&earch for'
  54.     end
  55.     object ReplaceTextLabel: TLabel
  56.       Left = 60
  57.       Top = 80
  58.       Width = 38
  59.       Height = 13
  60.       Caption = 'Re&place'
  61.     end
  62.     object Shape2: TShape
  63.       Left = 68
  64.       Top = 29
  65.       Width = 24
  66.       Height = 2
  67.       Brush.Color = clBtnShadow
  68.       Pen.Color = clBtnShadow
  69.     end
  70.     object Shape1: TShape
  71.       Left = 50
  72.       Top = 172
  73.       Width = 270
  74.       Height = 2
  75.       Anchors = [akLeft, akRight, akBottom]
  76.       Brush.Color = clBtnShadow
  77.       Pen.Color = clBtnShadow
  78.     end
  79.     object CaseSensitive: TNMYCheckbox
  80.       Left = 60
  81.       Top = 108
  82.       Width = 176
  83.       Height = 17
  84.       AutoSaveDisLoadState = False
  85.       Checked = False
  86.       Caption = '&Case sensitive'
  87.       Color = clBtnFace
  88.       ParentColor = False
  89.       TabOrder = 2
  90.     end
  91.     object WholeWordOnly: TNMYCheckbox
  92.       Left = 60
  93.       Top = 124
  94.       Width = 176
  95.       Height = 17
  96.       AutoSaveDisLoadState = False
  97.       Checked = False
  98.       Caption = '&Whole words only'
  99.       Color = clBtnFace
  100.       Enabled = False
  101.       ParentColor = False
  102.       TabOrder = 3
  103.     end
  104.     object BtnReplaceAll: TNMYBUTTON
  105.       Left = 58
  106.       Top = 182
  107.       Width = 94
  108.       Height = 27
  109.       DefaultColors = True
  110.       ModalResult = 8
  111.       ColorHighlight = 15263976
  112.       ColorShadow = clGray
  113.       ColorPressed = 13224393
  114.       Default = False
  115.       Caption = 'Replace &all'
  116.       OnClickButton = BtnReplaceAllClick
  117.       Color = clSilver
  118.       Anchors = [akRight, akBottom]
  119.       ParentColor = False
  120.       TabOrder = 4
  121.     end
  122.     object NButtonOK: TNMYBUTTON
  123.       Left = 157
  124.       Top = 182
  125.       Width = 75
  126.       Height = 27
  127.       DefaultColors = True
  128.       ModalResult = 1
  129.       ColorHighlight = 15263976
  130.       ColorShadow = clGray
  131.       ColorPressed = 13224393
  132.       Default = True
  133.       Caption = '&Go'
  134.       OnClickButton = NButtonOKClick
  135.       Color = clSilver
  136.       Anchors = [akRight, akBottom]
  137.       ParentColor = False
  138.       TabOrder = 5
  139.     end
  140.     object NButtonCancel: TNMYBUTTON
  141.       Left = 237
  142.       Top = 182
  143.       Width = 75
  144.       Height = 27
  145.       DefaultColors = True
  146.       ModalResult = 2
  147.       ColorHighlight = 15263976
  148.       ColorShadow = clGray
  149.       ColorPressed = 13224393
  150.       Default = False
  151.       Caption = '&Cancel'
  152.       Color = clSilver
  153.       Anchors = [akRight, akBottom]
  154.       ParentColor = False
  155.       TabOrder = 6
  156.     end
  157.     object SearchForEdit: TNComboBox
  158.       Left = 150
  159.       Top = 54
  160.       Width = 159
  161.       Height = 21
  162.       Anchors = [akLeft, akTop, akRight]
  163.       ItemHeight = 13
  164.       TabOrder = 0
  165.       Complete = True
  166.       MinLengthComplete = 0
  167.       ExtendedFile = False
  168.       ExtendedURL = False
  169.     end
  170.     object ReplaceEdit: TNComboBox
  171.       Left = 150
  172.       Top = 78
  173.       Width = 159
  174.       Height = 21
  175.       Anchors = [akLeft, akTop, akRight]
  176.       ItemHeight = 13
  177.       TabOrder = 1
  178.       Complete = True
  179.       MinLengthComplete = 0
  180.       ExtendedFile = False
  181.       ExtendedURL = False
  182.     end
  183.   end
  184. end
  185.