Ignore:
Timestamp:
May 24, 2018, 8:01:20 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Show docked chat window on right side in new player window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormChat.lfm

    r199 r212  
    77  ClientHeight = 441
    88  ClientWidth = 527
    9   DesignTimePPI = 120
     9  DesignTimePPI = 144
     10  OnCreate = FormCreate
     11  OnShow = FormShow
    1012  LCLVersion = '1.8.2.0'
    1113  object MemoChat: TMemo
    1214    Left = 8
    13     Height = 374
    14     Top = 24
     15    Height = 362
     16    Top = 32
    1517    Width = 509
    1618    Anchors = [akTop, akLeft, akRight, akBottom]
     
    2123  object EditMessage: TEdit
    2224    Left = 8
    23     Height = 28
    24     Top = 406
     25    Height = 36
     26    Top = 398
    2527    Width = 411
    2628    Anchors = [akLeft, akRight, akBottom]
     
    3133    Left = 423
    3234    Height = 31
    33     Top = 406
     35    Top = 402
    3436    Width = 94
    3537    Anchors = [akRight, akBottom]
     
    4042  object Label1: TLabel
    4143    Left = 10
    42     Height = 20
     44    Height = 26
    4345    Top = 4
    44     Width = 33
     46    Width = 44
    4547    Caption = 'Chat:'
    4648    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.