ZONGTCXDLG.CPP
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:7k
源码类别:

数据库编程

开发平台:

Visual C++

  1. // Zongtcxdlg.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "GZGLXT.h"
  5. #include "Zongtcxdlg.h"
  6. #include "Column.h"
  7. #include "Columns.h"
  8. #include "COMDEF.H"
  9. #ifdef _DEBUG
  10. #define new DEBUG_NEW
  11. #undef THIS_FILE
  12. static char THIS_FILE[] = __FILE__;
  13. #endif
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CZongtcxdlg dialog
  16. CZongtcxdlg::CZongtcxdlg(CWnd* pParent /*=NULL*/)
  17. : CDialog(CZongtcxdlg::IDD, pParent)
  18. {
  19. //{{AFX_DATA_INIT(CZongtcxdlg)
  20. m_check1 = FALSE;
  21. m_check2 = FALSE;
  22. //}}AFX_DATA_INIT
  23. m_hIcon = AfxGetApp()->LoadIcon(IDI_ZTCXICON);
  24. }
  25. void CZongtcxdlg::DoDataExchange(CDataExchange* pDX)
  26. {
  27. CDialog::DoDataExchange(pDX);
  28. //{{AFX_DATA_MAP(CZongtcxdlg)
  29. DDX_Control(pDX, IDC_DATETIMEPICKER1, m_time);
  30. DDX_Control(pDX, IDC_ADODC1, m_ad);
  31. DDX_Control(pDX, IDC_DATACOMBO1, m_dc);
  32. DDX_Control(pDX, IDC_DATAGRID1, m_da);
  33. DDX_Check(pDX, IDC_CHECK1, m_check1);
  34. DDX_Check(pDX, IDC_CHECK2, m_check2);
  35. //}}AFX_DATA_MAP
  36. }
  37. BEGIN_MESSAGE_MAP(CZongtcxdlg, CDialog)
  38. //{{AFX_MSG_MAP(CZongtcxdlg)
  39. ON_BN_CLICKED(IDC_CHAXUN, OnChaxun)
  40. ON_BN_CLICKED(IDC_CHECK1, OnCheck1)
  41. ON_BN_CLICKED(IDC_CHECK2, OnCheck2)
  42. //}}AFX_MSG_MAP
  43. END_MESSAGE_MAP()
  44. /////////////////////////////////////////////////////////////////////////////
  45. // CZongtcxdlg message handlers
  46. BOOL CZongtcxdlg::OnInitDialog() 
  47. {
  48. CDialog::OnInitDialog();
  49. // TODO: Add extra initialization here
  50. SetIcon(m_hIcon, TRUE);
  51. //设置复选框初始化显示
  52. m_check1=TRUE;
  53. m_check2=TRUE;
  54. UpdateData(false);
  55. //设置DataGrid控件各列显示的长度
  56. _variant_t vIndex;
  57.     vIndex=long(0);
  58. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  59.     vIndex=long(1);
  60. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  61. vIndex=long(2);
  62. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  63. vIndex=long(3);
  64. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  65. vIndex=long(4);
  66. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  67. vIndex=long(5);
  68. m_da.GetColumns().GetItem(vIndex).SetWidth(75);
  69. vIndex=long(6);
  70. m_da.GetColumns().GetItem(vIndex).SetWidth(75);
  71.     vIndex=long(7);
  72. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  73. vIndex=long(8);
  74. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  75. vIndex=long(9);
  76. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  77. vIndex=long(10);
  78. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  79. vIndex=long(11);
  80. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  81. vIndex=long(12);
  82. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  83.     vIndex=long(13);
  84. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  85. vIndex=long(14);
  86. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  87. vIndex=long(15);
  88. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  89. vIndex=long(16);
  90. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  91. vIndex=long(17);
  92. m_da.GetColumns().GetItem(vIndex).SetWidth(120);
  93. return TRUE;  // return TRUE unless you set the focus to a control
  94.               // EXCEPTION: OCX Property Pages should return FALSE
  95. }
  96. void CZongtcxdlg::OnChaxun() 
  97. {
  98. // TODO: Add your control notification handler code here
  99. UpdateData(true);
  100. CString str;
  101. //读取DataCombo控件中文本
  102. str=m_dc.GetText();
  103. CString date;
  104. CTime temp;
  105. m_time.GetTime(temp);
  106. //读取当前Date Time控件的月份
  107. int m;
  108. m = temp.GetMonth();
  109. //读取当前Date Time控件的年份
  110. int y;
  111. y=temp.GetYear();
  112. CString stry;
  113. stry.Format("%d",y);
  114. CString strm;
  115. strm.Format("%d",m);
  116. if(check2==0)
  117. m_ad.SetRecordSource("SELECT YGid AS 员工编号,YGxm AS 员工姓名,JBgz AS 基本工资,GLgz AS 工龄工资,ZWgz AS 职务工资,YLbxj AS 养老保险金,GRsds AS 个人所得税,SHbz AS 生活补助,ZFbz AS 住房补助,BXf AS 保险费,JiaBts AS 加班天数,JiaBgz AS 加班工资,SJts AS 事假天数,SJkk AS 事假扣款,YFje AS 应发金额,SFje AS 实发金额,Yu_E AS 余额,SJian AS 时间 FROM Gzffmxb where YGid='"+str+"' ");
  118. else if(check==0)
  119. //不选择员工编号时查询
  120. m_ad.SetRecordSource("SELECT YGid AS 员工编号,YGxm AS 员工姓名,JBgz AS 基本工资,GLgz AS 工龄工资,ZWgz AS 职务工资,YLbxj AS 养老保险金,GRsds AS 个人所得税,SHbz AS 生活补助,ZFbz AS 住房补助,BXf AS 保险费,JiaBts AS 加班天数,JiaBgz AS 加班工资,SJts AS 事假天数,SJkk AS 事假扣款,YFje AS 应发金额,SFje AS 实发金额,Yu_E AS 余额,SJian AS 时间 FROM Gzffmxb where year(sjian)="+stry+" and month(sjian)="+strm+" ");
  121. else
  122. //选择员工编号时查询
  123.     m_ad.SetRecordSource("SELECT YGid AS 员工编号,YGxm AS 员工姓名,JBgz AS 基本工资,GLgz AS 工龄工资,ZWgz AS 职务工资,YLbxj AS 养老保险金,GRsds AS 个人所得税,SHbz AS 生活补助,ZFbz AS 住房补助,BXf AS 保险费,JiaBts AS 加班天数,JiaBgz AS 加班工资,SJts AS 事假天数,SJkk AS 事假扣款,YFje AS 应发金额,SFje AS 实发金额,Yu_E AS 余额,SJian AS 时间 FROM Gzffmxb where YGid='"+str+"' and year(sjian)="+stry+" and month(sjian)="+strm+" ");
  124. m_ad.Refresh();
  125. _variant_t vIndex;
  126.     vIndex=long(0);
  127. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  128.     vIndex=long(1);
  129. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  130. vIndex=long(2);
  131. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  132. vIndex=long(3);
  133. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  134. vIndex=long(4);
  135. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  136. vIndex=long(5);
  137. m_da.GetColumns().GetItem(vIndex).SetWidth(75);
  138. vIndex=long(6);
  139. m_da.GetColumns().GetItem(vIndex).SetWidth(75);
  140.     vIndex=long(7);
  141. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  142. vIndex=long(8);
  143. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  144. vIndex=long(9);
  145. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  146. vIndex=long(10);
  147. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  148. vIndex=long(11);
  149. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  150. vIndex=long(12);
  151. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  152.     vIndex=long(13);
  153. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  154. vIndex=long(14);
  155. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  156. vIndex=long(15);
  157. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  158. vIndex=long(16);
  159. m_da.GetColumns().GetItem(vIndex).SetWidth(60);
  160. vIndex=long(17);
  161. m_da.GetColumns().GetItem(vIndex).SetWidth(120);
  162. }
  163. void CZongtcxdlg::OnOK() 
  164. {
  165. // TODO: Add extra validation here
  166. CTime temp;
  167. m_time.GetTime(temp);
  168. int m;
  169. m = temp.GetMonth();
  170. int y;
  171. y=temp.GetYear();
  172. CString stry;
  173. stry.Format("%d",y);
  174. CString strm;
  175. strm.Format("%d",m);
  176. m_ad.SetRecordSource("SELECT sum(sfje) AS 公司本月发放工资总额 from Gzffmxb where year(sjian)="+stry+" and month(sjian)="+strm+"");
  177. m_ad.Refresh();
  178. //CDialog::OnOK();
  179. }
  180. void CZongtcxdlg::OnCheck1() 
  181. {
  182. // TODO: Add your control notification handler code here
  183. UpdateData(true);
  184. if(m_check1==TRUE)
  185. check=1;
  186. else
  187. check=0;
  188. UpdateData(false);
  189. }
  190. void CZongtcxdlg::OnCheck2() 
  191. {
  192. // TODO: Add your control notification handler code here
  193. UpdateData(true);
  194. if(m_check2==TRUE)
  195. check2=1;
  196. else
  197. check2=0;
  198. UpdateData(false);
  199. }