-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdminAdd.dfm
More file actions
55 lines (55 loc) · 1.24 KB
/
AdminAdd.dfm
File metadata and controls
55 lines (55 loc) · 1.24 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
object AdminAddForm: TAdminAddForm
Left = 0
Top = 0
ClientHeight = 283
ClientWidth = 514
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object Edit1: TEdit
Left = 104
Top = 80
Width = 121
Height = 23
TabOrder = 0
TextHint = #1042#1074#1077#1076#1110#1090#1100' '#1055#1030#1055
end
object Edit2: TEdit
Left = 288
Top = 80
Width = 121
Height = 23
TabOrder = 1
TextHint = #1042#1074#1077#1076#1110#1090#1100' '#1085#1086#1084#1077#1088
end
object Button1: TButton
Left = 288
Top = 184
Width = 121
Height = 25
Caption = #1044#1086#1076#1072#1090#1080
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 104
Top = 184
Width = 121
Height = 25
Caption = #1047#1072#1082#1088#1080#1090#1080
TabOrder = 3
OnClick = Button2Click
end
object ComboBox1: TComboBox
Left = 176
Top = 136
Width = 169
Height = 23
TabOrder = 4
TextHint = #1042#1080#1073#1077#1088#1110#1090#1100' '#1082#1086#1088#1080#1089#1090#1091#1074#1072#1095#1072
end
end