FormStyle = fsMDIChild
Delphi 7 için dfm dosyasının başı şöyle olmalı yani :
Kod: Tümünü seç
object QRStandardPreview: TQRStandardPreview
Left = 229
Top = 191
Width = 652
Height = 579
Caption = 'Print Preview'
Color = clBtnFace
FormStyle = fsMDIChild //bu satırı ekledik
ParentFont = True
....