home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
- Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
- Begin VB.Form frmViewTree
- Caption = "XML Tree "
- ClientHeight = 10890
- ClientLeft = 165
- ClientTop = 735
- ClientWidth = 9495
- Icon = "ViewTree.frx":0000
- LinkTopic = "Form1"
- ScaleHeight = 10890
- ScaleWidth = 9495
- StartUpPosition = 3 'Windows Default
- Begin VB.TextBox txtXSL
- Height = 285
- Left = 6780
- TabIndex = 16
- Text = "c:\temp\TreeDesign.xsl"
- Top = 3120
- Width = 2625
- End
- Begin VB.CommandButton cmdClearLog
- Caption = "Clear Log"
- Height = 345
- Left = 6930
- TabIndex = 14
- Top = 8760
- Width = 1665
- End
- Begin VB.TextBox txtLog
- Appearance = 0 'Flat
- BackColor = &H80000013&
- BorderStyle = 0 'None
- Height = 2025
- Left = 60
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 12
- Top = 8820
- Width = 6675
- End
- Begin MSComDlg.CommonDialog Dialog1
- Left = 7500
- Top = 7860
- _ExtentX = 847
- _ExtentY = 847
- _Version = 393216
- DefaultExt = "xml"
- DialogTitle = "Open XML file"
- Filter = "xml"
- End
- Begin VB.Frame frameAdd
- Caption = "Add node"
- Height = 2715
- Left = 6750
- TabIndex = 8
- Top = 30
- Width = 2685
- Begin VB.CommandButton cmdAddNode
- Caption = "Add Node"
- Height = 345
- Left = 660
- TabIndex = 7
- Tth = 26
-