接口 hsgame.Form
的使用

hsgameForm 的使用
 

返回 Formhsgame 中的方法
 Form UIAddin.createDialog(java.lang.String file)
          创建窗体。
 Form UIAddin.getActiveForm()
          获取当前激活窗体。
 

参数类型为 Formhsgame 中的方法
 void GameEngine.setGameForm(Form gameForm)
           
 void GameEngine.setInteractiveDialogForm(Form dialogForm, Label questionLabel, ListView listView)
          设置交互对话窗体。
 void GameEngine.setNoInteractiveDialogForm(int type, Form dialogForm, Button dialogButton, Label headLabel)
          设置无交互对话窗体。
 void GameEngine.setNoInteractiveDialogForm(int type, Form dialogForm, Button dialogButton, Label headLabel, Label nameLabel)
          设置无交互对话窗体。
 void GameEngine.setNoInteractiveDialogForm(int type, Form dialogForm, Button dialogButton, Label headLabel, Label questionLabel, ListView listView)
          设置无交互对话窗体(扩展选择性对话)。