📄 vwftc01_gui.h
字号:
/*vwftc01 gui header*/protected: VDKMenubar* Menubar0;protected: VDKMenuItem* MenuItemfile;protected: VDKMenu* Menufile;protected: VDKMenuItem* MenuItemopen;protected: VDKMenuItem* MenuItemtest;protected: VDKMenu* Menu1;protected: VDKMenuItem* MenuItemtry;protected: VDKMenuItem* MenuItem5;protected: VDKMenuItem* MenuItemexit;protected: VDKFixed* fixedmain;protected: VDKEntry* entrylocalfile;protected: VDKEntry* entryremotefile;protected: VDKText* textlocal;protected: VDKText* textremote;protected: VDKLabelButton* buttonopenfile;protected: VDKLabelButton* buttonconnect;protected: VDKLabelButton* buttonupload;protected: VDKLabelButton* buttondownload;protected: VDKCustomList* locallist;protected: VDKCustomList* remotelist;void OnShow(VDKForm* sender);public:DECLARE_SIGNAL_MAP(Vwftc01Form);bool OnMenuItemexitActivate(VDKObject* sender);bool OnMenuItemtryActivate(VDKObject* sender);bool OnbuttonopenfileClick(VDKObject* sender);bool OnbuttonuploadClick(VDKObject* sender);bool OnbuttonconnectClick(VDKObject* sender);bool OnMenuItem5Activate(VDKObject* sender);bool OnlocallistRealize(VDKObject* sender);bool OnlocallistSelectRow(VDKObject* sender);bool OnlocallistClickColumn(VDKObject* sender);bool OnremotelistSelectRow(VDKObject* sender);bool OnbuttondownloadClick(VDKObject* sender);/*declaring signal and eventsdynamics tables*/DECLARE_SIGNAL_LIST(Vwftc01Form);DECLARE_EVENT_LIST(Vwftc01Form);// do not remove this mark: #!#// end of file:vwftc01_gui.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -