home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / PERSYST1.EXE / 0 / RCDATA / TBTNBOTTOMDLG / TBTNBOTTOMDLG.txt
Text File  |  1998-04-21  |  1KB  |  61 lines

  1. object BtnBottomDlg: TBtnBottomDlg
  2.   Left = 137
  3.   Top = 182
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add New Course Type'
  7.   ClientHeight = 134
  8.   ClientWidth = 367
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 345
  20.     Height = 73
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 20
  27.     Width = 130
  28.     Height = 13
  29.     Caption = 'Enter New course type'
  30.   end
  31.   object OKBtn: TBitBtn
  32.     Left = 64
  33.     Top = 96
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 0
  37.     Kind = bkOK
  38.     Margin = 2
  39.     Spacing = -1
  40.     IsControl = True
  41.   end
  42.   object CancelBtn: TBitBtn
  43.     Left = 148
  44.     Top = 96
  45.     Width = 77
  46.     Height = 27
  47.     TabOrder = 1
  48.     Kind = bkCancel
  49.     Margin = 2
  50.     Spacing = -1
  51.     IsControl = True
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 24
  55.     Top = 36
  56.     Width = 305
  57.     Height = 21
  58.     TabOrder = 2
  59.   end
  60. end
  61.