VBoxLayout

計算条件 (もしくは格子生成条件) の入力ダイアログに表示する垂直に並べるレイアウトの定義情報を保持します。

リスト 81 VBoxLayout の定義例
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<VBoxLayout>
  <Item name="stime" caption="Start Time">

    (略)

  </Item>
  <Item name="etime" caption="End Time">

    (略)

  </Item>
</VBoxLayout>

属性

定義できる属性はありません。

子要素

表 54 VBoxLayout の子要素
名前 必須 説明
Item, VBoxLayout など   レイアウト内に表示する要素や子レイアウトの定義