亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? eightpuzzlesdlg.cpp

?? 利用VC開發的一個八數碼程序
?? CPP
?? 第 1 頁 / 共 2 頁
字號:
	m_bdlg.CenterWindow();
	m_bdlg.BeginWaitCursor();
	m_bdlg.UpdateWindow();
	m_bdlg.ShowReuslt(&m_eightpuzzles);

    //CSHWRESULT *p;
	//p->m_process=m_num;
	UpdateData(false);
	m_bdlg.DestroyWindow();
	
	//}
	//char m_bpro[10];
	//itoa(m_bnum,m_bpro,10);
	//MessageBox(m_bpro);
	//m_bdlg.m_process=m_bpro;
	
	
      //m_bdlg.Create(IDD_SHOWRESULT);
     //m_bdlg.ShowWindow(SW_SHOW);
	//m_bdlg.CenterWindow();
	//m_bdlg.m_bprocess=m_bnum;
	//m_bdlg.BeginWaitCursor();
	//m_bdlg.UpdateWindow();
	//Sleep(10000);
	
	//void *q;
	//q=m_eightpuzzles.ResultList.GetHead();
    //NightNumstate *p;
	//p=(NightNumstate *)q;
	
	//UpdateData(true);
   //UpdateWindow();
  //m_bdlg.m_bcur1=p->state[0][0];
  //m_bdlg.m_bcur2=p->state[0][1];
  //m_bdlg.m_bcur3=p->state[0][2];
  //m_bdlg.m_bcur4=p->state[1][0];
  //m_bdlg.m_bcur5=p->state[1][1];
  //m_bdlg.m_bcur6=p->state[1][2];
 // m_bdlg.m_bcur7=p->state[2][0];
  //m_bdlg.m_bcur8=p->state[2][1];
  //m_bdlg.m_bcur8=p->state[2][2];
  
 // UpdateData(false);
   
  //UpdateWindow();
  //m_bdlg.DestroyWindow();

  
  
}

void CEightPuzzlesDlg::OnEightexit() 
{
	// TODO: Add your control notification handler code here
	OnOK();
}

//DEL int CEightPuzzlesDlg::state(int state[][3])
//DEL {
//DEL 
//DEL   CSHOWRESULT m_bshowresult;
//DEL   m_bshowresult.m_bcur1=state[0][0];
//DEL   m_bshowresult.m_bcur2=state[0][1];
//DEL   m_bshowresult.m_bcur3=state[0][2];
//DEL   m_bshowresult.m_bcur4=state[1][0];
//DEL   m_bshowresult.m_bcur5=state[1][1];
//DEL   m_bshowresult.m_bcur6=state[1][2];
//DEL   m_bshowresult.m_bcur7=state[2][0];
//DEL   m_bshowresult.m_bcur8=state[2][1];
//DEL   m_bshowresult.m_bcur9=state[2][2];
//DEL   return 0;
//DEL }


void CEightPuzzlesDlg::OnChangeInput1() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.IniState.state[0][0]=m_sbinistate1;
	UpdateData(false);
	
}


void CEightPuzzlesDlg::OnChangeInput2() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.IniState.state[0][1]=m_sbinistate2;
	UpdateData(false);
	
}

void CEightPuzzlesDlg::OnChangeInput3() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
m_eightpuzzles.IniState.state[0][2]=m_sbinistate3;
UpdateData(false);	
}

void CEightPuzzlesDlg::OnChangeInput4() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
m_eightpuzzles.IniState.state[1][0]=m_sbinistate4;	
UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeInput5() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
m_eightpuzzles.IniState.state[1][1]=m_sbinistate5;
UpdateData(false);	

}

void CEightPuzzlesDlg::OnChangeInput6() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.IniState.state[1][2]=m_sbinistate6;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeInput7() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.IniState.state[2][0]=m_sbinistate7;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeInput8() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.IniState.state[2][1]=m_sbinistate8;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeInput9() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.IniState.state[2][2]=m_sbinistate9;
	UpdateData(false);
}
	
	
	
	
	
	
	
	
	
