|
Last change
on this file was 364, checked in by chronos, 12 months ago |
- Modified: Added more action icons to main toolbar and main menu.
|
|
File size:
1.0 KB
|
| Line | |
|---|
| 1 | object FormChat: TFormChat
|
|---|
| 2 | Left = 1060
|
|---|
| 3 | Height = 382
|
|---|
| 4 | Top = 522
|
|---|
| 5 | Width = 488
|
|---|
| 6 | Caption = 'Chat'
|
|---|
| 7 | ClientHeight = 382
|
|---|
| 8 | ClientWidth = 488
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | LCLVersion = '3.6.0.0'
|
|---|
| 11 | object MemoChat: TMemo
|
|---|
| 12 | Left = 8
|
|---|
| 13 | Height = 294
|
|---|
| 14 | Top = 32
|
|---|
| 15 | Width = 470
|
|---|
| 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 = 332
|
|---|
| 26 | Width = 369
|
|---|
| 27 | Anchors = [akLeft, akRight, akBottom]
|
|---|
| 28 | ParentFont = False
|
|---|
| 29 | TabOrder = 1
|
|---|
| 30 | OnKeyPress = EditMessageKeyPress
|
|---|
| 31 | end
|
|---|
| 32 | object ButtonMessageSend: TButton
|
|---|
| 33 | Left = 385
|
|---|
| 34 | Height = 38
|
|---|
| 35 | Top = 334
|
|---|
| 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
|
|---|
| 52 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.