-
Notifications
You must be signed in to change notification settings - Fork 2
/
EQUnit.dfm
executable file
·57 lines (57 loc) · 1.55 KB
/
EQUnit.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
object EQForm: TEQForm
Left = 336
Top = 291
BorderStyle = bsNone
Caption = #1069#1082#1074#1072#1083#1072#1081#1079#1077#1088
ClientHeight = 89
ClientWidth = 267
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnHide = FormHide
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object EQpMenu: TPopupMenu
object N1: TMenuItem
Caption = '&'#1047#1072#1075#1088#1091#1079#1080#1090#1100
object N4: TMenuItem
Caption = #1069#1050'-'#1074#1086#1083#1085#1091
OnClick = N4Click
end
object N5: TMenuItem
Caption = #1069#1050' '#1087#1086' '#1059#1084#1086#1083#1095#1072#1085#1080#1102
OnClick = N5Click
end
end
object N2: TMenuItem
Caption = '&'#1057#1086#1093#1088#1072#1085#1080#1090#1100
object N6: TMenuItem
Caption = #1069#1050'-'#1074#1086#1083#1085#1091
OnClick = N6Click
end
object EQF1: TMenuItem
Caption = #1069#1050'-'#1074#1086#1083#1085#1091' '#1074' *.EQF ...'
end
end
object N3: TMenuItem
Caption = '&'#1059#1076#1072#1083#1080#1090#1100
object N7: TMenuItem
Caption = #1069#1050'-'#1074#1086#1083#1085#1091
OnClick = N7Click
end
end
end
end