-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuMain.dfm
106 lines (106 loc) · 2.99 KB
/
uMain.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
object Main_Form: TMain_Form
Left = 0
Top = 0
Caption = #1057#1086#1092#1090#1091#1077#1088' '#1079#1072' '#1040#1075#1077#1085#1094#1080#1103
ClientHeight = 431
ClientWidth = 584
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poDesktopCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
TextHeight = 15
object Panel1: TPanel
Left = 0
Top = 0
Width = 169
Height = 431
Align = alLeft
TabOrder = 0
ExplicitHeight = 428
object Label_Agency: TLabel
Left = 24
Top = 32
Width = 118
Height = 21
Caption = #1044#1086#1073#1072#1074#1080' '#1040#1075#1077#1085#1094#1080#1103
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = Label_AgencyClick
OnMouseEnter = Label_AgencyMouseEnter
OnMouseLeave = Label_AgencyMouseLeave
end
object Label_Agents: TLabel
Left = 24
Top = 55
Width = 98
Height = 21
Caption = #1044#1086#1073#1072#1074#1080' '#1040#1075#1077#1085#1090
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = Label_AgentsClick
OnMouseEnter = Label_AgencyMouseEnter
OnMouseLeave = Label_AgencyMouseLeave
end
object Label_Seller: TLabel
Left = 24
Top = 107
Width = 108
Height = 21
Caption = #1044#1086#1073#1072#1074#1080' '#1050#1083#1080#1077#1085#1090
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = Label_SellerClick
OnMouseEnter = Label_AgencyMouseEnter
OnMouseLeave = Label_AgencyMouseLeave
end
object Label_Properties: TLabel
Left = 24
Top = 81
Width = 97
Height = 21
Caption = #1044#1086#1073#1072#1074#1080' '#1048#1084#1086#1090
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = Label_PropertiesClick
OnMouseEnter = Label_AgencyMouseEnter
OnMouseLeave = Label_AgencyMouseLeave
end
object Label1: TLabel
Left = 24
Top = 133
Width = 108
Height = 21
Caption = #1044#1086#1073#1072#1074#1080' '#1050#1083#1080#1077#1085#1090
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = Label1Click
OnMouseEnter = Label_AgencyMouseEnter
OnMouseLeave = Label_AgencyMouseLeave
end
end
end