home *** CD-ROM | disk | FTP | other *** search
- Save Format v2.0(1)
- @begin Form "Form3"
- Exported 0;
- Abstract 0;
- Interface 0;
- PackageName "";
-
- @begin Object "powersoft.jcm.ui.ModelessDialog"
- Font "Dialog-Plain-8";
- ControlScope "Private";
- BackColor "Color.lightGray";
- ForeColor "Color.black";
- Text "Modeless Dialog";
- Visible "0";
- DataSource "NULL";
- DataColumns "";
- BoundControl "0";
- @begin Event "powersoft.jcm.event.Close"
- GencodeSrcLine 68;
- FunctionName "Form3_Close";
- @end;
- @begin UserFunction "Form3()"
- Compiler 1;
- GencodeSrcLine 63;
- FunctionName "Form3::Form3()";
- @end;
- ResID 104;
- DesignName Form3;
- TabIndex 0;
- DesignRect 63,293,209,52;
- @end;
-
- @begin Object "powersoft.jcm.ui.TextBox"
- WTextBoxReadOnly 1;
- Font "<Inherited>";
- PasswordCharacter "0";
- BackColor "Color.lightGray";
- ForeColor "Color.black";
- Text "This is a Modeless 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 74;
- 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 88;
- @end;
-
- @begin-code BaseClassList
-
- extends powersoft.jcm.ui.ModelessDialog
-
- @end-code;
-
- @begin-code GeneratedClassContents
-
-
- @end-code;
-
- @begin-code Code "Form3::Form3()"
-
- public @CLASSNAME@()
- {
- super();
- }
-
- @end-code;
-
- @begin-code Code "Form3_Close"
-
- public boolean Form3_Close(powersoft.jcm.event.CloseEvent event)
- {
- setVisible( false );
- return false;
- }
-
- @end-code;
-
- @begin-code Code "cb_1_Click"
-
- public boolean cb_1_Click(powersoft.jcm.event.ClickEvent event)
- {
- setVisible( false );
- return false;
- }
-
- @end-code;
- @end;
-