diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-09 18:48:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-09 18:48:50 +0000 |
commit | 99f1c859eea7d70884d1ad8fa12b061f7b3f8b04 (patch) | |
tree | 880e846a64fae911277470fb687e5bbabb6ea753 /plugins/ImportTXT/kol/MCKfakeClasses200x.inc | |
parent | 29bfa289893d945bc680d52623f8bf1ccfa3a515 (diff) |
KOL merged with Libs
git-svn-id: http://svn.miranda-ng.org/main/trunk@1849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ImportTXT/kol/MCKfakeClasses200x.inc')
-rw-r--r-- | plugins/ImportTXT/kol/MCKfakeClasses200x.inc | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/plugins/ImportTXT/kol/MCKfakeClasses200x.inc b/plugins/ImportTXT/kol/MCKfakeClasses200x.inc deleted file mode 100644 index 53aed52a68..0000000000 --- a/plugins/ImportTXT/kol/MCKfakeClasses200x.inc +++ /dev/null @@ -1,51 +0,0 @@ -{$IFNDEF INPACKAGE}
-type
- TKOLProject = Pointer;
- TKOLApplet = Pointer;
- TKOLForm = Pointer;
- TKOLDataModule = Pointer;
- TKOLFrame = Pointer;
- TKOLMDIClient = PControl;
- TKOLMDIChild = Pointer;
- TKOLService = Pointer;
-
- TKOLButton = PControl;
- TKOLLabel = PControl;
- TKOLLabelEffect = PControl;
- TKOLPanel = PControl;
- TKOLSplitter = PControl;
- TKOLGradientPanel = PControl;
- TKOLBitBtn = PControl;
- TKOLGroupBox = PControl;
- TKOLCheckBox = PControl;
- TKOLRadioBox = PControl;
- TKOLEditBox = PControl;
- TKOLMemo = PControl;
- TKOLListBox = PControl;
- TKOLComboBox = PControl;
- TKOLPaintBox = PControl;
- TKOLImageShow = PControl;
-
- TKOLRichEdit = PControl;
- TKOLProgressBar = PControl;
- TKOLListView = PControl;
- TKOLTreeView = PControl;
- TKOLToolbar = PControl;
- TKOLTabControl = PControl;
- TTabPage = PControl;
- TKOLScrollBox = PControl;
- TKOLDateTimePicker = PControl;
-
- TKOLTimer = PTimer;
- TKOLThread = PThread;
- TKOLImageList = PImageList;
- TKOLMainMenu = PMenu;
- TKOLPopupMenu = PMenu;
- TKOLOpenSaveDialog = POpenSaveDialog;
- //TKOLOpenDirDialog = POpenDirDialog;
- TKOLTrayIcon = PTrayIcon;
- TKOLColorDialog = PColorDialog;
- //TKOLActionList = PActionList;
- //TKOLAction = PAction;
- TKOLScrollBar = PControl;
-{$ENDIF}
\ No newline at end of file |