source: Include/Classes/System/Windows/Forms/CreateParams.ab@ 282

Last change on this file since 282 was 282, checked in by イグトランス (egtra), 17 years ago

#121対応、Classes/System/Windows/Forms以下を名前空間に入れた。

File size: 563 bytes
Line 
1' Classes/System/Windows/Forms/CreateParams.ab
2
3#ifndef __SYSTEM_WINDOWS_FORMS_CREATEPARAMS_AB__
4#define __SYSTEM_WINDOWS_FORMS_CREATEPARAMS_AB__
5
6Namespace System
7Namespace Windows
8Namespace Forms
9
10Class CreateParams
11Public
12 Caption As String
13 ClassName As String
14 ClassStyle As DWord
15 Style As DWord
16 ExStyle As DWord
17 X As Long
18 Y As Long
19 Width As Long
20 Height As Long
21 Parent As HWND
22 Param As VoidPtr
23End Class
24
25End Namespace 'Forms
26End Namespace 'Widnows
27End Namespace 'System
28
29#endif '__SYSTEM_WINDOWS_FORMS_CREATEPARAMS_AB__
Note: See TracBrowser for help on using the repository browser.