Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Source/IDE/fCustomIDEMessagesFormKylix.dfm
david 2824855ea7 - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- 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
2007-09-10 14:06:19 +00:00

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