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

  1. object FormOpt: TFormOpt
  2.   Left = 261
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 230
  8.   ClientWidth = 380
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 195
  19.     Width = 380
  20.     Height = 35
  21.     Align = alBottom
  22.     TabOrder = 0
  23.     object ButtonOK: TButton
  24.       Left = 10
  25.       Top = 5
  26.       Width = 75
  27.       Height = 25
  28.       Caption = 'OK'
  29.       Default = True
  30.       ModalResult = 1
  31.       TabOrder = 0
  32.       OnClick = ButtonOKClick
  33.     end
  34.     object ButtonCancel: TButton
  35.       Left = 103
  36.       Top = 5
  37.       Width = 75
  38.       Height = 25
  39.       Cancel = True
  40.       Caption = 'Cancel'
  41.       ModalResult = 2
  42.       TabOrder = 1
  43.     end
  44.     object ButtonHelp: TButton
  45.       Left = 195
  46.       Top = 5
  47.       Width = 75
  48.       Height = 25
  49.       Caption = '&Help'
  50.       TabOrder = 2
  51.       OnClick = ButtonHelpClick
  52.     end
  53.   end
  54.   object PageControl1: TPageControl
  55.     Left = 0
  56.     Top = 0
  57.     Width = 380
  58.     Height = 195
  59.     ActivePage = TabSheet1
  60.     Align = alClient
  61.     TabOrder = 1
  62.     object TabSheet1: TTabSheet
  63.       HelpContext = 42
  64.       Caption = 'General'
  65.       object Label5: TLabel
  66.         Left = 205
  67.         Top = 65
  68.         Width = 104
  69.         Height = 13
  70.         Caption = 'Re&open history count:'
  71.       end
  72.       object RadioGroupBase: TRadioGroup
  73.         Left = 10
  74.         Top = 5
  75.         Width = 355
  76.         Height = 45
  77.         Caption = 'Offset (address) of first byte'
  78.         Columns = 2
  79.         ItemIndex = 0
  80.         Items.Strings = (
  81.           '&0'
  82.           '&1')
  83.         TabOrder = 0
  84.       end
  85.       object CheckBoxOldFileTime: TCheckBox
  86.         Left = 10
  87.         Top = 64
  88.         Width = 166
  89.         Height = 17
  90.         Caption = '&Save file with old date/time'
  91.         TabOrder = 1
  92.       end
  93.       object SpinEditMRU: TSpinEdit
  94.         Left = 324
  95.         Top = 58
  96.         Width = 41
  97.         Height = 22
  98.         MaxValue = 9
  99.         MinValue = 1
  100.         TabOrder = 2
  101.         Value = 9
  102.       end
  103.       object CheckBoxNewEOF: TCheckBox
  104.         Left = 10
  105.         Top = 87
  106.         Width = 186
  107.         Height = 17
  108.         Caption = 'Create new file with &EOF char'
  109.         TabOrder = 3
  110.       end
  111.       object CheckBoxUseWinFileReq: TCheckBox
  112.         Left = 10
  113.         Top = 110
  114.         Width = 283
  115.         Height = 17
  116.         Caption = '&Use Windows standard open/save dialogs'
  117.         TabOrder = 4
  118.       end
  119.     end
  120.     object TabSheet2: TTabSheet
  121.       HelpContext = 43
  122.       Caption = 'Appearance'
  123.       object Label1: TLabel
  124.         Left = 270
  125.         Top = 14
  126.         Width = 45
  127.         Height = 13
  128.         Caption = 'Font &size:'
  129.         FocusControl = SpinEditFSize
  130.       end
  131.       object Label2: TLabel
  132.         Left = 227
  133.         Top = 72
  134.         Width = 94
  135.         Height = 13
  136.         Caption = 'Number of &columns:'
  137.         FocusControl = SpinEditCols
  138.       end
  139.       object Label3: TLabel
  140.         Left = 238
  141.         Top = 42
  142.         Width = 77
  143.         Height = 13
  144.         Caption = 'Number of &rows:'
  145.         FocusControl = SpinEditRows
  146.       end
  147.       object Label4: TLabel
  148.         Left = 10
  149.         Top = 14
  150.         Width = 24
  151.         Height = 13
  152.         Caption = '&Font:'
  153.       end
  154.       object Label7: TLabel
  155.         Left = 10
  156.         Top = 42
  157.         Width = 108
  158.         Height = 13
  159.         Caption = 'Color of chars in &block:'
  160.       end
  161.       object SpinEditFSize: TSpinEdit
  162.         Left = 325
  163.         Top = 9
  164.         Width = 41
  165.         Height = 22
  166.         MaxValue = 16
  167.         MinValue = 6
  168.         TabOrder = 1
  169.         Value = 8
  170.       end
  171.       object SpinEditCols: TSpinEdit
  172.         Left = 325
  173.         Top = 67
  174.         Width = 41
  175.         Height = 22
  176.         MaxValue = 999
  177.         MinValue = 10
  178.         TabOrder = 4
  179.         Value = 10
  180.       end
  181.       object SpinEditRows: TSpinEdit
  182.         Left = 325
  183.         Top = 37
  184.         Width = 41
  185.         Height = 22
  186.         MaxValue = 999
  187.         MinValue = 10
  188.         TabOrder = 3
  189.         Value = 10
  190.       end
  191.       object ButtonDefault: TButton
  192.         Left = 292
  193.         Top = 136
  194.         Width = 75
  195.         Height = 25
  196.         Caption = '&Defaults'
  197.         TabOrder = 8
  198.         OnClick = ButtonDefaultClick
  199.       end
  200.       object ComboBoxFont: TComboBox
  201.         Left = 80
  202.         Top = 9
  203.         Width = 145
  204.         Height = 21
  205.         ItemHeight = 0
  206.         Sorted = True
  207.         TabOrder = 0
  208.       end
  209.       object CheckBoxHideTool: TCheckBox
  210.         Left = 10
  211.         Top = 64
  212.         Width = 103
  213.         Height = 17
  214.         Caption = '&Hide toolbar'
  215.         TabOrder = 5
  216.       end
  217.       object ComboBoxColor: TComboBox
  218.         Left = 125
  219.         Top = 37
  220.         Width = 100
  221.         Height = 22
  222.         Style = csOwnerDrawFixed
  223.         ItemHeight = 16
  224.         Items.Strings = (
  225.           'clInfoText'
  226.           'clInfoBk'
  227.           'clBlack'
  228.           'clMaroon'
  229.           'clGreen'
  230.           'clOlive'
  231.           'clNavy'
  232.           'clPurple'
  233.           'clTeal'
  234.           'clGray'
  235.           'clSilver'
  236.           'clRed'
  237.           'clLime'
  238.           'clYellow'
  239.           'clBlue'
  240.           'clFuchsia'
  241.           'clAqua'
  242.           'clWhite')
  243.         TabOrder = 2
  244.         OnDrawItem = ComboBoxColorDrawItem
  245.       end
  246.       object CheckBoxTextGridLeft: TCheckBox
  247.         Left = 10
  248.         Top = 104
  249.         Width = 143
  250.         Height = 17
  251.         Caption = '&Text Grid on the left'
  252.         TabOrder = 7
  253.       end
  254.       object CheckBoxHideAddr: TCheckBox
  255.         Left = 10
  256.         Top = 84
  257.         Width = 151
  258.         Height = 17
  259.         Caption = 'Hide &Address of Rows'
  260.         TabOrder = 6
  261.       end
  262.       object CheckBoxShowGrid: TCheckBox
  263.         Left = 10
  264.         Top = 124
  265.         Width = 135
  266.         Height = 17
  267.         Caption = 'Show &Grid Lines'
  268.         TabOrder = 9
  269.       end
  270.       object CheckBoxUseBlank: TCheckBox
  271.         Left = 10
  272.         Top = 144
  273.         Width = 255
  274.         Height = 17
  275.         Caption = '&Use Blank to Display Control Characters'
  276.         TabOrder = 10
  277.       end
  278.     end
  279.     object TabSheet3: TTabSheet
  280.       HelpContext = 86
  281.       Caption = 'Data Inspector'
  282.       object CheckBoxDIshort: TCheckBox
  283.         Tag = 7
  284.         Left = 10
  285.         Top = 56
  286.         Width = 85
  287.         Height = 17
  288.         Caption = '&short (∩┐╜)'
  289.         TabOrder = 0
  290.       end
  291.       object CheckBoxDIsingle: TCheckBox
  292.         Tag = 7
  293.         Left = 105
  294.         Top = 113
  295.         Width = 120
  296.         Height = 17
  297.         Caption = 'IEEE sin&gle (32 bit)'
  298.         TabOrder = 5
  299.       end
  300.       object CheckBoxDIword: TCheckBox
  301.         Tag = 7
  302.         Left = 10
  303.         Top = 113
  304.         Width = 85
  305.         Height = 17
  306.         Caption = '&word (+)'
  307.         TabOrder = 2
  308.       end
  309.       object CheckBoxDIdouble: TCheckBox
  310.         Tag = 7
  311.         Left = 240
  312.         Top = 56
  313.         Width = 120
  314.         Height = 17
  315.         Caption = 'IEEE &double (64 bit)'
  316.         TabOrder = 6
  317.       end
  318.       object CheckBoxDIint: TCheckBox
  319.         Tag = 7
  320.         Left = 105
  321.         Top = 56
  322.         Width = 85
  323.         Height = 17
  324.         Caption = '&integer (∩┐╜)'
  325.         TabOrder = 3
  326.       end
  327.       object CheckBoxDIbin: TCheckBox
  328.         Tag = 7
  329.         Left = 240
  330.         Top = 85
  331.         Width = 120
  332.         Height = 17
  333.         Caption = '&binary'
  334.         TabOrder = 7
  335.       end
  336.       object CheckBoxDIlong: TCheckBox
  337.         Tag = 7
  338.         Left = 105
  339.         Top = 85
  340.         Width = 82
  341.         Height = 17
  342.         Caption = '&longint (∩┐╜)'
  343.         TabOrder = 4
  344.       end
  345.       object CheckBoxDIblock: TCheckBox
  346.         Tag = 7
  347.         Left = 240
  348.         Top = 113
  349.         Width = 120
  350.         Height = 17
  351.         Caption = 'block si&ze'
  352.         TabOrder = 8
  353.       end
  354.       object CheckBoxDIbyte: TCheckBox
  355.         Tag = 7
  356.         Left = 10
  357.         Top = 85
  358.         Width = 85
  359.         Height = 17
  360.         Caption = '&byte (+)'
  361.         TabOrder = 1
  362.       end
  363.       object RadioGroupByteOrder: TRadioGroup
  364.         Left = 10
  365.         Top = 5
  366.         Width = 351
  367.         Height = 43
  368.         Caption = 'Byte order for numbers and UTF-16'
  369.         Columns = 2
  370.         ItemIndex = 0
  371.         Items.Strings = (
  372.           '&little-endian (Intel)'
  373.           '&big-endian (Motorola)')
  374.         TabOrder = 9
  375.       end
  376.     end
  377.     object TabSheet4: TTabSheet
  378.       HelpContext = 44
  379.       Caption = 'Shortcut Link'
  380.       object GroupBoxSendTo: TGroupBox
  381.         Left = 10
  382.         Top = 10
  383.         Width = 351
  384.         Height = 151
  385.         Caption = 'Link in SendTo Folder (user specific under Windows NT)'
  386.         TabOrder = 0
  387.         object ButtonSendToCrea: TButton
  388.           Left = 20
  389.           Top = 26
  390.           Width = 100
  391.           Height = 25
  392.           Caption = 'Create'
  393.           Enabled = False
  394.           TabOrder = 0
  395.           OnClick = ButtonSendToCreaClick
  396.         end
  397.         object ButtonSendToRemove: TButton
  398.           Left = 20
  399.           Top = 72
  400.           Width = 100
  401.           Height = 25
  402.           Caption = 'Remove'
  403.           Enabled = False
  404.           TabOrder = 1
  405.           OnClick = ButtonSendToRemoveClick
  406.         end
  407.       end
  408.     end
  409.   end
  410. end
  411.