source: trunk/Forms/FormChat.lfm

Last change on this file was 325, checked in by chronos, 6 months ago
  • Fixed: Size of buttons was too small in some cases.
File size: 1.0 KB
Line 
1object FormChat: TFormChat
2 Left = 1060
3 Height = 368
4 Top = 536
5 Width = 439
6 Caption = 'Chat'
7 ClientHeight = 368
8 ClientWidth = 439
9 DesignTimePPI = 144
10 LCLVersion = '3.4.0.0'
11 object MemoChat: TMemo
12 Left = 8
13 Height = 280
14 Top = 32
15 Width = 421
16 Anchors = [akTop, akLeft, akRight, akBottom]
17 ParentFont = False
18 ReadOnly = True
19 ScrollBars = ssAutoBoth
20 TabOrder = 0
21 end
22 object EditMessage: TEdit
23 Left = 8
24 Height = 43
25 Top = 318
26 Width = 320
27 Anchors = [akLeft, akRight, akBottom]
28 ParentFont = False
29 TabOrder = 1
30 OnKeyPress = EditMessageKeyPress
31 end
32 object ButtonMessageSend: TButton
33 Left = 336
34 Height = 38
35 Top = 320
36 Width = 94
37 Anchors = [akRight, akBottom]
38 Caption = 'Send'
39 ParentFont = False
40 TabOrder = 2
41 OnClick = ButtonMessageSendClick
42 end
43 object Label1: TLabel
44 Left = 10
45 Height = 26
46 Top = 4
47 Width = 43
48 Caption = 'Chat:'
49 ParentColor = False
50 ParentFont = False
51 end
52end
Note: See TracBrowser for help on using the repository browser.