<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Falsche Fensterbreite wenn resizeable]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich hab ein Prob, dessen Lösung wohl ziemlich banal sein wird, aber ich glaube ich seh gerade den Wald vor lauter Bäumen nicht.</p>
<p>Ich habe eine Form (File-Selektion), die ich resizeable haben möchte. Resizen kann ich und der Inhalt passt sich schon wie gewünscht an, wenn ich resize (Anchors...). Was mich in den Wahnsinn treibt:<br />
Stell ich bssingle, hat das Fenster die definierte Höhe und Breite - dann kann ich aber nicht resizen. Stelle ich auf bsresizable, klappt zwar alles, das Fenster ist beim Programmstart aber viel zu breit und die Höhe stimmt wohl auch nicht.</p>
<p>(oder hat das vielleicht was mit meinem 15,4er Monitor zu tun?)</p>
<p>Hoffe ihr könnt mir den Wald zeigen. Danke für jeden Tip!</p>
<p>Robert</p>
<p>Mein dmf-File (gekürzt) sieht so aus:</p>
<pre><code>object DirListBoxForm: TDirListBoxForm
  Left = 200
  Top = 150
  Width = 200
  Height = 646
  BorderWidth = 4
  Caption = 'Quelldaten-Verzeichnis'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  PrintScale = poNone
  Scaled = False
  Visible = True
  DesignSize = (
    184
    600)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
   ...
  end
  object Label2: TLabel
 ...
  end
  object DriveComboBox1: TDriveComboBox
 ...
  end
  object UpDown1: TUpDown
    ...
  end
  object Editselfiles: TEdit
    ...
  end
  object DirectoryListBox1: TDirectoryListBox
   ...
  end
  object FileListBox1: TFileListBox
   ...
  end
end
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/136886/falsche-fensterbreite-wenn-resizeable</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 12:11:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/136886.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Feb 2006 20:39:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Falsche Fensterbreite wenn resizeable on Mon, 13 Feb 2006 20:39:11 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich hab ein Prob, dessen Lösung wohl ziemlich banal sein wird, aber ich glaube ich seh gerade den Wald vor lauter Bäumen nicht.</p>
<p>Ich habe eine Form (File-Selektion), die ich resizeable haben möchte. Resizen kann ich und der Inhalt passt sich schon wie gewünscht an, wenn ich resize (Anchors...). Was mich in den Wahnsinn treibt:<br />
Stell ich bssingle, hat das Fenster die definierte Höhe und Breite - dann kann ich aber nicht resizen. Stelle ich auf bsresizable, klappt zwar alles, das Fenster ist beim Programmstart aber viel zu breit und die Höhe stimmt wohl auch nicht.</p>
<p>(oder hat das vielleicht was mit meinem 15,4er Monitor zu tun?)</p>
<p>Hoffe ihr könnt mir den Wald zeigen. Danke für jeden Tip!</p>
<p>Robert</p>
<p>Mein dmf-File (gekürzt) sieht so aus:</p>
<pre><code>object DirListBoxForm: TDirListBoxForm
  Left = 200
  Top = 150
  Width = 200
  Height = 646
  BorderWidth = 4
  Caption = 'Quelldaten-Verzeichnis'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  PrintScale = poNone
  Scaled = False
  Visible = True
  DesignSize = (
    184
    600)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
   ...
  end
  object Label2: TLabel
 ...
  end
  object DriveComboBox1: TDriveComboBox
 ...
  end
  object UpDown1: TUpDown
    ...
  end
  object Editselfiles: TEdit
    ...
  end
  object DirectoryListBox1: TDirectoryListBox
   ...
  end
  object FileListBox1: TFileListBox
   ...
  end
end
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/993504</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/993504</guid><dc:creator><![CDATA[robi1806]]></dc:creator><pubDate>Mon, 13 Feb 2006 20:39:11 GMT</pubDate></item><item><title><![CDATA[Reply to Falsche Fensterbreite wenn resizeable on Sun, 26 Feb 2006 17:26:19 GMT]]></title><description><![CDATA[<p>Hat denn niemand eine Idee <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1003509</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1003509</guid><dc:creator><![CDATA[robi1806]]></dc:creator><pubDate>Sun, 26 Feb 2006 17:26:19 GMT</pubDate></item></channel></rss>