-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEditXmlFileFrm.dfm
More file actions
74 lines (74 loc) · 1.52 KB
/
EditXmlFileFrm.dfm
File metadata and controls
74 lines (74 loc) · 1.52 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
inherited EditXmlFileForm: TEditXmlFileForm
Left = 490
Top = 312
Width = 627
Height = 475
Caption = 'EditXmlFileForm'
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
Top = 407
Width = 619
object ButtonTransform: TButton
Left = 168
Top = 8
Width = 75
Height = 25
Caption = 'Transform'
Enabled = False
TabOrder = 2
OnClick = ButtonTransformClick
end
object ButtonCheck: TButton
Left = 248
Top = 8
Width = 75
Height = 25
Caption = 'Check'
TabOrder = 3
OnClick = ButtonCheckClick
end
object ButtonRenderer: TButton
Left = 328
Top = 8
Width = 75
Height = 25
Caption = 'Renderer'
TabOrder = 4
OnClick = ButtonRendererClick
end
end
inline xmlEditorFrame: TxmlEditorFrame
Width = 619
Height = 407
Align = alClient
TabOrder = 1
inherited Splitter2: TSplitter
Height = 388
end
inherited XmlTreeView: TTreeView
Height = 388
end
inherited Panel1: TPanel
Width = 397
Height = 388
inherited Splitter1: TSplitter
Width = 395
end
inherited AttributeGrid: TStringGrid
Width = 395
OnContextPopup = xmlEditorFrameAttributeGridContextPopup
end
inherited ValueMemo: TMemo
Width = 395
Height = 197
end
end
inherited StatusBar: TStatusBar
Top = 388
Width = 619
end
end
end