Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从视图操作组成一个表单:@Command([Compose];"(fmMain)");
@Command([Compose];"(fmMain)");
当窗体显示在屏幕上时,它的位置不在中心,并且在它的底部有一个水平滚动。我不介意滚动是否存在,但我不想固定在滚动条的中间,我想在滚动条的左侧
您有一个编辑字段、对话框列表或其他可编辑字段,它们首先聚焦并位于表单的右侧。
解决您的问题的一种方法是重新排列您的表单,以便您的第一个可编辑字段位于表单的左侧
或者
您在表单顶部放置了一个左对齐和可编辑字段的新行。该字段应取消选择“显示字段分隔符”。