home *** CD-ROM | disk | FTP | other *** search
Java Source | 2005-02-24 | 25.0 KB | 443 lines |
- // _DisplayPrefs_EOArchive.java
- // Generated by EnterpriseObjects palette at Freitag, 7. Januar 2005 11:46 Uhr Europe/Paris
-
- import com.webobjects.eoapplication.*;
- import com.webobjects.eocontrol.*;
- import com.webobjects.eointerface.*;
- import com.webobjects.eointerface.swing.*;
- import com.webobjects.foundation.*;
- import java.awt.*;
- import javax.swing.*;
- import javax.swing.border.*;
- import javax.swing.table.*;
- import javax.swing.text.*;
-
- public class _DisplayPrefs_EOArchive extends com.webobjects.eoapplication.EOArchive {
- IBHelpConnector _iBHelpConnector0;
- com.webobjects.eointerface.swing.EOFrame _eoFrame0;
- com.webobjects.eointerface.swing.EOMatrix _nsMatrix0;
- com.webobjects.eointerface.swing.EOTextField _nsTextField0, _nsTextField1;
- com.webobjects.eointerface.swing.EOView _nsBox0, _nsBox1, _nsBox2, _nsBox3, _nsColorWell0, _nsView0, _nsView1;
- javax.swing.JButton _nsButton0, _nsButton1;
- javax.swing.JCheckBox _nsButton2, _nsButton3, _nsButton4, _nsButton5, _nsButton6, _nsButton7, _nsButton8, _nsButton9;
- javax.swing.JComboBox _popup0, _popup1;
- javax.swing.JPanel _nsView2;
- javax.swing.JRadioButton _jRadioButton0, _jRadioButton1;
- javax.swing.JTabbedPane _nsTabView0;
-
- public _DisplayPrefs_EOArchive(Object owner, NSDisposableRegistry registry) {
- super(owner, registry);
- }
-
- protected void _construct() {
- Object owner = _owner();
- EOArchive._ObjectInstantiationDelegate delegate = (owner instanceof EOArchive._ObjectInstantiationDelegate) ? (EOArchive._ObjectInstantiationDelegate)owner : null;
- Object replacement;
-
- super._construct();
-
- _nsBox3 = (com.webobjects.eointerface.swing.EOView)_registered(new com.webobjects.eointerface.swing.EOView(), "NSView");
- _nsBox2 = (com.webobjects.eointerface.swing.EOView)_registered(new com.webobjects.eointerface.swing.EOView(), "NSBox1");
- _nsTextField1 = (com.webobjects.eointerface.swing.EOTextField)_registered(new com.webobjects.eointerface.swing.EOTextField(), "NSTextField2");
- _nsView1 = (com.webobjects.eointerface.swing.EOView)_registered(new com.webobjects.eointerface.swing.EOView(), "");
- _nsBox1 = (com.webobjects.eointerface.swing.EOView)_registered(new com.webobjects.eointerface.swing.EOView(), "NSView");
- _nsBox0 = (com.webobjects.eointerface.swing.EOView)_registered(new com.webobjects.eointerface.swing.EOView(), "NSBox1");
- _nsTextField0 = (com.webobjects.eointerface.swing.EOTextField)_registered(new com.webobjects.eointerface.swing.EOTextField(), "NSTextField2");
- _nsButton1 = (javax.swing.JButton)_registered(new javax.swing.JButton("Default Setting"), "NSButton1");
- _jRadioButton1 = (javax.swing.JRadioButton)_registered(new javax.swing.JRadioButton("Show To Do items below events"), "");
- _jRadioButton0 = (javax.swing.JRadioButton)_registered(new javax.swing.JRadioButton("Show To Do items above events"), "");
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "todoItemPlacementRadioButtons")) != null)) {
- _nsMatrix0 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (com.webobjects.eointerface.swing.EOMatrix)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsMatrix0");
- } else {
- _nsMatrix0 = (com.webobjects.eointerface.swing.EOMatrix)_registered(new com.webobjects.eointerface.swing.EOMatrix(2, 1, 4, 2), "NSMatrix1");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "todoItemTimespanPopup")) != null)) {
- _popup1 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JComboBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_popup1");
- } else {
- _popup1 = (javax.swing.JComboBox)_registered(new javax.swing.JComboBox(), "NSPopUpButton");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "additionalDaysPopup")) != null)) {
- _popup0 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JComboBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_popup0");
- } else {
- _popup0 = (javax.swing.JComboBox)_registered(new javax.swing.JComboBox(), "NSPopUpButton");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "showAdditionalDaysButton")) != null)) {
- _nsButton9 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JCheckBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsButton9");
- } else {
- _nsButton9 = (javax.swing.JCheckBox)_registered(new javax.swing.JCheckBox("Show additional days in event list"), "NSButton4");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "windowBackgroundColorWell")) != null)) {
- _nsColorWell0 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (com.webobjects.eointerface.swing.EOView)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsColorWell0");
- } else {
- _nsColorWell0 = (com.webobjects.eointerface.swing.EOView)_registered(new com.webobjects.eointerface.swing.EOView(), "2");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "showMouseOverButton")) != null)) {
- _nsButton8 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JCheckBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsButton8");
- } else {
- _nsButton8 = (javax.swing.JCheckBox)_registered(new javax.swing.JCheckBox("Show mouse over effects"), "NSButton111");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "animateWindowButton")) != null)) {
- _nsButton7 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JCheckBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsButton7");
- } else {
- _nsButton7 = (javax.swing.JCheckBox)_registered(new javax.swing.JCheckBox("Animate opening of calendar window"), "NSButton2111");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "showCalendarWeeksButton")) != null)) {
- _nsButton6 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JCheckBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsButton6");
- } else {
- _nsButton6 = (javax.swing.JCheckBox)_registered(new javax.swing.JCheckBox("Show calendar week numbers"), "NSButton112");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "markDaysButton")) != null)) {
- _nsButton5 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JCheckBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsButton5");
- } else {
- _nsButton5 = (javax.swing.JCheckBox)_registered(new javax.swing.JCheckBox("Mark days with events in calendar"), "NSButton1");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "redSundaysButton")) != null)) {
- _nsButton4 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JCheckBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsButton4");
- } else {
- _nsButton4 = (javax.swing.JCheckBox)_registered(new javax.swing.JCheckBox("Show Sundays in red"), "NSButton211");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "weekStartButton")) != null)) {
- _nsButton3 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JCheckBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsButton3");
- } else {
- _nsButton3 = (javax.swing.JCheckBox)_registered(new javax.swing.JCheckBox("Week starts on Monday"), "NSButton21");
- }
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "showTooltipsButton")) != null)) {
- _nsButton2 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (javax.swing.JCheckBox)replacement;
- _replacedObjects.setObjectForKey(replacement, "_nsButton2");
- } else {
- _nsButton2 = (javax.swing.JCheckBox)_registered(new javax.swing.JCheckBox("Show tooltips for days"), "NSButton11");
- }
-
- _nsView0 = (com.webobjects.eointerface.swing.EOView)_registered(new com.webobjects.eointerface.swing.EOView(), "");
- _nsTabView0 = (javax.swing.JTabbedPane)_registered(new javax.swing.JTabbedPane(), "");
- _iBHelpConnector0 = (IBHelpConnector)_registered(new IBHelpConnector(), "");
- _nsButton0 = (javax.swing.JButton)_registered(new javax.swing.JButton(""), "NSButton31");
-
- if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "_window")) != null)) {
- _eoFrame0 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (com.webobjects.eointerface.swing.EOFrame)replacement;
- _replacedObjects.setObjectForKey(replacement, "_eoFrame0");
- } else {
- _eoFrame0 = (com.webobjects.eointerface.swing.EOFrame)_registered(new com.webobjects.eointerface.swing.EOFrame(), "Window");
- }
-
- _nsView2 = (JPanel)_eoFrame0.getContentPane();
- }
-
- protected void _awaken() {
- super._awaken();
- _nsButton1.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "resetWindowBackgroundColor", _nsButton1), ""));
-
- if (_replacedObjects.objectForKey("_eoFrame0") == null) {
- _connect(_eoFrame0, _owner(), "delegate");
- }
-
- _jRadioButton0.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayLists", _jRadioButton0), ""));
- _jRadioButton1.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayLists", _jRadioButton1), ""));
- _jRadioButton1.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayLists", _jRadioButton1), ""));
- _jRadioButton0.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayLists", _jRadioButton0), ""));
-
- if (_replacedObjects.objectForKey("_nsMatrix0") == null) {
- _connect(_owner(), _nsMatrix0, "todoItemPlacementRadioButtons");
- }
-
- _popup1.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayLists", _popup1), ""));
-
- if (_replacedObjects.objectForKey("_popup1") == null) {
- _popup1.setModel(new javax.swing.DefaultComboBoxModel());
- _popup1.addItem("all (no limit)");
- _popup1.addItem("due within one day");
- _popup1.addItem("due within two days");
- _popup1.addItem("due within three days");
- _popup1.addItem("due within one week");
- _popup1.addItem("due within two weeks");
- _popup1.addItem("due within four weeks");
- _popup1.addItem("due within six weeks");
- }
-
- if (_replacedObjects.objectForKey("_popup1") == null) {
- _connect(_owner(), _popup1, "todoItemTimespanPopup");
- }
-
- _popup0.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayLists", _popup0), ""));
-
- if (_replacedObjects.objectForKey("_popup0") == null) {
- _popup0.setModel(new javax.swing.DefaultComboBoxModel());
- _popup0.addItem("1 day");
- _popup0.addItem("3 days");
- _popup0.addItem("6 days");
- _popup0.addItem("7 days");
- _popup0.addItem("14 days");
- }
-
- if (_replacedObjects.objectForKey("_popup0") == null) {
- _connect(_owner(), _popup0, "additionalDaysPopup");
- }
-
- _nsButton9.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayLists", _nsButton9), ""));
-
- if (_replacedObjects.objectForKey("_nsButton9") == null) {
- _connect(_owner(), _nsButton9, "showAdditionalDaysButton");
- }
-
- _nsColorWell0.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "setBackgroundColorAction", _nsColorWell0), ""));
-
- if (_replacedObjects.objectForKey("_nsColorWell0") == null) {
- _connect(_owner(), _nsColorWell0, "windowBackgroundColorWell");
- }
-
- _nsButton8.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayCalendar", _nsButton8), ""));
-
- if (_replacedObjects.objectForKey("_nsButton8") == null) {
- _connect(_owner(), _nsButton8, "showMouseOverButton");
- }
-
- _nsButton7.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePreferences", _nsButton7), ""));
-
- if (_replacedObjects.objectForKey("_nsButton7") == null) {
- _connect(_owner(), _nsButton7, "animateWindowButton");
- }
-
- _nsButton6.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayCalendar", _nsButton6), ""));
-
- if (_replacedObjects.objectForKey("_nsButton6") == null) {
- _connect(_owner(), _nsButton6, "showCalendarWeeksButton");
- }
-
- if (_replacedObjects.objectForKey("_nsButton2") == null) {
- _connect(_owner(), _nsButton2, "showTooltipsButton");
- }
-
- _nsButton5.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayCalendar", _nsButton5), ""));
-
- if (_replacedObjects.objectForKey("_nsButton5") == null) {
- _connect(_owner(), _nsButton5, "markDaysButton");
- }
-
- _nsButton4.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayCalendar", _nsButton4), ""));
-
- if (_replacedObjects.objectForKey("_nsButton4") == null) {
- _connect(_owner(), _nsButton4, "redSundaysButton");
- }
-
- if (_replacedObjects.objectForKey("_nsButton3") == null) {
- _connect(_owner(), _nsButton3, "weekStartButton");
- }
-
- if (_replacedObjects.objectForKey("_nsButton3") == null) {
- _connect(_owner(), _nsButton3, "_initialKeyView");
- }
-
- _nsButton3.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayCalendar", _nsButton3), ""));
-
- if (_replacedObjects.objectForKey("_nsButton3") == null) {
- _connect(_owner(), _nsButton3, "_firstKeyView");
- }
-
- if (_replacedObjects.objectForKey("_eoFrame0") == null) {
- _connect(_owner(), _eoFrame0, "_window");
- }
-
- _nsButton2.addActionListener((com.webobjects.eointerface.swing.EOControlActionAdapter)_registered(new com.webobjects.eointerface.swing.EOControlActionAdapter(_owner(), "updatePrefsAndRedisplayCalendar", _nsButton2), ""));
- }
-
- protected void _init() {
- super._init();
- if (!(_nsBox2.getLayout() instanceof EOViewLayout)) { _nsBox2.setLayout(new EOViewLayout()); }
- _nsBox3.setSize(125, 1);
- _nsBox3.setLocation(2, 2);
- ((EOViewLayout)_nsBox2.getLayout()).setAutosizingMask(_nsBox3, EOViewLayout.MinYMargin);
- _nsBox2.add(_nsBox3);
- _nsBox2.setBorder(new com.webobjects.eointerface.swing._EODefaultBorder("", true, "Lucida Grande", 13, Font.PLAIN));
- _setFontForComponent(_nsTextField1, "Lucida Grande", 13, Font.PLAIN);
- _nsTextField1.setEditable(false);
- _nsTextField1.setOpaque(false);
- _nsTextField1.setText("Window background color:");
- _nsTextField1.setHorizontalAlignment(javax.swing.JTextField.LEFT);
- _nsTextField1.setSelectable(false);
- _nsTextField1.setEnabled(true);
- _nsTextField1.setBorder(null);
- if (!(_nsView1.getLayout() instanceof EOViewLayout)) { _nsView1.setLayout(new EOViewLayout()); }
- _nsButton7.setSize(368, 17);
- _nsButton7.setLocation(18, 23);
- ((EOViewLayout)_nsView1.getLayout()).setAutosizingMask(_nsButton7, EOViewLayout.MinYMargin);
- _nsView1.add(_nsButton7);
- _nsButton8.setSize(368, 17);
- _nsButton8.setLocation(18, 49);
- ((EOViewLayout)_nsView1.getLayout()).setAutosizingMask(_nsButton8, EOViewLayout.MinYMargin);
- _nsView1.add(_nsButton8);
- _nsColorWell0.setSize(54, 26);
- _nsColorWell0.setLocation(39, 187);
- ((EOViewLayout)_nsView1.getLayout()).setAutosizingMask(_nsColorWell0, EOViewLayout.MinYMargin);
- _nsView1.add(_nsColorWell0);
- _nsTextField1.setSize(370, 17);
- _nsTextField1.setLocation(18, 161);
- ((EOViewLayout)_nsView1.getLayout()).setAutosizingMask(_nsTextField1, EOViewLayout.MinYMargin);
- _nsView1.add(_nsTextField1);
- _nsButton1.setSize(178, 26);
- _nsButton1.setLocation(112, 188);
- ((EOViewLayout)_nsView1.getLayout()).setAutosizingMask(_nsButton1, EOViewLayout.MinYMargin);
- _nsView1.add(_nsButton1);
- _nsBox2.setSize(372, 5);
- _nsBox2.setLocation(12, 140);
- ((EOViewLayout)_nsView1.getLayout()).setAutosizingMask(_nsBox2, EOViewLayout.MinYMargin);
- _nsView1.add(_nsBox2);
- _nsButton9.setSize(368, 17);
- _nsButton9.setLocation(18, 75);
- ((EOViewLayout)_nsView1.getLayout()).setAutosizingMask(_nsButton9, EOViewLayout.MinYMargin);
- _nsView1.add(_nsButton9);
- _popup0.setSize(162, 26);
- _popup0.setLocation(41, 97);
- ((EOViewLayout)_nsView1.getLayout()).setAutosizingMask(_popup0, EOViewLayout.MinYMargin);
- _nsView1.add(_popup0);
- if (!(_nsBox0.getLayout() instanceof EOViewLayout)) { _nsBox0.setLayout(new EOViewLayout()); }
- _nsBox1.setSize(125, 1);
- _nsBox1.setLocation(2, 2);
- ((EOViewLayout)_nsBox0.getLayout()).setAutosizingMask(_nsBox1, EOViewLayout.MinYMargin);
- _nsBox0.add(_nsBox1);
- _nsBox0.setBorder(new com.webobjects.eointerface.swing._EODefaultBorder("", true, "Lucida Grande", 13, Font.PLAIN));
- _setFontForComponent(_nsTextField0, "Lucida Grande", 13, Font.PLAIN);
- _nsTextField0.setEditable(false);
- _nsTextField0.setOpaque(false);
- _nsTextField0.setText("Show To Do Items:");
- _nsTextField0.setHorizontalAlignment(javax.swing.JTextField.LEFT);
- _nsTextField0.setSelectable(false);
- _nsTextField0.setEnabled(true);
- _nsTextField0.setBorder(null);
- _setFontForComponent(_nsButton1, "Lucida Grande", 13, Font.PLAIN);
- _nsButton1.setMargin(new Insets(0, 2, 0, 2));
- _setFontForComponent(_jRadioButton1, "Lucida Grande", 13, Font.PLAIN);
- _setFontForComponent(_jRadioButton0, "Lucida Grande", 13, Font.PLAIN);
-
- if (_replacedObjects.objectForKey("_nsMatrix0") == null) {
- _jRadioButton0.setSize(362, 18);
- _jRadioButton0.setLocation(0, 0);
- _nsMatrix0.add(_jRadioButton0);
- _jRadioButton1.setSize(362, 18);
- _jRadioButton1.setLocation(0, 20);
- _nsMatrix0.add(_jRadioButton1);
- _setFontForComponent(_nsMatrix0, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_popup1") == null) {
- _setFontForComponent(_popup1, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_popup0") == null) {
- _setFontForComponent(_popup0, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_nsButton9") == null) {
- _setFontForComponent(_nsButton9, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_nsButton8") == null) {
- _setFontForComponent(_nsButton8, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_nsButton7") == null) {
- _setFontForComponent(_nsButton7, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_nsButton6") == null) {
- _setFontForComponent(_nsButton6, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_nsButton5") == null) {
- _setFontForComponent(_nsButton5, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_nsButton4") == null) {
- _setFontForComponent(_nsButton4, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_nsButton3") == null) {
- _setFontForComponent(_nsButton3, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (_replacedObjects.objectForKey("_nsButton2") == null) {
- _setFontForComponent(_nsButton2, "Lucida Grande", 13, Font.PLAIN);
- }
-
- if (!(_nsView0.getLayout() instanceof EOViewLayout)) { _nsView0.setLayout(new EOViewLayout()); }
- _nsButton2.setSize(368, 17);
- _nsButton2.setLocation(18, 78);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsButton2, EOViewLayout.MinYMargin);
- _nsView0.add(_nsButton2);
- _nsButton5.setSize(368, 17);
- _nsButton5.setLocation(18, 54);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsButton5, EOViewLayout.MinYMargin);
- _nsView0.add(_nsButton5);
- _nsButton4.setSize(368, 17);
- _nsButton4.setLocation(18, 30);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsButton4, EOViewLayout.MinYMargin);
- _nsView0.add(_nsButton4);
- _nsButton3.setSize(368, 17);
- _nsButton3.setLocation(18, 6);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsButton3, EOViewLayout.MinYMargin);
- _nsView0.add(_nsButton3);
- _nsButton6.setSize(368, 17);
- _nsButton6.setLocation(18, 102);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsButton6, EOViewLayout.MinYMargin);
- _nsView0.add(_nsButton6);
- _popup1.setSize(273, 26);
- _popup1.setLocation(40, 164);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_popup1, EOViewLayout.MinYMargin);
- _nsView0.add(_popup1);
- _nsTextField0.setSize(370, 17);
- _nsTextField0.setLocation(18, 141);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsTextField0, EOViewLayout.MinYMargin);
- _nsView0.add(_nsTextField0);
- _nsBox0.setSize(372, 5);
- _nsBox0.setLocation(12, 128);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsBox0, EOViewLayout.MinYMargin);
- _nsView0.add(_nsBox0);
- _nsMatrix0.setSize(362, 38);
- _nsMatrix0.setLocation(18, 198);
- ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsMatrix0, EOViewLayout.MinYMargin);
- _nsView0.add(_nsMatrix0);
- _nsTabView0.addTab("Basic", _nsView0);
- _nsTabView0.addTab("Advanced", _nsView1);
- _setFontForComponent(_nsButton0, "Lucida Grande", 13, Font.PLAIN + Font.BOLD);
- _nsButton0.setMargin(new Insets(0, 2, 0, 2));
- if (!(_nsView2.getLayout() instanceof EOViewLayout)) { _nsView2.setLayout(new EOViewLayout()); }
- _nsButton0.setSize(21, 24);
- _nsButton0.setLocation(428, 262);
- ((EOViewLayout)_nsView2.getLayout()).setAutosizingMask(_nsButton0, EOViewLayout.MinYMargin);
- _nsView2.add(_nsButton0);
- _nsTabView0.setSize(408, 276);
- _nsTabView0.setLocation(14, 14);
- ((EOViewLayout)_nsView2.getLayout()).setAutosizingMask(_nsTabView0, EOViewLayout.MinYMargin);
- _nsView2.add(_nsTabView0);
-
- if (_replacedObjects.objectForKey("_eoFrame0") == null) {
- _nsView2.setSize(462, 297);
- _eoFrame0.setTitle("Display");
- _eoFrame0.setLocation(165, 383);
- _eoFrame0.setSize(462, 297);
- }
- }
- }
-