home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TREPLACEDLG / TREPLACEDLG.txt
Text File  |  1998-06-03  |  6KB  |  269 lines

  1. object ReplaceDlg: TReplaceDlg
  2.   Left = 417
  3.   Top = 281
  4.   HelpContext = 1541
  5.   ActiveControl = EFindWhat
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Replace'
  9.   ClientHeight = 233
  10.   ClientWidth = 420
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BFindNext: TButton
  21.     Left = 325
  22.     Top = 6
  23.     Width = 89
  24.     Height = 33
  25.     Hint = 'Search for next occurence'
  26.     Caption = '&Find Next'
  27.     Default = True
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.     TabOrder = 2
  31.     OnClick = BFindNextClick
  32.   end
  33.   object BReplace: TButton
  34.     Left = 325
  35.     Top = 49
  36.     Width = 89
  37.     Height = 33
  38.     Hint = 'Replace this occurence'
  39.     Caption = 'R&eplace'
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     TabOrder = 3
  43.     OnClick = BReplaceClick
  44.   end
  45.   object BReplaceAll: TButton
  46.     Left = 325
  47.     Top = 84
  48.     Width = 89
  49.     Height = 33
  50.     Hint = 'Replace all instances from the caret position on'
  51.     Caption = 'Replace &All'
  52.     ParentShowHint = False
  53.     ShowHint = True
  54.     TabOrder = 4
  55.     OnClick = BReplaceAllClick
  56.   end
  57.   object Cancel: TBitBtn
  58.     Left = 326
  59.     Top = 128
  60.     Width = 89
  61.     Height = 33
  62.     TabOrder = 5
  63.     OnClick = CancelClick
  64.     Kind = bkCancel
  65.   end
  66.   object Help: TBitBtn
  67.     Left = 326
  68.     Top = 164
  69.     Width = 89
  70.     Height = 33
  71.     TabOrder = 6
  72.     Kind = bkHelp
  73.   end
  74.   object BCaseSensitive: TCheckBox
  75.     Left = 327
  76.     Top = 209
  77.     Width = 88
  78.     Height = 17
  79.     Hint = 'Perform case-sensitive search'
  80.     Caption = 'Match &Case'
  81.     ParentShowHint = False
  82.     ShowHint = True
  83.     TabOrder = 7
  84.   end
  85.   object GroupBox1: TGroupBox
  86.     Left = 3
  87.     Top = 0
  88.     Width = 318
  89.     Height = 113
  90.     TabOrder = 0
  91.     object Label1: TLabel
  92.       Left = 6
  93.       Top = 14
  94.       Width = 63
  95.       Height = 13
  96.       Caption = 'Fi&nd What:'
  97.     end
  98.     object Bevel2: TBevel
  99.       Left = 7
  100.       Top = 63
  101.       Width = 303
  102.       Height = 43
  103.     end
  104.     object FindFormatShow: TLabel
  105.       Left = 9
  106.       Top = 64
  107.       Width = 298
  108.       Height = 39
  109.       AutoSize = False
  110.       Font.Color = clBlack
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = []
  114.       ParentFont = False
  115.     end
  116.     object EFindWhat: TEdit
  117.       Left = 98
  118.       Top = 11
  119.       Width = 214
  120.       Height = 21
  121.       Hint = 'Enter the string to replace'
  122.       ParentShowHint = False
  123.       ShowHint = True
  124.       TabOrder = 0
  125.     end
  126.     object FindPlain: TButton
  127.       Left = 7
  128.       Top = 35
  129.       Width = 75
  130.       Height = 25
  131.       Hint = 'Clear search formats'
  132.       Caption = 'P&lain'
  133.       ParentShowHint = False
  134.       ShowHint = True
  135.       TabOrder = 1
  136.       TabStop = False
  137.       OnClick = FindPlainClick
  138.     end
  139.     object FindParagraph: TButton
  140.       Left = 84
  141.       Top = 35
  142.       Width = 75
  143.       Height = 25
  144.       Hint = 'Enter paragraph formats to search for'
  145.       Caption = '&Paragraph'
  146.       ParentShowHint = False
  147.       ShowHint = True
  148.       TabOrder = 2
  149.       TabStop = False
  150.       OnClick = FindParagraphClick
  151.     end
  152.     object FindFont: TButton
  153.       Left = 161
  154.       Top = 35
  155.       Width = 75
  156.       Height = 25
  157.       Hint = 'Enter font formats to search for'
  158.       Caption = 'F&ont'
  159.       ParentShowHint = False
  160.       ShowHint = True
  161.       TabOrder = 3
  162.       TabStop = False
  163.       OnClick = FindFontClick
  164.     end
  165.     object FindFontShow: TPanel
  166.       Left = 240
  167.       Top = 36
  168.       Width = 68
  169.       Height = 24
  170.       BevelOuter = bvLowered
  171.       TabOrder = 4
  172.     end
  173.   end
  174.   object GroupBox2: TGroupBox
  175.     Tag = 1
  176.     Left = 3
  177.     Top = 114
  178.     Width = 318
  179.     Height = 113
  180.     TabOrder = 1
  181.     object Label2: TLabel
  182.       Left = 6
  183.       Top = 14
  184.       Width = 82
  185.       Height = 13
  186.       Caption = '&Replace With:'
  187.     end
  188.     object Bevel4: TBevel
  189.       Left = 7
  190.       Top = 63
  191.       Width = 303
  192.       Height = 43
  193.     end
  194.     object ReplaceFormatShow: TLabel
  195.       Left = 12
  196.       Top = 65
  197.       Width = 292
  198.       Height = 39
  199.       AutoSize = False
  200.       Font.Color = clBlack
  201.       Font.Height = -11
  202.       Font.Name = 'MS Sans Serif'
  203.       Font.Style = []
  204.       ParentFont = False
  205.     end
  206.     object ReplaceWith: TEdit
  207.       Tag = 1
  208.       Left = 98
  209.       Top = 11
  210.       Width = 214
  211.       Height = 21
  212.       Hint = 'Enter the string with which to replace'
  213.       ParentShowHint = False
  214.       ShowHint = True
  215.       TabOrder = 0
  216.     end
  217.     object ReplacePlain: TButton
  218.       Tag = 1
  219.       Left = 7
  220.       Top = 35
  221.       Width = 75
  222.       Height = 25
  223.       Hint = 'Clear replace formats'
  224.       Caption = 'Pla&in'
  225.       ParentShowHint = False
  226.       ShowHint = True
  227.       TabOrder = 1
  228.       TabStop = False
  229.       OnClick = ReplacePlainClick
  230.     end
  231.     object ReplaceParagraph: TButton
  232.       Tag = 1
  233.       Left = 84
  234.       Top = 35
  235.       Width = 75
  236.       Height = 25
  237.       Hint = 'Enter paragraph formats to replace with'
  238.       Caption = 'Para&graph'
  239.       ParentShowHint = False
  240.       ShowHint = True
  241.       TabOrder = 2
  242.       TabStop = False
  243.       OnClick = ReplaceParagraphClick
  244.     end
  245.     object ReplaceFont: TButton
  246.       Tag = 1
  247.       Left = 161
  248.       Top = 35
  249.       Width = 75
  250.       Height = 25
  251.       Hint = 'Enter font formats to replace with'
  252.       Caption = 'Fon&t'
  253.       ParentShowHint = False
  254.       ShowHint = True
  255.       TabOrder = 3
  256.       TabStop = False
  257.       OnClick = ReplaceFontClick
  258.     end
  259.     object ReplaceFontShow: TPanel
  260.       Left = 240
  261.       Top = 36
  262.       Width = 68
  263.       Height = 24
  264.       BevelOuter = bvLowered
  265.       TabOrder = 4
  266.     end
  267.   end
  268. end
  269.