60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
object DlgSimpleInfo: TDlgSimpleInfo
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
Caption = #51221#48372
|
|
ClientHeight = 213
|
|
ClientWidth = 412
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
Position = poScreenCenter
|
|
Scaled = False
|
|
OnClose = FormClose
|
|
DesignSize = (
|
|
412
|
|
213)
|
|
TextHeight = 15
|
|
object mmInfo: TMemo
|
|
Left = 8
|
|
Top = 8
|
|
Width = 397
|
|
Height = 162
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
object btnCopyCB: TButton
|
|
Left = 139
|
|
Top = 180
|
|
Width = 135
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = #53364#47549#48372#46300#50640' '#48373#49324
|
|
TabOrder = 0
|
|
OnClick = btnCopyCBClick
|
|
end
|
|
object btnDump: TButton
|
|
Left = 295
|
|
Top = 180
|
|
Width = 109
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'BSOne '#45924#54532' '#51200#51109
|
|
Enabled = False
|
|
TabOrder = 2
|
|
Visible = False
|
|
OnClick = btnDumpClick
|
|
end
|
|
object SaveDialog: TSaveDialog
|
|
Filter = 'bs1 log|el'
|
|
Left = 288
|
|
Top = 88
|
|
end
|
|
end
|