home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form DESTFORM
- BorderStyle = 3 'Fixed Dialog
- Caption = "DESTINATION PROJECT"
- ClientHeight = 2430
- ClientLeft = 3105
- ClientTop = 3525
- ClientWidth = 6330
- Height = 2835
- Left = 3045
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2430
- ScaleWidth = 6330
- ShowInTaskbar = 0 'False
- Top = 3180
- Width = 6450
- Begin VB.CommandButton Command1
- Caption = "&Connect to Other VB Project"
- Height = 285
- Left = 2610
- TabIndex = 1
- Top = 180
- Width = 3390
- End
- Begin VB.TextBox Text1
- Height = 285
- Left = 405
- LinkItem = "Text1"
- LinkTopic = "SAMPLESR|FORMSOURCE"
- TabIndex = 0
- Top = 180
- Width = 2040
- End
- Begin VB.Label Label7
- Caption = $"DESTFORM.frx":0000
- Height = 375
- Left = 135
- TabIndex = 5
- Top = 1890
- Width = 5280
- End
- Begin VB.Line Line5
- X1 = 4905
- X2 = 4905
- Y1 = 495
- Y2 = 765
- End
- Begin VB.Line Line4
- X1 = 4545
- X2 = 4905
- Y1 = 765
- Y2 = 765
- End
- Begin VB.Label Label3
- Caption = "Text1.LinkMode = 1 Automatic Mode"
- Height = 240
- Left = 1755
- TabIndex = 4
- Top = 675
- Width = 2760
- End
- Begin VB.Line Line3
- X1 = 315
- X2 = 180
- Y1 = 360
- Y2 = 360
- End
- Begin VB.Line Line2
- X1 = 180
- X2 = 180
- Y1 = 360
- Y2 = 1215
- End
- Begin VB.Line Line1
- X1 = 540
- X2 = 180
- Y1 = 1215
- Y2 = 1215
- End
- Begin VB.Label Label2
- Caption = "Text1.LinkITem = Text1"
- Height = 195
- Left = 630
- TabIndex = 3
- Top = 1395
- Width = 3705
- End
- Begin VB.Label Label1
- Caption = "Text1.LinkTopic = SAMPLESR|FORMSOURCE"
- Height = 285
- Left = 630
- TabIndex = 2
- Top = 1125
- Width = 3840
- End
- Attribute VB_Name = "DESTFORM"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Text1.LinkMode = 1
- End Sub
-