MySQL Forums
Forum List  »  MySQL Administrator

Could not find the define of such objects
Posted by: xi xin
Date: August 01, 2005 10:44PM

In the main administrator

such objects:

ViewMI,
MySQLQueryBrowserMI,
MySQLCommandlineclientMI,
WindowsCommandLineMI,
MySQLSystemTrayMonitorMI,
SaveConnectionMI,
CopyActivePageAsTextMI,
CutMI,
CopyMI,
PasteMI,
SelectAllMI;

could not find the define.

This is add by me:
MainMenu: TMainMenu;
StatusBar: TTntStatusBar;


Does adminitrator could use different GUI object and
suit for different OS(windows, linux, macos...).
But for win, the object must provide clearly, please???


define like this is right???
MainMenu: TntMenus;
StatusBar: TTntStatusBar;
ViewMI: TTntMenuItem;
MySQLQueryBrowserMI: TTntMenuItem;
MySQLCommandlineclientMI: TTntMenuItem;
WindowsCommandLineMI: TTntMenuItem;
MySQLSystemTrayMonitorMI: TTntMenuItem;
SaveConnectionMI: TTntMenuItem;
CopyActivePageAsTextMI: TTntMenuItem;
CutMI: TTntMenuItem;
CopyMI: TTntMenuItem;
PasteMI: TTntMenuItem;
SelectAllMI: TTntMenuItem;



Edited 2 time(s). Last edit at 08/01/2005 11:15PM by xi xin.

Options: ReplyQuote


Subject
Written By
Posted
Could not find the define of such objects
August 01, 2005 10:44PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.