serialserver/c32serialserver/Test/te_C32Performance/USB PC Side Code/SerialPort.clw
branchRCL_3
changeset 69 9d7ce34704c8
parent 67 00c6709d25aa
child 70 b564fb5fd78b
equal deleted inserted replaced
67:00c6709d25aa 69:9d7ce34704c8
     1 ; CLW file contains information for the MFC ClassWizard
       
     2 
       
     3 [General Info]
       
     4 Version=1
       
     5 LastClass=CSerialPortDlg
       
     6 LastTemplate=CDialog
       
     7 NewFileInclude1=#include "stdafx.h"
       
     8 NewFileInclude2=#include "SerialPort.h"
       
     9 
       
    10 ClassCount=3
       
    11 Class1=CSerialPortApp
       
    12 Class2=CSerialPortDlg
       
    13 Class3=CAboutDlg
       
    14 
       
    15 ResourceCount=3
       
    16 Resource1=IDD_ABOUTBOX
       
    17 Resource2=IDR_MAINFRAME
       
    18 Resource3=IDD_SERIALPORT_DIALOG
       
    19 
       
    20 [CLS:CSerialPortApp]
       
    21 Type=0
       
    22 HeaderFile=SerialPort.h
       
    23 ImplementationFile=SerialPort.cpp
       
    24 Filter=N
       
    25 
       
    26 [CLS:CSerialPortDlg]
       
    27 Type=0
       
    28 HeaderFile=SerialPortDlg.h
       
    29 ImplementationFile=SerialPortDlg.cpp
       
    30 Filter=D
       
    31 BaseClass=CDialog
       
    32 VirtualFilter=dWC
       
    33 LastObject=IDC_EDIT1
       
    34 
       
    35 [CLS:CAboutDlg]
       
    36 Type=0
       
    37 HeaderFile=SerialPortDlg.h
       
    38 ImplementationFile=SerialPortDlg.cpp
       
    39 Filter=D
       
    40 
       
    41 [DLG:IDD_ABOUTBOX]
       
    42 Type=1
       
    43 Class=CAboutDlg
       
    44 ControlCount=4
       
    45 Control1=IDC_STATIC,static,1342177283
       
    46 Control2=IDC_STATIC,static,1342308480
       
    47 Control3=IDC_STATIC,static,1342308352
       
    48 Control4=IDOK,button,1342373889
       
    49 
       
    50 [DLG:IDD_SERIALPORT_DIALOG]
       
    51 Type=1
       
    52 Class=CSerialPortDlg
       
    53 ControlCount=5
       
    54 Control1=IDOK,button,1342242817
       
    55 Control2=IDCANCEL,button,1342242816
       
    56 Control3=IDC_Text,static,1208091136
       
    57 Control4=IDC_EDIT1,edit,1350631552
       
    58 Control5=IDC_STATIC,static,1342308352
       
    59