From 6d018a4e2eb0505776092e6f626d70b1ad3d5295 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 22 Feb 2010 14:24:17 +0000 Subject: =?UTF-8?q?=E2=80=A2=20initial=20work=20to=20give=20the=20chance?= =?UTF-8?q?=20to=20reset=20the=20table's=20AUTO=5FINCREMENT=20value=20-=20?= =?UTF-8?q?not=20yet=20active?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableSource.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/TableSource.h') 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; -- cgit v1.2.3