Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#5

Re: Druckprogramm für Delphi Projekte

  Alt 28. Okt 2006, 18:20
Also unter Datei - Drucken... Kannst du das Formular ganz einfach ausdrucken und auch den Quellcode (je nachdem welches Fenster grad aktiv ist wenn du das machst). Außerdem kannst du das Formular auch als Text ausdrucken, was dann etwa so aussieht:

Delphi-Quellcode:
object Form1: TForm1
  Left = 200
  Top = 116
  Width = 564
  Height = 421
  Caption = 'Form1'
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object ListBox1: TListBox
    Left = 304
    Top = 8
    Width = 145
    Height = 209
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 344
    Top = 224
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
  end
  object PopupMenu1: TPopupMenu
    Left = 96
    Top = 40
  end
end
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
  Mit Zitat antworten Zitat