-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainUnit.dfm
51 lines (51 loc) · 1.25 KB
/
MainUnit.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
object MainForm: TMainForm
Left = 544
Top = 392
BorderIcons = [biSystemMenu]
Caption = 'OPC Server - '#1046#1054#1060' / '#1060#1057#1054' [306 Team]'
ClientHeight = 178
ClientWidth = 661
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
PixelsPerInch = 120
TextHeight = 16
object ActionMainMenuBar1: TActionMainMenuBar
Left = 0
Top = 0
Width = 661
Height = 30
UseSystemFont = False
ActionManager = ActionManager1
Caption = 'ActionMainMenuBar1'
Color = clMenuBar
ColorMap.DisabledFontColor = 7171437
ColorMap.HighlightColor = clWhite
ColorMap.BtnSelectedFont = clBlack
ColorMap.UnusedColor = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Spacing = 0
end
object ActionManager1: TActionManager
ActionBars = <
item
ActionBar = ActionMainMenuBar1
end>
Left = 216
Top = 48
StyleName = 'Platform Default'
object Action1: TAction
Caption = #1042#1099#1093#1086#1076
OnExecute = Action1Execute
end
end
end