home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / vulcan / vconv97.exe / 0 / RCDATA / TFRMEXTENDTRIAL / TFRMEXTENDTRIAL.txt
Text File  |  1997-01-16  |  1KB  |  63 lines

  1. object frmExtendTrial: TfrmExtendTrial
  2.   Left = 200
  3.   Top = 105
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = txtCode
  7.   BorderStyle = bsSingle
  8.   Caption = 'Extend Trial Period'
  9.   ClientHeight = 162
  10.   ClientWidth = 251
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object tabMain: TTabControl
  21.     Left = 6
  22.     Top = 6
  23.     Width = 238
  24.     Height = 124
  25.     TabOrder = 0
  26.     object lblInfo: TLabel
  27.       Left = 15
  28.       Top = 12
  29.       Width = 175
  30.       Height = 100
  31.       AutoSize = False
  32.       Caption = 'lblInfo'
  33.       WordWrap = True
  34.     end
  35.     object grpCode: TGroupBox
  36.       Left = 15
  37.       Top = 60
  38.       Width = 208
  39.       Height = 52
  40.       Caption = '  Enter Extension Code  '
  41.       TabOrder = 0
  42.       object txtCode: TEdit
  43.         Left = 9
  44.         Top = 21
  45.         Width = 187
  46.         Height = 21
  47.         TabOrder = 0
  48.         OnChange = txtCodeChange
  49.       end
  50.     end
  51.   end
  52.   object btnCancel: TButton
  53.     Left = 169
  54.     Top = 135
  55.     Width = 75
  56.     Height = 22
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     TabOrder = 1
  60.     OnClick = btnCancelClick
  61.   end
  62. end
  63.