• 大小: 43.91MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-17
  • 语言: C/C++
  • 标签: shx  

资源简介

shx字体文件,shx解析代码,C++.通过此工具,可以轻松将AutoCAD不可编辑的shx形文件和字体文件转换为可编辑的文件格式,就可以将已有的字体或者形修改为自己想要的字体和形

资源截图

代码片段和文件信息

// DlgInput.cpp : implementation file
//

#include “stdafx.h“
#include “shxShow.h“
#include “DlgInput.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDlgInput dialog


CDlgInput::CDlgInput(CWnd* pParent /*=NULL*/)
: CDialog(CDlgInput::IDD pParent)
{
//{{AFX_DATA_INIT(CDlgInput)
m_input = 0;
//}}AFX_DATA_INIT
}


void CDlgInput::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDlgInput)
DDX_Text(pDX IDC_EDIT1 m_input);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CDlgInput CDialog)
//{{AFX_MSG_MAP(CDlgInput)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDlgInput message handlers

void CDlgInput::OnOK() 
{
UpdateData(true);

CDialog::OnOK();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1548  2018-10-15 14:57  shxAna\Debug\BscMake.command.1.tlog

     文件       2264  2018-10-15 14:57  shxAna\Debug\bscmake.read.1.tlog

     文件       1146  2018-10-15 14:57  shxAna\Debug\bscmake.write.1.tlog

     文件       7778  2018-10-15 14:56  shxAna\Debug\cl.command.1.tlog

     文件      85124  2018-10-15 14:56  shxAna\Debug\CL.read.1.tlog

     文件       4994  2018-10-15 14:56  shxAna\Debug\CL.write.1.tlog

     文件      18959  2018-10-15 14:56  shxAna\Debug\DlgInput.obj

     文件          0  2018-10-15 14:56  shxAna\Debug\DlgInput.sbr

     文件       5051  1997-05-06 04:16  shxAna\Debug\gdt.shx

     文件          2  2018-10-15 14:56  shxAna\Debug\link-cvtres.read.1.tlog

     文件          2  2018-10-15 14:56  shxAna\Debug\link-cvtres.write.1.tlog

     文件       2550  2018-10-15 14:56  shxAna\Debug\link.command.1.tlog

     文件       7102  2018-10-15 14:56  shxAna\Debug\link.read.1.tlog

     文件       1734  2018-10-15 14:56  shxAna\Debug\link.write.1.tlog

     文件      31220  2018-10-15 14:56  shxAna\Debug\MainFrm.obj

     文件          0  2018-10-15 14:56  shxAna\Debug\MainFrm.sbr

     文件        738  2018-10-15 14:56  shxAna\Debug\mt.command.1.tlog

     文件        644  2018-10-15 14:56  shxAna\Debug\mt.read.1.tlog

     文件        462  2018-10-15 14:56  shxAna\Debug\mt.write.1.tlog

     文件       1016  2018-10-15 14:56  shxAna\Debug\rc.command.1.tlog

     文件       6672  2018-10-15 14:56  shxAna\Debug\rc.read.1.tlog

     文件        454  2018-10-15 14:56  shxAna\Debug\rc.write.1.tlog

     文件      96164  2018-10-15 14:56  shxAna\Debug\rsview.obj

     文件          0  2018-10-15 14:56  shxAna\Debug\rsview.sbr

     文件      94377  2018-10-15 14:56  shxAna\Debug\rs_graphicview.obj

     文件          0  2018-10-15 14:56  shxAna\Debug\rs_graphicview.sbr

     文件     293355  2018-10-15 14:56  shxAna\Debug\rs_vector.obj

     文件          0  2018-10-15 14:56  shxAna\Debug\rs_vector.sbr

     文件     200513  2018-10-15 14:56  shxAna\Debug\ShapeReader.obj

     文件          0  2018-10-15 14:56  shxAna\Debug\ShapeReader.sbr

............此处省略74个文件信息

评论

共有 条评论

相关资源