Develop and Download Open Source Software

Browse CVS Repository

Contents of /enbanfukusyaya/EnbanKensa/macosx/MainWIndowControl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Wed Dec 7 15:35:35 2005 UTC (18 years, 4 months ago) by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -1 lines
File MIME type: text/x-chdr
*** empty log message ***

1 /* ‰~”Ő•ĄŽĘ‰Ž - EnbanKensa
2 * Copyright (c) 2005 Kagetani Hideto
3 * MainWindowControl.m - Žĺ‘‹‘€ě
4 * $Date: 2005/05/29 17:12:23 $
5 * $Revision: 1.1 $
6 */
7 #import <Cocoa/Cocoa.h>
8
9 @interface MainWIndowControl : NSObject
10 {
11 IBOutlet id buttonStart;
12 IBOutlet id drawArea;
13 IBOutlet id drive;
14 IBOutlet id infoMessage;
15 IBOutlet id settingPanel;
16 }
17 - (IBAction)exitProgram:(id)sender;
18 - (IBAction)scanDrive:(id)sender;
19 - (IBAction)startCheck:(id)sender;
20 - (void)startUp;
21 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26