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

  1. object ReplDialog: TReplDialog
  2.   Left = 279
  3.   Top = 103
  4.   ActiveControl = SearText
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Replace Text'
  8.   ClientHeight = 281
  9.   ClientWidth = 425
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LTexttFind: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 76
  25.     Height = 13
  26.     AutoSize = False
  27.     Caption = '&Text to find:'
  28.     FocusControl = SearText
  29.     WordWrap = True
  30.   end
  31.   object LReplWith: TLabel
  32.     Left = 8
  33.     Top = 40
  34.     Width = 65
  35.     Height = 13
  36.     Caption = '&Replace with:'
  37.     FocusControl = ReplText
  38.   end
  39.   object OptionsGroup: TGroupBox
  40.     Left = 8
  41.     Top = 72
  42.     Width = 201
  43.     Height = 97
  44.     Caption = 'Options'
  45.     TabOrder = 2
  46.     object CaseSens: TCheckBox
  47.       Left = 16
  48.       Top = 16
  49.       Width = 130
  50.       Height = 17
  51.       Caption = '&Case sensitive'
  52.       TabOrder = 0
  53.     end
  54.     object WholeWord: TCheckBox
  55.       Left = 16
  56.       Top = 36
  57.       Width = 130
  58.       Height = 17
  59.       Caption = '&Whole words only'
  60.       TabOrder = 1
  61.     end
  62.     object RegExpr: TCheckBox
  63.       Left = 16
  64.       Top = 56
  65.       Width = 173
  66.       Height = 17
  67.       Caption = 'Regular e&xpressions'
  68.       TabOrder = 2
  69.     end
  70.     object PromptRepl: TCheckBox
  71.       Left = 16
  72.       Top = 76
  73.       Width = 173
  74.       Height = 17
  75.       Caption = '&Prompt on replace'
  76.       TabOrder = 3
  77.     end
  78.   end
  79.   object SearText: TDCHistoryEditor
  80.     Left = 96
  81.     Top = 8
  82.     Width = 321
  83.     Height = 21
  84.     ItemHeight = 13
  85.     TabOrder = 0
  86.   end
  87.   object ReplText: TDCHistoryEditor
  88.     Left = 96
  89.     Top = 40
  90.     Width = 321
  91.     Height = 21
  92.     ItemHeight = 13
  93.     TabOrder = 1
  94.   end
  95.   object ScopeGroup: TRadioGroup
  96.     Left = 8
  97.     Top = 176
  98.     Width = 201
  99.     Height = 65
  100.     Caption = 'Scope'
  101.     Items.Strings = (
  102.       'Global'
  103.       'Selected text')
  104.     TabOrder = 4
  105.   end
  106.   object OriginGroup: TRadioGroup
  107.     Left = 216
  108.     Top = 176
  109.     Width = 201
  110.     Height = 65
  111.     Caption = 'Origin'
  112.     Items.Strings = (
  113.       'From cursor'
  114.       'Entire scope')
  115.     TabOrder = 5
  116.   end
  117.   object DirectionGroup: TGroupBox
  118.     Left = 216
  119.     Top = 72
  120.     Width = 201
  121.     Height = 97
  122.     Caption = 'Direction'
  123.     TabOrder = 3
  124.     object dirForward: TRadioButton
  125.       Left = 8
  126.       Top = 16
  127.       Width = 185
  128.       Height = 17
  129.       Caption = 'Forward'
  130.       TabOrder = 0
  131.     end
  132.     object dirBackward: TRadioButton
  133.       Left = 8
  134.       Top = 40
  135.       Width = 185
  136.       Height = 17
  137.       Caption = 'Backward'
  138.       TabOrder = 1
  139.     end
  140.   end
  141.   object OKBut: TButton
  142.     Left = 88
  143.     Top = 248
  144.     Width = 73
  145.     Height = 25
  146.     Caption = '&OK'
  147.     Default = True
  148.     ModalResult = 1
  149.     TabOrder = 6
  150.     OnClick = OKButClick
  151.   end
  152.   object ReplBut: TButton
  153.     Left = 168
  154.     Top = 248
  155.     Width = 89
  156.     Height = 25
  157.     Caption = 'Replace &All'
  158.     ModalResult = 8
  159.     TabOrder = 7
  160.     OnClick = ReplButClick
  161.   end
  162.   object CancelBut: TButton
  163.     Left = 264
  164.     Top = 248
  165.     Width = 73
  166.     Height = 25
  167.     Cancel = True
  168.     Caption = 'Cancel'
  169.     ModalResult = 2
  170.     TabOrder = 8
  171.   end
  172.   object HelpBut: TButton
  173.     Left = 344
  174.     Top = 248
  175.     Width = 73
  176.     Height = 25
  177.     Caption = '&Help'
  178.     TabOrder = 9
  179.   end
  180. end
  181.