Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Controls in den richtigen Proportienen auf der Form (https://www.delphipraxis.net/39639-controls-den-richtigen-proportienen-auf-der-form.html)

The-Fox 5. Feb 2005 16:30


Controls in den richtigen Proportienen auf der Form
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hallo,

Ich habe ein Problem mit den Proportionen...ich weiss das Anchors und Align dafür verantwortlich sind, aber ich probiere jetzt schon seit ner dreiviertel Stunde rum, finde aber die Lösung einfach nicht :(

Kann mir das Prinzip mal jemand erklären?

Das Problem hängt als Bild an. Ich hoffe es ist verständlich.

mirage228 5. Feb 2005 16:33

Re: Controls in den richtigen Proportienen auf der Form
 
Hi,

ich würde bei Panel1 und Panel2 "Align" auf "alLeft" stellen und bei Panel3 auf "alClient"

mfG
mirage228

toms 5. Feb 2005 16:34

Re: Controls in den richtigen Proportienen auf der Form
 
so?

Code:
  object Panel1: TPanel
    Align = alLeft
  end
 
 object Panel2: TPanel
    Align = alLeft
  end
 
 object Panel3: TPanel
    Align = alClient
  end


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:02 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz