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

  1. object FrmSearRepl: TFrmSearRepl
  2.   Left = 233
  3.   Top = 169
  4.   BorderStyle = bsDialog
  5.   Caption = 'FrmSearRepl'
  6.   ClientHeight = 267
  7.   ClientWidth = 491
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 491
  24.     Height = 121
  25.     ActivePage = EditorFindPage
  26.     Align = alTop
  27.     TabOrder = 0
  28.     OnChange = PageControlChange
  29.     object EditorFindPage: TTabSheet
  30.       Caption = 'Find'
  31.       object LTexttFind: TLabel
  32.         Left = 8
  33.         Top = 12
  34.         Width = 81
  35.         Height = 13
  36.         AutoSize = False
  37.         Caption = '&Text to find:'
  38.         FocusControl = SearText
  39.         WordWrap = True
  40.       end
  41.       object InfoLbl: TLabel
  42.         Left = 8
  43.         Top = 80
  44.         Width = 32
  45.         Height = 13
  46.         Caption = 'InfoLbl'
  47.       end
  48.       object SearText: TDCHistoryEditor
  49.         Left = 96
  50.         Top = 12
  51.         Width = 321
  52.         Height = 21
  53.         ItemHeight = 13
  54.         TabOrder = 0
  55.       end
  56.     end
  57.     object EditorReplacePage: TTabSheet
  58.       Caption = 'Replace'
  59.       object Label1: TLabel
  60.         Left = 8
  61.         Top = 12
  62.         Width = 76
  63.         Height = 13
  64.         AutoSize = False
  65.         Caption = '&Text to find:'
  66.         FocusControl = SearText1
  67.         WordWrap = True
  68.       end
  69.       object LReplWith: TLabel
  70.         Left = 8
  71.         Top = 40
  72.         Width = 65
  73.         Height = 13
  74.         Caption = '&Replace with:'
  75.         FocusControl = ReplText
  76.       end
  77.       object InfoLbl1: TLabel
  78.         Left = 8
  79.         Top = 80
  80.         Width = 32
  81.         Height = 13
  82.         Caption = 'InfoLbl'
  83.       end
  84.       object SearText1: TDCHistoryEditor
  85.         Left = 96
  86.         Top = 12
  87.         Width = 321
  88.         Height = 21
  89.         ItemHeight = 13
  90.         TabOrder = 0
  91.       end
  92.       object ReplText: TDCHistoryEditor
  93.         Left = 96
  94.         Top = 40
  95.         Width = 321
  96.         Height = 21
  97.         ItemHeight = 13
  98.         TabOrder = 1
  99.       end
  100.     end
  101.     object GotoTab: TTabSheet
  102.       Caption = 'Go To'
  103.       object InputLabel: TLabel
  104.         Left = 168
  105.         Top = 12
  106.         Width = 108
  107.         Height = 13
  108.         Caption = '&Enter new line number:'
  109.       end
  110.       object Label4: TLabel
  111.         Left = 8
  112.         Top = 12
  113.         Width = 26
  114.         Height = 13
  115.         Caption = 'Go to'
  116.       end
  117.       object InfoLbl2: TLabel
  118.         Left = 8
  119.         Top = 80
  120.         Width = 32
  121.         Height = 13
  122.         Caption = 'InfoLbl'
  123.       end
  124.       object LineEd: TEdit
  125.         Left = 168
  126.         Top = 32
  127.         Width = 281
  128.         Height = 21
  129.         TabOrder = 0
  130.         object TPopupListBox
  131.           Left = 0
  132.           Top = 0
  133.           Width = 121
  134.           Height = 80
  135.           TabStop = False
  136.           ItemHeight = 13
  137.         end
  138.       end
  139.       object GotoBox: TListBox
  140.         Left = 8
  141.         Top = 32
  142.         Width = 145
  143.         Height = 41
  144.         ItemHeight = 13
  145.         Items.Strings = (
  146.           'Line'
  147.           'BookMark')
  148.         TabOrder = 1
  149.       end
  150.     end
  151.   end
  152.   object ExPanel: TPanel
  153.     Left = 0
  154.     Top = 161
  155.     Width = 491
  156.     Height = 106
  157.     Align = alClient
  158.     TabOrder = 1
  159.     object gbxDirection: TGroupBox
  160.       Left = 200
  161.       Top = 8
  162.       Width = 137
  163.       Height = 89
  164.       Caption = 'gbxDirection'
  165.       TabOrder = 1
  166.       object dirBackward: TRadioButton
  167.         Left = 8
  168.         Top = 40
  169.         Width = 121
  170.         Height = 17
  171.         Caption = 'Backward'
  172.         TabOrder = 1
  173.       end
  174.       object dirForward: TRadioButton
  175.         Left = 8
  176.         Top = 16
  177.         Width = 121
  178.         Height = 17
  179.         Caption = 'Forward'
  180.         TabOrder = 0
  181.       end
  182.     end
  183.     object gbxOptions: TGroupBox
  184.       Left = 8
  185.       Top = 8
  186.       Width = 185
  187.       Height = 89
  188.       Caption = 'gbxOptions'
  189.       TabOrder = 0
  190.       object RegExpr: TCheckBox
  191.         Left = 8
  192.         Top = 64
  193.         Width = 169
  194.         Height = 17
  195.         Caption = '&Regular expressions'
  196.         TabOrder = 2
  197.       end
  198.       object WholeWord: TCheckBox
  199.         Left = 8
  200.         Top = 40
  201.         Width = 169
  202.         Height = 17
  203.         Caption = '&Whole words only'
  204.         TabOrder = 1
  205.       end
  206.       object CaseSens: TCheckBox
  207.         Left = 8
  208.         Top = 16
  209.         Width = 169
  210.         Height = 17
  211.         Caption = '&Case sensitive'
  212.         TabOrder = 0
  213.       end
  214.     end
  215.     object gbxScope: TGroupBox
  216.       Left = 344
  217.       Top = 8
  218.       Width = 137
  219.       Height = 89
  220.       Caption = 'gbxScope'
  221.       TabOrder = 2
  222.       object ScopeGlobal: TRadioButton
  223.         Left = 8
  224.         Top = 16
  225.         Width = 121
  226.         Height = 17
  227.         Caption = 'Global'
  228.         TabOrder = 0
  229.       end
  230.       object ScopeSelected: TRadioButton
  231.         Left = 8
  232.         Top = 40
  233.         Width = 121
  234.         Height = 17
  235.         Caption = 'Selected'
  236.         TabOrder = 1
  237.       end
  238.     end
  239.   end
  240.   object Panel2: TPanel
  241.     Left = 0
  242.     Top = 121
  243.     Width = 491
  244.     Height = 40
  245.     Align = alTop
  246.     TabOrder = 2
  247.     object ExBtn: TBitBtn
  248.       Left = 56
  249.       Top = 8
  250.       Width = 73
  251.       Height = 25
  252.       Caption = 'More'
  253.       TabOrder = 0
  254.       OnClick = ExBtnClick
  255.       Glyph.Data = {
  256.         86010000424D8601000000000000420000002800000012000000090000000100
  257.         1000030000004401000000000000000000000000000000000000007C0000E003
  258.         00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  259.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C00001F7C1F7C1F7C1F7C1F7C0000
  260.         0000000000000000000000001F7C1F7C1F7C1F7C0000000000001F7C1F7C1F7C
  261.         1F7C00000000000000000000000000001F7C1F7C1F7C1F7C0000000000001F7C
  262.         1F7C1F7C1F7C1F7C000000000000000000001F7C1F7C1F7C1F7C000000000000
  263.         000000001F7C1F7C1F7C1F7C000000000000000000001F7C1F7C1F7C1F7C0000
  264.         00000000000000001F7C1F7C1F7C1F7C1F7C0000000000001F7C1F7C1F7C1F7C
  265.         00000000000000000000000000001F7C1F7C1F7C1F7C0000000000001F7C1F7C
  266.         1F7C1F7C00000000000000000000000000001F7C1F7C1F7C1F7C1F7C00001F7C
  267.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  268.         1F7C1F7C1F7C1F7C1F7C}
  269.       Layout = blGlyphRight
  270.       NumGlyphs = 2
  271.     end
  272.     object FindBtn: TButton
  273.       Left = 144
  274.       Top = 8
  275.       Width = 73
  276.       Height = 25
  277.       Caption = 'Find'
  278.       TabOrder = 1
  279.       OnClick = FindBtnClick
  280.     end
  281.     object ReplBtn: TButton
  282.       Left = 232
  283.       Top = 8
  284.       Width = 73
  285.       Height = 25
  286.       Caption = 'Replace'
  287.       TabOrder = 2
  288.       OnClick = ReplBtnClick
  289.     end
  290.     object ReplAllBtn: TButton
  291.       Left = 320
  292.       Top = 8
  293.       Width = 75
  294.       Height = 25
  295.       Caption = 'Replace All'
  296.       TabOrder = 3
  297.       OnClick = ReplBtnClick
  298.     end
  299.     object CloseBtn: TButton
  300.       Left = 408
  301.       Top = 8
  302.       Width = 73
  303.       Height = 25
  304.       Cancel = True
  305.       Caption = 'Close'
  306.       TabOrder = 4
  307.       OnClick = CloseBtnClick
  308.     end
  309.     object GoToBtn: TButton
  310.       Left = 320
  311.       Top = 8
  312.       Width = 73
  313.       Height = 25
  314.       Caption = 'Go To'
  315.       TabOrder = 5
  316.       OnClick = GoToBtnClick
  317.     end
  318.   end
  319. end
  320.