Registriert seit: 31. Jan 2008
Ort: im schönen Salzburger Land
460 Beiträge
Delphi XE4 Professional
|
convert Delphi3 dfm dateien zu XE4
22. Nov 2021, 12:59
Hallo Leute,
ist es möglich alte Delphi3 DFM Datein in "neue" DFM Datein zu konvertieren
Beispiel
Die alte DFM Datei schaut so aus: ÿ
TFORM1 0Ó* TPF0TForm1Form1Left?TopÖ WidtháHeightmCaption(formnameFont.CharsetDEFAULT_C HARSET
Font.ColorclWindowTextFont.Heightõ Font.Name Was ich bräuchte wäre: object FORM1 : TFORM1
Left = 1393
Top = 159
VertScrollBar.Tracking = True
VertScrollBar.Visible = False
Caption = 'formname'
ClientHeight = 842
ClientWidth = 1146
Color = clBtnFace
Erich Wanker - for life:=1971 to lebensende do begin .. O
/H\
/ \
Geändert von erich.wanker (22. Nov 2021 um 13:29 Uhr)
|