Description: Int PosFromChar(UINT nChar) // gets its X-axis position by the specified character
Int CharFromPos(int npos x) // obtain the corresponding characters by the position of the given x axis
Void CutString() // cut string
Void PasteString() // pasted string
Void CopyString() // copy string
Void MakeBKGround(CDC *pDC, COLORREF clrBegin, COLORREF clrEnd, CRect rect) // generation window background
CString m_strEdit // currently contains the text.
CString m_strSelect // currently selected text.
CPoint m_ptCursor // the location of the current cursor.
The starting position of CPoint m_ptTxtBegin // text.
CPoint m_ptFirst // left-click on the first point of position.
CPoint m_ptSecond // mouse current location.
Int m_nCharPos // the current cursor is at the back of the first few characters, counting from 0.
Int m_nShowChar // the first character displayed in the edit box, counting from 0.
Int m_nMaxShowChars // the number of characters displayed at most times in the edit box.
Int m_nSelectBegin // select the start position of the character.
The end position of the character of int m_nSelectEnd // selection.
CBitmap m_BmpBK // background images.
The font of CFont m_TxtFont // text.
TEXTMETRIC m_tm // text font information.
To Search:
- [SATSP] - Using Simulated Annealing Algorithm for
- [E1_DCR] - 2MHz data clock recovery circuit, includ
- [Label] - CStatic expansion: support for font, siz
- [my_edit] - Overloading edit box and realize there i
File list (Check if you may need any files):