void CEightPuzzlesDlg::OnChangeOutput1() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.ObjState.state[0][0]=m_sbobjstate1;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeOutput2() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
    UpdateData(true);
	m_eightpuzzles.ObjState.state[0][1]=m_sbobjstate2;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeOutput3() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
    UpdateData(true);
	m_eightpuzzles.ObjState.state[0][2]=m_sbobjstate3;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeOutput4() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.ObjState.state[1][0]=m_sbobjstate4;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeOutput5() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.ObjState.state[1][1]=m_sbobjstate5;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeOutput6() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.ObjState.state[1][2]=m_sbobjstate6;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeOutput7() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.ObjState.state[2][0]=m_sbobjstate7;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeOutput8() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.ObjState.state[2][1]=m_sbobjstate8;
	UpdateData(false);
}

void CEightPuzzlesDlg::OnChangeOutput9() 
{
	// TODO: If this is a RICHEDIT control, the control will not
	// send this notification unless you override the CDialog::OnInitDialog()
	// function and call CRichEditCtrl().SetEventMask()
	// with the ENM_CHANGE flag ORed into the mask.
	
	// TODO: Add your control notification handler code here
	UpdateData(true);
	m_eightpuzzles.ObjState.state[2][2]=m_sbobjstate9;
    UpdateData(false);
}

HBRUSH CEightPuzzlesDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) 
{
	HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor);
	
	// TODO: Change any attributes of the DC here
