Browse CVS Repository
Contents of /enbanfukusyaya/EnbanKensa/macosx/MainWIndowControl.h
Parent Directory
| Revision Log
| 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 |
|