home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / WINGRAF / VIN32.EXE / 0 / RCDATA / TMATHF / TMATHF.txt
Text File  |  1997-10-23  |  4KB  |  211 lines

  1. object MathF: TMathF
  2.   Left = 580
  3.   Top = 186
  4.   BorderStyle = bsDialog
  5.   Caption = 'Math Operations on Cells'
  6.   ClientHeight = 406
  7.   ClientWidth = 388
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Times New Roman Special G1'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 120
  13.   OnActivate = FormActivate
  14.   OnDeactivate = FormDeactivate
  15.   OnShow = FormShow
  16.   TextHeight = 21
  17.   object Label1: TLabel
  18.     Left = 114
  19.     Top = 6
  20.     Width = 159
  21.     Height = 26
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Series Number  1'
  25.     Font.Color = clBlack
  26.     Font.Height = -17
  27.     Font.Name = 'Times New Roman Special G1'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object OperationBox: TRadioGroup
  32.     Left = 205
  33.     Top = 29
  34.     Width = 175
  35.     Height = 258
  36.     Caption = 'Operation '
  37.     ItemIndex = 0
  38.     Items.Strings = (
  39.       'Cell + K'
  40.       'Cell - K'
  41.       'Cell * K'
  42.       'Cell / K'
  43.       'Cell ^ K'
  44.       '10 ^ Cell'
  45.       'Log10(Cell)'
  46.       '1 / Cell'
  47.       'Round(Cell) ')
  48.     TabOrder = 0
  49.   end
  50.   object ConstantBox: TGroupBox
  51.     Left = 206
  52.     Top = 287
  53.     Width = 175
  54.     Height = 68
  55.     Caption = 'Enter Constant K'
  56.     TabOrder = 1
  57.     object Edit1: TEdit
  58.       Left = 27
  59.       Top = 25
  60.       Width = 121
  61.       Height = 32
  62.       AutoSize = False
  63.       Font.Color = clBlack
  64.       Font.Height = -17
  65.       Font.Name = 'Times New Roman Special G1'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       TabOrder = 0
  69.     end
  70.   end
  71.   object Button1: TButton
  72.     Left = 302
  73.     Top = 368
  74.     Width = 75
  75.     Height = 30
  76.     Caption = 'OK'
  77.     TabOrder = 2
  78.     OnClick = Button1Click
  79.   end
  80.   object ButtonOperate: TButton
  81.     Left = 205
  82.     Top = 369
  83.     Width = 85
  84.     Height = 30
  85.     Caption = 'Operate'
  86.     TabOrder = 3
  87.     OnClick = ButtonOperateClick
  88.   end
  89.   object OperateOnBox: TGroupBox
  90.     Left = 7
  91.     Top = 29
  92.     Width = 188
  93.     Height = 326
  94.     Caption = 'Operate on'
  95.     TabOrder = 4
  96.     object Label2: TLabel
  97.       Left = 15
  98.       Top = 142
  99.       Width = 119
  100.       Height = 21
  101.       AutoSize = False
  102.       Caption = 'Total'
  103.     end
  104.     object Label3: TLabel
  105.       Left = 15
  106.       Top = 198
  107.       Width = 125
  108.       Height = 21
  109.       AutoSize = False
  110.       Caption = 'Average'
  111.     end
  112.     object Label4: TLabel
  113.       Left = 15
  114.       Top = 257
  115.       Width = 127
  116.       Height = 21
  117.       AutoSize = False
  118.       Caption = 'Sigma'
  119.     end
  120.     object SelectedCellsRB: TRadioButton
  121.       Left = 9
  122.       Top = 32
  123.       Width = 166
  124.       Height = 30
  125.       Caption = 'Selected cells'
  126.       Checked = True
  127.       TabOrder = 0
  128.       TabStop = True
  129.       OnClick = SelectedCellsRBClick
  130.     end
  131.     object XColumnCellsRB: TRadioButton
  132.       Left = 9
  133.       Top = 73
  134.       Width = 166
  135.       Height = 30
  136.       Caption = 'X Column cells'
  137.       TabOrder = 1
  138.       OnClick = SelectedCellsRBClick
  139.     end
  140.     object YColumnCellsRB: TRadioButton
  141.       Left = 9
  142.       Top = 114
  143.       Width = 166
  144.       Height = 30
  145.       Caption = 'Y Column cells'
  146.       TabOrder = 2
  147.       OnClick = SelectedCellsRBClick
  148.     end
  149.     object Edit2: TEdit
  150.       Left = 33
  151.       Top = 164
  152.       Width = 121
  153.       Height = 32
  154.       AutoSize = False
  155.       Font.Color = clBlack
  156.       Font.Height = -17
  157.       Font.Name = 'Times New Roman Special G1'
  158.       Font.Style = [fsBold]
  159.       ParentFont = False
  160.       ReadOnly = True
  161.       TabOrder = 3
  162.     end
  163.     object Edit3: TEdit
  164.       Left = 33
  165.       Top = 223
  166.       Width = 121
  167.       Height = 32
  168.       AutoSize = False
  169.       Font.Color = clBlack
  170.       Font.Height = -17
  171.       Font.Name = 'Times New Roman Special G1'
  172.       Font.Style = [fsBold]
  173.       ParentFont = False
  174.       ReadOnly = True
  175.       TabOrder = 4
  176.     end
  177.     object Edit4: TEdit
  178.       Left = 33
  179.       Top = 282
  180.       Width = 121
  181.       Height = 32
  182.       AutoSize = False
  183.       Font.Color = clBlack
  184.       Font.Height = -17
  185.       Font.Name = 'Times New Roman Special G1'
  186.       Font.Style = [fsBold]
  187.       ParentFont = False
  188.       ReadOnly = True
  189.       TabOrder = 5
  190.     end
  191.   end
  192.   object Button3: TButton
  193.     Left = 11
  194.     Top = 369
  195.     Width = 75
  196.     Height = 30
  197.     Caption = 'Help'
  198.     TabOrder = 5
  199.     OnClick = Button3Click
  200.   end
  201.   object ButtonCopy: TButton
  202.     Left = 108
  203.     Top = 369
  204.     Width = 75
  205.     Height = 30
  206.     Caption = 'Copy'
  207.     TabOrder = 6
  208.     OnClick = ButtonCopyClick
  209.   end
  210. end
  211.