⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.drawing.design.cs

📁 研讀原始碼的好工具
💻 CS
📖 第 1 页 / 共 2 页
字号:
     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;



    }


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -