Changeset 317 for trunk/Forms/FormChat.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormChat.lfm
r316 r317 1 1 object FormChat: TFormChat 2 Left = 4963 Height = 3684 Top = 3285 Width = 4392 Left = 1060 3 Height = 442 4 Top = 536 5 Width = 527 6 6 Caption = 'Chat' 7 ClientHeight = 368 8 ClientWidth = 439 9 DesignTimePPI = 120 10 OnCreate = FormCreate 11 OnShow = FormShow 12 LCLVersion = '2.0.0.4' 7 ClientHeight = 442 8 ClientWidth = 527 9 DesignTimePPI = 144 10 LCLVersion = '3.4.0.0' 13 11 object MemoChat: TMemo 14 Left = 715 Height = 3 0216 Top = 2717 Width = 42412 Left = 8 13 Height = 363 14 Top = 32 15 Width = 509 18 16 Anchors = [akTop, akLeft, akRight, akBottom] 19 17 ParentFont = False … … 23 21 end 24 22 object EditMessage: TEdit 25 Left = 726 Height = 2827 Top = 3 3428 Width = 34223 Left = 8 24 Height = 43 25 Top = 392 26 Width = 411 29 27 Anchors = [akLeft, akRight, akBottom] 30 OnKeyPress = EditMessageKeyPress31 28 ParentFont = False 32 29 TabOrder = 1 30 OnKeyPress = EditMessageKeyPress 33 31 end 34 32 object ButtonMessageSend: TButton 35 Left = 35336 Height = 2637 Top = 33538 Width = 7833 Left = 423 34 Height = 31 35 Top = 403 36 Width = 94 39 37 Anchors = [akRight, akBottom] 40 38 Caption = 'Send' 41 OnClick = ButtonMessageSendClick42 39 ParentFont = False 43 40 TabOrder = 2 41 OnClick = ButtonMessageSendClick 44 42 end 45 43 object Label1: TLabel 46 Left = 847 Height = 2 048 Top = 349 Width = 3344 Left = 10 45 Height = 26 46 Top = 4 47 Width = 43 50 48 Caption = 'Chat:' 51 49 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.