home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TREPLDIALOG / TREPLDIALOG.txt
Text File  |  2002-03-26  |  9KB  |  427 lines

  1. object ReplDialog: TReplDialog
  2.   Left = 307
  3.   Top = 200
  4.   ActiveControl = SearText
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Replace Text'
  8.   ClientHeight = 306
  9.   ClientWidth = 432
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LTexttFind: TLabel
  21.     Left = 5
  22.     Top = 16
  23.     Width = 69
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     AutoSize = False
  27.     Caption = '&Text to find:'
  28.     FocusControl = SearText
  29.     WordWrap = True
  30.   end
  31.   object LReplWith: TLabel
  32.     Left = 9
  33.     Top = 49
  34.     Width = 65
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.     Caption = '&Replace with:'
  38.     FocusControl = ReplText
  39.   end
  40.   object OptionsGroup: TGroupBox
  41.     Left = 10
  42.     Top = 73
  43.     Width = 200
  44.     Height = 105
  45.     Caption = 'Options'
  46.     TabOrder = 2
  47.     object CaseSens: TDCPropCheckBox
  48.       Left = 12
  49.       Top = 20
  50.       Width = 130
  51.       Height = 17
  52.       PropName = 'CaseSensitive'
  53.       Caption = '&Case sensitive'
  54.       Checked = False
  55.       Cute = False
  56.       Invert = False
  57.       ReadOnly = False
  58.       Scaled = False
  59.       TabOrder = 0
  60.       TabStop = True
  61.       Text = 'False'
  62.       object TPopupListBox
  63.         Left = 0
  64.         Top = 0
  65.         Width = 121
  66.         Height = 80
  67.         TabStop = False
  68.         ItemHeight = 13
  69.       end
  70.     end
  71.     object WholeWord: TDCPropCheckBox
  72.       Left = 12
  73.       Top = 40
  74.       Width = 130
  75.       Height = 17
  76.       LinkedEditor = CaseSens
  77.       PropName = 'WholeWordsOnly'
  78.       Caption = '&Whole words only'
  79.       Checked = False
  80.       Cute = False
  81.       Invert = False
  82.       ReadOnly = False
  83.       Scaled = False
  84.       TabOrder = 1
  85.       TabStop = True
  86.       Text = 'False'
  87.       object TPopupListBox
  88.         Left = 0
  89.         Top = 0
  90.         Width = 121
  91.         Height = 80
  92.         TabStop = False
  93.         ItemHeight = 13
  94.       end
  95.     end
  96.     object RegExpr: TDCPropCheckBox
  97.       Left = 12
  98.       Top = 60
  99.       Width = 130
  100.       Height = 17
  101.       LinkedEditor = CaseSens
  102.       PropName = 'RegularExpr'
  103.       Caption = 'Regular e&xpressions'
  104.       Checked = False
  105.       Cute = False
  106.       Invert = False
  107.       Enabled = False
  108.       ReadOnly = False
  109.       Scaled = False
  110.       TabOrder = 2
  111.       TabStop = True
  112.       Text = 'False'
  113.       object TPopupListBox
  114.         Left = 0
  115.         Top = 0
  116.         Width = 121
  117.         Height = 80
  118.         TabStop = False
  119.         ItemHeight = 13
  120.       end
  121.     end
  122.     object PromptRepl: TDCPropCheckBox
  123.       Left = 12
  124.       Top = 80
  125.       Width = 130
  126.       Height = 17
  127.       LinkedEditor = CaseSens
  128.       PropName = 'promptonreplace'
  129.       Caption = '&Prompt on Replace'
  130.       Checked = False
  131.       Cute = False
  132.       Invert = False
  133.       ReadOnly = False
  134.       Scaled = False
  135.       TabOrder = 3
  136.       TabStop = True
  137.       Text = 'False'
  138.       object TPopupListBox
  139.         Left = 0
  140.         Top = 0
  141.         Width = 121
  142.         Height = 80
  143.         TabStop = False
  144.         ItemHeight = 13
  145.       end
  146.     end
  147.   end
  148.   object DirectionGroup: TGroupBox
  149.     Left = 220
  150.     Top = 73
  151.     Width = 200
  152.     Height = 105
  153.     Caption = 'Direction'
  154.     TabOrder = 3
  155.     object PropForward: TDCPropRadioButton
  156.       Left = 12
  157.       Top = 20
  158.       Width = 100
  159.       Height = 17
  160.       LinkedEditor = CaseSens
  161.       PropName = 'Direction'
  162.       Caption = 'Forwar&d'
  163.       Checked = False
  164.       Cute = False
  165.       Invert = False
  166.       ReadOnly = False
  167.       Scaled = False
  168.       TabOrder = 0
  169.       TabStop = True
  170.       Text = 'False'
  171.       CheckedValue = 'sdForward'
  172.       CheckValCaseSens = False
  173.       object TPopupListBox
  174.         Left = 0
  175.         Top = 0
  176.         Width = 121
  177.         Height = 80
  178.         TabStop = False
  179.         ItemHeight = 13
  180.       end
  181.     end
  182.     object PropBackward: TDCPropRadioButton
  183.       Left = 12
  184.       Top = 40
  185.       Width = 100
  186.       Height = 17
  187.       LinkedEditor = CaseSens
  188.       PropName = 'Direction'
  189.       Caption = '&Backward'
  190.       Checked = False
  191.       Cute = False
  192.       Invert = False
  193.       ReadOnly = False
  194.       Scaled = False
  195.       TabOrder = 1
  196.       TabStop = True
  197.       Text = 'False'
  198.       CheckedValue = 'sdBackward'
  199.       CheckValCaseSens = False
  200.       object TPopupListBox
  201.         Left = 0
  202.         Top = 0
  203.         Width = 121
  204.         Height = 80
  205.         TabStop = False
  206.         ItemHeight = 13
  207.       end
  208.     end
  209.   end
  210.   object OriginGroup: TGroupBox
  211.     Left = 220
  212.     Top = 185
  213.     Width = 200
  214.     Height = 65
  215.     Caption = 'Origin'
  216.     TabOrder = 5
  217.     object PropFromCursor: TDCPropRadioButton
  218.       Left = 12
  219.       Top = 20
  220.       Width = 100
  221.       Height = 17
  222.       LinkedEditor = CaseSens
  223.       PropName = 'origin'
  224.       Caption = '&From cursor'
  225.       Checked = False
  226.       Cute = False
  227.       Invert = False
  228.       ReadOnly = False
  229.       Scaled = False
  230.       TabOrder = 0
  231.       TabStop = True
  232.       Text = 'False'
  233.       CheckedValue = 'soFromCursor'
  234.       CheckValCaseSens = False
  235.       object TPopupListBox
  236.         Left = 0
  237.         Top = 0
  238.         Width = 121
  239.         Height = 80
  240.         TabStop = False
  241.         ItemHeight = 13
  242.       end
  243.     end
  244.     object PropEntireScop: TDCPropRadioButton
  245.       Left = 12
  246.       Top = 40
  247.       Width = 100
  248.       Height = 17
  249.       LinkedEditor = CaseSens
  250.       PropName = 'origin'
  251.       Caption = '&Entire scope'
  252.       Checked = False
  253.       Cute = False
  254.       Invert = False
  255.       ReadOnly = False
  256.       Scaled = False
  257.       TabOrder = 1
  258.       TabStop = True
  259.       Text = 'False'
  260.       CheckedValue = 'soEntireScope'
  261.       CheckValCaseSens = False
  262.       object TPopupListBox
  263.         Left = 0
  264.         Top = 0
  265.         Width = 121
  266.         Height = 80
  267.         TabStop = False
  268.         ItemHeight = 13
  269.       end
  270.     end
  271.   end
  272.   object ScopeGroup: TGroupBox
  273.     Left = 11
  274.     Top = 185
  275.     Width = 200
  276.     Height = 65
  277.     Caption = 'Scope'
  278.     TabOrder = 4
  279.     object PropGlobal: TDCPropRadioButton
  280.       Left = 12
  281.       Top = 20
  282.       Width = 100
  283.       Height = 17
  284.       LinkedEditor = CaseSens
  285.       PropName = 'Scope'
  286.       Caption = '&Global'
  287.       Checked = False
  288.       Cute = False
  289.       Invert = False
  290.       ReadOnly = False
  291.       Scaled = False
  292.       TabOrder = 0
  293.       TabStop = True
  294.       Text = 'False'
  295.       CheckedValue = 'ssGlobal'
  296.       CheckValCaseSens = False
  297.       object TPopupListBox
  298.         Left = 0
  299.         Top = 0
  300.         Width = 121
  301.         Height = 80
  302.         TabStop = False
  303.         ItemHeight = 13
  304.       end
  305.     end
  306.     object PropSelText: TDCPropRadioButton
  307.       Left = 12
  308.       Top = 40
  309.       Width = 100
  310.       Height = 17
  311.       LinkedEditor = CaseSens
  312.       PropName = 'Scope'
  313.       Caption = '&Selected text'
  314.       Checked = False
  315.       Cute = False
  316.       Invert = False
  317.       ReadOnly = False
  318.       Scaled = False
  319.       TabOrder = 1
  320.       TabStop = True
  321.       Text = 'False'
  322.       CheckedValue = 'ssselectedtext'
  323.       CheckValCaseSens = False
  324.       object TPopupListBox
  325.         Left = 0
  326.         Top = 0
  327.         Width = 121
  328.         Height = 80
  329.         TabStop = False
  330.         ItemHeight = 13
  331.       end
  332.     end
  333.   end
  334.   object SearText: TDCPropEditor
  335.     Left = 78
  336.     Top = 12
  337.     Width = 340
  338.     Height = 21
  339.     Button1Kind = bkAuto
  340.     LinkedEditor = CaseSens
  341.     PropName = 'TextToFind'
  342.     Caption = 'SearText'
  343.     Flat = False
  344.     ParentColor = False
  345.     ReadOnly = False
  346.     TabOrder = 0
  347.     TabStop = True
  348.     object TPopupListBox
  349.       Left = 0
  350.       Top = 0
  351.       Width = 121
  352.       Height = 80
  353.       TabStop = False
  354.       ItemHeight = 13
  355.     end
  356.   end
  357.   object ReplText: TDCPropEditor
  358.     Left = 78
  359.     Top = 45
  360.     Width = 340
  361.     Height = 21
  362.     Button1Kind = bkAuto
  363.     LinkedEditor = CaseSens
  364.     PropName = 'replacewith'
  365.     Caption = 'SearText'
  366.     Flat = False
  367.     ParentColor = False
  368.     ReadOnly = False
  369.     TabOrder = 1
  370.     TabStop = True
  371.     object TPopupListBox
  372.       Left = 0
  373.       Top = 0
  374.       Width = 121
  375.       Height = 80
  376.       TabStop = False
  377.       ItemHeight = 13
  378.     end
  379.   end
  380.   object Panel1: TPanel
  381.     Left = 11
  382.     Top = 257
  383.     Width = 409
  384.     Height = 40
  385.     TabOrder = 6
  386.     object OKButton: TButton
  387.       Left = 8
  388.       Top = 7
  389.       Width = 95
  390.       Height = 25
  391.       Caption = '&OK'
  392.       Default = True
  393.       ModalResult = 1
  394.       TabOrder = 0
  395.       OnClick = OKButtonClick
  396.     end
  397.     object ReplBut: TButton
  398.       Left = 108
  399.       Top = 7
  400.       Width = 95
  401.       Height = 25
  402.       Caption = 'Replace &All'
  403.       ModalResult = 8
  404.       TabOrder = 1
  405.       OnClick = ReplButClick
  406.     end
  407.     object CancelButton: TButton
  408.       Left = 208
  409.       Top = 7
  410.       Width = 95
  411.       Height = 25
  412.       Cancel = True
  413.       Caption = 'Cancel'
  414.       ModalResult = 2
  415.       TabOrder = 2
  416.     end
  417.     object HelpButton: TButton
  418.       Left = 309
  419.       Top = 7
  420.       Width = 95
  421.       Height = 25
  422.       Caption = '&Help'
  423.       TabOrder = 3
  424.     end
  425.   end
  426. end
  427.