home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / xvi / XVI32.exe / 0 / RCDATA / TFORMREPLACE / TFORMREPLACE.txt
Text File  |  2003-08-02  |  7KB  |  321 lines

  1. object FormReplace: TFormReplace
  2.   Left = 390
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Replace'
  7.   ClientHeight = 318
  8.   ClientWidth = 376
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBoxFind: TGroupBox
  19.     Left = 10
  20.     Top = 5
  21.     Width = 271
  22.     Height = 120
  23.     Caption = 'Find'
  24.     TabOrder = 0
  25.     object CMHistoryBtnFindT: TCMHistoryBtn
  26.       Left = 240
  27.       Top = 32
  28.       Width = 18
  29.       Height = 21
  30.       Caption = '6'
  31.       Font.Color = clWindowText
  32.       Font.Height = -12
  33.       Font.Name = 'Marlett'
  34.       Font.Style = []
  35.       ParentFont = False
  36.       IniSection = 'CMHistoryFindT'
  37.       Edit = EditFindT
  38.     end
  39.     object CMHistoryBtnFindH: TCMHistoryBtn
  40.       Left = 240
  41.       Top = 92
  42.       Width = 18
  43.       Height = 21
  44.       Caption = '6'
  45.       Font.Color = clWindowText
  46.       Font.Height = -12
  47.       Font.Name = 'Marlett'
  48.       Font.Style = []
  49.       ParentFont = False
  50.       IniSection = 'CMHistoryFindH'
  51.       Edit = CMByteEditFindH
  52.     end
  53.     object RadioButtonFindT: TRadioButton
  54.       Left = 10
  55.       Top = 13
  56.       Width = 79
  57.       Height = 17
  58.       HelpContext = 20
  59.       Caption = '&Text string'
  60.       Checked = True
  61.       TabOrder = 0
  62.       TabStop = True
  63.       OnClick = CMRadioBtnFindClick
  64.     end
  65.     object BitBtnConvFind: TBitBtn
  66.       Left = 165
  67.       Top = 59
  68.       Width = 95
  69.       Height = 25
  70.       HelpContext = 22
  71.       Caption = 'Text -> Hex'
  72.       TabOrder = 3
  73.       OnClick = BitBtnConvFindClick
  74.     end
  75.     object RadioButtonFindH: TRadioButton
  76.       Left = 10
  77.       Top = 63
  78.       Width = 113
  79.       Height = 17
  80.       HelpContext = 21
  81.       Caption = '&Hex string'
  82.       TabOrder = 4
  83.       OnClick = CMRadioBtnFindClick
  84.     end
  85.     object EditFindT: TEdit
  86.       Left = 10
  87.       Top = 32
  88.       Width = 230
  89.       Height = 21
  90.       TabOrder = 2
  91.     end
  92.     object CMByteEditFindH: TCMByteEdit
  93.       Left = 10
  94.       Top = 92
  95.       Width = 230
  96.       Height = 21
  97.       Color = clBtnFace
  98.       Enabled = False
  99.       TabOrder = 5
  100.       OnKeyDown = CMByteEditFindHKeyDown
  101.     end
  102.     object CheckBoxFindUTF16: TCheckBox
  103.       Left = 90
  104.       Top = 13
  105.       Width = 175
  106.       Height = 17
  107.       HelpContext = 87
  108.       Caption = 'as Unicode Latin (UTF-16)'
  109.       TabOrder = 1
  110.     end
  111.   end
  112.   object GroupBoxReplace: TGroupBox
  113.     Left = 10
  114.     Top = 130
  115.     Width = 271
  116.     Height = 120
  117.     Caption = 'Replace with'
  118.     TabOrder = 1
  119.     object CMHistoryBtnReplT: TCMHistoryBtn
  120.       Left = 240
  121.       Top = 32
  122.       Width = 18
  123.       Height = 21
  124.       Caption = '6'
  125.       Font.Color = clWindowText
  126.       Font.Height = -12
  127.       Font.Name = 'Marlett'
  128.       Font.Style = []
  129.       ParentFont = False
  130.       IniSection = 'CMHistoryReplT'
  131.       Edit = EditReplT
  132.     end
  133.     object CMHistoryBtnReplH: TCMHistoryBtn
  134.       Left = 240
  135.       Top = 88
  136.       Width = 18
  137.       Height = 21
  138.       Caption = '6'
  139.       Font.Color = clWindowText
  140.       Font.Height = -12
  141.       Font.Name = 'Marlett'
  142.       Font.Style = []
  143.       ParentFont = False
  144.       IniSection = 'CMHistoryReplH'
  145.       Edit = CMByteEditReplH
  146.     end
  147.     object RadioButtonReplT: TRadioButton
  148.       Left = 10
  149.       Top = 13
  150.       Width = 79
  151.       Height = 17
  152.       HelpContext = 20
  153.       Caption = 'T&ext string'
  154.       Checked = True
  155.       TabOrder = 0
  156.       TabStop = True
  157.       OnClick = CMRadioBtnReplClick
  158.     end
  159.     object BitBtnConvertRepl: TBitBtn
  160.       Left = 165
  161.       Top = 59
  162.       Width = 95
  163.       Height = 25
  164.       HelpContext = 22
  165.       Caption = 'Text -> Hex'
  166.       TabOrder = 3
  167.       OnClick = BitBtnConvertReplClick
  168.     end
  169.     object RadioButtonReplH: TRadioButton
  170.       Left = 10
  171.       Top = 63
  172.       Width = 113
  173.       Height = 17
  174.       HelpContext = 21
  175.       Caption = 'He&x string'
  176.       TabOrder = 4
  177.       OnClick = CMRadioBtnReplClick
  178.     end
  179.     object EditReplT: TEdit
  180.       Left = 10
  181.       Top = 32
  182.       Width = 230
  183.       Height = 21
  184.       TabOrder = 2
  185.     end
  186.     object CMByteEditReplH: TCMByteEdit
  187.       Left = 10
  188.       Top = 88
  189.       Width = 230
  190.       Height = 21
  191.       Color = clBtnFace
  192.       Enabled = False
  193.       TabOrder = 5
  194.       OnKeyDown = CMByteEditFindHKeyDown
  195.     end
  196.     object CheckBoxReplUTF16: TCheckBox
  197.       Left = 90
  198.       Top = 13
  199.       Width = 175
  200.       Height = 17
  201.       HelpContext = 87
  202.       Caption = 'as Unicode Latin (UTF-16)'
  203.       TabOrder = 1
  204.     end
  205.   end
  206.   object GroupBox2: TGroupBox
  207.     Left = 10
  208.     Top = 250
  209.     Width = 181
  210.     Height = 57
  211.     Caption = 'Options'
  212.     TabOrder = 2
  213.     object LabelJoker: TLabel
  214.       Left = 147
  215.       Top = 33
  216.       Width = 26
  217.       Height = 13
  218.       Caption = 'LabelJoker'
  219.     end
  220.     object CheckBoxCase: TCheckBox
  221.       Left = 10
  222.       Top = 13
  223.       Width = 97
  224.       Height = 17
  225.       HelpContext = 25
  226.       Caption = 'Case &sensitive'
  227.       State = cbChecked
  228.       TabOrder = 0
  229.     end
  230.     object CheckBoxJokerFind: TCheckBox
  231.       Left = 10
  232.       Top = 33
  233.       Width = 101
  234.       Height = 17
  235.       HelpContext = 26
  236.       Caption = '&Joker char hex:'
  237.       TabOrder = 1
  238.     end
  239.     object CMByteEditJoker: TCMByteEdit
  240.       Left = 115
  241.       Top = 28
  242.       Width = 25
  243.       Height = 21
  244.       HelpContext = 26
  245.       TabOrder = 2
  246.       Text = '2E'
  247.       OnExit = CMByteEditJokerExit
  248.       ASCII = '.'
  249.       MaxBytes = 1
  250.     end
  251.   end
  252.   object ButtonOK: TButton
  253.     Left = 290
  254.     Top = 10
  255.     Width = 80
  256.     Height = 25
  257.     Caption = 'OK'
  258.     Default = True
  259.     ModalResult = 1
  260.     TabOrder = 4
  261.     OnClick = ButtonOKClick
  262.   end
  263.   object ButtonReplAll: TButton
  264.     Left = 290
  265.     Top = 52
  266.     Width = 80
  267.     Height = 25
  268.     HelpContext = 28
  269.     Caption = 'Replace &all'
  270.     ModalResult = 1
  271.     TabOrder = 5
  272.     OnClick = ButtonOKClick
  273.   end
  274.   object ButtonCancel: TButton
  275.     Left = 290
  276.     Top = 93
  277.     Width = 80
  278.     Height = 25
  279.     Cancel = True
  280.     Caption = 'Cancel'
  281.     ModalResult = 2
  282.     TabOrder = 6
  283.   end
  284.   object ButtonHelp: TButton
  285.     Left = 290
  286.     Top = 135
  287.     Width = 80
  288.     Height = 25
  289.     Caption = 'Help'
  290.     TabOrder = 7
  291.     OnClick = ButtonHelpClick
  292.   end
  293.   object GroupBox4: TGroupBox
  294.     Left = 205
  295.     Top = 250
  296.     Width = 76
  297.     Height = 57
  298.     HelpContext = 59
  299.     Caption = 'Scope from'
  300.     TabOrder = 3
  301.     object rbtCursor: TRadioButton
  302.       Left = 10
  303.       Top = 15
  304.       Width = 60
  305.       Height = 17
  306.       Caption = '&Cursor'
  307.       Checked = True
  308.       TabOrder = 0
  309.       TabStop = True
  310.     end
  311.     object rbtBeginEnd: TRadioButton
  312.       Left = 10
  313.       Top = 35
  314.       Width = 60
  315.       Height = 17
  316.       Caption = '&Begin'
  317.       TabOrder = 1
  318.     end
  319.   end
  320. end
  321.