• 大小: 7.03MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-16
  • 语言: C/C++
  • 标签:

资源简介

使用了SQL Server 2005数据库,在使用前需要将“data”目录下的数据库文件还原。 主程序文件是jinxiaocun.dsw,使用Visual C++6.0打开此文件,然后使用工具栏中的“Build”命令即可调试。 管理员用户名和密码是可以在数据库的表“tb_operator”中设置。

资源截图

代码片段和文件信息

// AnotherView.cpp : implementation file
//

#include “stdafx.h“
#include “HCDB.h“
#include “AnotherView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif


/////////////////////////////////////////////////////////////////////////////
// CAnotherView

IMPLEMENT_DYNCREATE(CAnotherView CFormView)

CAnotherView::CAnotherView()
: CFormView(CAnotherView::IDD)
{
//{{AFX_DATA_INIT(CAnotherView)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}

CAnotherView::~CAnotherView()
{
}

void CAnotherView::DoDataExchange(CDataExchange* pDX)
{
CFormView::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAnotherView)
DDX_Control(pDX IDC_TAB1 m_Tab);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAnotherView CFormView)
//{{AFX_MSG_MAP(CAnotherView)
ON_NOTIFY(TCN_SELCHANGE IDC_TAB1 OnSelchangeTab1)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAnotherView diagnostics

#ifdef _DEBUG
void CAnotherView::AssertValid() const
{
CFormView::AssertValid();
}

void CAnotherView::Dump(CDumpContext& dc) const
{
CFormView::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CAnotherView message handlers

void CAnotherView::OnInitialUpdate() 
{
CFormView::OnInitialUpdate();

item.mask=TCIF_TEXT;
    CString str[9];
    
str[0]=“登记入库“;                 
str[1]=“入库单查询“;                 
str[2]=“入库明细“;                   
str[3]=“登记出库“;                  
str[4]=“出库单查询“;                 
str[5]=“出库明细“;             
str[6]=“入库情况汇总“;               
str[7]=“出库情况汇总“;
str[8]=“主界面“;
    item.pszText=str[8].GetBuffer(str[8].GetLength());
    m_Tab.InsertItem(0&item);
    for(int i=1;i<9;i++)
{
      item.pszText=str[i-1].GetBuffer(str[i-1].GetLength());
      m_Tab.InsertItem(i&item);
}
    gatherinflag=false;
gatheroutflag=false;
indetailflag=false;
outdetailflag=false;
instockmanageflag=false;
outstockmanageflag=false;
instockqueryflag=false;
outstockqueryflag=false;
this->GetWindowRect(&DlgRect);
nframewidth=::GetSystemMetrics(SM_CXframe);
nTitHeight=::GetSystemMetrics(SM_CYframe)+nframewidth;
m_Tab.GetWindowRect(&PageRect);
int a=NewRect.left=PageRect.left-nframewidth+2-200;
int b=NewRect.top=PageRect.right-DlgRect.right-80;
int c=NewRect.right=NewRect.left+PageRect.Width()-nframewidth;
int d=NewRect.bottom=NewRect.top+PageRect.Width()-nTitHeight-2;
   
cbmp.Create(IDF_MBPthis); 

    cbmp.MoveWindow(&NewRect);
    cbmp.ShowWindow(true); 
// TODO: Add your specialized code here and/or call the base class

}



void CAnotherView::OnSelchangeTab1(NMHDR* pNMHDR LRESULT* pResult) 
{
// TODO: Add your control notification handler code here
ClickTab(true);
*pResult = 0;
}

void CAnotherView::ClickTab(bool flag)
{
switch(m_Tab

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-02-03 13:34  进销存管理系统\
     目录           0  2013-02-03 13:34  进销存管理系统\daima\
     文件        8293  2008-09-15 09:24  进销存管理系统\daima\AnotherView.cpp
     文件        2824  2008-09-15 09:24  进销存管理系统\daima\AnotherView.h
     文件        3767  2010-11-13 22:30  进销存管理系统\daima\BACKUPDLG.cpp
     文件        1316  2008-09-15 09:24  进销存管理系统\daima\BACKUPDLG.h
     文件     1440054  2008-06-26 15:15  进销存管理系统\daima\Bliss.bmp
     文件         947  2008-09-15 09:24  进销存管理系统\daima\BMP.cpp
     文件        1185  2008-09-15 09:24  进销存管理系统\daima\BMP.h
     目录           0  2013-02-03 13:34  进销存管理系统\daima\Debug\
     文件       84969  2010-11-13 22:07  进销存管理系统\daima\Debug\AnotherView.obj
     文件       38221  2010-11-13 22:07  进销存管理系统\daima\Debug\AnotherView.sbr
     文件       98538  2010-11-13 22:30  进销存管理系统\daima\Debug\BACKUPDLG.obj
     文件       14973  2010-11-13 22:30  进销存管理系统\daima\Debug\BACKUPDLG.sbr
     文件        9921  2010-11-13 22:07  进销存管理系统\daima\Debug\BMP.obj
     文件       10075  2010-11-13 22:07  进销存管理系统\daima\Debug\BMP.sbr
     文件      148424  2010-11-13 22:07  进销存管理系统\daima\Debug\ForeMange.obj
     文件       28636  2010-11-13 22:07  进销存管理系统\daima\Debug\ForeMange.sbr
     文件      174152  2010-11-13 22:07  进销存管理系统\daima\Debug\GATHERIN.obj
     文件       46139  2010-11-13 22:07  进销存管理系统\daima\Debug\GATHERIN.sbr
     文件      134074  2010-11-13 22:07  进销存管理系统\daima\Debug\GATHEROUT.obj
     文件       42573  2010-11-13 22:07  进销存管理系统\daima\Debug\GATHEROUT.sbr
     文件       18327  2010-11-13 22:07  进销存管理系统\daima\Debug\GfxGroupEdit.obj
     文件       14186  2010-11-13 22:07  进销存管理系统\daima\Debug\GfxGroupEdit.sbr
     文件      167649  2010-11-13 22:07  进销存管理系统\daima\Debug\GfxOutBarCtrl.obj
     文件       86737  2010-11-13 22:07  进销存管理系统\daima\Debug\GfxOutBarCtrl.sbr
     文件       38681  2010-11-13 22:07  进销存管理系统\daima\Debug\GfxPopupMenu.obj
     文件       13055  2010-11-13 22:07  进销存管理系统\daima\Debug\GfxPopupMenu.sbr
     文件     2457655  2010-11-13 22:30  进销存管理系统\daima\Debug\HCDB.exe
     文件     1261180  2010-11-13 22:30  进销存管理系统\daima\Debug\HCDB.ilk
     文件      121886  2010-11-13 22:07  进销存管理系统\daima\Debug\HCDB.obj
............此处省略156个文件信息

评论

共有 条评论