home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / Utilitiy / PartitionMagic / PartitionMagic6PRODEMO.ZIP / BTMAGIC / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZTEST / TFEZTEST.txt
Text File  |  2000-09-29  |  2KB  |  114 lines

  1. object fEzTest: TfEzTest
  2.   Left = 233
  3.   Top = 466
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Testing'
  7.   ClientHeight = 242
  8.   ClientWidth = 422
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object btnDisplay: TButton
  18.     Left = 118
  19.     Top = 200
  20.     Width = 75
  21.     Height = 25
  22.     Caption = '&Display'
  23.     Default = True
  24.     TabOrder = 3
  25.     OnClick = btnDisplayClick
  26.   end
  27.   object btnClose: TButton
  28.     Left = 230
  29.     Top = 200
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = '&Close'
  34.     TabOrder = 4
  35.     OnClick = btnCloseClick
  36.   end
  37.   object gbxDispType: TGroupBox
  38.     Left = 16
  39.     Top = 10
  40.     Width = 389
  41.     Height = 41
  42.     Caption = 'Display Type'
  43.     TabOrder = 0
  44.     object rbtnErrors: TRadioButton
  45.       Left = 20
  46.       Top = 18
  47.       Width = 65
  48.       Height = 17
  49.       Caption = '&Errors'
  50.       Checked = True
  51.       TabOrder = 0
  52.       TabStop = True
  53.       OnClick = rbtnErrorsClick
  54.     end
  55.     object rbtnDialogs: TRadioButton
  56.       Left = 212
  57.       Top = 18
  58.       Width = 65
  59.       Height = 17
  60.       Caption = 'D&ialogs'
  61.       TabOrder = 1
  62.       OnClick = rbtnDialogsClick
  63.     end
  64.   end
  65.   object gbxErrors: TGroupBox
  66.     Left = 16
  67.     Top = 64
  68.     Width = 185
  69.     Height = 113
  70.     Caption = 'Errors'
  71.     TabOrder = 1
  72.     object lblErrorNum: TIntlLabel
  73.       Left = 16
  74.       Top = 49
  75.       Width = 65
  76.       Height = 13
  77.       Caption = 'Error &Number:'
  78.       FocusControl = edtErrNum
  79.     end
  80.     object lblInfo: TIntlLabel
  81.       Left = 16
  82.       Top = 16
  83.       Width = 85
  84.       Height = 13
  85.       Caption = 'Max error number:'
  86.     end
  87.     object edtErrNum: TEdit
  88.       Left = 97
  89.       Top = 41
  90.       Width = 74
  91.       Height = 21
  92.       TabOrder = 0
  93.       OnDblClick = btnDisplayClick
  94.     end
  95.   end
  96.   object gbxDialogs: TGroupBox
  97.     Left = 219
  98.     Top = 64
  99.     Width = 185
  100.     Height = 113
  101.     Caption = 'Dialogs'
  102.     TabOrder = 2
  103.     object lbxDialogs: TListBox
  104.       Left = 11
  105.       Top = 16
  106.       Width = 163
  107.       Height = 87
  108.       ItemHeight = 13
  109.       TabOrder = 0
  110.       OnDblClick = btnDisplayClick
  111.     end
  112.   end
  113. end
  114.