home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / MorphRange205133332007.psc / Form2.frm < prev    next >
Text File  |  2007-01-04  |  2KB  |  68 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    Caption         =   "RW_ShowLED Property"
  4.    ClientHeight    =   1965
  5.    ClientLeft      =   60
  6.    ClientTop       =   450
  7.    ClientWidth     =   4680
  8.    LinkTopic       =   "Form2"
  9.    ScaleHeight     =   1965
  10.    ScaleWidth      =   4680
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin prjRangeRoamer.MorphRangeRoamer MorphRangeRoamer1 
  13.       Height          =   1080
  14.       Left            =   120
  15.       TabIndex        =   0
  16.       Top             =   240
  17.       Width           =   615
  18.       _ExtentX        =   1085
  19.       _ExtentY        =   1905
  20.       RW_GenerateEvent=   0   'False
  21.       UD_IncrementInterval=   100
  22.       Value           =   1
  23.       ValueMax        =   762342
  24.    End
  25.    Begin prjRangeRoamer.MorphRangeRoamer MorphRangeRoamer2 
  26.       Height          =   1080
  27.       Left            =   3960
  28.       TabIndex        =   1
  29.       Top             =   240
  30.       Width           =   615
  31.       _ExtentX        =   1085
  32.       _ExtentY        =   1905
  33.       RW_ShowLED      =   0   'False
  34.       UD_IncrementInterval=   100
  35.       Value           =   1
  36.       ValueMax        =   762342
  37.    End
  38.    Begin VB.Label Label2 
  39.       Caption         =   $"Form2.frx":0000
  40.       Height          =   1935
  41.       Left            =   960
  42.       TabIndex        =   3
  43.       Top             =   120
  44.       Width           =   2775
  45.    End
  46.    Begin VB.Label Label1 
  47.       Appearance      =   0  'Flat
  48.       BackColor       =   &H80000005&
  49.       BorderStyle     =   1  'Fixed Single
  50.       Caption         =   "1"
  51.       ForeColor       =   &H80000008&
  52.       Height          =   255
  53.       Left            =   3960
  54.       TabIndex        =   2
  55.       Top             =   1440
  56.       Width           =   615
  57.    End
  58. End
  59. Attribute VB_Name = "Form2"
  60. Attribute VB_GlobalNameSpace = False
  61. Attribute VB_Creatable = False
  62. Attribute VB_PredeclaredId = True
  63. Attribute VB_Exposed = False
  64. Private Sub MorphRangeRoamer2_Change()
  65.    Label1.Caption = MorphRangeRoamer2.Value
  66. End Sub
  67.  
  68.