home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / samples.z / Form2.wxf < prev    next >
Text File  |  1997-01-28  |  2KB  |  114 lines

  1. Save Format v2.0(1)
  2. @begin Form "Form2"
  3.  Exported 0;
  4.  Abstract 0;
  5.  Interface 0;
  6.  PackageName "";
  7.  
  8.  @begin Object "powersoft.jcm.ui.Dialog"
  9.   Font "Dialog-Plain-8";
  10.   ControlScope "Private";
  11.   BackColor "Color.lightGray";
  12.   ForeColor "Color.black";
  13.   Text "Modal Dialog";
  14.   Visible "1";
  15.   DataSource "NULL";
  16.   DataColumns "";
  17.   BoundControl "0";
  18.   @begin UserFunction "Form2()"
  19.    Compiler 1;
  20.    GencodeSrcLine 57;
  21.    FunctionName "Form2::Form2()";
  22.   @end;
  23.   ResID 103;
  24.   DesignName Form2;
  25.   TabIndex 0;
  26.   DesignRect 63,234,208,52;
  27.  @end;
  28.  
  29.  @begin Object "powersoft.jcm.ui.TextBox"
  30.   WTextBoxReadOnly 1;
  31.   Font "<Inherited>";
  32.   PasswordCharacter "0";
  33.   BackColor "Color.lightGray";
  34.   ForeColor "Color.black";
  35.   Text "This is a Modal Dialog";
  36.   Visible "1";
  37.   DataSource "NULL";
  38.   DataColumns "";
  39.   BoundControl "0";
  40.   ResID 100;
  41.   DesignName textb_1;
  42.   TabIndex 0;
  43.   DesignRect 5,5,120,25;
  44.  @end;
  45.  
  46.  @begin Object "powersoft.jcm.ui.CommandButton"
  47.   Font "<Inherited>";
  48.   BackColor "Color.lightGray";
  49.   ForeColor "Color.black";
  50.   Text "OK";
  51.   Visible "1";
  52.   DataSource "NULL";
  53.   DataColumns "";
  54.   BoundControl "0";
  55.   @begin Event "powersoft.jcm.event.Click"
  56.    GencodeSrcLine 62;
  57.    FunctionName "cb_1_Click";
  58.   @end;
  59.   ResID 101;
  60.   DesignName cb_1;
  61.   TabIndex 1;
  62.   DesignRect 130,5,40,15;
  63.  @end;
  64.  
  65.  @begin HPPPrefixBlock
  66. @begin-code HPPPrefix
  67.  
  68. // add your custom import statements here
  69.  
  70. @end-code;
  71.   GencodeSrcLine 13;
  72.  @end;
  73.  
  74.  @begin ClassContentsBlock
  75. @begin-code ClassContents
  76.  
  77.     // add your data members here
  78.  
  79. @end-code;
  80.   GencodeSrcLine 77;
  81.  @end;
  82.  
  83. @begin-code BaseClassList
  84.  
  85. extends powersoft.jcm.ui.Dialog
  86.  
  87. @end-code;
  88.  
  89. @begin-code GeneratedClassContents
  90.  
  91.  
  92. @end-code;
  93.  
  94. @begin-code Code "Form2::Form2()"
  95.  
  96.     public @CLASSNAME@()
  97.     {
  98.         super();
  99.     }
  100.  
  101. @end-code;
  102.  
  103. @begin-code Code "cb_1_Click"
  104.  
  105.     public boolean cb_1_Click(powersoft.jcm.event.ClickEvent event)
  106.     {
  107.         destroy();
  108.         //setFocus( true );
  109.         return false;
  110.     }
  111.  
  112. @end-code;
  113. @end;
  114.