object MathF: TMathF Left = 580 Top = 186 BorderStyle = bsDialog Caption = 'Math Operations on Cells' ClientHeight = 406 ClientWidth = 388 Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] PixelsPerInch = 120 OnActivate = FormActivate OnDeactivate = FormDeactivate OnShow = FormShow TextHeight = 21 object Label1: TLabel Left = 114 Top = 6 Width = 159 Height = 26 Alignment = taCenter AutoSize = False Caption = 'Series Number 1' Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False end object OperationBox: TRadioGroup Left = 205 Top = 29 Width = 175 Height = 258 Caption = 'Operation ' ItemIndex = 0 Items.Strings = ( 'Cell + K' 'Cell - K' 'Cell * K' 'Cell / K' 'Cell ^ K' '10 ^ Cell' 'Log10(Cell)' '1 / Cell' 'Round(Cell) ') TabOrder = 0 end object ConstantBox: TGroupBox Left = 206 Top = 287 Width = 175 Height = 68 Caption = 'Enter Constant K' TabOrder = 1 object Edit1: TEdit Left = 27 Top = 25 Width = 121 Height = 32 AutoSize = False Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end end object Button1: TButton Left = 302 Top = 368 Width = 75 Height = 30 Caption = 'OK' TabOrder = 2 OnClick = Button1Click end object ButtonOperate: TButton Left = 205 Top = 369 Width = 85 Height = 30 Caption = 'Operate' TabOrder = 3 OnClick = ButtonOperateClick end object OperateOnBox: TGroupBox Left = 7 Top = 29 Width = 188 Height = 326 Caption = 'Operate on' TabOrder = 4 object Label2: TLabel Left = 15 Top = 142 Width = 119 Height = 21 AutoSize = False Caption = 'Total' end object Label3: TLabel Left = 15 Top = 198 Width = 125 Height = 21 AutoSize = False Caption = 'Average' end object Label4: TLabel Left = 15 Top = 257 Width = 127 Height = 21 AutoSize = False Caption = 'Sigma' end object SelectedCellsRB: TRadioButton Left = 9 Top = 32 Width = 166 Height = 30 Caption = 'Selected cells' Checked = True TabOrder = 0 TabStop = True OnClick = SelectedCellsRBClick end object XColumnCellsRB: TRadioButton Left = 9 Top = 73 Width = 166 Height = 30 Caption = 'X Column cells' TabOrder = 1 OnClick = SelectedCellsRBClick end object YColumnCellsRB: TRadioButton Left = 9 Top = 114 Width = 166 Height = 30 Caption = 'Y Column cells' TabOrder = 2 OnClick = SelectedCellsRBClick end object Edit2: TEdit Left = 33 Top = 164 Width = 121 Height = 32 AutoSize = False Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 3 end object Edit3: TEdit Left = 33 Top = 223 Width = 121 Height = 32 AutoSize = False Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 4 end object Edit4: TEdit Left = 33 Top = 282 Width = 121 Height = 32 AutoSize = False Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 5 end end object Button3: TButton Left = 11 Top = 369 Width = 75 Height = 30 Caption = 'Help' TabOrder = 5 OnClick = Button3Click end object ButtonCopy: TButton Left = 108 Top = 369 Width = 75 Height = 30 Caption = 'Copy' TabOrder = 6 OnClick = ButtonCopyClick end end