Changeset 212 for trunk/Forms/UFormChat.lfm
- Timestamp:
- May 24, 2018, 8:01:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormChat.lfm
r199 r212 7 7 ClientHeight = 441 8 8 ClientWidth = 527 9 DesignTimePPI = 120 9 DesignTimePPI = 144 10 OnCreate = FormCreate 11 OnShow = FormShow 10 12 LCLVersion = '1.8.2.0' 11 13 object MemoChat: TMemo 12 14 Left = 8 13 Height = 3 7414 Top = 2415 Height = 362 16 Top = 32 15 17 Width = 509 16 18 Anchors = [akTop, akLeft, akRight, akBottom] … … 21 23 object EditMessage: TEdit 22 24 Left = 8 23 Height = 2824 Top = 40625 Height = 36 26 Top = 398 25 27 Width = 411 26 28 Anchors = [akLeft, akRight, akBottom] … … 31 33 Left = 423 32 34 Height = 31 33 Top = 40 635 Top = 402 34 36 Width = 94 35 37 Anchors = [akRight, akBottom] … … 40 42 object Label1: TLabel 41 43 Left = 10 42 Height = 2 044 Height = 26 43 45 Top = 4 44 Width = 3346 Width = 44 45 47 Caption = 'Chat:' 46 48 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.