diff options
Diffstat (limited to 'Source/TableSource.h')
-rw-r--r-- | Source/TableSource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableSource.h b/Source/TableSource.h index 10c82dae..e09dd16b 100644 --- a/Source/TableSource.h +++ b/Source/TableSource.h @@ -35,6 +35,8 @@ IBOutlet id tableWindow; IBOutlet id indexSheet; IBOutlet id keySheet; + IBOutlet id resetAutoIncrementSheet; + IBOutlet id resetAutoIncrementValue; IBOutlet id tableSourceView; IBOutlet id indexView; IBOutlet id addFieldButton; @@ -73,6 +75,7 @@ - (IBAction)copyField:(id)sender; - (IBAction)removeField:(id)sender; - (IBAction)removeIndex:(id)sender; +- (IBAction)resetAutoIncrement:(id)sender; // Index sheet methods - (IBAction)openIndexSheet:(id)sender; |