-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmtpServerUnit.dfm
More file actions
53 lines (53 loc) · 1.2 KB
/
Copy pathSmtpServerUnit.dfm
File metadata and controls
53 lines (53 loc) · 1.2 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
object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'SMTP Server'
ClientHeight = 354
ClientWidth = 509
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object ActionToolBar1: TActionToolBar
Left = 0
Top = 0
Width = 509
Height = 23
ActionManager = ActionManager1
Caption = 'ActionToolBar1'
Color = clMenuBar
ColorMap.DisabledFontColor = 7171437
ColorMap.HighlightColor = clWhite
ColorMap.BtnSelectedFont = clBlack
ColorMap.UnusedColor = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Spacing = 0
end
object ActionManager1: TActionManager
ActionBars = <
item
Items = <
item
Action = ActConfiguration
end>
ActionBar = ActionToolBar1
end>
Left = 32
Top = 40
StyleName = 'Platform Default'
object ActConfiguration: TAction
Caption = '&Configuration'
OnExecute = ActConfigurationExecute
end
end
end