⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formalig.htm

📁 formContainer for delphi,是一个delphi form动画现实的组件
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>TFCFormAlign</title>
</head>

<body bgcolor="#FFFFFF">

<h3>TFCFormAlign</h3>

<p><font face="Arial">Unit</font>

<dl>
  <dd><font size="2">FormCont</font></dd>
</dl>

<p><font face="Arial">Declaration</font>

<dl>
  <dd><font size="2">TFCFormAlign = (fcfaDefault, fcfaNone, fcfaCenter, fcfaClient,
    fcfaTopLeft, fcfaMainFormCenter);</font></dd>
</dl>

<p><font face="Arial">Description</font>

<dl>
  <dd><font size="2">These are the different possibilities to align a form into a <a
    href="FormCont.htm">FormContainer</a>:</font></dd>
  <dd>&nbsp;<dl>
      <dd><font size="2"><i>fcfaNone</i>: it doesn&#146;t adjust the size and position of the
        form.</font></dd>
      <dd><font size="2"><a name="fcfaCenter"><i>fcfaCenter</i></a>: it maintains the size, but
        positions it at the center of the FormContainer.</font></dd>
      <dd><font size="2"><i>fcfaClient</i>: the form will cover the client area of the
        FormContainer.</font></dd>
      <dd><font size="2"><i>fcfaTopLeft</i>: it maintains the size, but positions it at the top
        left corner of the FormContainer.</font></dd>
      <dd><em><a name="fcfaMainFormCenter"><small>fcfaMainFormCenter</small></a><font size="2">: </em>it
        maintains the size, but positions it in the center of the top parent form.</font></dd>
      <dd><font size="2"><a name="fcfaDefault"><i>fcfaDefault</i></a>: the alignment will depend
        on the value of these properties of the form:</font></dd>
      <dt>&nbsp;</dt>
      <dd><dl>
          <dd><font size="2"><i>BorderIcons</i>: if <i>biMaximize</i> is set, then it is equivalent to
            <i>fcfaClient</i>. If not, the following applies:</font></dd>
          <dt>&nbsp;</dt>
          <dd><font size="2"><i>Position</i>: if its value is <i>poDesigned</i>, then it is equivalent
            to <i>fcfaNone</i>, else if it is<i> poScreenCenter</i>, it is equivalent to <i>fcfaCenter</i>.
            Any other value will default to <em>fcfaTopLeft</em>.</font></dd>
        </dl>
      </dd>
    </dl>
  </dd>
</dl>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -