home *** CD-ROM | disk | FTP | other *** search
- {******* demo.dfm *******}
-
- object PrintForm: TPrintForm
- Left = 104
- Top = 90
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Print Demonstration'
- ClientHeight = 317
- ClientWidth = 427
- Color = clSilver
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
-
- OnCreate = FormCreate
- TextHeight = 16
- object Button1: TButton
- Left = 276
- Top = 270
- Width = 61
- Height = 33
- Caption = '&Print'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 342
- Top = 270
- Width = 61
- Height = 33
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = Button2Click
- end
- object PixelsPerInch: TPanel
- Left = 6
- Top = 12
-
- Width = 415
- Height = 25
- TabOrder = 2
- end
- object PixelsPerPage: TPanel
- Left = 6
- Top = 42
- Width = 415
- Height = 25
- TabOrder = 3
- end
- object Gutters: TPanel
- Left = 6
- Top = 72
- Width = 415
- Height = 25
- TabOrder = 4
- end
- object LineHeight: TPanel
- Left = 6
- Top = 102
- Width = 415
- Height = 25
- TabOrder = 5
- end
- object FontInformation: TPanel
- Left = 6
- Top = 132
- Width = 415
-
- Height = 25
- TabOrder = 6
- end
- object LinesInDetailArea: TPanel
- Left = 6
- Top = 162
- Width = 415
- Height = 25
- TabOrder = 7
- end
- end
-