From 0f586da34dac2c764a12055158e4929cf69340a1 Mon Sep 17 00:00:00 2001 From: abhibeckert Date: Fri, 4 Apr 2008 11:37:36 +0000 Subject: Initial import from (slightly modified) CocoaMySQL v0.7b4 --- English.lproj/DBView~.nib/classes.nib | 288 +++++++++++++++++++++++++++++ English.lproj/DBView~.nib/info.nib | 27 +++ English.lproj/DBView~.nib/keyedobjects.nib | Bin 0 -> 157338 bytes English.lproj/DBView~.nib/objects.nib | Bin 0 -> 72559 bytes 4 files changed, 315 insertions(+) create mode 100644 English.lproj/DBView~.nib/classes.nib create mode 100644 English.lproj/DBView~.nib/info.nib create mode 100644 English.lproj/DBView~.nib/keyedobjects.nib create mode 100644 English.lproj/DBView~.nib/objects.nib (limited to 'English.lproj/DBView~.nib') diff --git a/English.lproj/DBView~.nib/classes.nib b/English.lproj/DBView~.nib/classes.nib new file mode 100644 index 00000000..714a3013 --- /dev/null +++ b/English.lproj/DBView~.nib/classes.nib @@ -0,0 +1,288 @@ +{ + IBClasses = ( + { + ACTIONS = {copy = id; }; + CLASS = CMCopyTable; + LANGUAGE = ObjC; + SUPERCLASS = NSTableView; + }, + {CLASS = CMImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, + {CLASS = CMTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, + { + ACTIONS = { + addQueryFavorite = id; + chooseQueryFavorite = id; + chooseQueryHistory = id; + closeQueryFavoritesSheet = id; + closeSheet = id; + copyQueryFavorite = id; + performQuery = id; + removeQueryFavorite = id; + }; + CLASS = CustomQuery; + LANGUAGE = ObjC; + OUTLETS = { + affectedRowsText = id; + customQueryView = id; + errorText = id; + queryFavoritesButton = id; + queryFavoritesSheet = id; + queryFavoritesView = id; + queryHistoryButton = id; + tableDumpInstance = id; + tableWindow = id; + textView = id; + valueSheet = id; + valueTextField = id; + }; + SUPERCLASS = NSObject; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = KeyChain; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = MySound; LANGUAGE = ObjC; SUPERCLASS = Sound; }, + {CLASS = SSHAuthentication; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = SSHTunnelApp; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + ACTIONS = { + addRow = id; + closeEditSheet = id; + copyRow = id; + dropImage = id; + filterTable = id; + openEditSheet = id; + reloadTable = id; + reloadTableValues = id; + removeRow = id; + saveEditSheet = id; + setCompareTypes = id; + showAll = id; + stepLimitRows = id; + }; + CLASS = TableContent; + LANGUAGE = ObjC; + OUTLETS = { + addButton = id; + argumentField = id; + compareField = id; + copyButton = id; + countText = id; + editImage = id; + editSheet = id; + editTextView = id; + fieldField = id; + filterButton = id; + hexTextView = id; + limitRowsButton = id; + limitRowsField = id; + limitRowsStepper = id; + limitRowsText = id; + multipleLineEditingButton = id; + removeButton = id; + showAllButton = id; + tableContentView = id; + tableDocumentInstance = id; + tableSourceInstance = id; + tableWindow = id; + tablesListInstance = id; + }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = { + addDatabase = id; + chooseDatabase = id; + chooseEncoding = id; + chooseFavorite = id; + closeDatabaseSheet = id; + closeSheet = id; + connect = id; + connectToDB = id; + doTableOperation = id; + export = id; + import = id; + removeDatabase = id; + setDatabases = id; + toggleUseSSH = id; + viewContent = id; + viewQuery = id; + viewStatus = id; + viewStructure = id; + }; + CLASS = TableDocument; + LANGUAGE = ObjC; + OUTLETS = { + chooseDatabaseButton = id; + chooseEncodingButton = id; + chooseTableOperationButton = id; + connectProgressBar = id; + connectSheet = id; + consoleDrawer = id; + consoleTextView = id; + createTableSyntaxSheet = id; + createTableSyntaxView = id; + customQueryInstance = id; + databaseField = id; + databaseNameField = id; + databaseSheet = id; + favoritesButton = id; + hostField = id; + keyChainInstance = id; + passwordField = id; + portField = id; + queryProgressBar = id; + socketField = id; + sshCheckbox = id; + sshHostField = id; + sshPasswordField = id; + sshPortField = id; + sshUserField = id; + tableContentInstance = id; + tableDumpInstance = id; + tableOperationsSheet = id; + tableSourceInstance = id; + tableStatusInstance = id; + tableTabView = NSTabView; + tableWindow = id; + tablesListInstance = id; + userField = id; + variablesSheet = id; + variablesTableView = id; + }; + SUPERCLASS = NSDocument; + }, + { + ACTIONS = {closeSheet = id; reloadTables = id; selectTables = id; stepRow = id; }; + CLASS = TableDump; + LANGUAGE = ObjC; + OUTLETS = { + addCreateTableSwitch = id; + addDropTableSwitch = id; + addErrorsSwitch = id; + addTableContentSwitch = id; + customQueryInstance = id; + errorsSheet = id; + errorsView = id; + exportCSVView = id; + exportDumpTableView = id; + exportDumpView = id; + exportFieldNamesSwitch = id; + exportFieldsEnclosedField = id; + exportFieldsEscapedField = id; + exportFieldsTerminatedField = id; + exportLinesTerminatedField = id; + exportMultipleCSVTableView = id; + exportMultipleCSVView = id; + exportMultipleFieldNamesSwitch = id; + exportMultipleFieldsEnclosedField = id; + exportMultipleFieldsEscapedField = id; + exportMultipleFieldsTerminatedField = id; + exportMultipleLinesTerminatedField = id; + exportMultipleXMLTableView = id; + exportMultipleXMLView = id; + fieldMappingSheet = id; + fieldMappingTableView = id; + importCSVView = id; + importFieldNamesSwitch = id; + importFieldsEnclosedField = id; + importFieldsEscapedField = id; + importFieldsTerminatedField = id; + importLinesTerminatedField = id; + rowDownButton = id; + rowUpButton = id; + singleProgressBar = id; + singleProgressSheet = id; + singleProgressText = id; + tableContentInstance = id; + tableDocumentInstance = id; + tableSourceInstance = id; + tableWindow = id; + tablesListInstance = id; + }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = { + addField = id; + addIndex = id; + chooseIndexType = id; + closeIndexSheet = id; + closeKeySheet = id; + copyField = id; + openIndexSheet = id; + reloadTable = id; + removeField = id; + removeIndex = id; + typeChanged = id; + }; + CLASS = TableSource; + LANGUAGE = ObjC; + OUTLETS = { + addFieldButton = id; + addIndexButton = id; + chooseKeyButton = id; + copyFieldButton = id; + indexNameField = id; + indexSheet = id; + indexTypeField = id; + indexView = id; + indexedColumnsField = id; + keySheet = id; + removeFieldButton = id; + removeIndexButton = id; + tableSourceView = id; + tableTypeButton = id; + tableWindow = id; + tablesListInstance = id; + }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = {reloadTable = id; }; + CLASS = TableStatus; + LANGUAGE = ObjC; + OUTLETS = { + commentsBox = id; + rowsAutoIncrement = id; + rowsAvgLength = id; + rowsFormat = id; + rowsNumber = id; + sizeData = id; + sizeFree = id; + sizeIndex = id; + sizeMaxData = id; + tableCreatedAt = id; + tableName = id; + tableType = id; + tableUpdatedAt = id; + }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = { + addTable = id; + closeCopyTableSheet = id; + copyTable = id; + removeTable = id; + updateTables = id; + }; + CLASS = TablesList; + LANGUAGE = ObjC; + OUTLETS = { + copyTableContentSwitch = id; + copyTableNameField = id; + copyTableSheet = id; + customQueryInstance = id; + tabView = id; + tableContentInstance = id; + tableDocumentInstance = id; + tableDumpInstance = id; + tableSourceInstance = id; + tableStatusInstance = id; + tableWindow = id; + tablesListView = id; + }; + SUPERCLASS = NSObject; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/English.lproj/DBView~.nib/info.nib b/English.lproj/DBView~.nib/info.nib new file mode 100644 index 00000000..648f6c1f --- /dev/null +++ b/English.lproj/DBView~.nib/info.nib @@ -0,0 +1,27 @@ + + + + + IBDocumentLocation + 30 51 356 240 0 0 1152 746 + IBEditorPositions + + 1058 + 99 489 498 199 0 0 1152 746 + 1113 + 425 406 301 199 0 0 1152 746 + 815 + 354 427 444 158 0 0 1152 746 + 824 + 166 438 820 138 0 0 1152 746 + 910 + 337 412 477 191 0 0 1152 746 + 978 + 360 256 444 158 0 0 1152 746 + + IBFramework Version + 439.0 + IBSystem Version + 8H14 + + diff --git a/English.lproj/DBView~.nib/keyedobjects.nib b/English.lproj/DBView~.nib/keyedobjects.nib new file mode 100644 index 00000000..ea2486ea Binary files /dev/null and b/English.lproj/DBView~.nib/keyedobjects.nib differ diff --git a/English.lproj/DBView~.nib/objects.nib b/English.lproj/DBView~.nib/objects.nib new file mode 100644 index 00000000..cdaf816a Binary files /dev/null and b/English.lproj/DBView~.nib/objects.nib differ -- cgit v1.2.3