0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

c++ builder > TForm > 英語化 > フォーム > .Scaled = falseにしておく

Last updated at Posted at 2015-09-21
動作確認
C++ Builder XE4

1年ほど昔、DEKOさんという方に教えていただいたこと。

またひっかかりそうなので、再掲する。
http://www.freeml.com/delphi-users/3828/latest

症状としては、英語化でフォームを開いた時にフォームサイズが1.5倍くらい伸びてしまう。

最終的には以下をやって解決した。

ScaledプロパティをFalseにしてから、言語リソースを削除し、再度言語リソースを追加した後で、フォームサイズがオリジナルと同じになることを確認しました。


http://hp.vector.co.jp/authors/VA011889/visualbasic/fontsize.htm > ちなみにDelphiの場合はフォームのScaledプロパティをFalseに設定すれば、 開発時のコントロールサイズで表示する事が出来ます。
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?