home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TDLGTEST / TDLGTEST.txt
Text File  |  2002-09-16  |  2KB  |  116 lines

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