Ignore:
Timestamp:
Mar 29, 2019, 11:26:28 AM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by .lrj.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        88backup
        99xtactics.exe
        10 *.lrj
         10*.lrt
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormChat.lfm

    r212 r295  
    11object FormChat: TFormChat
    22  Left = 496
    3   Height = 441
     3  Height = 368
    44  Top = 328
    5   Width = 527
     5  Width = 439
    66  Caption = 'Chat'
    7   ClientHeight = 441
    8   ClientWidth = 527
    9   DesignTimePPI = 144
     7  ClientHeight = 368
     8  ClientWidth = 439
     9  DesignTimePPI = 120
    1010  OnCreate = FormCreate
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.0.4'
    1313  object MemoChat: TMemo
    14     Left = 8
    15     Height = 362
    16     Top = 32
    17     Width = 509
     14    Left = 7
     15    Height = 302
     16    Top = 27
     17    Width = 424
    1818    Anchors = [akTop, akLeft, akRight, akBottom]
     19    ParentFont = False
    1920    ReadOnly = True
    2021    ScrollBars = ssAutoBoth
     
    2223  end
    2324  object EditMessage: TEdit
    24     Left = 8
    25     Height = 36
    26     Top = 398
    27     Width = 411
     25    Left = 7
     26    Height = 28
     27    Top = 334
     28    Width = 342
    2829    Anchors = [akLeft, akRight, akBottom]
    2930    OnKeyPress = EditMessageKeyPress
     31    ParentFont = False
    3032    TabOrder = 1
    3133  end
    3234  object ButtonMessageSend: TButton
    33     Left = 423
    34     Height = 31
    35     Top = 402
    36     Width = 94
     35    Left = 353
     36    Height = 26
     37    Top = 335
     38    Width = 78
    3739    Anchors = [akRight, akBottom]
    3840    Caption = 'Send'
    3941    OnClick = ButtonMessageSendClick
     42    ParentFont = False
    4043    TabOrder = 2
    4144  end
    4245  object Label1: TLabel
    43     Left = 10
    44     Height = 26
    45     Top = 4
    46     Width = 44
     46    Left = 8
     47    Height = 20
     48    Top = 3
     49    Width = 33
    4750    Caption = 'Chat:'
    4851    ParentColor = False
     52    ParentFont = False
    4953  end
    5054end
Note: See TracChangeset for help on using the changeset viewer.