3 |
|
KeyPreview = True |
4 |
|
OnCloseQuery = FormCloseQuery |
5 |
|
OnKeyUp = FormKeyUp |
6 |
+ |
ExplicitWidth = 500 |
7 |
+ |
ExplicitHeight = 450 |
8 |
|
PixelsPerInch = 96 |
9 |
|
TextHeight = 13 |
8 |
– |
inherited panel_files: TPanel |
9 |
– |
inherited filelist: TListBox |
10 |
– |
ExplicitTop = 153 |
11 |
– |
ExplicitHeight = 270 |
12 |
– |
end |
13 |
– |
end |
10 |
|
inherited content: TPanel |
11 |
|
object Splitter2: TSplitter |
12 |
|
Left = 0 |
88 |
|
FixedRows = 0 |
89 |
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] |
90 |
|
PopupMenu = value_viewer_context |
91 |
+ |
ScrollBars = ssVertical |
92 |
|
TabOrder = 1 |
93 |
|
OnDblClick = value_viewerDblClick |
94 |
|
OnMouseDown = value_viewerMouseDown |
190 |
|
end |
191 |
|
object value_viewer_context: TPopupMenu [3] |
192 |
|
AutoHotkeys = maManual |
193 |
+ |
AutoLineReduction = maManual |
194 |
|
OnPopup = value_viewer_contextPopup |
195 |
|
Left = 280 |
196 |
|
Top = 232 |