Ignore:
Timestamp:
Feb 19, 2012, 2:13:49 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Text message handling moved to UTarget unit as field of TTarget.
  • Modified: Messages are displayed as TListVIew rather then TMemo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMessages.lfm

    r39 r40  
    1 object FormMesssages: TFormMesssages
     1object FormMessages: TFormMessages
    22  Left = 256
    3   Height = 240
    4   Top = 32
    5   Width = 320
     3  Height = 225
     4  Top = 47
     5  Width = 492
    66  Caption = 'Messages'
    7   ClientHeight = 240
    8   ClientWidth = 320
     7  ClientHeight = 225
     8  ClientWidth = 492
     9  OnCreate = FormCreate
    910  LCLVersion = '0.9.31'
    10   object MemoMessages: TMemo
     11  object ListView1: TListView
    1112    Left = 0
    12     Height = 240
     13    Height = 225
    1314    Top = 0
    14     Width = 320
     15    Width = 492
    1516    Align = alClient
     17    Columns = <   
     18      item
     19        Width = 473
     20      end>
     21    OwnerData = True
     22    ReadOnly = True
     23    RowSelect = True
     24    ShowColumnHeaders = False
    1625    TabOrder = 0
     26    ViewStyle = vsReport
     27    OnData = ListView1Data
    1728  end
    1829end
Note: See TracChangeset for help on using the changeset viewer.