mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Experimental: Reintroduce table tab, this time by placing the existing editors for tables, views and routines as TFrames onto that tab. Unfortunately a whole bunch of GUI changes involved here which makes the diff unreadable. Should solve issue #1149 .
This commit is contained in:
@ -171,9 +171,9 @@ begin
|
||||
ds := Mainform.FetchDbTableList(Mainform.Databases[Node.Parent.Index]);
|
||||
ds.RecNo := Node.Index+1;
|
||||
case GetDBObjectType(ds.Fields) of
|
||||
NODETYPE_CRASHED_TABLE: ImageIndex := ICONINDEX_CRASHED_TABLE;
|
||||
NODETYPE_TABLE: ImageIndex := ICONINDEX_TABLE;
|
||||
NODETYPE_VIEW: ImageIndex := ICONINDEX_VIEW;
|
||||
lntCrashedTable: ImageIndex := ICONINDEX_CRASHED_TABLE;
|
||||
lntTable: ImageIndex := ICONINDEX_TABLE;
|
||||
lntView: ImageIndex := ICONINDEX_VIEW;
|
||||
end;
|
||||
end;
|
||||
2: ImageIndex := ICONINDEX_FIELD;
|
||||
|
Reference in New Issue
Block a user