Commit 03d005f9 authored by wjf's avatar wjf

l

parent c9d9ead6
This diff is collapsed.
This diff is collapsed.
import { Panel } from "../../module/views/Panel";
import { PropType } from "../something/enum/PropType";
export class ToolsOutPanel extends Panel {
get groupNames() {
......@@ -12,7 +13,9 @@ export class ToolsOutPanel extends Panel {
consideBtn: FYGE.Button;
sureBtn: FYGE.Button;
closeBtn: FYGE.Button;
msgTxt: FYGE.TextField;
msgTxt: FYGE.TextField;
data:{type:PropType}
initUi() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment