home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TMODULESTATUSFORM / TMODULESTATUSFORM.txt
Text File  |  1997-05-14  |  3KB  |  139 lines

  1. object ModuleStatusForm: TModuleStatusForm
  2.   Left = 232
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ModuleStatusForm'
  7.   ClientHeight = 288
  8.   ClientWidth = 474
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Frame: TGroupBox
  19.     Left = 10
  20.     Top = 15
  21.     Width = 454
  22.     Height = 223
  23.     Caption = 'REGISTRATION STATUS'
  24.     Font.Color = clMaroon
  25.     Font.Height = -17
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object LabelModule: TLabel
  31.       Left = 14
  32.       Top = 30
  33.       Width = 45
  34.       Height = 16
  35.       Caption = 'Module'
  36.       Font.Color = clBlack
  37.       Font.Height = -15
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object LabelStatus: TLabel
  43.       Left = 255
  44.       Top = 30
  45.       Width = 37
  46.       Height = 16
  47.       Caption = 'Status'
  48.       Font.Color = clBlack
  49.       Font.Height = -15
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object LabelDays: TLabel
  55.       Left = 341
  56.       Top = 30
  57.       Width = 32
  58.       Height = 16
  59.       Caption = 'Days'
  60.       Font.Color = clBlack
  61.       Font.Height = -15
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object LabelTries: TLabel
  67.       Left = 410
  68.       Top = 30
  69.       Width = 31
  70.       Height = 16
  71.       Caption = 'Tries'
  72.       Font.Color = clBlack
  73.       Font.Height = -15
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.     end
  78.     object LabelRemaining: TLabel
  79.       Left = 358
  80.       Top = 15
  81.       Width = 65
  82.       Height = 16
  83.       Caption = 'Remaining'
  84.       Font.Color = clBlack
  85.       Font.Height = -15
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.     end
  90.     object ListBox: TListBox
  91.       Left = 10
  92.       Top = 49
  93.       Width = 434
  94.       Height = 164
  95.       TabStop = False
  96.       Font.Color = clBlack
  97.       Font.Height = -15
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ItemHeight = 16
  101.       ParentFont = False
  102.       Style = lbOwnerDrawFixed
  103.       TabOrder = 0
  104.       OnDrawItem = ListBoxDrawItem
  105.     end
  106.   end
  107.   object CloseButton: TButton
  108.     Left = 385
  109.     Top = 249
  110.     Width = 79
  111.     Height = 30
  112.     Cancel = True
  113.     Caption = '&Close'
  114.     Default = True
  115.     ModalResult = 2
  116.     TabOrder = 1
  117.   end
  118.   object PoliciesButton: TButton
  119.     Left = 314
  120.     Top = 249
  121.     Width = 68
  122.     Height = 30
  123.     HelpContext = 10101
  124.     Caption = '&Policies'
  125.     TabOrder = 3
  126.     OnClick = PoliciesButtonClick
  127.   end
  128.   object RegisterButton: TButton
  129.     Left = 242
  130.     Top = 249
  131.     Width = 68
  132.     Height = 30
  133.     HelpContext = 10705
  134.     Caption = '&Register'
  135.     TabOrder = 2
  136.     OnClick = RegisterButtonClick
  137.   end
  138. end
  139.