home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TAPPNOTNRDLG / TAPPNOTNRDLG.txt
Text File  |  1998-06-03  |  1KB  |  77 lines

  1. object AppNotNrDlg: TAppNotNrDlg
  2.   Left = 423
  3.   Top = 185
  4.   ActiveControl = Number
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Show '
  8.   ClientHeight = 81
  9.   ClientWidth = 262
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 242
  22.     Height = 32
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Prompt: TLabel
  27.     Left = 18
  28.     Top = 18
  29.     Width = 166
  30.     Height = 13
  31.     AutoSize = False
  32.     Caption = ' Nr.'
  33.   end
  34.   object OKBtn: TBitBtn
  35.     Left = 8
  36.     Top = 45
  37.     Width = 77
  38.     Height = 27
  39.     TabOrder = 0
  40.     OnClick = OKBtnClick
  41.     Kind = bkOK
  42.     Margin = 2
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46.   object CancelBtn: TBitBtn
  47.     Left = 92
  48.     Top = 45
  49.     Width = 77
  50.     Height = 27
  51.     TabOrder = 1
  52.     Kind = bkCancel
  53.     Margin = 2
  54.     Spacing = -1
  55.     IsControl = True
  56.   end
  57.   object HelpBtn: TBitBtn
  58.     Left = 176
  59.     Top = 45
  60.     Width = 77
  61.     Height = 27
  62.     TabOrder = 2
  63.     Kind = bkHelp
  64.     Margin = 2
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object Number: TEdit
  69.     Left = 197
  70.     Top = 15
  71.     Width = 46
  72.     Height = 21
  73.     TabOrder = 3
  74.     Text = '1'
  75.   end
  76. end
  77.