-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXmlViewerFrm.dfm
More file actions
38 lines (38 loc) · 777 Bytes
/
Copy pathXmlViewerFrm.dfm
File metadata and controls
38 lines (38 loc) · 777 Bytes
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
object XmlViewerForm: TXmlViewerForm
Left = 255
Top = 822
Width = 577
Height = 333
Caption = 'XmlViewerForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object PanelToolBar: TPanel
Left = 0
Top = 0
Width = 561
Height = 41
Align = alTop
TabOrder = 0
object CheckBoxXmlFrames: TCheckBox
Left = 8
Top = 8
Width = 65
Height = 17
Caption = 'Frames'
TabOrder = 0
OnClick = CheckBoxXmlFramesClick
end
end
end