object frmExtendTrial: TfrmExtendTrial Left = 200 Top = 105 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = txtCode BorderStyle = bsSingle Caption = 'Extend Trial Period' ClientHeight = 162 ClientWidth = 251 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object tabMain: TTabControl Left = 6 Top = 6 Width = 238 Height = 124 TabOrder = 0 object lblInfo: TLabel Left = 15 Top = 12 Width = 175 Height = 100 AutoSize = False Caption = 'lblInfo' WordWrap = True end object grpCode: TGroupBox Left = 15 Top = 60 Width = 208 Height = 52 Caption = ' Enter Extension Code ' TabOrder = 0 object txtCode: TEdit Left = 9 Top = 21 Width = 187 Height = 21 TabOrder = 0 OnChange = txtCodeChange end end end object btnCancel: TButton Left = 169 Top = 135 Width = 75 Height = 22 Cancel = True Caption = 'Cancel' TabOrder = 1 OnClick = btnCancelClick end end