mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 07:38:15 +02:00
190 lines
4.7 KiB
Plaintext
190 lines
4.7 KiB
Plaintext
object PseudoConsoleDlg: TPseudoConsoleDlg
|
|
Left = 226
|
|
Height = 480
|
|
Top = 118
|
|
Width = 800
|
|
Caption = 'Console'
|
|
ClientHeight = 480
|
|
ClientWidth = 800
|
|
DockSite = True
|
|
OnResize = FormResize
|
|
LCLVersion = '2.2.0.3'
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Height = 458
|
|
Top = 0
|
|
Width = 800
|
|
ActivePage = TabSheetRaw
|
|
Align = alClient
|
|
TabIndex = 1
|
|
TabOrder = 0
|
|
object TabSheet1: TTabSheet
|
|
Caption = 'Formatted'
|
|
ClientHeight = 426
|
|
ClientWidth = 796
|
|
TabVisible = False
|
|
object Panel1: TPanel
|
|
Left = 636
|
|
Height = 426
|
|
Top = 0
|
|
Width = 160
|
|
Align = alRight
|
|
Caption = 'Panel1'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object TabSheetRaw: TTabSheet
|
|
Caption = 'Raw Output'
|
|
ClientHeight = 426
|
|
ClientWidth = 796
|
|
object PanelRawOptions: TPanel
|
|
Left = 596
|
|
Height = 426
|
|
Top = 0
|
|
Width = 200
|
|
Align = alRight
|
|
ClientHeight = 426
|
|
ClientWidth = 200
|
|
TabOrder = 1
|
|
object RadioGroupRight: TRadioGroup
|
|
Left = 1
|
|
Height = 108
|
|
Top = 79
|
|
Width = 198
|
|
Align = alTop
|
|
AutoFill = True
|
|
AutoSize = True
|
|
Caption = 'Output Style'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 84
|
|
ClientWidth = 192
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Unformatted'
|
|
'C0 as Control Pictures'
|
|
'C0 as ISO 2047'
|
|
'Hex + ASCII'
|
|
)
|
|
OnSelectionChanged = RadioGroupRightSelectionChanged
|
|
TabOrder = 1
|
|
end
|
|
object CheckGroupRight: TCheckGroup
|
|
Left = 1
|
|
Height = 78
|
|
Top = 1
|
|
Width = 198
|
|
Align = alTop
|
|
AutoFill = True
|
|
AutoSize = True
|
|
Caption = 'Decorations'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 54
|
|
ClientWidth = 192
|
|
Enabled = False
|
|
Items.Strings = (
|
|
'Line numbers'
|
|
'C1 as C0 + Underbar'
|
|
)
|
|
TabOrder = 0
|
|
Data = {
|
|
020000000202
|
|
}
|
|
end
|
|
object PanelRightBelowCG: TPanel
|
|
Left = 1
|
|
Height = 238
|
|
Top = 187
|
|
Width = 198
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 238
|
|
ClientWidth = 198
|
|
TabOrder = 2
|
|
object GroupBoxRight: TGroupBox
|
|
Left = 0
|
|
Height = 64
|
|
Top = 0
|
|
Width = 198
|
|
Align = alTop
|
|
Caption = 'Line limit'
|
|
ClientHeight = 40
|
|
ClientWidth = 192
|
|
TabOrder = 0
|
|
object MaskEdit1: TMaskEdit
|
|
Left = 9
|
|
Height = 23
|
|
Top = 0
|
|
Width = 128
|
|
MaxLength = 7
|
|
TabOrder = 0
|
|
EditMask = '#######'
|
|
Text = '5000 '
|
|
SpaceChar = '_'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 591
|
|
Height = 426
|
|
Top = 0
|
|
Width = 5
|
|
Align = alRight
|
|
ResizeAnchor = akRight
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 4
|
|
Height = 418
|
|
Top = 4
|
|
Width = 583
|
|
Align = alClient
|
|
BorderSpacing.Around = 4
|
|
Font.Name = 'Monospace'
|
|
OnUTF8KeyPress = Memo1UTF8KeyPress
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
WantTabs = True
|
|
end
|
|
end
|
|
end
|
|
object StatusBar1: TStatusBar
|
|
Left = 0
|
|
Height = 22
|
|
Top = 458
|
|
Width = 800
|
|
Panels = <
|
|
item
|
|
Text = ' dumb'
|
|
Width = 160
|
|
end
|
|
item
|
|
Text = '00 x 00 chars'
|
|
Width = 160
|
|
end
|
|
item
|
|
Text = '000 x 000 pixels'
|
|
Width = 160
|
|
end
|
|
item
|
|
Text = 'Not resized'
|
|
Width = 160
|
|
end>
|
|
SimplePanel = False
|
|
end
|
|
end
|