/[cvs]/joko/TestArea/vb/ActiveDirectory/vb/04-AdsContainerExample/FormSetupLdap.frm
ViewVC logotype

Contents of /joko/TestArea/vb/ActiveDirectory/vb/04-AdsContainerExample/FormSetupLdap.frm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 23 23:17:28 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
+ initial check-in

1 VERSION 5.00
2 Begin VB.Form FormSetupLdap
3 BorderStyle = 5 'Sizable ToolWindow
4 Caption = "Setup LDAP-Connection"
5 ClientHeight = 5700
6 ClientLeft = 60
7 ClientTop = 300
8 ClientWidth = 9060
9 BeginProperty Font
10 Name = "Tahoma"
11 Size = 8.25
12 Charset = 0
13 Weight = 400
14 Underline = 0 'False
15 Italic = 0 'False
16 Strikethrough = 0 'False
17 EndProperty
18 LinkTopic = "Form2"
19 MaxButton = 0 'False
20 MinButton = 0 'False
21 ScaleHeight = 5700
22 ScaleWidth = 9060
23 ShowInTaskbar = 0 'False
24 StartUpPosition = 3 'Windows Default
25 Begin VB.CommandButton Command_Cancel
26 Caption = "&Cancel"
27 Height = 345
28 Left = 7410
29 TabIndex = 11
30 Top = 5250
31 Width = 1515
32 End
33 Begin VB.CommandButton Command_OK
34 Caption = "&OK"
35 Height = 345
36 Left = 5790
37 TabIndex = 10
38 Top = 5250
39 Width = 1515
40 End
41 Begin VB.OptionButton Option_Schema
42 Caption = "inside <basedn>, ou=Addressbooks, ou=<username> (flat hierarchy)"
43 Height = 285
44 Index = 1
45 Left = 660
46 TabIndex = 9
47 Top = 3390
48 Width = 7065
49 End
50 Begin VB.TextBox Text_DescriptionSchema
51 Appearance = 0 'Flat
52 BackColor = &H8000000B&
53 BorderStyle = 0 'None
54 BeginProperty Font
55 Name = "Courier New"
56 Size = 8.25
57 Charset = 0
58 Weight = 400
59 Underline = 0 'False
60 Italic = 0 'False
61 Strikethrough = 0 'False
62 EndProperty
63 Height = 945
64 Index = 1
65 Left = 990
66 Locked = -1 'True
67 MultiLine = -1 'True
68 TabIndex = 8
69 TabStop = 0 'False
70 Top = 3690
71 Width = 3435
72 End
73 Begin VB.TextBox Text_basedn
74 Height = 315
75 Left = 2010
76 TabIndex = 5
77 Top = 570
78 Width = 5745
79 End
80 Begin VB.TextBox Text_BaseDnSchema
81 Height = 315
82 Left = 1980
83 TabIndex = 2
84 Top = 1710
85 Width = 5715
86 End
87 Begin VB.TextBox Text_DescriptionSchema
88 Appearance = 0 'Flat
89 BackColor = &H8000000B&
90 BorderStyle = 0 'None
91 BeginProperty Font
92 Name = "Courier New"
93 Size = 8.25
94 Charset = 0
95 Weight = 400
96 Underline = 0 'False
97 Italic = 0 'False
98 Strikethrough = 0 'False
99 EndProperty
100 Height = 945
101 Index = 0
102 Left = 990
103 Locked = -1 'True
104 MultiLine = -1 'True
105 TabIndex = 1
106 TabStop = 0 'False
107 Top = 2400
108 Width = 3435
109 End
110 Begin VB.OptionButton Option_Schema
111 Caption = "inside <basedn>, ou=People, cn=<username>, ou=Addressbook (deeply nested)"
112 Height = 285
113 Index = 0
114 Left = 660
115 TabIndex = 0
116 Top = 2100
117 Width = 7035
118 End
119 Begin VB.Label Label_AddressBookBase
120 Caption = "Addressbook-DN (ou):"
121 Height = 255
122 Left = 360
123 TabIndex = 7
124 Top = 1740
125 Width = 1695
126 End
127 Begin VB.Label Label_basedn
128 Caption = "Base-DN:"
129 Height = 255
130 Left = 1260
131 TabIndex = 6
132 Top = 600
133 Width = 705
134 End
135 Begin VB.Label Label_BindDn
136 Caption = "Please enter your connection information:"
137 Height = 255
138 Left = 210
139 TabIndex = 4
140 Top = 210
141 Width = 3675
142 End
143 Begin VB.Label Label_Schema
144 Caption = "Please choose ""organizationalUnit"" where to store your Addressbook:"
145 Height = 255
146 Left = 210
147 TabIndex = 3
148 Top = 1380
149 Width = 5085
150 End
151 End
152 Attribute VB_Name = "FormSetupLdap"
153 Attribute VB_GlobalNameSpace = False
154 Attribute VB_Creatable = False
155 Attribute VB_PredeclaredId = True
156 Attribute VB_Exposed = False
157 Private Sub Form_Load()
158 Text_DescriptionSchema(0).Text = "For Directory schemes like:" & vbCrLf & _
159 "ou=People" & vbCrLf & _
160 " cn=MyName" & vbCrLf & _
161 " ou=Addressbook"
162 Text_DescriptionSchema(1).Text = "For Directory schemes like:" & vbCrLf & _
163 "ou=Addressbooks" & vbCrLf & _
164 " ou=MyName" & vbCrLf
165 End Sub
166

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed