wordseg.clw

来自「这是一个中文分词程序。用户将中文文件(.txt)打开」· CLW 代码 · 共 49 行

CLW
49
字号
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CWordSegDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "WordSeg.h"

ClassCount=2
Class1=CWordSegApp
Class2=CWordSegDlg

ResourceCount=3
Resource2=IDR_MAINFRAME
Resource3=IDD_WORDSEG_DIALOG

[CLS:CWordSegApp]
Type=0
HeaderFile=WordSeg.h
ImplementationFile=WordSeg.cpp
Filter=N

[CLS:CWordSegDlg]
Type=0
HeaderFile=WordSegDlg.h
ImplementationFile=WordSegDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_EDIT_FILENAME



[DLG:IDD_WORDSEG_DIALOG]
Type=1
Class=CWordSegDlg
ControlCount=9
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_EDIT_FILENAME,edit,1350631552
Control4=IDC_STATIC,static,1342308352
Control5=IDC_EDIT_SOURCE,edit,1353777348
Control6=IDC_STATIC,static,1342308352
Control7=IDC_BTN_BROWSE,button,1342242816
Control8=IDC_EDIT_TARGET,edit,1353777348
Control9=IDC_STATIC,static,1342308352

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?