vwftc01_gui.h
来自「http协议下的文件传输程序」· C头文件 代码 · 共 45 行
H
45 行
/*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 + =
减小字号Ctrl + -
显示快捷键?