home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #4-#5 / CDD_05_95.ISO / cdd / winanw / helpwrit / hexcalc.frm < prev    next >
Text File  |  1993-11-16  |  17KB  |  656 lines

  1. VERSION 2.00
  2. Begin Form HexCalcFrm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "HexCalc"
  6.    ClientHeight    =   4740
  7.    ClientLeft      =   3060
  8.    ClientTop       =   2505
  9.    ClientWidth     =   3945
  10.    Height          =   5430
  11.    Icon            =   HEXCALC.FRX:0000
  12.    Left            =   3000
  13.    LinkTopic       =   "Form1"
  14.    ScaleHeight     =   540
  15.    ScaleWidth      =   540
  16.    Top             =   1875
  17.    Width           =   4065
  18.    Begin CommandButton ExponButton 
  19.       Caption         =   "^"
  20.       Height          =   375
  21.       Left            =   3060
  22.       TabIndex        =   37
  23.       Tag             =   "Exponentiation"
  24.       Top             =   2940
  25.       Width           =   615
  26.    End
  27.    Begin CommandButton DivButton 
  28.       Caption         =   "/"
  29.       Height          =   375
  30.       Left            =   3060
  31.       TabIndex        =   36
  32.       Tag             =   "Divide current value"
  33.       Top             =   1680
  34.       Width           =   615
  35.    End
  36.    Begin CommandButton MultButton 
  37.       Caption         =   "X"
  38.       Height          =   375
  39.       Left            =   2400
  40.       TabIndex        =   35
  41.       Tag             =   "Multiply current value"
  42.       Top             =   1680
  43.       Width           =   615
  44.    End
  45.    Begin CommandButton ComplementButton 
  46.       Caption         =   "Not"
  47.       Height          =   375
  48.       Left            =   2400
  49.       TabIndex        =   34
  50.       Tag             =   "Perform Boolean complement"
  51.       Top             =   2940
  52.       Width           =   615
  53.    End
  54.    Begin CommandButton ORButton 
  55.       Caption         =   "OR"
  56.       Height          =   375
  57.       Left            =   3060
  58.       TabIndex        =   33
  59.       Tag             =   "Perform Boolean OR operation"
  60.       Top             =   2520
  61.       Width           =   615
  62.    End
  63.    Begin CommandButton ANDButton 
  64.       Caption         =   "And"
  65.       Height          =   375
  66.       Left            =   2400
  67.       TabIndex        =   32
  68.       Tag             =   "Perform Boolean AND operation"
  69.       Top             =   2520
  70.       Width           =   615
  71.    End
  72.    Begin CommandButton Erase 
  73.       Caption         =   "<-"
  74.       Height          =   315
  75.       Left            =   2940
  76.       TabIndex        =   31
  77.       Tag             =   "Erase last character entered"
  78.       Top             =   900
  79.       Width           =   735
  80.    End
  81.    Begin CommandButton MemoryMinus 
  82.       Caption         =   "M-"
  83.       Height          =   375
  84.       Left            =   3120
  85.       TabIndex        =   30
  86.       Tag             =   "Subtract displayed number from memory register"
  87.       Top             =   4260
  88.       Width           =   615
  89.    End
  90.    Begin CommandButton MemoryPlus 
  91.       Caption         =   "M+"
  92.       Height          =   375
  93.       Left            =   2400
  94.       TabIndex        =   29
  95.       Tag             =   "Add displayed number to memory register"
  96.       Top             =   4260
  97.       Width           =   615
  98.    End
  99.    Begin CommandButton MemoryRecall 
  100.       Caption         =   "MR"
  101.       Height          =   375
  102.       Left            =   3120
  103.       TabIndex        =   28
  104.       Tag             =   "Recall memory register as current entry"
  105.       Top             =   3840
  106.       Width           =   615
  107.    End
  108.    Begin CommandButton MemoryClear 
  109.       Caption         =   "MC"
  110.       Height          =   375
  111.       Left            =   2400
  112.       TabIndex        =   27
  113.       Tag             =   "Clear Memory register"
  114.       Top             =   3840
  115.       Width           =   615
  116.    End
  117.    Begin CommandButton ClearEntry 
  118.       Caption         =   "CE"
  119.       Height          =   375
  120.       Left            =   3060
  121.       TabIndex        =   26
  122.       Tag             =   "Clear Current Entry and reset total"
  123.       Top             =   2100
  124.       Width           =   615
  125.    End
  126.    Begin CommandButton Clear 
  127.       Caption         =   "C"
  128.       Height          =   375
  129.       Left            =   2400
  130.       TabIndex        =   25
  131.       Tag             =   "Clear Current Entry"
  132.       Top             =   2100
  133.       Width           =   615
  134.    End
  135.    Begin SSOption Hex 
  136.       Caption         =   "Hex"
  137.       Font3D          =   0  'None
  138.       Height          =   255
  139.       Left            =   1560
  140.       TabIndex        =   22
  141.       TabStop         =   0   'False
  142.       Tag             =   "Click o Select HEX data entry"
  143.       Top             =   900
  144.       Width           =   1215
  145.    End
  146.    Begin SSOption Decimal 
  147.       Caption         =   "Decimal"
  148.       Font3D          =   0  'None
  149.       Height          =   255
  150.       Left            =   240
  151.       TabIndex        =   21
  152.       Tag             =   "Click tto Select Decimal data entry"
  153.       Top             =   900
  154.       Value           =   -1  'True
  155.       Width           =   1215
  156.    End
  157.    Begin CommandButton Equal 
  158.       Caption         =   "="
  159.       Height          =   435
  160.       Left            =   2400
  161.       TabIndex        =   19
  162.       Tag             =   "Show final result of calculation"
  163.       Top             =   3360
  164.       Width           =   1335
  165.    End
  166.    Begin CommandButton Minus 
  167.       Caption         =   "-"
  168.       Height          =   375
  169.       Left            =   3060
  170.       TabIndex        =   18
  171.       Tag             =   "Subtract Current Entry from total"
  172.       Top             =   1260
  173.       Width           =   555
  174.    End
  175.    Begin CommandButton Plus 
  176.       Caption         =   "+"
  177.       Height          =   375
  178.       Left            =   2400
  179.       TabIndex        =   17
  180.       Tag             =   "Add current entry to total"
  181.       Top             =   1260
  182.       Width           =   615
  183.    End
  184.    Begin CommandButton Digit 
  185.       Caption         =   "F"
  186.       Height          =   555
  187.       Index           =   15
  188.       Left            =   1500
  189.       TabIndex        =   16
  190.       Top             =   4080
  191.       Width           =   675
  192.    End
  193.    Begin CommandButton Digit 
  194.       Caption         =   "E"
  195.       Height          =   555
  196.       Index           =   14
  197.       Left            =   840
  198.       TabIndex        =   15
  199.       Top             =   4080
  200.       Width           =   675
  201.    End
  202.    Begin CommandButton Digit 
  203.       Caption         =   "D"
  204.       Height          =   555
  205.       Index           =   13
  206.       Left            =   180
  207.       TabIndex        =   14
  208.       Top             =   4080
  209.       Width           =   675
  210.    End
  211.    Begin CommandButton Digit 
  212.       Caption         =   "C"
  213.       Height          =   555
  214.       Index           =   12
  215.       Left            =   1500
  216.       TabIndex        =   13
  217.       Top             =   3540
  218.       Width           =   675
  219.    End
  220.    Begin CommandButton Digit 
  221.       Caption         =   "B"
  222.       Height          =   555
  223.       Index           =   11
  224.       Left            =   840
  225.       TabIndex        =   12
  226.       Top             =   3540
  227.       Width           =   675
  228.    End
  229.    Begin CommandButton Digit 
  230.       Caption         =   "A"
  231.       Height          =   555
  232.       Index           =   10
  233.       Left            =   180
  234.       TabIndex        =   11
  235.       Top             =   3540
  236.       Width           =   675
  237.    End
  238.    Begin CommandButton Digit 
  239.       Caption         =   "9"
  240.       Height          =   555
  241.       Index           =   9
  242.       Left            =   1560
  243.       TabIndex        =   10
  244.       Top             =   2340
  245.       Width           =   675
  246.    End
  247.    Begin CommandButton Digit 
  248.       Caption         =   "8"
  249.       Height          =   555
  250.       Index           =   8
  251.       Left            =   900
  252.       TabIndex        =   9
  253.       Top             =   2340
  254.       Width           =   675
  255.    End
  256.    Begin CommandButton Digit 
  257.       Caption         =   "7"
  258.       Height          =   555
  259.       Index           =   7
  260.       Left            =   240
  261.       TabIndex        =   8
  262.       Top             =   2340
  263.       Width           =   675
  264.    End
  265.    Begin CommandButton Digit 
  266.       Caption