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

  1. object FormFind: TFormFind
  2.   Left = 319
  3.   Top = 219
  4.   ActiveControl = EditFindT
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find/Count'
  8.   ClientHeight = 232
  9.   ClientWidth = 374
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 10
  21.     Top = 5
  22.     Width = 351
  23.     Height = 120
  24.     Caption = 'Find'
  25.     TabOrder = 0
  26.     object CMHistoryBtnFindT: TCMHistoryBtn
  27.       Left = 320
  28.       Top = 33
  29.       Width = 18
  30.       Height = 21
  31.       Caption = '6'
  32.       Font.Color = clWindowText
  33.       Font.Height = -12
  34.       Font.Name = 'Marlett'
  35.       Font.Style = []
  36.       ParentFont = False
  37.       IniSection = 'CMHistoryFindT'
  38.       Edit = EditFindT
  39.     end
  40.     object CMHistoryBtnFindH: TCMHistoryBtn
  41.       Left = 320
  42.       Top = 88
  43.       Width = 18
  44.       Height = 21
  45.       Caption = '6'
  46.       Font.Color = clWindowText
  47.       Font.Height = -12
  48.       Font.Name = 'Marlett'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       IniSection = 'CMHistoryFindH'
  52.       Edit = CMByteEditFindH
  53.     end
  54.     object RadioButtonText: TRadioButton
  55.       Left = 10
  56.       Top = 13
  57.       Width = 111
  58.       Height = 17
  59.       HelpContext = 20
  60.       Caption = '&Text string'
  61.       Checked = True
  62.       TabOrder = 0
  63.       TabStop = True
  64.       OnClick = RadioButtonTextClick
  65.     end
  66.     object BitBtnConvert: TBitBtn
  67.       Left = 245
  68.       Top = 59
  69.       Width = 95
  70.       Height = 25
  71.       HelpContext = 22
  72.       Caption = 'Text -> Hex'
  73.       TabOrder = 3
  74.       OnClick = BitBtnConvertClick
  75.     end
  76.     object RadioButtonHex: TRadioButton
  77.       Left = 10
  78.       Top = 63
  79.       Width = 113
  80.       Height = 17
  81.       HelpContext = 21
  82.       Caption = '&Hex string'
  83.       TabOrder = 4
  84.       OnClick = RadioButtonTextClick
  85.     end
  86.     object EditFindT: TEdit
  87.       Left = 10
  88.       Top = 33
  89.       Width = 310
  90.       Height = 21
  91.       TabOrder = 2
  92.     end
  93.     object CMByteEditFindH: TCMByteEdit
  94.       Left = 10
  95.       Top = 88
  96.       Width = 310
  97.       Height = 21
  98.       HelpContext = 33
  99.       Color = clBtnFace
  100.       Enabled = False
  101.       TabOrder = 5
  102.       OnKeyDown = CMByteEditFindHKeyDown
  103.     end
  104.     object CheckBoxFindUTF16: TCheckBox
  105.       Left = 136
  106.       Top = 13
  107.       Width = 193
  108.       Height = 17
  109.       HelpContext = 87
  110.       Caption = 'as Unicode Latin (UTF-16)'
  111.       TabOrder = 1
  112.     end
  113.   end
  114.   object GroupBox2: TGroupBox
  115.     Left = 10
  116.     Top = 135
  117.     Width = 166
  118.     Height = 57
  119.     Caption = 'Options'
  120.     TabOrder = 1
  121.     object LabelJoker: TLabel
  122.       Left = 145
  123.       Top = 33
  124.       Width = 3
  125.       Height = 13
  126.       Caption = '.'
  127.     end
  128.     object CheckBoxCase: TCheckBox
  129.       Left = 10
  130.       Top = 13
  131.       Width = 97
  132.       Height = 17
  133.       HelpContext = 25
  134.       Caption = 'Case &sensitive'
  135.       State = cbChecked
  136.       TabOrder = 0
  137.     end
  138.     object CheckBoxJokerFind: TCheckBox
  139.       Left = 10
  140.       Top = 33
  141.       Width = 101
  142.       Height = 17
  143.       HelpContext = 26
  144.       Caption = '&Joker char hex:'
  145.       TabOrder = 1
  146.     end
  147.     object CMByteEditJoker: TCMByteEdit
  148.       Left = 115
  149.       Top = 28
  150.       Width = 25
  151.       Height = 21
  152.       HelpContext = 26
  153.       TabOrder = 2
  154.       Text = '2E'
  155.       OnExit = CMByteEditJokerExit
  156.       ASCII = '.'
  157.       MaxBytes = 1
  158.     end
  159.   end
  160.   object GroupBox3: TGroupBox
  161.     Left = 190
  162.     Top = 135
  163.     Width = 81
  164.     Height = 57
  165.     HelpContext = 27
  166.     Caption = 'Direction'
  167.     TabOrder = 2
  168.     object rbtDown: TRadioButton
  169.       Left = 10
  170.       Top = 15
  171.       Width = 60
  172.       Height = 17
  173.       Caption = '&Down'
  174.       Checked = True
  175.       TabOrder = 0
  176.       TabStop = True
  177.       OnClick = rbtDownClick
  178.     end
  179.     object rbtUp: TRadioButton
  180.       Left = 10
  181.       Top = 35
  182.       Width = 60
  183.       Height = 17
  184.       Caption = '&Up'
  185.       TabOrder = 1
  186.       OnClick = rbtDownClick
  187.     end
  188.   end
  189.   object ButtonOK: TButton
  190.     Left = 10
  191.     Top = 200
  192.     Width = 75
  193.     Height = 25
  194.     Caption = 'OK'
  195.     Default = True
  196.     ModalResult = 1
  197.     TabOrder = 4
  198.     OnClick = ButtonOKClick
  199.   end
  200.   object ButtonCancel: TButton
  201.     Left = 100
  202.     Top = 200
  203.     Width = 75
  204.     Height = 25
  205.     Cancel = True
  206.     Caption = 'Cancel'
  207.     ModalResult = 2
  208.     TabOrder = 5
  209.   end
  210.   object ButtonHelp: TButton
  211.     Left = 190
  212.     Top = 200
  213.     Width = 75
  214.     Height = 25
  215.     Caption = 'Help'
  216.     TabOrder = 6
  217.     OnClick = ButtonHelpClick
  218.   end
  219.   object GroupBox4: TGroupBox
  220.     Left = 285
  221.     Top = 135
  222.     Width = 76
  223.     Height = 57
  224.     HelpContext = 59
  225.     Caption = 'Scope from'
  226.     TabOrder = 3
  227.     object rbtCursor: TRadioButton
  228.       Left = 10
  229.       Top = 15
  230.       Width = 60
  231.       Height = 17
  232.       Caption = '&Cursor'
  233.       Checked = True
  234.       TabOrder = 0
  235.       TabStop = True
  236.     end
  237.     object rbtBeginEnd: TRadioButton
  238.       Left = 10
  239.       Top = 35
  240.       Width = 60
  241.       Height = 17
  242.       Caption = '&Begin'
  243.       TabOrder = 1
  244.     end
  245.   end
  246. end
  247.