home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / OLS / WIN16 / ESAVER04 / ESAVER04.LZH / ESSRC04.LZH / ESERRBOX.FRM < prev    next >
Text File  |  1995-05-05  |  973b  |  34 lines

  1. VERSION 2.00
  2. Begin Form ESErrBox 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  '固定(2重線)
  5.    Caption         =   "えぐぜせ~ば~"
  6.    ControlBox      =   0   'False
  7.    Height          =   855
  8.    Left            =   1035
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   495
  13.    ScaleWidth      =   5280
  14.    Top             =   1050
  15.    Width           =   5400
  16.    Begin Label lblErrMsg 
  17.       BorderStyle     =   1  '実線
  18.       Caption         =   "ErrMsg"
  19.       FontBold        =   0   'False
  20.       FontItalic      =   0   'False
  21.       FontName        =   "標準ゴシック"
  22.       FontSize        =   10.5
  23.       FontStrikethru  =   0   'False
  24.       FontUnderline   =   0   'False
  25.       Height          =   255
  26.       Left            =   120
  27.       TabIndex        =   0
  28.       Top             =   120
  29.       Width           =   5055
  30.    End
  31. End
  32. Option Explicit
  33.  
  34.