Changeset 295 for trunk/Forms/UFormChat.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormChat.lfm
r212 r295 1 1 object FormChat: TFormChat 2 2 Left = 496 3 Height = 4413 Height = 368 4 4 Top = 328 5 Width = 5275 Width = 439 6 6 Caption = 'Chat' 7 ClientHeight = 4418 ClientWidth = 5279 DesignTimePPI = 1 447 ClientHeight = 368 8 ClientWidth = 439 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 LCLVersion = ' 1.8.2.0'12 LCLVersion = '2.0.0.4' 13 13 object MemoChat: TMemo 14 Left = 815 Height = 3 6216 Top = 3217 Width = 50914 Left = 7 15 Height = 302 16 Top = 27 17 Width = 424 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 ParentFont = False 19 20 ReadOnly = True 20 21 ScrollBars = ssAutoBoth … … 22 23 end 23 24 object EditMessage: TEdit 24 Left = 825 Height = 3626 Top = 3 9827 Width = 41125 Left = 7 26 Height = 28 27 Top = 334 28 Width = 342 28 29 Anchors = [akLeft, akRight, akBottom] 29 30 OnKeyPress = EditMessageKeyPress 31 ParentFont = False 30 32 TabOrder = 1 31 33 end 32 34 object ButtonMessageSend: TButton 33 Left = 42334 Height = 3135 Top = 40236 Width = 9435 Left = 353 36 Height = 26 37 Top = 335 38 Width = 78 37 39 Anchors = [akRight, akBottom] 38 40 Caption = 'Send' 39 41 OnClick = ButtonMessageSendClick 42 ParentFont = False 40 43 TabOrder = 2 41 44 end 42 45 object Label1: TLabel 43 Left = 1044 Height = 2 645 Top = 446 Width = 4446 Left = 8 47 Height = 20 48 Top = 3 49 Width = 33 47 50 Caption = 'Chat:' 48 51 ParentColor = False 52 ParentFont = False 49 53 end 50 54 end
Note:
See TracChangeset
for help on using the changeset viewer.