Lines Matching refs:button_frame

287     mpButtonFrame = new button_frame(mpTable);  in OnCreate()
1058 BEGIN_MESSAGE_MAP(button_frame, CWnd) in BEGIN_MESSAGE_MAP() argument
1061 ON_BN_CLICKED(ID_DELETE_STRING, button_frame::OnDeleteClicked) in BEGIN_MESSAGE_MAP()
1062 ON_BN_CLICKED(ID_ADD_STRING, button_frame::OnAddString) in BEGIN_MESSAGE_MAP()
1063 ON_BN_CLICKED(ID_SEARCH_BUTTON, button_frame::OnSearchButton) in BEGIN_MESSAGE_MAP()
1064 ON_BN_CLICKED(ID_IMPORT, button_frame::OnImportString) in BEGIN_MESSAGE_MAP()
1065 ON_BN_CLICKED(ID_EXPORT, button_frame::OnExportString) in BEGIN_MESSAGE_MAP()
1073 button_frame::button_frame(string_table *table) in BEGIN_MESSAGE_MAP()
1081 button_frame::~button_frame() in ~button_frame()
1086 void button_frame::UpdateControlDimensions(int text_scaler) in UpdateControlDimensions()
1094 int button_frame::OnCreate(LPCREATESTRUCT lpCreateStruct) in OnCreate()
1150 void button_frame::PositionChildren() in PositionChildren()
1196 void button_frame::OnSize(UINT nType, int cx, int cy) in OnSize()
1203 BOOL button_frame::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()
1244 void button_frame::OnAddString() in OnAddString()
1263 void button_frame::OnDeleteClicked() in OnDeleteClicked()
1296 void button_frame::OnSearchButton() in OnSearchButton()
1307 void button_frame::OnImportString() in OnImportString()
1321 void button_frame::OnExportString() in OnExportString()
1364 void button_frame::OnSortStringTable() in OnSortStringTable()
1376 HBRUSH button_frame::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) in OnCtlColor()