home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD172973192001.psc / ViewTree.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-03-19  |  2.1 KB  |  66 lines

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
  3. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
  4. Begin VB.Form frmViewTree 
  5.    Caption         =   "XML Tree "
  6.    ClientHeight    =   10890
  7.    ClientLeft      =   165
  8.    ClientTop       =   735
  9.    ClientWidth     =   9495
  10.    Icon            =   "ViewTree.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   10890
  13.    ScaleWidth      =   9495
  14.    StartUpPosition =   3  'Windows Default
  15.    Begin VB.TextBox txtXSL 
  16.       Height          =   285
  17.       Left            =   6780
  18.       TabIndex        =   16
  19.       Text            =   "c:\temp\TreeDesign.xsl"
  20.       Top             =   3120
  21.       Width           =   2625
  22.    End
  23.    Begin VB.CommandButton cmdClearLog 
  24.       Caption         =   "Clear Log"
  25.       Height          =   345
  26.       Left            =   6930
  27.       TabIndex        =   14
  28.       Top             =   8760
  29.       Width           =   1665
  30.    End
  31.    Begin VB.TextBox txtLog 
  32.       Appearance      =   0  'Flat
  33.       BackColor       =   &H80000013&
  34.       BorderStyle     =   0  'None
  35.       Height          =   2025
  36.       Left            =   60
  37.       MultiLine       =   -1  'True
  38.       ScrollBars      =   2  'Vertical
  39.       TabIndex        =   12
  40.       Top             =   8820
  41.       Width           =   6675
  42.    End
  43.    Begin MSComDlg.CommonDialog Dialog1 
  44.       Left            =   7500
  45.       Top             =   7860
  46.       _ExtentX        =   847
  47.       _ExtentY        =   847
  48.       _Version        =   393216
  49.       DefaultExt      =   "xml"
  50.       DialogTitle     =   "Open XML file"
  51.       Filter          =   "xml"
  52.    End
  53.    Begin VB.Frame frameAdd 
  54.       Caption         =   "Add node"
  55.       Height          =   2715
  56.       Left            =   6750
  57.       TabIndex        =   8
  58.       Top             =   30
  59.       Width           =   2685
  60.       Begin VB.CommandButton cmdAddNode 
  61.          Caption         =   "Add Node"
  62.          Height          =   345
  63.          Left            =   660
  64.          TabIndex        =   7
  65.          Tth           =   26
  66.