home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / bp_4_94 / vbwin / vbsetup / status.frm < prev    next >
Text File  |  1994-09-23  |  3KB  |  102 lines

  1. VERSION 2.00
  2. Begin Form frm_StatusDlg 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H00C0C0C0&
  5.    BorderStyle     =   1  'Fixed Single
  6.    ClientHeight    =   1875
  7.    ClientLeft      =   2295
  8.    ClientTop       =   2310
  9.    ClientWidth     =   4935
  10.    ControlBox      =   0   'False
  11.    Height          =   2280
  12.    Left            =   2235
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form2"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   1875
  18.    ScaleWidth      =   4935
  19.    Top             =   1965
  20.    Width           =   5055
  21.    Begin Frame fra_DestFile 
  22.       BackColor       =   &H00C0C0C0&
  23.       Caption         =   "Zieldatei"
  24.       Height          =   555
  25.       Left            =   180
  26.       TabIndex        =   0
  27.       Top             =   720
  28.       Width           =   4575
  29.       Begin Label lab_DestFile 
  30.          Alignment       =   2  'Center
  31.          BackStyle       =   0  'Transparent
  32.          Height          =   195
  33.          Left            =   120
  34.          TabIndex        =   3
  35.          Top             =   240
  36.          Width           =   4335
  37.       End
  38.    End
  39.    Begin Frame fra_SourceFile 
  40.       BackColor       =   &H00C0C0C0&
  41.       Caption         =   "Quelldatei"
  42.       Height          =   555
  43.       Left            =   180
  44.       TabIndex        =   5
  45.       Top             =   120
  46.       Width           =   4575
  47.       Begin Label lab_SourceFile 
  48.          Alignment       =   2  'Center
  49.          BackStyle       =   0  'Transparent
  50.          Height          =   195
  51.          Left            =   120
  52.          TabIndex        =   6
  53.          Top             =   240
  54.          Width           =   4335
  55.       End
  56.    End
  57.    Begin PictureBox pic_StatusBar1 
  58.       FillColor       =   &H00FF0000&
  59.       ForeColor       =   &H00FF0000&
  60.       Height          =   255
  61.       Left            =   180
  62.       ScaleHeight     =   225
  63.       ScaleWidth      =   4545
  64.       TabIndex        =   2
  65.       Top             =   1440
  66.       Width           =   4575
  67.    End
  68.    Begin PictureBox pic_StatusBar2 
  69.       AutoRedraw      =   -1  'True
  70.       BorderStyle     =   0  'None
  71.       Height          =   255
  72.       Left            =   180
  73.       ScaleHeight     =   255
  74.       ScaleWidth      =   4575
  75.       TabIndex        =   1
  76.       Top             =   2400
  77.       Width           =   4575
  78.    End
  79.    Begin Label lab_Total 
  80.       Height          =   255
  81.       Left            =   180
  82.       TabIndex        =   4
  83.       Top             =   1980
  84.       Visible         =   0   'False
  85.       Width           =   855
  86.    End
  87. End
  88. '============================================================
  89. ' Projekt        : Setup-Steuerung mit Hilfe von Makros
  90. ' Formname       : STATUS.FRM
  91. ' Aufgabe        : Status-Dialogfenster
  92. ' Copyright      : Arthur Burda
  93. ' Compiler       : Visual Basic 3.0 fⁿr Windows
  94. '============================================================
  95. ' l. ─nderung am : 26.07.1994
  96. ' Version        : 1.00
  97. ' Bemerkungen    : Erste Implementierung
  98. '------------------------------------------------------------
  99.  
  100. Option Explicit
  101.  
  102.