- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 - Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
object CustomIDEMessagesForm: TCustomIDEMessagesForm
|
|
Left = 433
|
|
Top = 247
|
|
Width = 472
|
|
Height = 169
|
|
ActiveControl = ListView
|
|
Caption = 'RemObjects Preprocessor'
|
|
Color = clButton
|
|
Font.Color = clText
|
|
Font.Height = 11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Pitch = fpVariable
|
|
Font.Style = []
|
|
Font.Weight = 0
|
|
ParentFont = False
|
|
OnClose = FormClose
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
TextWidth = 5
|
|
object ListView: TListView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 472
|
|
Height = 169
|
|
Align = alClient
|
|
ColumnClick = False
|
|
ColumnMove = False
|
|
Columns = <
|
|
item
|
|
AllowClick = False
|
|
AutoSize = True
|
|
Caption = 'Message'
|
|
Tag = 0
|
|
Width = 50
|
|
end>
|
|
PopupMenu = PopupMenu1
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
end
|
|
object ImageList: TImageList
|
|
Left = 40
|
|
Top = 64
|
|
end
|
|
object PopupMenu1: TPopupMenu
|
|
Left = 88
|
|
Top = 16
|
|
object CopytoClipboard1: TMenuItem
|
|
Caption = 'Copy to Clipboard'
|
|
OnClick = CopytoClipboard1Click
|
|
end
|
|
end
|
|
end
|