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

📄 subclassbase.cs

📁 客户关系管理系统.呀不错的文件中间件编程上载质量高而且本站没有的源码
💻 CS
📖 第 1 页 / 共 5 页
字号:
public const int WM_NCMOUSELEAVE                 =0x02A2;


		public const int ACM_OPENA = 0x464;
		public const int ACM_OPENW = 0x467;
		public const int ADVF_ONLYONCE = 2;
		public const int ADVF_PRIMEFIRST = 4;
		public const int ARW_BOTTOMLEFT = 0;
		public const int ARW_BOTTOMRIGHT = 1;
		public const int ARW_DOWN = 4;
		public const int ARW_HIDE = 8;
		public const int ARW_LEFT = 0;
		public const int ARW_RIGHT = 0;
		public const int ARW_TOPLEFT = 2;
		public const int ARW_TOPRIGHT = 3;
		public const int ARW_UP = 4;
		public const int BDR_RAISED = 5;
		public const int BDR_RAISEDINNER = 4;
		public const int BDR_RAISEDOUTER = 1;
		public const int BDR_SUNKEN = 10;
		public const int BDR_SUNKENINNER = 8;
		public const int BDR_SUNKENOUTER = 2;
		public const int BF_ADJUST = 0x2000;
		public const int BF_BOTTOM = 8;
		public const int BF_FLAT = 0x4000;
		public const int BF_LEFT = 1;
		public const int BF_MIDDLE = 0x800;
		public const int BF_RIGHT = 4;
		public const int BF_TOP = 2;
		public const int BFFM_ENABLEOK = 0x465;
		public const int BFFM_INITIALIZED = 1;
		public const int BFFM_SELCHANGED = 2;
		public const int BFFM_SETSELECTION = 0x467;
		public const int BI_BITFIELDS = 3;
		public const int BI_RGB = 0;
		public const int BITMAPINFO_MAX_COLORSIZE = 0x100;
		public const int BITSPIXEL = 12;
		public const int BM_SETCHECK = 0xf1;
		public const int BM_SETSTATE = 0xf3;
		public const int BN_CLICKED = 0;
		public const int BS_3STATE = 5;
		public const int BS_BOTTOM = 0x800;
		public const int BS_CENTER = 0x300;
		public const int BS_DEFPUSHBUTTON = 1;
		public const int BS_GROUPBOX = 7;
		public const int BS_LEFT = 0x100;
		public const int BS_MULTILINE = 0x2000;
		public const int BS_OWNERDRAW = 11;
		public const int BS_PATTERN = 3;
		public const int BS_PUSHBUTTON = 0;
		public const int BS_PUSHLIKE = 0x1000;
		public const int BS_RADIOBUTTON = 4;
		public const int BS_RIGHT = 0x200;
		public const int BS_RIGHTBUTTON = 0x20;
		public const int BS_TOP = 0x400;
		public const int BS_VCENTER = 0xc00;
		public const int CB_ADDSTRING = 0x143;
		public const int CB_DELETESTRING = 0x144;
		public const int CB_ERR = -1;
		public const int CB_FINDSTRING = 0x14c;
		public const int CB_FINDSTRINGEXACT = 0x158;
		public const int CB_GETCURSEL = 0x147;
		public const int CB_GETDROPPEDSTATE = 0x157;
		public const int CB_GETEDITSEL = 320;
		public const int CB_GETITEMDATA = 0x150;
		public const int CB_GETITEMHEIGHT = 340;
		public const int CB_INSERTSTRING = 330;
		public const int CB_LIMITTEXT = 0x141;
		public const int CB_RESETCONTENT = 0x14b;
		public const int CB_SETCURSEL = 0x14e;
		public const int CB_SETDROPPEDWIDTH = 0x160;
		public const int CB_SETEDITSEL = 0x142;
		public const int CB_SETITEMHEIGHT = 0x153;
		public const int CB_SHOWDROPDOWN = 0x14f;
		public static readonly int CBEM_GETITEM;
		public const int CBEM_GETITEMA = 0x404;
		public const int CBEM_GETITEMW = 0x40d;
		public static readonly int CBEM_INSERTITEM;
		public const int CBEM_INSERTITEMA = 0x401;
		public const int CBEM_INSERTITEMW = 0x40b;
		public static readonly int CBEM_SETITEM;
		public const int CBEM_SETITEMA = 0x405;
		public const int CBEM_SETITEMW = 0x40c;
		public static readonly int CBEN_ENDEDIT;
		public const int CBEN_ENDEDITA = -805;
		public const int CBEN_ENDEDITW = -806;
		public const int CBN_DBLCLK = 2;
		public const int CBN_DROPDOWN = 7;
		public const int CBN_EDITCHANGE = 5;
		public const int CBN_SELCHANGE = 1;
		public const int CBN_SELENDOK = 9;
		public const int CBS_AUTOHSCROLL = 0x40;
		public const int CBS_DROPDOWN = 2;
		public const int CBS_DROPDOWNLIST = 3;
		public const int CBS_HASSTRINGS = 0x200;
		public const int CBS_NOINTEGRALHEIGHT = 0x400;
		public const int CBS_OWNERDRAWFIXED = 0x10;
		public const int CBS_OWNERDRAWVARIABLE = 0x20;
		public const int CBS_SIMPLE = 1;
		public const int CC_ANYCOLOR = 0x100;
		public const int CC_ENABLEHOOK = 0x10;
		public const int CC_FULLOPEN = 2;
		public const int CC_PREVENTFULLOPEN = 4;
		public const int CC_RGBINIT = 1;
		public const int CC_SHOWHELP = 8;
		public const int CC_SOLIDCOLOR = 0x80;
		public const int CCS_NODIVIDER = 0x40;
		public const int CCS_NOPARENTALIGN = 8;
		public const int CCS_NORESIZE = 4;
		public const int CDDS_ITEM = 0x10000;
		public const int CDDS_ITEMPREPAINT = 0x10001;
		public const int CDDS_POSTPAINT = 2;
		public const int CDDS_PREPAINT = 1;
		public const int CDDS_SUBITEM = 0x20000;
		public const int CDERR_DIALOGFAILURE = 0xffff;
		public const int CDERR_FINDRESFAILURE = 6;
		public const int CDERR_INITIALIZATION = 2;
		public const int CDERR_LOADRESFAILURE = 7;
		public const int CDERR_LOADSTRFAILURE = 5;
		public const int CDERR_LOCKRESFAILURE = 8;
		public const int CDERR_MEMALLOCFAILURE = 9;
		public const int CDERR_MEMLOCKFAILURE = 10;
		public const int CDERR_NOHINSTANCE = 4;
		public const int CDERR_NOHOOK = 11;
		public const int CDERR_NOTEMPLATE = 3;
		public const int CDERR_REGISTERMSGFAIL = 12;
		public const int CDERR_STRUCTSIZE = 1;
		public const int CDIS_CHECKED = 8;
		public const int CDIS_DEFAULT = 0x20;
		public const int CDIS_DISABLED = 4;
		public const int CDIS_FOCUS = 0x10;
		public const int CDIS_GRAYED = 2;
		public const int CDIS_HOT = 0x40;
		public const int CDIS_INDETERMINATE = 0x100;
		public const int CDIS_MARKED = 0x80;
		public const int CDIS_SELECTED = 1;
		public const int CDRF_DODEFAULT = 0;
		public const int CDRF_NEWFONT = 2;
		public const int CDRF_NOTIFYITEMDRAW = 0x20;
		public const int CDRF_NOTIFYPOSTPAINT = 0x10;
		public const int CDRF_NOTIFYSUBITEMDRAW = 0x20;
		public const int CDRF_SKIPDEFAULT = 4;
		public const int CF_APPLY = 0x200;
		public const int CF_BITMAP = 2;
		public const int CF_DIB = 8;
		public const int CF_DIF = 5;
		public const int CF_EFFECTS = 0x100;
		public const int CF_ENABLEHOOK = 8;
		public const int CF_ENHMETAFILE = 14;
		public const int CF_FIXEDPITCHONLY = 0x4000;
		public const int CF_FORCEFONTEXIST = 0x10000;
		public const int CF_HDROP = 15;
		public const int CF_INITTOLOGFONTSTRUCT = 0x40;
		public const int CF_LIMITSIZE = 0x2000;
		public const int CF_LOCALE = 0x10;
		public const int CF_METAFILEPICT = 3;
		public const int CF_NOSIMULATIONS = 0x1000;
		public const int CF_NOVECTORFONTS = 0x800;
		public const int CF_NOVERTFONTS = 0x1000000;
		public const int CF_OEMTEXT = 7;
		public const int CF_PALETTE = 9;
		public const int CF_PENDATA = 10;
		public const int CF_RIFF = 11;
		public const int CF_SCREENFONTS = 1;
		public const int CF_SCRIPTSONLY = 0x400;
		public const int CF_SELECTSCRIPT = 0x400000;
		public const int CF_SHOWHELP = 4;
		public const int CF_SYLK = 4;
		public const int CF_TEXT = 1;
		public const int CF_TIFF = 6;
		public const int CF_TTONLY = 0x40000;
		public const int CF_UNICODETEXT = 13;
		public const int CF_WAVE = 12;
		public const int CFERR_MAXLESSTHANMIN = 0x2002;
		public const int CFERR_NOFONTS = 0x2001;
		public const int CHILDID_SELF = 0;
		public const int CLR_DEFAULT = -16777216;
		public const int CLR_NONE = -1;
		public const int cmb4 = 0x473;
		public const int COLOR_WINDOW = 5;
		public const int CONNECT_E_CANNOTCONNECT = -2147220990;
		public const int CONNECT_E_NOCONNECTION = -2147220992;
		public const int CP_WINANSI = 0x3ec;
		public const int CS_DBLCLKS = 8;
		public const int CSIDL_APPDATA = 0x1a;
		public const int CSIDL_COMMON_APPDATA = 0x23;
		public const int CSIDL_COOKIES = 0x21;
		public const int CSIDL_DESKTOP = 0;
		public const int CSIDL_DESKTOPDIRECTORY = 0x10;
		public const int CSIDL_FAVORITES = 6;
		public const int CSIDL_HISTORY = 0x22;
		public const int CSIDL_INTERNET = 1;
		public const int CSIDL_INTERNET_CACHE = 0x20;
		public const int CSIDL_LOCAL_APPDATA = 0x1c;
		public const int CSIDL_PERSONAL = 5;
		public const int CSIDL_PROGRAM_FILES = 0x26;
		public const int CSIDL_PROGRAM_FILES_COMMON = 0x2b;
		public const int CSIDL_PROGRAMS = 2;
		public const int CSIDL_RECENT = 8;
		public const int CSIDL_SENDTO = 9;
		public const int CSIDL_STARTMENU = 11;
		public const int CSIDL_STARTUP = 7;
		public const int CSIDL_SYSTEM = 0x25;
		public const int CSIDL_TEMPLATES = 0x15;
		public const int CTRLINFO_EATS_ESCAPE = 2;
		public const int CTRLINFO_EATS_RETURN = 1;
		public const int CW_USEDEFAULT = -2147483648;
		public const int CWP_SKIPINVISIBLE = 1;
		public const int DCX_CACHE = 2;
		public const int DCX_LOCKWINDOWUPDATE = 0x400;
		public const int DCX_WINDOW = 1;
		public const int DEFAULT_GUI_FONT = 0x11;
		public const int DFC_BUTTON = 4;
		public const int DFC_CAPTION = 1;
		public const int DFC_MENU = 2;
		public const int DFC_SCROLL = 3;
		public const int DFCS_BUTTON3STATE = 8;
		public const int DFCS_BUTTONCHECK = 0;
		public const int DFCS_BUTTONPUSH = 0x10;
		public const int DFCS_BUTTONRADIO = 4;
		public const int DFCS_CAPTIONCLOSE = 0;
		public const int DFCS_CAPTIONHELP = 4;
		public const int DFCS_CAPTIONMAX = 2;
		public const int DFCS_CAPTIONMIN = 1;
		public const int DFCS_CAPTIONRESTORE = 3;
		public const int DFCS_CHECKED = 0x400;
		public const int DFCS_FLAT = 0x4000;
		public const int DFCS_INACTIVE = 0x100;
		public const int DFCS_MENUARROW = 0;
		public const int DFCS_MENUBULLET = 2;
		public const int DFCS_MENUCHECK = 1;
		public const int DFCS_PUSHED = 0x200;
		public const int DFCS_SCROLLCOMBOBOX = 5;
		public const int DFCS_SCROLLDOWN = 1;
		public const int DFCS_SCROLLLEFT = 2;
		public const int DFCS_SCROLLRIGHT = 3;
		public const int DFCS_SCROLLUP = 0;
		public const int DI_NORMAL = 3;
		public const int DIB_RGB_COLORS = 0;
		public const int DISP_E_EXCEPTION = -2147352567;
		public const int DISP_E_MEMBERNOTFOUND = -2147352573;
		public const int DISP_E_PARAMNOTFOUND = -2147352572;
		public const int DISPATCH_METHOD = 1;
		public const int DISPATCH_PROPERTYGET = 2;
		public const int DISPATCH_PROPERTYPUT = 4;
		public const int DISPID_PROPERTYPUT = -3;
		public const int DISPID_UNKNOWN = -1;
		public const int DLGC_WANTALLKEYS = 4;
		public const int DLGC_WANTARROWS = 1;
		public const int DLGC_WANTCHARS = 0x80;
		public const int DLGC_WANTTAB = 2;
		public const int DRAGDROP_E_ALREADYREGISTERED = -2147221247;
		public const int DRAGDROP_E_NOTREGISTERED = -2147221248;
		public const int DT_CALCRECT = 0x400;
		public const int DT_EDITCONTROL = 0x2000;
		public const int DT_END_ELLIPSIS = 0x8000;
		public const int DT_EXPANDTABS = 0x40;
		public const int DT_LEFT = 0;
		public const int DT_NOCLIP = 0x100;
		public const int DT_NOPREFIX = 0x800;
		public const int DT_RIGHT = 2;
		public const int DT_RTLREADING = 0x20000;
		public const int DT_SINGLELINE = 0x20;
		public const int DT_VCENTER = 4;
		public static readonly int DTM_SETFORMAT;
		public const int DTM_SETFORMATA = 0x1005;
		public const int DTM_SETFORMATW = 0x1032;
		public const int DTM_SETMCCOLOR = 0x1006;
		public const int DTM_SETMCFONT = 0x1009;
		public const int DTM_SETRANGE = 4100;
		public const int DTM_SETSYSTEMTIME = 0x1002;
		public const int DTN_CLOSEUP = -753;
		public const int DTN_DATETIMECHANGE = -759;
		public const int DTN_DROPDOWN = -754;
		public static readonly int DTN_FORMAT;
		public const int DTN_FORMATA = -756;
		public static readonly int DTN_FORMATQUERY;
		public const int DTN_FORMATQUERYA = -755;
		public const int DTN_FORMATQUERYW = -742;
		public const int DTN_FORMATW = -743;
		public static readonly int DTN_USERSTRING;
		public const int DTN_USERSTRINGA = -758;
		public const int DTN_USERSTRINGW = -745;
		public static readonly int DTN_WMKEYDOWN;
		public const int DTN_WMKEYDOWNA = -757;
		public const int DTN_WMKEYDOWNW = -744;
		public const int DTS_LONGDATEFORMAT = 4;
		public const int DTS_RIGHTALIGN = 0x20;
		public const int DTS_SHOWNONE = 2;
		public const int DTS_TIMEFORMAT = 9;
		public const int DTS_UPDOWN = 1;
		public const int DUPLICATE = 6;
		public const int DUPLICATE_SAME_ACCESS = 2;
		public const int DV_E_DVASPECT = -2147221397;
		public const int DVASPECT_CONTENT = 1;
		public const int DVASPECT_OPAQUE = 0x10;
		public const int DVASPECT_TRANSPARENT = 0x20;
		public const int E_ABORT = -2147467260;
		public const int E_FAIL = -2147467259;
		public const int E_INVALIDARG = -2147024809;
		public const int E_NOINTERFACE = -2147467262;
		public const int E_NOTIMPL = -2147467263;
		public const int E_OUTOFMEMORY = -2147024882;
		public const int E_UNEXPECTED = -2147418113;
		public const int EC_LEFTMARGIN = 1;
		public const int EC_RIGHTMARGIN = 2;
		public const int EDGE_BUMP = 9;
		public const int EDGE_ETCHED = 6;
		public const int EDGE_RAISED = 5;
		public const int EDGE_SUNKEN = 10;
		public const int EM_CANUNDO = 0xc6;
		public const int EM_CHARFROMPOS = 0xd7;
		public const int EM_EMPTYUNDOBUFFER = 0xcd;
		public const int EM_GETLINE = 0xc4;
		public const int EM_GETLINECOUNT = 0xba;
		public const int EM_GETMODIFY = 0xb8;
		public const int EM_GETSEL = 0xb0;
		public const int EM_LIMITTEXT = 0xc5;
		public const int EM_POSFROMCHAR = 0xd6;
		public const int EM_REPLACESEL = 0xc2;
		public const int EM_SCROLL = 0xb5;
		public const int EM_SCROLLCARET = 0xb7;
		public const int EM_SETMARGINS = 0xd3;
		public const int EM_SETMODIFY = 0xb9;
		public const int EM_SETPASSWORDCHAR = 0xcc;
		public const int EM_SETREADONLY = 0xcf;
		public const int EM_SETSEL = 0xb1;
		public const int EM_UNDO = 0xc7;
		public static readonly int EMR_POLYTEXTOUT;
		public const int EMR_POLYTEXTOUTA = 0x60;
		public const int EMR_POLYTEXTOUTW = 0x61;
		public const int EN_ALIGN_LTR_EC = 0x700;
		public const int EN_ALIGN_RTL_EC = 0x701;
		public const int EN_CHANGE = 0x300;
		public const int EN_HSCROLL = 0x601;
		public const int EN_VSCROLL = 0x602;
		public const int ES_AUTOHSCROLL = 0x80;
		public const int ES_AUTOVSCROLL = 0x40;
		public const int ES_CENTER = 1;
		public const int ES_LEFT = 0;
		public const int ES_LOWERCASE = 0x10;
		public const int ES_MULTILINE = 4;

⌨️ 快捷键说明

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