source: trunk/Include/Classes/System/Windows/Forms/index.ab@ 319

Last change on this file since 319 was 319, checked in by dai, 17 years ago

System.Windows.Forms.Applicationクラスを追加
MessageBox.Showの一つがコンパイルエラーを起こしていたのでコメントアウトしておいた

File size: 556 bytes
Line 
1' Classes/System/Windows/Forms/index.ab
2
3#ifndef __SYSTEM_WINDOWS_FORMS_INDEX_AB__
4#define __SYSTEM_WINDOWS_FORMS_INDEX_AB__
5
6#require <Classes/System/Windows/Forms/misc.ab>
7#require <Classes/System/Windows/Forms/Application.ab>
8#require <Classes/System/Windows/Forms/Control.ab>
9#require <Classes/System/Windows/Forms/Message.ab>
10#require <Classes/System/Windows/Forms/CreateParams.ab>
11#require <Classes/System/Windows/Forms/PaintEventArgs.ab>
12#require <Classes/System/Windows/Forms/MessageBox.ab>
13
14#endif '__SYSTEM_WINDOWS_FORMS_INDEX_AB__
Note: See TracBrowser for help on using the repository browser.