forked from ibv/LDAP-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLocality.dfm
107 lines (107 loc) · 2.02 KB
/
Locality.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
object LocalityDlg: TLocalityDlg
Left = 260
Height = 357
Top = 90
Width = 358
BorderStyle = bsDialog
Caption = 'Create locality'
ClientHeight = 357
ClientWidth = 358
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnClose = FormClose
OnDestroy = FormDestroy
Position = poOwnerFormCenter
LCLVersion = '1.6.0.4'
object NameLabel: TLabel
Left = 16
Height = 13
Top = 16
Width = 37
Caption = '&Name:'
ParentColor = False
end
object l: TEdit
Left = 16
Height = 19
Top = 32
Width = 329
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 16
Height = 241
Top = 64
Width = 329
ClientHeight = 237
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 = 184
Width = 86
Caption = 'State/&Province:'
ParentColor = False
end
object Label1: TLabel
Left = 16
Height = 13
Top = 24
Width = 68
Caption = '&Description:'
ParentColor = False
end
object street: TMemo
Left = 16
Height = 73
Top = 96
Width = 297
TabOrder = 1
end
object st: TEdit
Left = 16
Height = 19
Top = 200
Width = 209
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 = 320
Width = 75
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CancelBtn: TButton
Left = 184
Height = 25
Top = 320
Width = 75
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
end