-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSysUsers.dfm
93 lines (93 loc) · 2.47 KB
/
SysUsers.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
object SysUsersForm: TSysUsersForm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #1044#1086#1073#1072#1074#1080#1090#1100' '#1087#1086#1083#1100#1079#1086#1074#1072#1090#1077#1083#1103
ClientHeight = 315
ClientWidth = 236
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 236
Height = 41
Align = alTop
TabOrder = 0
ExplicitLeft = 312
ExplicitTop = 192
ExplicitWidth = 185
object Label1: TLabel
Left = 8
Top = 0
Width = 199
Height = 39
Alignment = taCenter
Caption =
#1042#1099#1073#1077#1088#1080#1090#1077' '#1087#1086#1083#1100#1079#1086#1074#1072#1090#1077#1083#1103' (MSSQL Login) '#1076#1083#1103' '#1076#1086#1073#1072#1074#1083#1077#1085#1080#1103' '#1077#1075#1086' '#1074' '#1089#1087#1080#1089#1086#1082' ' +
#1087#1086#1083#1100#1079#1086#1074#1072#1090#1077#1083#1077#1081' '#1089#1080#1089#1090#1077#1084#1099'.'
WordWrap = True
end
end
object Panel2: TPanel
Left = 0
Top = 274
Width = 236
Height = 41
Align = alBottom
TabOrder = 1
ExplicitLeft = 152
ExplicitTop = 208
ExplicitWidth = 185
object BitBtn1: TBitBtn
Left = 24
Top = 8
Width = 75
Height = 25
Kind = bkOK
NumGlyphs = 2
TabOrder = 0
end
object BitBtn2: TBitBtn
Left = 120
Top = 8
Width = 75
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
Kind = bkCancel
NumGlyphs = 2
TabOrder = 1
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 236
Height = 233
Align = alClient
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'loginname'
Title.Alignment = taCenter
Title.Caption = 'MS SQL Login'
Width = 207
Visible = True
end>
end
end