home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / vb4dde / destform.frm (.txt) next >
Encoding:
Visual Basic Form  |  1996-11-20  |  3.0 KB  |  104 lines

  1. VERSION 4.00
  2. Begin VB.Form DESTFORM 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "DESTINATION PROJECT"
  5.    ClientHeight    =   2430
  6.    ClientLeft      =   3105
  7.    ClientTop       =   3525
  8.    ClientWidth     =   6330
  9.    Height          =   2835
  10.    Left            =   3045
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2430
  15.    ScaleWidth      =   6330
  16.    ShowInTaskbar   =   0   'False
  17.    Top             =   3180
  18.    Width           =   6450
  19.    Begin VB.CommandButton Command1 
  20.       Caption         =   "&Connect to Other VB Project"
  21.       Height          =   285
  22.       Left            =   2610
  23.       TabIndex        =   1
  24.       Top             =   180
  25.       Width           =   3390
  26.    End
  27.    Begin VB.TextBox Text1 
  28.       Height          =   285
  29.       Left            =   405
  30.       LinkItem        =   "Text1"
  31.       LinkTopic       =   "SAMPLESR|FORMSOURCE"
  32.       TabIndex        =   0
  33.       Top             =   180
  34.       Width           =   2040
  35.    End
  36.    Begin VB.Label Label7 
  37.       Caption         =   $"DESTFORM.frx":0000
  38.       Height          =   375
  39.       Left            =   135
  40.       TabIndex        =   5
  41.       Top             =   1890
  42.       Width           =   5280
  43.    End
  44.    Begin VB.Line Line5 
  45.       X1              =   4905
  46.       X2              =   4905
  47.       Y1              =   495
  48.       Y2              =   765
  49.    End
  50.    Begin VB.Line Line4 
  51.       X1              =   4545
  52.       X2              =   4905
  53.       Y1              =   765
  54.       Y2              =   765
  55.    End
  56.    Begin VB.Label Label3 
  57.       Caption         =   "Text1.LinkMode = 1 Automatic Mode"
  58.       Height          =   240
  59.       Left            =   1755
  60.       TabIndex        =   4
  61.       Top             =   675
  62.       Width           =   2760
  63.    End
  64.    Begin VB.Line Line3 
  65.       X1              =   315
  66.       X2              =   180
  67.       Y1              =   360
  68.       Y2              =   360
  69.    End
  70.    Begin VB.Line Line2 
  71.       X1              =   180
  72.       X2              =   180
  73.       Y1              =   360
  74.       Y2              =   1215
  75.    End
  76.    Begin VB.Line Line1 
  77.       X1              =   540
  78.       X2              =   180
  79.       Y1              =   1215
  80.       Y2              =   1215
  81.    End
  82.    Begin VB.Label Label2 
  83.       Caption         =   "Text1.LinkITem = Text1"
  84.       Height          =   195
  85.       Left            =   630
  86.       TabIndex        =   3
  87.       Top             =   1395
  88.       Width           =   3705
  89.    End
  90.    Begin VB.Label Label1 
  91.       Caption         =   "Text1.LinkTopic = SAMPLESR|FORMSOURCE"
  92.       Height          =   285
  93.       Left            =   630
  94.       TabIndex        =   2
  95.       Top             =   1125
  96.       Width           =   3840
  97.    End
  98. Attribute VB_Name = "DESTFORM"
  99. Attribute VB_Creatable = False
  100. Attribute VB_Exposed = False
  101. Private Sub Command1_Click()
  102. Text1.LinkMode = 1
  103. End Sub
  104.