home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / GraphPap / gpaperfr.exe / GraphPap.exe / 0 / RCDATA / TWINNAMEPAPER / TWINNAMEPAPER.txt
Text File  |  2000-03-07  |  1KB  |  64 lines

  1. object WinNamePaper: TWinNamePaper
  2.   Left = 192
  3.   Top = 77
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Name the paper to keep'
  7.   ClientHeight = 97
  8.   ClientWidth = 264
  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.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 18
  24.     Width = 28
  25.     Height = 13
  26.     Caption = '&Name'
  27.     FocusControl = Edit1
  28.   end
  29.   object Label1: TLabel
  30.     Left = 72
  31.     Top = 42
  32.     Width = 118
  33.     Height = 13
  34.     Caption = '(Maximum 30 characters)'
  35.   end
  36.   object Edit1: TEdit
  37.     Left = 46
  38.     Top = 13
  39.     Width = 209
  40.     Height = 21
  41.     TabOrder = 0
  42.     Text = 'Edit1'
  43.   end
  44.   object BtOK: TBitBtn
  45.     Left = 49
  46.     Top = 65
  47.     Width = 75
  48.     Height = 25
  49.     TabOrder = 1
  50.     TabStop = False
  51.     OnClick = BtOKClick
  52.     Kind = bkOK
  53.   end
  54.   object BtCancel: TBitBtn
  55.     Left = 145
  56.     Top = 65
  57.     Width = 75
  58.     Height = 25
  59.     TabOrder = 2
  60.     TabStop = False
  61.     Kind = bkCancel
  62.   end
  63. end
  64.