home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / DataLink / AccountExp.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-12-07  |  1.7 KB  |  60 lines

  1. VERSION 5.00
  2. Begin VB.Form frmDataEnv 
  3.    Caption         =   "Active Directory Data Report"
  4.    ClientHeight    =   5010
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   8520
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   5010
  10.    ScaleWidth      =   8520
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton cmdADSQL 
  13.       Caption         =   "Active Directory - SQL Join"
  14.       Height          =   450
  15.       Left            =   2715
  16.       TabIndex        =   1
  17.       Top             =   2430
  18.       Width           =   2340
  19.    End
  20.    Begin VB.CommandButton cmdAccExp 
  21.       Caption         =   "Account Expiration"
  22.       Height          =   450
  23.       Left            =   1335
  24.       TabIndex        =   0
  25.       Top             =   615
  26.       Width           =   2025
  27.    End
  28.    Begin VB.Image Image3 
  29.       Height          =   1350
  30.       Left            =   1110
  31.       Picture         =   "AccountExp.frx":0000
  32.       Top             =   2085
  33.       Width           =   1515
  34.    End
  35.    Begin VB.Image Image2 
  36.       Height          =   825
  37.       Left            =   345
  38.       Picture         =   "AccountExp.frx":05FC
  39.       Top             =   450
  40.       Width           =   825
  41.    End
  42.    Begin VB.Image Image1 
  43.       Height          =   11520
  44.       Left            =   30
  45.       Picture         =   "AccountExp.frx":10EB
  46.       Top             =   -120
  47.       Width           =   15360
  48.    End
  49. Attribute VB_Name = "frmDataEnv"
  50. Attribute VB_GlobalNameSpace = False
  51. Attribute VB_Creatable = False
  52. Attribute VB_PredeclaredId = True
  53. Attribute VB_Exposed = False
  54. Private Sub cmdAccExp_Click()
  55. AccountExp.Show
  56. End Sub
  57. Private Sub cmdADSQL_Click()
  58. HeteroJoin.Show
  59. End Sub
  60.