no message
This commit is contained in:
@@ -6,12 +6,12 @@ import com.sun.org.glassfish.gmbal.Description;
|
||||
import java.awt.*;
|
||||
public class DBForm extends DBObject {
|
||||
@Description("PRIMARY KEY,UNIQUE, NOT NULL")
|
||||
public FormType type = FormType.Undefined;
|
||||
public String type = null;
|
||||
public int X = 0;
|
||||
public int Y = 0;
|
||||
public int Width = 0;
|
||||
public int Height = 0;
|
||||
public DBForm(FormType type_, Window window) {
|
||||
public DBForm(String type_, Window window) {
|
||||
type = type_;
|
||||
Init(window);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user