forked from ibv/LDAP-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOu.dfm
137 lines (137 loc) · 2.59 KB
/
Ou.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
object OuDlg: TOuDlg
Left = 417
Height = 407
Top = 158
Width = 358
BorderStyle = bsDialog
Caption = 'Create Organizational Unit'
ClientHeight = 407
ClientWidth = 358
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnClose = FormClose
OnDestroy = FormDestroy
Position = poMainFormCenter
LCLVersion = '1.6.0.4'
object NameLabel: TLabel
Left = 16
Height = 13
Top = 16
Width = 37
Caption = '&Name:'
ParentColor = False
end
object ou: TEdit
Left = 16
Height = 19
Top = 32
Width = 329
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 16
Height = 289
Top = 64
Width = 329
ClientHeight = 285
ClientWidth = 325
TabOrder = 1
object Label18: TLabel
Left = 16
Height = 13
Top = 80
Width = 39
Caption = '&Street:'
ParentColor = False
end
object Label19: TLabel
Left = 16
Height = 13
Top = 224
Width = 86
Caption = 'State/&Province:'
ParentColor = False
end
object Label24: TLabel
Left = 232
Height = 13
Top = 224
Width = 56
Caption = '&Zip Code:'
ParentColor = False
end
object Label31: TLabel
Left = 16
Height = 13
Top = 176
Width = 24
Caption = '&City:'
ParentColor = False
end
object Label1: TLabel
Left = 16
Height = 13
Top = 24
Width = 68
Caption = '&Description:'
ParentColor = False
end
object postalAddress: TMemo
Left = 16
Height = 73
Top = 96
Width = 297
TabOrder = 1
end
object st: TEdit
Left = 16
Height = 19
Top = 240
Width = 209
TabOrder = 3
end
object postalCode: TEdit
Left = 232
Height = 19
Top = 240
Width = 81
TabOrder = 4
end
object l: TEdit
Left = 16
Height = 19
Top = 192
Width = 297
TabOrder = 2
end
object description: TEdit
Left = 16
Height = 19
Top = 40
Width = 297
TabOrder = 0
end
end
object OKBtn: TButton
Left = 104
Height = 25
Top = 368
Width = 75
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CancelBtn: TButton
Left = 184
Height = 25
Top = 368
Width = 75
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
end