close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: trunk/Forms/UFormChat.lfm

Last change on this file was 179, checked in by chronos, 6 years ago
  • Added: A preparation for gameplay over network.
File size: 977 bytes
Line 
1object FormChat: TFormChat
2 Left = 496
3 Height = 441
4 Top = 328
5 Width = 527
6 Caption = 'Chat'
7 ClientHeight = 441
8 ClientWidth = 527
9 DesignTimePPI = 120
10 LCLVersion = '1.8.0.6'
11 object MemoChat: TMemo
12 Left = 8
13 Height = 374
14 Top = 24
15 Width = 509
16 Anchors = [akTop, akLeft, akRight, akBottom]
17 ReadOnly = True
18 ScrollBars = ssAutoBoth
19 TabOrder = 0
20 end
21 object EditMessage: TEdit
22 Left = 8
23 Height = 28
24 Top = 406
25 Width = 411
26 Anchors = [akLeft, akRight, akBottom]
27 OnKeyPress = EditMessageKeyPress
28 TabOrder = 1
29 end
30 object ButtonMessageSend: TButton
31 Left = 423
32 Height = 31
33 Top = 406
34 Width = 94
35 Anchors = [akRight, akBottom]
36 Caption = 'Send'
37 OnClick = ButtonMessageSendClick
38 TabOrder = 2
39 end
40 object Label1: TLabel
41 Left = 10
42 Height = 20
43 Top = 4
44 Width = 33
45 Caption = 'Chat:'
46 ParentColor = False
47 end
48end
Note: See TracBrowser for help on using the repository browser.