[BACK]Return to asir32gui.clw CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / asir32gui

Annotation of OpenXM_contrib2/windows/asir32gui/asir32gui.clw, Revision 1.3

1.1       noro        1: ; CLW ファイルは MFC ClassWizard の情報を含んでいます。
                      2:
                      3: [General Info]
                      4: Version=1
1.3     ! noro        5: LastClass=CAsir32guiView
1.1       noro        6: LastTemplate=CDialog
                      7: NewFileInclude1=#include "stdafx.h"
                      8: NewFileInclude2=#include "asir32gui.h"
                      9: LastPage=0
                     10:
                     11: ClassCount=7
                     12: Class1=CAsir32guiApp
                     13: Class2=CAsir32guiDoc
                     14: Class3=CAsir32guiView
                     15: Class4=CMainFrame
                     16:
                     17: ResourceCount=6
1.3     ! noro       18: Resource1=IDD_ABOUTBOX
        !            19: Resource2=IDR_MAINFRAME
1.1       noro       20: Class5=CAboutDlg
                     21: Class6=CFatalDialog
                     22: Class7=CAsirEdit
1.3     ! noro       23: Resource3=IDD_FORMVIEW
        !            24: Resource4=IDR_DEBUGFRAME
        !            25: Resource5=IDD_DEBUG
1.1       noro       26: Resource6=IDD_FATAL
                     27:
                     28: [CLS:CAsir32guiApp]
                     29: Type=0
                     30: HeaderFile=asir32gui.h
                     31: ImplementationFile=asir32gui.cpp
                     32: Filter=N
                     33: BaseClass=CWinApp
                     34: VirtualFilter=AC
                     35: LastObject=CAsir32guiApp
                     36:
                     37: [CLS:CAsir32guiDoc]
                     38: Type=0
                     39: HeaderFile=asir32guiDoc.h
                     40: ImplementationFile=asir32guiDoc.cpp
                     41: Filter=N
                     42: BaseClass=CDocument
                     43: VirtualFilter=DC
                     44: LastObject=CAsir32guiDoc
                     45:
                     46: [CLS:CAsir32guiView]
                     47: Type=0
                     48: HeaderFile=asir32guiView.h
                     49: ImplementationFile=asir32guiView.cpp
                     50: Filter=C
                     51: LastObject=CAsir32guiView
                     52: BaseClass=CEditView
                     53: VirtualFilter=VWC
                     54:
                     55: [CLS:CMainFrame]
                     56: Type=0
                     57: HeaderFile=MainFrm.h
                     58: ImplementationFile=MainFrm.cpp
                     59: Filter=T
1.3     ! noro       60: LastObject=IDR_FONT
1.1       noro       61: BaseClass=CFrameWnd
                     62: VirtualFilter=fWC
                     63:
                     64:
                     65:
                     66: [CLS:CAboutDlg]
                     67: Type=0
                     68: HeaderFile=asir32gui.cpp
                     69: ImplementationFile=asir32gui.cpp
                     70: Filter=D
                     71:
                     72: [DLG:IDD_ABOUTBOX]
                     73: Type=1
                     74: Class=CAboutDlg
                     75: ControlCount=4
                     76: Control1=IDC_STATIC,static,1342177283
                     77: Control2=IDC_STATIC,static,1342308480
                     78: Control3=IDC_STATIC,static,1342308352
                     79: Control4=IDOK,button,1342373889
                     80:
                     81: [MNU:IDR_MAINFRAME]
                     82: Type=1
                     83: Class=CMainFrame
                     84: Command1=ID_FILE_OPEN
                     85: Command2=ID_FILE_LOG
                     86: Command3=ID_APP_EXIT
                     87: Command4=ID_EDIT_UNDO
                     88: Command5=ID_EDIT_CUT
                     89: Command6=ID_EDIT_COPY
                     90: Command7=ID_EDIT_PASTE
                     91: Command8=ID_VIEW_TOOLBAR
                     92: Command9=ID_VIEW_STATUS_BAR
