[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.6

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.5       noro       18: Resource1=IDD_FATAL
                     19: Resource2=IDR_DEBUGFRAME
1.1       noro       20: Class5=CAboutDlg
                     21: Class6=CFatalDialog
                     22: Class7=CAsirEdit
1.3       noro       23: Resource3=IDD_FORMVIEW
1.6     ! noro       24: Resource4=IDD_DEBUG
1.5       noro       25: Resource5=IDD_ABOUTBOX
1.6     ! noro       26: Resource6=IDR_MAINFRAME
1.1       noro       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
1.6     ! noro      118: Command2=ID_FILE_LOG
        !           119: CommandCount=2
1.1       noro      120:
                    121: [DLG:IDD_DEBUG]
                    122: Type=1
                    123: Class=?
                    124: ControlCount=4
                    125: Control1=IDOK,button,1342242817
                    126: Control2=IDCANCEL,button,1342242816
                    127: Control3=IDC_ASIREDIT,edit,1352732740
                    128: Control4=IDC_EDIT1,edit,1350631552
                    129:
                    130: [CLS:CAsirEdit]
                    131: Type=0
                    132: HeaderFile=AsirEdit.h
                    133: ImplementationFile=AsirEdit.cpp
                    134: BaseClass=CEdit
                    135: Filter=W
                    136: VirtualFilter=WC
                    137: LastObject=CAsirEdit
                    138:
                    139: [DLG:IDD_FORMVIEW]
                    140: Type=1
                    141: Class=?
                    142: ControlCount=2
                    143: Control1=IDC_STATIC,static,1342308352
                    144: Control2=IDC_EDIT1,edit,1353781444
                    145:
                    146: [DLG:IDD_FATAL]
                    147: Type=1
                    148: Class=CFatalDialog
                    149: ControlCount=2
                    150: Control1=IDOK,button,1342242817
                    151: Control2=IDC_NOTFOUND,static,1342308865
                    152:
                    153: [CLS:CFatalDialog]
                    154: Type=0
                    155: HeaderFile=FatalDialog.h
                    156: ImplementationFile=FatalDialog.cpp
                    157: BaseClass=CDialog
                    158: Filter=D
                    159: VirtualFilter=dWC
                    160: LastObject=CFatalDialog
                    161:
                    162: [MNU:IDR_DEBUGFRAME]
                    163: Type=1
                    164: Class=?
                    165: Command1=ID_EDIT_UNDO
                    166: Command2=ID_EDIT_CUT
                    167: Command3=ID_EDIT_COPY
                    168: Command4=ID_EDIT_PASTE
                    169: Command5=ID_ASIRHELP
                    170: Command6=ID_APP_ABOUT
                    171: CommandCount=6
                    172:
                    173: [TB:IDR_DEBUGFRAME]
                    174: Type=1
                    175: Class=?
                    176: Command1=ID_FILE_OPEN
                    177: Command2=ID_BUTTON32773
                    178: Command3=ID_BUTTON32774
                    179: CommandCount=3
                    180:
                    181: [ACL:IDR_DEBUGFRAME]
                    182: Type=1
                    183: Class=?
                    184: Command1=ID_FILE_OPEN
                    185: Command2=ID_FILE_NEW
                    186: Command3=ID_EDIT_PASTE
                    187: Command4=ID_EDIT_UNDO
                    188: Command5=ID_EDIT_CUT
                    189: Command6=ID_NEXT_PANE
                    190: Command7=ID_PREV_PANE
                    191: Command8=ID_EDIT_COPY
                    192: Command9=ID_EDIT_PASTE
                    193: Command10=ID_EDIT_CUT
                    194: Command11=ID_EDIT_UNDO
                    195: CommandCount=11
                    196:

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