System.Drawing.Design.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:24k
- //$si$ virtual
- ////////////////////////////////////////////////////////////////
- // File System.Drawing.Design.dll:
- // Global functions
- //-------------------------------------------------------
- // Global fields
- //-------------------------------------------------------
- // Global MemberRefs
- //-------------------------------------------------------
- // Types
- //-------------------------------------------------------
- class ThisAssembly : System.Object
- {
- String Title;
- String Description;
- String DefaultAlias;
- String Copyright;
- String Trademark;
- String Version;
- String InformationalVersion;
- Void ThisAssembly();
- }
- class AssemblyRef : System.Object
- {
- String EcmaPublicKey;
- String Mscorlib;
- String SystemData;
- String System;
- String SystemRuntimeRemoting;
- String SystemWindowsForms;
- String SystemXml;
- String MicrosoftPublicKey;
- String SystemConfigurationInstall;
- String SystemDesign;
- String SystemDirectoryServices;
- String SystemDrawingDesign;
- String SystemDrawing;
- String SystemEnterpriseServices;
- String SystemManagement;
- String SystemMessaging;
- String SystemRuntimeSerializationFormattersSoap;
- String SystemSecurity;
- String SystemServiceProcess;
- String SystemWeb;
- String SystemWebRegularExpressions;
- String SystemWebServices;
- String MicrosoftVisualStudio;
- String MicrosoftVSDesigner;
- String MicrosoftJScript;
- Void AssemblyRef();
- }
- class System.Drawing.Design.SRDescriptionAttribute : System.ComponentModel.DescriptionAttribute
- {
- Boolean replaced;
- Void System.Drawing.Design.SRDescriptionAttribute( String description);
- String get_Description();
- property Description { get(){} set(){} };
- }
- class System.Drawing.Design.SRCategoryAttribute : System.ComponentModel.CategoryAttribute
- {
- Void System.Drawing.Design.SRCategoryAttribute( String category);
- String GetLocalizedString( String value);
- }
- class System.Drawing.Design.SR : System.Object
- {
- String imageFileDescription;
- String ColorEditorSystemTab;
- String ColorEditorStandardTab;
- String bitmapFileDescription;
- String ColorEditorPaletteTab;
- String iconFileDescription;
- String TextParseFailedFormat;
- String metafileFileDescription;
- String ContentAlignmentEditorTopLeftAccName;
- String ContentAlignmentEditorTopCenterAccName;
- String ContentAlignmentEditorTopRightAccName;
- String ContentAlignmentEditorMiddleLeftAccName;
- String ContentAlignmentEditorMiddleCenterAccName;
- String ContentAlignmentEditorMiddleRightAccName;
- String ContentAlignmentEditorBottomLeftAccName;
- String ContentAlignmentEditorBottomCenterAccName;
- String ContentAlignmentEditorBottomRightAccName;
- Class System.Drawing.Design.SR loader;
- Class System.Resources.ResourceManager resources;
- Void System.Drawing.Design.SR();
- Class System.Drawing.Design.SR GetLoader();
- String GetString( String name, SZArray Object args);
- String GetString( Class System.Globalization.CultureInfo culture, String name, SZArray Object args);
- String GetString( String name);
- String GetString( Class System.Globalization.CultureInfo culture, String name);
- Boolean GetBoolean( String name);
- Boolean GetBoolean( Class System.Globalization.CultureInfo culture, String name);
- Char GetChar( String name);
- Char GetChar( Class System.Globalization.CultureInfo culture, String name);
- UI1 GetByte( String name);
- UI1 GetByte( Class System.Globalization.CultureInfo culture, String name);
- I2 GetShort( String name);
- I2 GetShort( Class System.Globalization.CultureInfo culture, String name);
- I4 GetInt( String name);
- I4 GetInt( Class System.Globalization.CultureInfo culture, String name);
- I8 GetLong( String name);
- I8 GetLong( Class System.Globalization.CultureInfo culture, String name);
- R4 GetFloat( String name);
- R4 GetFloat( Class System.Globalization.CultureInfo culture, String name);
- R8 GetDouble( String name);
- R8 GetDouble( Class System.Globalization.CultureInfo culture, String name);
- Object GetObject( String name);
- Object GetObject( Class System.Globalization.CultureInfo culture, String name);
- Void System.Drawing.Design.SR();
- }
- class System.ExternDll : System.Object
- {
- String Gdiplus;
- String User32;
- String Shfolder;
- String Imm32;
- String Advapi32;
- String Shell32;
- String Kernel32;
- String Comctl32;
- String Oleaut32;
- String Olepro32;
- String Ole32;
- String Gdi32;
- String Comdlg32;
- String Uxtheme;
- String Oleacc;
- String Hhctrl;
- String Winspool;
- String Psapi;
- String Ntdll;
- String Version;
- String Vsassert;
- String Mscoree;
- String Msi;
- String Mqrt;
- String Activeds;
- String Loadperf;
- Void System.ExternDll();
- }
- class System.Drawing.Design.ImageEditor : System.Drawing.Design.UITypeEditor
- {
- SZArray Class System.Type imageExtenders;
- Class System.Windows.Forms.FileDialog fileDialog;
- String CreateExtensionsString( SZArray String extensions, String sep);
- String CreateFilterEntry( Class System.Drawing.Design.ImageEditor e);
- Object EditValue( Class System.ComponentModel.ITypeDescriptorContext context, Class System.IServiceProvider provider, Object value);
- ValueClass System.Drawing.Design.UITypeEditorEditStyle GetEditStyle( Class System.ComponentModel.ITypeDescriptorContext context);
- String GetFileDialogDescription();
- SZArray String GetExtensions();
- Boolean GetPaintValueSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Class System.Drawing.Image LoadFromStream( Class System.IO.Stream stream);
- Void PaintValue( Class System.Drawing.Design.PaintValueEventArgs e);
- Void System.Drawing.Design.ImageEditor();
- Void System.Drawing.Design.ImageEditor();
- }
- class System.Drawing.Design.BitmapEditor : System.Drawing.Design.ImageEditor
- {
- String GetFileDialogDescription();
- SZArray String GetExtensions();
- Class System.Drawing.Image LoadFromStream( Class System.IO.Stream stream);
- Void System.Drawing.Design.BitmapEditor();
- }
- class System.Drawing.Design.ColorEditor : System.Drawing.Design.UITypeEditor
- {
- Class ColorUI colorUI;
- Object EditValue( Class System.ComponentModel.ITypeDescriptorContext context, Class System.IServiceProvider provider, Object value);
- ValueClass System.Drawing.Design.UITypeEditorEditStyle GetEditStyle( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetPaintValueSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void PaintValue( Class System.Drawing.Design.PaintValueEventArgs e);
- Void System.Drawing.Design.ColorEditor();
- }
- class ColorPalette : System.Windows.Forms.Control
- {
- I4 CELLS_ACROSS;
- I4 CELLS_DOWN;
- I4 CELLS_CUSTOM;
- I4 CELLS;
- I4 CELL_SIZE;
- I4 MARGIN;
- SZArray I4 staticCells;
- SZArray ValueClass System.Drawing.Color staticColors;
- ValueClass System.Drawing.Color selectedColor;
- ValueClass System.Drawing.Point focus;
- SZArray ValueClass System.Drawing.Color customColors;
- Class System.EventHandler onPicked;
- Class ColorUI colorUI;
- Void ColorPalette( Class ColorUI colorUI, SZArray ValueClass System.Drawing.Color customColors);
- SZArray ValueClass System.Drawing.Color get_CustomColors();
- I4 get_FocusedCell();
- ValueClass System.Drawing.Color get_SelectedColor();
- Void set_SelectedColor( ValueClass System.Drawing.Color value);
- Void add_Picked( Class System.EventHandler value);
- Void remove_Picked( Class System.EventHandler value);
- Class System.Windows.Forms.AccessibleObject CreateAccessibilityInstance();
- Void OnPicked( Class System.EventArgs e);
- Void FillRectWithCellBounds( I4 across, I4 down, ByRef ValueClass System.Drawing.Rectangle rect);
- ValueClass System.Drawing.Point GetCellFromColor( ValueClass System.Drawing.Color c);
- ValueClass System.Drawing.Color GetColorFromCellMouse( I4 x, I4 y);
- ValueClass System.Drawing.Color GetColorFromCell( I4 across, I4 down);
- ValueClass System.Drawing.Color GetColorFromCell( I4 index);
- ValueClass System.Drawing.Point GetCell2DFromLocationMouse( I4 x, I4 y);
- I4 GetCellFromLocationMouse( I4 x, I4 y);
- I4 Get1DFrom2D( ValueClass System.Drawing.Point pt);
- I4 Get1DFrom2D( I4 x, I4 y);
- ValueClass System.Drawing.Point Get2DFrom1D( I4 cell);
- Void InvalidateSelection();
- Void InvalidateFocus();
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Void LaunchDialog( I4 customIndex);
- Void OnGotFocus( Class System.EventArgs e);
- Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs e);
- Void OnLostFocus( Class System.EventArgs e);
- Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs me);
- Void OnMouseMove( Class System.Windows.Forms.MouseEventArgs me);
- Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs me);
- Void OnPaint( Class System.Windows.Forms.PaintEventArgs pe);
- Void PaintValue( ValueClass System.Drawing.Color color, Class System.Drawing.Graphics g, ValueClass System.Drawing.Rectangle rect);
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Void SetFocus( ValueClass System.Drawing.Point newFocus);
- Void ColorPalette();
- property CustomColors { get(){} set(){} };
- property FocusedCell { get(){} set(){} };
- property SelectedColor { get(){} set(){} };
- event Picked;
- }
- class ColorPaletteAccessibleObject : ControlAccessibleObject
- {
- SZArray Class ColorCellAccessibleObject cells;
- Void ColorPaletteAccessibleObject( Class ColorPalette owner);
- Class ColorPalette get_ColorPalette();
- I4 GetChildCount();
- Class System.Windows.Forms.AccessibleObject GetChild( I4 id);
- Class System.Windows.Forms.AccessibleObject HitTest( I4 x, I4 y);
- property ColorPalette { get(){} set(){} };
- }
- class ColorCellAccessibleObject : System.Windows.Forms.AccessibleObject
- {
- ValueClass System.Drawing.Color color;
- Class ColorPaletteAccessibleObject parent;
- I4 cell;
- Void ColorCellAccessibleObject( Class ColorPaletteAccessibleObject parent, ValueClass System.Drawing.Color color, I4 cell);
- ValueClass System.Drawing.Rectangle get_Bounds();
- String get_Name();
- Class System.Windows.Forms.AccessibleObject get_Parent();
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- ValueClass System.Windows.Forms.AccessibleStates get_State();
- String get_Value();
- property Bounds { get(){} set(){} };
- property Name { get(){} set(){} };
- property Parent { get(){} set(){} };
- property Role { get(){} set(){} };
- property State { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class ColorUI : System.Windows.Forms.Control
- {
- Class System.Drawing.Design.ColorEditor editor;
- Class System.Windows.Forms.Design.IWindowsFormsEditorService edSvc;
- Object value;
- Class ColorEditorTabControl tabControl;
- Class System.Windows.Forms.TabPage systemTabPage;
- Class System.Windows.Forms.TabPage commonTabPage;
- Class System.Windows.Forms.TabPage paletteTabPage;
- Class System.Windows.Forms.ListBox lbSystem;
- Class System.Windows.Forms.ListBox lbCommon;
- Class ColorPalette pal;
- SZArray Object systemColorConstants;
- SZArray Object colorConstants;
- SZArray ValueClass System.Drawing.Color customColors;
- Boolean commonHeightSet;
- Boolean systemHeightSet;
- Void ColorUI( Class System.Drawing.Design.ColorEditor editor);
- SZArray Object get_ColorValues();
- SZArray ValueClass System.Drawing.Color get_CustomColors();
- Void set_CustomColors( SZArray ValueClass System.Drawing.Color value);
- Class System.Windows.Forms.Design.IWindowsFormsEditorService get_EditorService();
- SZArray Object get_SystemColorValues();
- Object get_Value();
- Void End();
- Void AdjustColorUIHeight();
- Void AdjustListBoxItemHeight();
- ValueClass System.Drawing.Color GetBestColor( ValueClass System.Drawing.Color color);
- SZArray Object GetConstants( Class System.Type enumType);
- Class System.Windows.Forms.Control GetCurrentComponent();
- Void InitializeComponent();
- Void OnGotFocus( Class System.EventArgs e);
- Void OnFontChanged( Object sender, Class System.EventArgs e);
- Void OnListClick( Object sender, Class System.EventArgs e);
- Void OnListDrawItem( Object sender, Class System.Windows.Forms.DrawItemEventArgs die);
- Void OnListKeyDown( Object sender, Class System.Windows.Forms.KeyEventArgs ke);
- Void OnPalettePick( Object sender, Class System.EventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Void OnTabControlResize( Object sender, Class System.EventArgs e);
- Void OnTabControlSelChange( Object sender, Class System.EventArgs e);
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Void Start( Class System.Windows.Forms.Design.IWindowsFormsEditorService edSvc, Object value);
- property ColorValues { get(){} set(){} };
- property CustomColors { get(){} set(){} };
- property EditorService { get(){} set(){} };
- property SystemColorValues { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class ColorEditorListBox : System.Windows.Forms.ListBox
- {
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Void ColorEditorListBox();
- }
- class ColorEditorTabControl : System.Windows.Forms.TabControl
- {
- Void ColorEditorTabControl();
- Void OnGotFocus( Class System.EventArgs e);
- }
- class CustomColorDialog : System.Windows.Forms.ColorDialog
- {
- I4 COLOR_HUE;
- I4 COLOR_SAT;
- I4 COLOR_LUM;
- I4 COLOR_RED;
- I4 COLOR_GREEN;
- I4 COLOR_BLUE;
- I4 COLOR_ADD;
- I4 COLOR_MIX;
- I hInstance;
- Void CustomColorDialog();
- I get_Instance();
- I4 get_Options();
- Void Dispose( Boolean disposing);
- I HookProc( I hwnd, I4 msg, I wParam, I lParam);
- property Instance { get(){} set(){} };
- property Options { get(){} set(){} };
- }
- class SystemColorComparer : System.Object
- {
- I4 Compare( Object x, Object y);
- Void SystemColorComparer();
- }
- class StandardColorComparer : System.Object
- {
- I4 Compare( Object x, Object y);
- Void StandardColorComparer();
- }
- class System.Drawing.Design.ContentAlignmentEditor : System.Drawing.Design.UITypeEditor
- {
- Class ContentUI contentUI;
- Object EditValue( Class System.ComponentModel.ITypeDescriptorContext context, Class System.IServiceProvider provider, Object value);
- ValueClass System.Drawing.Design.UITypeEditorEditStyle GetEditStyle( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.Drawing.Design.ContentAlignmentEditor();
- }
- class ContentUI : System.Windows.Forms.Control
- {
- Class System.Windows.Forms.Design.IWindowsFormsEditorService edSvc;
- Object value;
- Class System.Windows.Forms.RadioButton topLeft;
- Class System.Windows.Forms.RadioButton topCenter;
- Class System.Windows.Forms.RadioButton topRight;
- Class System.Windows.Forms.RadioButton middleLeft;
- Class System.Windows.Forms.RadioButton middleCenter;
- Class System.Windows.Forms.RadioButton middleRight;
- Class System.Windows.Forms.RadioButton bottomLeft;
- Class System.Windows.Forms.RadioButton bottomCenter;
- Class System.Windows.Forms.RadioButton bottomRight;
- Void ContentUI();
- ValueClass System.Drawing.ContentAlignment get_Align();
- Void set_Align( ValueClass System.Drawing.ContentAlignment value);
- Boolean get_ShowFocusCues();
- Object get_Value();
- Void End();
- Void InitComponent();
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Void OptionClick( Object sender, Class System.EventArgs e);
- Void Start( Class System.Windows.Forms.Design.IWindowsFormsEditorService edSvc, Object value);
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Class System.Windows.Forms.RadioButton get_CheckedControl();
- Void set_CheckedControl( Class System.Windows.Forms.RadioButton value);
- property Align { get(){} set(){} };
- property ShowFocusCues { get(){} set(){} };
- property Value { get(){} set(){} };
- property CheckedControl { get(){} set(){} };
- }
- class System.Drawing.Design.CursorEditor : System.Drawing.Design.UITypeEditor
- {
- Class CursorUI cursorUI;
- Object EditValue( Class System.ComponentModel.ITypeDescriptorContext context, Class System.IServiceProvider provider, Object value);
- ValueClass System.Drawing.Design.UITypeEditorEditStyle GetEditStyle( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.Drawing.Design.CursorEditor();
- }
- class CursorUI : System.Windows.Forms.ListBox
- {
- Object value;
- Class System.Windows.Forms.Design.IWindowsFormsEditorService edSvc;
- Class System.ComponentModel.TypeConverter cursorConverter;
- Class System.Drawing.Design.UITypeEditor editor;
- Void CursorUI( Class System.Drawing.Design.UITypeEditor editor);
- Object get_Value();
- Void End();
- Void OnClick( Class System.EventArgs e);
- Void OnDrawItem( Class System.Windows.Forms.DrawItemEventArgs die);
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Void Start( Class System.Windows.Forms.Design.IWindowsFormsEditorService edSvc, Object value);
- property Value { get(){} set(){} };
- }
- class System.Drawing.Design.FontEditor : System.Drawing.Design.UITypeEditor
- {
- Class System.Windows.Forms.FontDialog fontDialog;
- Object value;
- Object EditValue( Class System.ComponentModel.ITypeDescriptorContext context, Class System.IServiceProvider provider, Object value);
- ValueClass System.Drawing.Design.UITypeEditorEditStyle GetEditStyle( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.Drawing.Design.FontEditor();
- }
- class System.Drawing.Design.FontNameEditor : System.Drawing.Design.UITypeEditor
- {
- Boolean GetPaintValueSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void PaintValue( Class System.Drawing.Design.PaintValueEventArgs e);
- Void System.Drawing.Design.FontNameEditor();
- }
- class System.Drawing.Design.IconEditor : System.Drawing.Design.UITypeEditor
- {
- SZArray Class System.Type imageExtenders;
- Class System.Windows.Forms.FileDialog fileDialog;
- String CreateExtensionsString( SZArray String extensions, String sep);
- String CreateFilterEntry( Class System.Drawing.Design.IconEditor e);
- Object EditValue( Class System.ComponentModel.ITypeDescriptorContext context, Class System.IServiceProvider provider, Object value);
- ValueClass System.Drawing.Design.UITypeEditorEditStyle GetEditStyle( Class System.ComponentModel.ITypeDescriptorContext context);
- String GetFileDialogDescription();
- SZArray String GetExtensions();
- Boolean GetPaintValueSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Class System.Drawing.Icon LoadFromStream( Class System.IO.Stream stream);
- Void PaintValue( Class System.Drawing.Design.PaintValueEventArgs e);
- Void System.Drawing.Design.IconEditor();
- Void System.Drawing.Design.IconEditor();
- }
- class System.Drawing.Design.MetafileEditor : System.Drawing.Design.ImageEditor
- {
- String GetFileDialogDescription();
- SZArray String GetExtensions();
- Class System.Drawing.Image LoadFromStream( Class System.IO.Stream stream);
- Void System.Drawing.Design.MetafileEditor();
- }
- class System.Drawing.Design.NativeMethods : System.Object
- {
- I4 EM_GETSEL;
- I4 EM_SETSEL;
- I4 EM_GETRECT;
- I4 EM_SETRECT;
- I4 EM_SETRECTNP;
- I4 EM_SCROLL;
- I4 EM_LINESCROLL;
- I4 EM_SCROLLCARET;
- I4 EM_GETMODIFY;
- I4 EM_SETMODIFY;
- I4 EM_GETLINECOUNT;
- I4 EM_LINEINDEX;
- I4 EM_SETHANDLE;
- I4 EM_GETHANDLE;
- I4 EM_GETTHUMB;
- I4 EM_LINELENGTH;
- I4 EM_REPLACESEL;
- I4 EM_GETLINE;
- I4 EM_LIMITTEXT;
- I4 EM_CANUNDO;
- I4 EM_UNDO;
- I4 EM_FMTLINES;
- I4 EM_LINEFROMCHAR;
- I4 EM_SETTABSTOPS;
- I4 EM_SETPASSWORDCHAR;
- I4 EM_EMPTYUNDOBUFFER;
- I4 EM_GETFIRSTVISIBLELINE;
- I4 EM_SETREADONLY;
- I4 EM_SETWORDBREAKPROC;
- I4 EM_GETWORDBREAKPROC;
- I4 EM_GETPASSWORDCHAR;
- I4 EM_SETMARGINS;
- I4 EM_GETMARGINS;
- I4 EM_SETLIMITTEXT;
- I4 EM_GETLIMITTEXT;
- I4 EM_POSFROMCHAR;
- I4 EM_CHARFROMPOS;
- I4 EC_LEFTMARGIN;
- I4 EC_RIGHTMARGIN;
- I4 EC_USEFONTINFO;
- I4 IDOK;
- I4 IDCANCEL;
- I4 IDABORT;
- I4 IDRETRY;
- I4 IDIGNORE;
- I4 IDYES;
- I4 IDNO;
- I4 IDCLOSE;
- I4 IDHELP;
- I4 WM_INITDIALOG;
- I4 SWP_NOSIZE;
- I4 SWP_NOMOVE;
- I4 SWP_NOZORDER;
- I4 SWP_NOREDRAW;
- I4 SWP_NOACTIVATE;
- I4 SWP_FRAMECHANGED;
- I4 SWP_SHOWWINDOW;
- I4 SWP_HIDEWINDOW;
- I4 SWP_NOCOPYBITS;
- I4 SWP_NOOWNERZORDER;
- I4 SWP_NOSENDCHANGING;
- I4 SWP_DRAWFRAME;
- I4 SWP_NOREPOSITION;
- I4 SWP_DEFERERASE;
- I4 SWP_ASYNCWINDOWPOS;
- I4 WM_COMMAND;
- I4 CC_FULLOPEN;
- I4 CC_PREVENTFULLOPEN;
- I4 CC_SHOWHELP;
- I4 CC_ENABLEHOOK;
- I4 CC_ENABLETEMPLATE;
- I4 CC_ENABLETEMPLATEHANDLE;
- I4 CC_SOLIDCOLOR;
- I4 CC_ANYCOLOR;
- I InvalidIntPtr;
- I SendDlgItemMessage( I hDlg, I4 nIDDlgItem, I4 Msg, I wParam, I lParam);
- I GetDlgItem( I hWnd, I4 nIDDlgItem);
- Boolean EnableWindow( I hWnd, Boolean enable);
- Boolean SetWindowPos( I hWnd, I hWndInsertAfter, I4 x, I4 y, I4 cx, I4 cy, I4 flags);
- I4 GetDlgItemInt( I hWnd, I4 nIDDlgItem, SZArray Boolean err, Boolean signed);
- I PostMessage( I hwnd, I4 msg, I wparam, I lparam);
- Void System.Drawing.Design.NativeMethods();
- Void System.Drawing.Design.NativeMethods();
- }
- class Util : System.Object
- {
- I4 MAKELONG( I4 low, I4 high);
- I4 MAKELPARAM( I4 low, I4 high);
- I4 HIWORD( I4 n);
- I4 LOWORD( I4 n);
- I4 SignedHIWORD( I4 n);
- I4 SignedLOWORD( I4 n);
- I4 lstrlen( String s);
- I4 RegisterWindowMessage( String msg);
- Void Util();
- }
- class POINT : System.Object
- {
- I4 x;
- I4 y;
- Void POINT();
- Void POINT( I4 x, I4 y);
- }
- class System.Drawing.Design.SafeNativeMethods : System.Object
- {
- Void System.Drawing.Design.SafeNativeMethods();
- }
- class System.Drawing.Design.UnsafeNativeMethods : System.Object
- {
- I4 OBJID_CLIENT;
- I4 ClientToScreen( I hWnd, Class POINT pt);
- I4 ScreenToClient( I hWnd, Class POINT pt);
- I SetFocus( I hWnd);
- I GetFocus();
- Void NotifyWinEvent( I4 winEvent, I hwnd, I4 objType, I4 objID);
- Void System.Drawing.Design.UnsafeNativeMethods();
- }
- class <PrivateImplementationDetails> : System.Object
- {
- ValueClass $$struct0x6000056-1 $$method0x6000056-1;
- }