home *** CD-ROM | disk | FTP | other *** search
- Save Format v2.0(1)
- @begin Form "Form2"
- Exported 0;
- Abstract 0;
- Interface 0;
- PackageName "";
-
- @begin Object "powersoft.jcm.ui.Dialog"
- Font "Dialog-Plain-8";
- ControlScope "Private";
- BackColor "Color.lightGray";
- ForeColor "Color.black";
- Text "Modal Dialog";
- Visible "1";
- DataSource "NULL";
- DataColumns "";
- BoundControl "0";
- @begin UserFunction "Form2()"
- Compiler 1;
- GencodeSrcLine 57;
- FunctionName "Form2::Form2()";
- @end;
- ResID 103;
- DesignName Form2;
- TabIndex 0;
- DesignRect 63,234,208,52;
- @end;
-
- @begin Object "powersoft.jcm.ui.TextBox"
- WTextBoxReadOnly 1;
- Font "<Inherited>";
- PasswordCharacter "0";
- BackColor "Color.lightGray";
- ForeColor "Color.black";
- Text "This is a Modal Dialog";
- Visible "1";
- DataSource "NULL";
- DataColumns "";
- BoundControl "0";
- ResID 100;
- DesignName textb_1;
- TabIndex 0;
- DesignRect 5,5,120,25;
- @end;
-
- @begin Object "powersoft.jcm.ui.CommandButton"
- Font "<Inherited>";
- BackColor "Color.lightGray";
- ForeColor "Color.black";
- Text "OK";
- Visible "1";
- DataSource "NULL";
- DataColumns "";
- BoundControl "0";
- @begin Event "powersoft.jcm.event.Click"
- GencodeSrcLine 62;
- FunctionName "cb_1_Click";
- @end;
- ResID 101;
- DesignName cb_1;
- TabIndex 1;
- DesignRect 130,5,40,15;
- @end;
-
- @begin HPPPrefixBlock
- @begin-code HPPPrefix
-
- // add your custom import statements here
-
- @end-code;
- GencodeSrcLine 13;
- @end;
-
- @begin ClassContentsBlock
- @begin-code ClassContents
-
- // add your data members here
-
- @end-code;
- GencodeSrcLine 77;
- @end;
-
- @begin-code BaseClassList
-
- extends powersoft.jcm.ui.Dialog
-
- @end-code;
-
- @begin-code GeneratedClassContents
-
-
- @end-code;
-
- @begin-code Code "Form2::Form2()"
-
- public @CLASSNAME@()
- {
- super();
- }
-
- @end-code;
-
- @begin-code Code "cb_1_Click"
-
- public boolean cb_1_Click(powersoft.jcm.event.ClickEvent event)
- {
- destroy();
- //setFocus( true );
- return false;
- }
-
- @end-code;
- @end;
-