home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Fichiers / Replace / Replace.exe / 0 / RCDATA / TFORM_REPLACE / TFORM_REPLACE.txt
Text File  |  1999-06-09  |  12KB  |  422 lines

  1. object Form_Replace: TForm_Replace
  2.   Left = 404
  3.   Top = 222
  4.   Width = 439
  5.   Height = 237
  6.   Caption = 'Replace'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 237
  9.   Constraints.MinHeight = 237
  10.   Constraints.MinWidth = 439
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel_Pagecontrol: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 321
  26.     Height = 210
  27.     Align = alLeft
  28.     Anchors = [akLeft, akTop, akRight, akBottom]
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object PageControl_Replace: TPageControl
  32.       Left = 10
  33.       Top = 15
  34.       Width = 311
  35.       Height = 182
  36.       ActivePage = TabSheet_NameLocation
  37.       Anchors = [akLeft, akTop, akRight, akBottom]
  38.       HotTrack = True
  39.       TabOrder = 0
  40.       object TabSheet_NameLocation: TTabSheet
  41.         Caption = 'Name and location'
  42.         OnShow = TabSheet_NameLocationShow
  43.         object Label_Named: TLabel
  44.           Left = 8
  45.           Top = 24
  46.           Width = 37
  47.           Height = 13
  48.           Caption = '&Named:'
  49.           FocusControl = Edit_Named
  50.         end
  51.         object Label_Replace: TLabel
  52.           Left = 8
  53.           Top = 56
  54.           Width = 43
  55.           Height = 13
  56.           Caption = '&Replace:'
  57.           FocusControl = Edit_Replace
  58.         end
  59.         object Label_With: TLabel
  60.           Left = 168
  61.           Top = 56
  62.           Width = 25
  63.           Height = 13
  64.           Anchors = [akTop, akRight]
  65.           Caption = '&With:'
  66.           FocusControl = Edit_With
  67.         end
  68.         object Label_Lookin: TLabel
  69.           Left = 8
  70.           Top = 88
  71.           Width = 38
  72.           Height = 13
  73.           Caption = '&Look in:'
  74.           FocusControl = Edit_Lookin
  75.         end
  76.         object CheckBox_LowerMaps: TCheckBox
  77.           Left = 24
  78.           Top = 120
  79.           Width = 121
  80.           Height = 17
  81.           Hint = 'Check this box if you also want to search through subfolders.'
  82.           Caption = '&Include subfolders'
  83.           TabOrder = 5
  84.         end
  85.         object Edit_Named: TEdit
  86.           Left = 72
  87.           Top = 20
  88.           Width = 217
  89.           Height = 21
  90.           Hint = 'Enter a mask for files to search for.'
  91.           Anchors = [akLeft, akTop, akRight]
  92.           TabOrder = 0
  93.         end
  94.         object Edit_Replace: TEdit
  95.           Left = 72
  96.           Top = 52
  97.           Width = 81
  98.           Height = 21
  99.           Hint = 
  100.             'Enter the substring to search for in the filename of the found f' +
  101.             'iles.'
  102.           TabOrder = 1
  103.         end
  104.         object Edit_With: TEdit
  105.           Left = 208
  106.           Top = 52
  107.           Width = 81
  108.           Height = 21
  109.           Hint = 
  110.             'Enter the substring to replace the search-string with in the fil' +
  111.             'ename of the found files.'
  112.           Anchors = [akTop, akRight]
  113.           TabOrder = 2
  114.         end
  115.         object Edit_Lookin: TEdit
  116.           Left = 72
  117.           Top = 84
  118.           Width = 217
  119.           Height = 21
  120.           Hint = 'Enter the folder to search in.'
  121.           Anchors = [akLeft, akTop, akRight]
  122.           TabOrder = 3
  123.           OnChange = Edit_LookinChange
  124.         end
  125.         object Button_Browse: TButton
  126.           Left = 216
  127.           Top = 118
  128.           Width = 75
  129.           Height = 21
  130.           Hint = 'Browse through your folders.'
  131.           Anchors = [akTop, akRight]
  132.           Caption = '&Browse...'
  133.           TabOrder = 4
  134.           OnClick = Button_BrowseClick
  135.         end
  136.         object CheckBox_Sensitive: TCheckBox
  137.           Left = 24
  138.           Top = 136
  139.           Width = 137
  140.           Height = 17
  141.           Hint = 
  142.             'Check this box if you want to search case sensitive for filename' +
  143.             's.'
  144.           Caption = 'Search &case sensitive'
  145.           TabOrder = 6
  146.         end
  147.       end
  148.       object TabSheet_Attributes: TTabSheet
  149.         Caption = 'Attributes'
  150.         ImageIndex = 1
  151.         object Label_Readonly: TLabel
  152.           Left = 8
  153.           Top = 40
  154.           Width = 48
  155.           Height = 13
  156.           Caption = '&Read only'
  157.           FocusControl = CheckBox_ReadOnly_Set
  158.         end
  159.         object Label_Hidden: TLabel
  160.           Left = 8
  161.           Top = 64
  162.           Width = 34
  163.           Height = 13
  164.           Caption = '&Hidden'
  165.           FocusControl = CheckBox_Hidden_Set
  166.         end
  167.         object Label_Archive: TLabel
  168.           Left = 8
  169.           Top = 88
  170.           Width = 36
  171.           Height = 13
  172.           Caption = 'Ar&chive'
  173.           FocusControl = CheckBox_Archief_Set
  174.         end
  175.         object Label_System: TLabel
  176.           Left = 8
  177.           Top = 112
  178.           Width = 34
  179.           Height = 13
  180.           Caption = 'S&ystem'
  181.           FocusControl = CheckBox_System_Set
  182.         end
  183.         object Label_Set: TLabel
  184.           Left = 80
  185.           Top = 16
  186.           Width = 16
  187.           Height = 13
  188.           Caption = 'Set'
  189.         end
  190.         object Label_Clear: TLabel
  191.           Left = 128
  192.           Top = 16
  193.           Width = 24
  194.           Height = 13
  195.           Caption = 'Clear'
  196.         end
  197.         object CheckBox_ReadOnly_Set: TCheckBox
  198.           Left = 80
  199.           Top = 38
  200.           Width = 17
  201.           Height = 17
  202.           TabStop = False
  203.           TabOrder = 0
  204.           OnClick = CheckBox_ReadOnly_SetClick
  205.         end
  206.         object CheckBox_Hidden_Set: TCheckBox
  207.           Left = 80
  208.           Top = 62
  209.           Width = 17
  210.           Height = 17
  211.           TabStop = False
  212.           TabOrder = 2
  213.           OnClick = CheckBox_Hidden_SetClick
  214.         end
  215.         object CheckBox_Archief_Set: TCheckBox
  216.           Left = 80
  217.           Top = 86
  218.           Width = 17
  219.           Height = 17
  220.           TabStop = False
  221.           TabOrder = 4
  222.           OnClick = CheckBox_Archief_SetClick
  223.         end
  224.         object CheckBox_System_Set: TCheckBox
  225.           Left = 80
  226.           Top = 110
  227.           Width = 17
  228.           Height = 17
  229.           TabStop = False
  230.           TabOrder = 6
  231.           OnClick = CheckBox_System_SetClick
  232.         end
  233.         object CheckBox_ReadOnly_Clear: TCheckBox
  234.           Left = 128
  235.           Top = 38
  236.           Width = 17
  237.           Height = 17
  238.           TabStop = False
  239.           TabOrder = 1
  240.           OnClick = CheckBox_ReadOnly_ClearClick
  241.         end
  242.         object CheckBox_Hidden_Clear: TCheckBox
  243.           Left = 128
  244.           Top = 62
  245.           Width = 17
  246.           Height = 17
  247.           TabStop = False
  248.           TabOrder = 3
  249.           OnClick = CheckBox_Hidden_ClearClick
  250.         end
  251.         object CheckBox_Archief_Clear: TCheckBox
  252.           Left = 128
  253.           Top = 86
  254.           Width = 17
  255.           Height = 17
  256.           TabStop = False
  257.           TabOrder = 5
  258.           OnClick = CheckBox_Archief_ClearClick
  259.         end
  260.         object CheckBox_System_Clear: TCheckBox
  261.           Left = 128
  262.           Top = 110
  263.           Width = 17
  264.           Height = 17
  265.           TabStop = False
  266.           TabOrder = 7
  267.           OnClick = CheckBox_System_ClearClick
  268.         end
  269.       end
  270.       object Tabsheet_Case: TTabSheet
  271.         Caption = 'Case'
  272.         ImageIndex = 2
  273.         object RadioGroup_ChangeCase: TRadioGroup
  274.           Left = 16
  275.           Top = 16
  276.           Width = 273
  277.           Height = 121
  278.           Anchors = [akLeft, akTop, akRight, akBottom]
  279.           Caption = 'Select Case'
  280.           ItemIndex = 3
  281.           Items.Strings = (
  282.             '&Titlecase (Default Example.exe)'
  283.             '&Lowercase (default example.exe)'
  284.             '&Uppercase (DEFAULT EXAMPLE.EXE)'
  285.             'Do ¬ change case')
  286.           TabOrder = 0
  287.         end
  288.       end
  289.       object TabSheet_ReplaceInFiles: TTabSheet
  290.         Caption = 'Replace in files'
  291.         ImageIndex = 3
  292.         object Label_ZoekInFiles: TLabel
  293.           Left = 8
  294.           Top = 24
  295.           Width = 43
  296.           Height = 13
  297.           Caption = '&Replace:'
  298.           FocusControl = Edit_ReplaceInFile
  299.         end
  300.         object Label_ReplaceInFiles: TLabel
  301.           Left = 8
  302.           Top = 56
  303.           Width = 25
  304.           Height = 13
  305.           Caption = '&With:'
  306.           FocusControl = Edit_WithInFile
  307.         end
  308.         object CheckBox_CaseSensitive: TCheckBox
  309.           Left = 24
  310.           Top = 120
  311.           Width = 137
  312.           Height = 17
  313.           Caption = 'Search &case sensitive'
  314.           TabOrder = 2
  315.         end
  316.         object Edit_ReplaceInFile: TEdit
  317.           Left = 72
  318.           Top = 20
  319.           Width = 217
  320.           Height = 21
  321.           Anchors = [akLeft, akTop, akRight]
  322.           TabOrder = 0
  323.         end
  324.         object Edit_WithInFile: TEdit
  325.           Left = 72
  326.           Top = 52
  327.           Width = 217
  328.           Height = 21
  329.           Anchors = [akLeft, akTop, akRight]
  330.           TabOrder = 1
  331.         end
  332.       end
  333.     end
  334.   end
  335.   object Button_Replace: TButton
  336.     Left = 332
  337.     Top = 33
  338.     Width = 87
  339.     Height = 21
  340.     Hint = 'Start the replace process.'
  341.     Anchors = [akTop, akRight]
  342.     Caption = 'R&eplace'
  343.     TabOrder = 1
  344.     OnClick = Button_ReplaceClick
  345.   end
  346.   object Button_Stop: TButton
  347.     Left = 332
  348.     Top = 62
  349.     Width = 87
  350.     Height = 21
  351.     Hint = 'Stop the current replace process.'
  352.     Anchors = [akTop, akRight]
  353.     Caption = '&Stop'
  354.     TabOrder = 2
  355.     OnClick = Button_StopClick
  356.   end
  357.   object Button_Again: TButton
  358.     Left = 332
  359.     Top = 91
  360.     Width = 87
  361.     Height = 21
  362.     Hint = 'Reset all values.'
  363.     Anchors = [akTop, akRight]
  364.     Caption = 'Replace &again'
  365.     TabOrder = 3
  366.     OnClick = Button_AgainClick
  367.   end
  368.   object AnimateReplace: TAnimate
  369.     Left = 352
  370.     Top = 118
  371.     Width = 48
  372.     Height = 50
  373.     Active = False
  374.     Anchors = [akTop, akRight]
  375.     CommonAVI = aviFindFile
  376.     StopFrame = 23
  377.   end
  378.   object BitBtnInfo: TBitBtn
  379.     Left = 302
  380.     Top = 16
  381.     Width = 19
  382.     Height = 19
  383.     Hint = 'About'
  384.     Anchors = [akTop, akRight]
  385.     TabOrder = 5
  386.     OnClick = BitBtnInfoClick
  387.     Glyph.Data = {
  388.       9E020000424D9E0200000000000036000000280000000E0000000E0000000100
  389.       18000000000068020000120B0000120B000000000000000000000000FF0000FF
  390.       0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  391.       FF0000FF00000000FF0000FF0000FF0000FF8000008000008000008000008000
  392.       000000FF0000FF0000FF0000FF0000FF00000000FF0000FF0000FF8000008000
  393.       00FFFFFFFFFFFFFFFFFF8000008000000000FF0000FF0000FF0000FF00000000
  394.       FF0000FF800000800000800000800000FFFFFFFF000080000080000080000000
  395.       00FF0000FF0000FF00000000FF800000800000800000800000800000FFFFFFFF
  396.       00008000008000008000008000000000FF0000FF000080000080000080000080
  397.       0000800000800000FFFFFFFF00008000008000008000008000008000000000FF
  398.       0000800000800000800000800000800000800000FFFFFFFF0000800000800000
  399.       8000008000008000000000FF0000800000800000800000800000800000800000
  400.       FFFFFFFF00008000008000008000008000008000000000FF0000800000800000
  401.       800000800000800000800000FFFFFFFF00008000008000008000008000008000
  402.       000000FF0000800000800000800000800000800000800000FFFFFFFF00008000
  403.       008000008000008000008000000000FF00000000FF8000008000008000008000
  404.       00FFFFFFFFFFFFFF00008000008000008000008000000000FF0000FF00000000
  405.       FF0000FF80000080000080000080000080000080000080000080000080000000
  406.       00FF0000FF0000FF00000000FF0000FF0000FF800000800000800000FFFFFFFF
  407.       00008000008000000000FF0000FF0000FF0000FF00000000FF0000FF0000FF00
  408.       00FF8000008000008000008000008000000000FF0000FF0000FF0000FF0000FF
  409.       0000}
  410.   end
  411.   object RzSelDirDialog: TRzSelDirDialog
  412.     Caption = 'Select a Directory'
  413.     Font.Charset = DEFAULT_CHARSET
  414.     Font.Color = clWindowText
  415.     Font.Height = -11
  416.     Font.Name = 'MS Sans Serif'
  417.     Font.Style = []
  418.     Left = 200
  419.     Top = 152
  420.   end
  421. end
  422.