-
Notifications
You must be signed in to change notification settings - Fork 86
/
d_frmEditor.dfm
109 lines (109 loc) · 2.62 KB
/
d_frmEditor.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
107
108
109
object frmEditor: TfrmEditor
Left = 0
Top = 0
Width = 451
Height = 305
Align = alClient
Color = clBtnFace
ParentBackground = False
ParentColor = False
TabOrder = 0
object DesignPanel: TLMDDesignPanel
Left = 0
Top = 32
Width = 451
Height = 273
BorderStyle = bsNone
AutoScroll = True
Align = alClient
Color = clWhite
ParentColor = False
TabOrder = 0
end
object ControlBar1: TControlBar
Left = 0
Top = 0
Width = 451
Height = 32
Align = alTop
AutoSize = True
Color = clBtnFace
ParentColor = False
RowSize = 30
TabOrder = 1
object ToolBar2: TToolBar
Left = 16
Top = 2
Width = 62
Height = 24
AutoSize = True
ButtonHeight = 24
ButtonWidth = 24
Caption = 'ToolBar2'
Images = dm.ActionImages
TabOrder = 0
object ToolButton1: TToolButton
Left = 0
Top = 0
Action = dm.actDesignShowAlignPalette
end
object ToolButton2: TToolButton
Left = 24
Top = 0
Width = 8
Caption = 'ToolButton2'
ImageIndex = 13
Style = tbsSeparator
end
object ToolButton11: TToolButton
Left = 32
Top = 0
Action = dm.actDesignTestDialog
ParentShowHint = False
ShowHint = True
end
end
end
object Designer: TLMDDesigner
ServiceProvider = frmMain.ServicePvdr
Selection = Selection
AllComponents = AllComps
ShowRootResizers = True
Module = Module
DesignPanel = DesignPanel
Grid.Color = 9803157
HandleColor = 13400576
HandleBorderColor = 13400576
MultiSelectHandleColor = 16758122
MultiSelectHandleBorderColor = 16758122
InactiveHandleColor = 12961221
InactiveHandleBorderColor = 12303291
ShowNonvisualComponents = True
ComponentCaptionsFont.Charset = DEFAULT_CHARSET
ComponentCaptionsFont.Color = clWindowText
ComponentCaptionsFont.Height = -11
ComponentCaptionsFont.Name = 'MS Sans Serif'
ComponentCaptionsFont.Style = []
Left = 15
Top = 73
end
object Module: TLMDModule
OnCompsModified = ModuleCompsModified
OnValidateEventHandlerName = ModuleValidateEventHandlerName
OnGetEventHandlerName = ModuleGetEventHandlerName
OnGetEventHandlerList = ModuleGetEventHandlerList
OnEnsureEventHandlerSource = ModuleEnsureEventHandlerSource
OnValidateEventHandler = ModuleValidateEventHandler
OnLoadError = ModuleLoadError
Left = 64
Top = 72
end
object Selection: TLMDDesignObjects
Left = 120
Top = 72
end
object AllComps: TLMDDesignObjects
Left = 192
Top = 72
end
end