dicomread.clw
来自「转化为DIB位图再显示出来的dicom文件C++代码」· CLW 代码 · 共 68 行
CLW
68 行
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDicomReadDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "DicomRead.h"
ClassCount=3
Class1=CDicomReadApp
Class2=CDicomReadDlg
Class3=CAboutDlg
ResourceCount=3
Resource1=IDD_DICOMREAD_DIALOG
Resource2=IDR_MAINFRAME
Resource3=IDD_ABOUTBOX
[CLS:CDicomReadApp]
Type=0
HeaderFile=DicomRead.h
ImplementationFile=DicomRead.cpp
Filter=N
[CLS:CDicomReadDlg]
Type=0
HeaderFile=DicomReadDlg.h
ImplementationFile=DicomReadDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_C
[CLS:CAboutDlg]
Type=0
HeaderFile=DicomReadDlg.h
ImplementationFile=DicomReadDlg.cpp
Filter=D
[DLG:IDD_DICOMREAD_DIALOG]
Type=1
Class=CDicomReadDlg
ControlCount=9
Control1=IDCANCEL,button,1342242816
Control2=IDC_C,edit,1350631552
Control3=IDC_SW,msctls_trackbar32,1342242839
Control4=IDC_SC,msctls_trackbar32,1342242839
Control5=IDC_STATIC,static,1342308352
Control6=IDC_FILEPATH,edit,1484849280
Control7=IDC_ChoosePath,button,1342242816
Control8=IDC_W,edit,1350631552
Control9=IDC_STATIC,static,1342308352
[DLG:IDD_ABOUTBOX]
Type=1
Class=?
ControlCount=8
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?