//	if(nCtlColor==CTLcolor_EDIT)
		pDC->SetTextColor(RGB(255,255,0));
		pDC->SetBkColor(RGB(0,20,200));
		return (HBRUSH)m_brush.GetSafeHandle();

	
	// TODO: Return a different brush if the default is not desired
	return hbr;
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
风间由美一区二区三区在线观看 | 色天使色偷偷av一区二区 | 日韩和欧美的一区| 国产成人综合亚洲网站| 欧美色视频一区| 国产人久久人人人人爽| 日韩制服丝袜先锋影音| av动漫一区二区| 久久综合视频网| 日韩av电影天堂| 色天天综合色天天久久| 国产精品少妇自拍| 久草热8精品视频在线观看| 色av成人天堂桃色av| 久久精品欧美日韩| 日韩在线播放一区二区| 色综合久久88色综合天天6| 久久久久久久久久久久久夜| 日韩电影网1区2区| 欧美艳星brazzers| 亚洲美女淫视频| 成人免费高清在线| 久久免费看少妇高潮| 日本亚洲电影天堂| 欧美精品1区2区| 一卡二卡欧美日韩| 色综合久久天天综合网| 国产精品午夜在线观看| 国产精品99久| 久久久久久久久蜜桃| 国产一区二区中文字幕| 欧美一区二区三区四区视频| 天堂成人国产精品一区| 欧美午夜影院一区| 一区二区三区日本| 欧洲视频一区二区| 亚洲黄网站在线观看| 在线免费观看成人短视频| 综合中文字幕亚洲| 91久久精品一区二区二区| 亚洲欧洲美洲综合色网| av成人老司机| 亚洲男人电影天堂| 欧美性猛片xxxx免费看久爱| 亚洲综合色噜噜狠狠| 日本国产一区二区| 亚洲第一综合色| 欧美久久一区二区| 老司机午夜精品99久久| 精品欧美一区二区三区精品久久| 毛片基地黄久久久久久天堂| 日韩精品最新网址| 国产成人日日夜夜| 亚洲视频在线一区| 欧美日韩国产不卡| 美女免费视频一区| 中文字幕第一区| 97se亚洲国产综合在线| 亚洲自拍都市欧美小说| 在线成人免费观看| 国产精品资源站在线| 日韩理论片中文av| 欧美丰满嫩嫩电影| 国产成人免费在线观看不卡| 亚洲欧美成人一区二区三区| 欧美精三区欧美精三区| 精品一区二区在线免费观看| 国产精品麻豆网站| 欧美久久久久久蜜桃| 国产精品一区二区无线| 亚洲精品国产一区二区精华液 | 中文字幕电影一区| 欧美三片在线视频观看| 精品亚洲成a人| 亚洲色图另类专区| 精品乱人伦小说| 99精品视频在线观看| 男男成人高潮片免费网站| 国产欧美日韩在线看| 欧美日韩亚洲丝袜制服| 东方aⅴ免费观看久久av| 亚洲成人综合在线| 国产欧美视频一区二区| 欧美伦理电影网| 成人精品在线视频观看| 天堂av在线一区| 国产精品福利一区| 精品久久久三级丝袜| 欧美性一级生活| 成人av免费在线播放| 开心九九激情九九欧美日韩精美视频电影 | 日韩一级片在线播放| av在线不卡网| 国产做a爰片久久毛片| 亚洲国产毛片aaaaa无费看| 国产精品免费网站在线观看| 欧美大片在线观看一区| 在线亚洲高清视频| 成人国产精品免费观看| 激情丁香综合五月| 日本免费在线视频不卡一不卡二| 亚洲精选视频在线| 18成人在线视频| www激情久久| 日韩一区二区在线观看视频| 欧美性猛交一区二区三区精品| 成人免费视频免费观看| 国产在线麻豆精品观看| 麻豆精品视频在线观看| 日韩精品免费视频人成| 亚洲五码中文字幕| 亚洲一区二三区| 亚洲精品欧美综合四区| 中文字幕一区二区三区四区不卡| 国产亚洲成av人在线观看导航 | 亚洲欧洲精品成人久久奇米网| 精品国产电影一区二区| 欧美白人最猛性xxxxx69交| 欧美一区二区视频在线观看2022| 在线亚洲一区二区| 色av成人天堂桃色av| 91久久精品一区二区三| 欧美自拍偷拍午夜视频| 欧美一a一片一级一片| 欧美视频你懂的| 欧美日韩国产成人在线免费| 欧美精品日韩精品| 欧美一级在线观看| 精品日韩在线观看| 久久午夜色播影院免费高清| 精品裸体舞一区二区三区| 久久久久亚洲蜜桃| 中文字幕制服丝袜成人av | 粉嫩久久99精品久久久久久夜| 国产一区二区在线观看免费| 国产精品91一区二区| 成人国产一区二区三区精品| 99国产精品99久久久久久| 在线精品视频免费观看| 在线亚洲+欧美+日本专区| 在线播放日韩导航| 精品国产污污免费网站入口 | 玉米视频成人免费看| 一区二区三区视频在线看| 婷婷综合五月天| 国内精品第一页| kk眼镜猥琐国模调教系列一区二区 | 一区二区三区四区高清精品免费观看 | 一区二区在线免费观看| 天堂蜜桃91精品| 国产精品自拍一区| 在线看一区二区| 精品国产免费一区二区三区四区| 中文字幕第一页久久| 亚洲成人精品一区| 国产一区二区三区久久久 | 色婷婷久久久亚洲一区二区三区| 欧美日韩精品高清| 国产日韩亚洲欧美综合| 亚洲一区二区三区美女| 国产一区啦啦啦在线观看| 一道本成人在线| 欧美精品一区二区不卡| 亚洲精品成人天堂一二三| 久久精品国产一区二区三| 成人av在线一区二区三区| 91精品在线观看入口| 国产精品热久久久久夜色精品三区 | 精品国产三级电影在线观看| 亚洲精品乱码久久久久久久久 | 在线精品视频免费播放| 国产调教视频一区| 天天色 色综合| 成人一区二区三区在线观看| 91精品国产黑色紧身裤美女| 亚洲日本在线看| 国产一区二区三区观看| 欧美久久高跟鞋激| 亚洲精品第1页| 国产成人一区在线| 精品久久久网站| 午夜国产精品一区| 色婷婷香蕉在线一区二区| 国产精品色眯眯| 国产一区二区三区黄视频 | 免费在线成人网| 欧美色图天堂网| 一区精品在线播放| 国产成人综合亚洲91猫咪| 精品蜜桃在线看| 青青草国产精品97视觉盛宴| 欧美做爰猛烈大尺度电影无法无天| 国产欧美精品在线观看| 精品亚洲aⅴ乱码一区二区三区| 欧美三级在线播放| 亚洲综合无码一区二区| 91视视频在线观看入口直接观看www| 久久久久久久久伊人| 激情综合色综合久久综合| 欧美一级免费观看|