object frmCBFix: TfrmCBFix Left = 343 Top = 282 BorderStyle = bsToolWindow Caption = 'Convert Clipboard Text to Upper or Proper Case' ClientHeight = 25 ClientWidth = 663 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object editCorrectedText: TEdit Left = 5 Top = 2 Width = 545 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 end object xboxProperCase: TCheckBox Left = 561 Top = 4 Width = 83 Height = 17 Anchors = [akTop, akRight] Caption = 'Proper Case' TabOrder = 1 end object Timer1: TTimer Interval = 125 OnTimer = Timer1Timer Left = 8 end end