home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DELPHI / ORPHTR / OVCNBKP1.DFM / OVCNBKP1.txt
Text File  |  1995-03-06  |  2KB  |  109 lines

  1. object frmTabPageInfo: TfrmTabPageInfo
  2.   Left = 348
  3.   Top = 245
  4.   ActiveControl = edPageName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tab Page Information'
  7.   ClientHeight = 152
  8.   ClientWidth = 294
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 6
  18.     Top = 7
  19.     Width = 283
  20.     Height = 106
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 22
  25.     Top = 14
  26.     Width = 67
  27.     Height = 19
  28.     Caption = '&Tab Name:'
  29.     FocusControl = edPageName
  30.   end
  31.   object Label2: TLabel
  32.     Left = 10
  33.     Top = 62
  34.     Width = 80
  35.     Height = 16
  36.     Caption = 'Help &Context:'
  37.     FocusControl = edPageContext
  38.   end
  39.   object Label3: TLabel
  40.     Left = 59
  41.     Top = 39
  42.     Width = 29
  43.     Height = 12
  44.     Caption = '&Hint:'
  45.     FocusControl = edPageContext
  46.   end
  47.   object edPageName: TEdit
  48.     Left = 93
  49.     Top = 13
  50.     Width = 188
  51.     Height = 16
  52.     TabOrder = 0
  53.   end
  54.   object edPageContext: TEdit
  55.     Left = 93
  56.     Top = 61
  57.     Width = 188
  58.     Height = 17
  59.     TabOrder = 2
  60.   end
  61.   object btnOk: TBitBtn
  62.     Left = 16
  63.     Top = 122
  64.     Width = 63
  65.     Height = 25
  66.     TabOrder = 4
  67.     OnClick = OKClick
  68.     Kind = bkOK
  69.     Margin = 2
  70.     Spacing = -1
  71.   end
  72.   object btnCancel: TBitBtn
  73.     Left = 109
  74.     Top = 122
  75.     Width = 78
  76.     Height = 25
  77.     TabOrder = 5
  78.     Kind = bkCancel
  79.     Margin = 2
  80.     Spacing = -1
  81.   end
  82.   object btnHelp: TBitBtn
  83.     Left = 215
  84.     Top = 121
  85.     Width = 63
  86.     Height = 25
  87.     TabOrder = 6
  88.     OnClick = btnHelpClick
  89.     Kind = bkHelp
  90.     Margin = 2
  91.     Spacing = -1
  92.   end
  93.   object edPageHint: TEdit
  94.     Left = 93
  95.     Top = 37
  96.     Width = 188
  97.     Height = 16
  98.     TabOrder = 1
  99.   end
  100.   object cbPageEnabled: TCheckBox
  101.     Left = 92
  102.     Top = 89
  103.     Width = 98
  104.     Height = 14
  105.     Caption = 'Page &Enabled'
  106.     TabOrder = 3
  107.   end
  108. end
  109.