-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdmins.dfm
More file actions
77 lines (77 loc) · 1.66 KB
/
Admins.dfm
File metadata and controls
77 lines (77 loc) · 1.66 KB
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
object AdminsForm: TAdminsForm
Left = 0
Top = 0
Caption = 'DM.DSObjects'
ClientHeight = 441
ClientWidth = 834
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object DBNavigator1: TDBNavigator
Left = 200
Top = 304
Width = 400
Height = 25
DataSource = DM.DSAdmins
TabOrder = 0
end
object Button1: TButton
Left = 48
Top = 376
Width = 113
Height = 41
Caption = #1053#1072#1079#1072#1076
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 672
Top = 376
Width = 113
Height = 41
Caption = #1044#1086#1076#1072#1090#1080' '#1072#1076#1084#1110#1085#1072
TabOrder = 2
OnClick = Button2Click
end
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 825
Height = 281
DataSource = DM.DSAdmins
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = 'Segoe UI'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'Administrator ID'
Visible = True
end
item
Expanded = False
FieldName = 'Name, surname'
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'Contact number'
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'User name'
Width = 100
Visible = True
end>
end
end