home *** CD-ROM | disk | FTP | other *** search
- object WinNamePaper: TWinNamePaper
- Left = 192
- Top = 77
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Name the paper to keep'
- ClientHeight = 97
- ClientWidth = 264
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 8
- Top = 18
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = Edit1
- end
- object Label1: TLabel
- Left = 72
- Top = 42
- Width = 118
- Height = 13
- Caption = '(Maximum 30 characters)'
- end
- object Edit1: TEdit
- Left = 46
- Top = 13
- Width = 209
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object BtOK: TBitBtn
- Left = 49
- Top = 65
- Width = 75
- Height = 25
- TabOrder = 1
- TabStop = False
- OnClick = BtOKClick
- Kind = bkOK
- end
- object BtCancel: TBitBtn
- Left = 145
- Top = 65
- Width = 75
- Height = 25
- TabOrder = 2
- TabStop = False
- Kind = bkCancel
- end
- end
-