1.3     ! noro       93: Command10=IDR_FONT
        !            94: Command11=ID_ASIRHELP
        !            95: Command12=ID_APP_ABOUT
        !            96: CommandCount=12
1.1       noro       97:
                     98: [ACL:IDR_MAINFRAME]
                     99: Type=1
                    100: Class=CMainFrame
                    101: Command1=ID_FILE_OPEN
                    102: Command2=ID_FILE_NEW
                    103: Command3=ID_EDIT_PASTE
                    104: Command4=ID_EDIT_UNDO
                    105: Command5=ID_EDIT_CUT
                    106: Command6=ID_NEXT_PANE
                    107: Command7=ID_PREV_PANE
                    108: Command8=ID_EDIT_COPY
                    109: Command9=ID_EDIT_PASTE
                    110: Command10=ID_EDIT_CUT
                    111: Command11=ID_EDIT_UNDO
                    112: CommandCount=11
                    113:
                    114: [TB:IDR_MAINFRAME]
                    115: Type=1
                    116: Class=CMainFrame
                    117: Command1=ID_FILE_OPEN
                    118: CommandCount=1
                    119:
                    120: [DLG:IDD_DEBUG]
                    121: Type=1
                    122: Class=?
                    123: ControlCount=4
                    124: Control1=IDOK,button,1342242817
                    125: Control2=IDCANCEL,button,1342242816
                    126: Control3=IDC_ASIREDIT,edit,1352732740
                    127: Control4=IDC_EDIT1,edit,1350631552
                    128:
                    129: [CLS:CAsirEdit]
                    130: Type=0
                    131: HeaderFile=AsirEdit.h
                    132: ImplementationFile=AsirEdit.cpp
                    133: BaseClass=CEdit
                    134: Filter=W
                    135: VirtualFilter=WC
                    136: LastObject=CAsirEdit
                    137:
                    138: [DLG:IDD_FORMVIEW]
                    139: Type=1
                    140: Class=?
                    141: ControlCount=2
                    142: Control1=IDC_STATIC,static,1342308352
                    143: Control2=IDC_EDIT1,edit,1353781444
                    144:
                    145: [DLG:IDD_FATAL]
                    146: Type=1
                    147: Class=CFatalDialog
                    148: ControlCount=2
                    149: Control1=IDOK,button,1342242817
                    150: Control2=IDC_NOTFOUND,static,1342308865
                    151:
                    152: [CLS:CFatalDialog]
                    153: Type=0
                    154: HeaderFile=FatalDialog.h
                    155: ImplementationFile=FatalDialog.cpp
                    156: BaseClass=CDialog
                    157: Filter=D
                    158: VirtualFilter=dWC
                    159: LastObject=CFatalDialog
                    160:
                    161: [MNU:IDR_DEBUGFRAME]
                    162: Type=1
                    163: Class=?
                    164: Command1=ID_EDIT_UNDO
                    165: Command2=ID_EDIT_CUT
                    166: Command3=ID_EDIT_COPY
                    167: Command4=ID_EDIT_PASTE
                    168: Command5=ID_ASIRHELP
                    169: Command6=ID_APP_ABOUT
                    170: CommandCount=6
                    171:
                    172: [TB:IDR_DEBUGFRAME]
                    173: Type=1
                    174: Class=?
                    175: Command1=ID_FILE_OPEN
                    176: Command2=ID_BUTTON32773
                    177: Command3=ID_BUTTON32774
                    178: CommandCount=3
                    179:
                    180: [ACL:IDR_DEBUGFRAME]
                    181: Type=1
                    182: Class=?
                    183: Command1=ID_FILE_OPEN
                    184: Command2=ID_FILE_NEW
                    185: Command3=ID_EDIT_PASTE
                    186: Command4=ID_EDIT_UNDO
                    187: Command5=ID_EDIT_CUT
                    188: Command6=ID_NEXT_PANE
                    189: Command7=ID_PREV_PANE
                    190: Command8=ID_EDIT_COPY
                    191: Command9=ID_EDIT_PASTE
                    192: Command10=ID_EDIT_CUT
                    193: Command11=ID_EDIT_UNDO
                    194: CommandCount=11
                    195:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>