sqlsrvenumerator.clw

来自「列举SQL Server 服务器和数据库」· CLW 代码 · 共 74 行

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

[General Info]
Version=1
LastClass=CAboutDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "sqlsrvenumerator.h"
LastPage=0

ClassCount=3
Class1=CSQLSrvEnumeratorApp
Class2=CAboutDlg
Class3=CSQLSrvEnumeratorDlg

ResourceCount=2
Resource1=IDD_ABOUTBOX (English (U.S.))
Resource2=IDD_SQLSRVENUMERATOR_DIALOG (English (U.S.))

[CLS:CSQLSrvEnumeratorApp]
Type=0
BaseClass=CWinApp
HeaderFile=SQLSrvEnumerator.h
ImplementationFile=SQLSrvEnumerator.cpp

[CLS:CAboutDlg]
Type=0
BaseClass=CDialog
HeaderFile=SQLSrvEnumeratorDlg.cpp
ImplementationFile=SQLSrvEnumeratorDlg.cpp
LastObject=IDOK

[CLS:CSQLSrvEnumeratorDlg]
Type=0
BaseClass=CDialog
HeaderFile=SQLSrvEnumeratorDlg.h
ImplementationFile=SQLSrvEnumeratorDlg.cpp

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg

[DLG:IDD_SQLSRVENUMERATOR_DIALOG]
Type=1
Class=CSQLSrvEnumeratorDlg

[DLG:IDD_SQLSRVENUMERATOR_DIALOG (English (U.S.))]
Type=1
Class=?
ControlCount=13
Control1=IDC_COMBOSQLSERVERS,combobox,1344340226
Control2=IDC_EDITUSERID,edit,1350631552
Control3=IDC_EDITPASSWORD,edit,1350631584
Control4=IDC_COMBODATABASE,combobox,1344340226
Control5=IDC_COMBOLANGUAGE,combobox,1344340226
Control6=IDOK,button,1342242817
Control7=IDCANCEL,button,1342242816
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352

[DLG:IDD_ABOUTBOX (English (U.S.))]
Type=1
Class=?
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

⌨️ 快捷键说明

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