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

  1. object NrDlg: TNrDlg
  2.   Left = 326
  3.   Top = 123
  4.   HelpContext = 5101
  5.   ActiveControl = TextNumber
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Import ENPS File'
  9.   ClientHeight = 134
  10.   ClientWidth = 241
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 140
  23.     Height = 119
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 17
  29.     Top = 19
  30.     Width = 73
  31.     Height = 13
  32.     Caption = '&Text Number'
  33.     FocusControl = TextNumber
  34.   end
  35.   object OKBtn: TBitBtn
  36.     Left = 156
  37.     Top = 8
  38.     Width = 77
  39.     Height = 27
  40.     TabOrder = 3
  41.     OnClick = OKBtnClick
  42.     Kind = bkOK
  43.     Margin = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object CancelBtn: TBitBtn
  48.     Left = 157
  49.     Top = 38
  50.     Width = 77
  51.     Height = 27
  52.     TabOrder = 4
  53.     Kind = bkCancel
  54.     Margin = 2
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58.   object HelpBtn: TBitBtn
  59.     Left = 157
  60.     Top = 98
  61.     Width = 77
  62.     Height = 27
  63.     TabOrder = 5
  64.     Kind = bkHelp
  65.     Margin = 2
  66.     Spacing = -1
  67.     IsControl = True
  68.   end
  69.   object AddSpaces: TCheckBox
  70.     Left = 16
  71.     Top = 40
  72.     Width = 97
  73.     Height = 17
  74.     Caption = '&Add spaces'
  75.     State = cbChecked
  76.     TabOrder = 1
  77.   end
  78.   object Quotations: TButton
  79.     Left = 16
  80.     Top = 64
  81.     Width = 89
  82.     Height = 25
  83.     Caption = '&Quotations'
  84.     TabOrder = 2
  85.     OnClick = QuotationsClick
  86.   end
  87.   object TextNumber: TEdit
  88.     Left = 99
  89.     Top = 14
  90.     Width = 43
  91.     Height = 20
  92.     AutoSize = False
  93.     TabOrder = 0
  94.     Text = '1'
  95.   end
  96.   object Quot: TPanel
  97.     Left = 16
  98.     Top = 88
  99.     Width = 122
  100.     Height = 31
  101.     BevelOuter = bvLowered
  102.     TabOrder = 6
  103.   end
  104. end
  105.