Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/MacOSX/SettingNetControl.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Mon Apr 18 23:01:18 2005 UTC
(18 years, 11 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/* SettingNetControl */ |
| 2 |
|
| 3 |
#import <Cocoa/Cocoa.h> |
| 4 |
|
| 5 |
@interface SettingNetControl : NSObject |
| 6 |
{ |
| 7 |
IBOutlet id netSettingPanel; |
| 8 |
IBOutlet id portNumber; |
| 9 |
IBOutlet id portNumberLabel; |
| 10 |
IBOutlet id serverAddress; |
| 11 |
IBOutlet id serverAddressLabel; |
| 12 |
} |
| 13 |
- (IBAction)buttonCancel:(id)sender; |
| 14 |
- (IBAction)buttonOk:(id)sender; |
| 15 |
- (int)openNetSettingDialog:(BOOL)serverMode |
| 16 |
remoteAddress:(char *)remoteAddressReturn |
| 17 |
addressSize:(int)size |
| 18 |
portNumber:(int *)portNumberReturn; |
| 19 |
|
| 20 |
@end |
|