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

Last change on this file since 461 was 461, checked in by dai, 16 years ago

Form周りを整理。一旦コミット。

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