source: trunk/USimpleChat.dfm

Last change on this file was 2, checked in by george, 16 years ago

Přidáno: Ropracovaná verze 3.0

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1object Form2: TForm2
2 Left = 318
3 Top = 270
4 Width = 448
5 Height = 270
6 Caption = 'SimpleChat'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 OnCreate = FormCreate
15 DesignSize = (
16 440
17 236)
18 PixelsPerInch = 96
19 TextHeight = 13
20 object Memo1: TMemo
21 Left = 8
22 Top = 8
23 Width = 294
24 Height = 190
25 Anchors = [akLeft, akTop, akRight, akBottom]
26 ReadOnly = True
27 ScrollBars = ssVertical
28 TabOrder = 0
29 end
30 object ListBox1: TListBox
31 Left = 309
32 Top = 32
33 Width = 121
34 Height = 166
35 Anchors = [akTop, akRight, akBottom]
36 ItemHeight = 13
37 TabOrder = 1
38 OnClick = ListBox1Click
39 end
40 object Button1: TButton
41 Left = 376
42 Top = 205
43 Width = 56
44 Height = 25
45 Anchors = [akRight, akBottom]
46 Caption = 'Send'
47 TabOrder = 2
48 OnClick = Button1Click
49 end
50 object Edit1: TEdit
51 Left = 8
52 Top = 205
53 Width = 361
54 Height = 21
55 Anchors = [akLeft, akRight, akBottom]
56 TabOrder = 3
57 OnKeyPress = Edit1KeyPress
58 end
59 object Edit2: TEdit
60 Left = 309
61 Top = 8
62 Width = 121
63 Height = 21
64 Anchors = [akTop, akRight]
65 TabOrder = 4
66 Text = 'Guest'
67 OnExit = Edit2Exit
68 end
69 object SunriseChatNetworkCore1: TSunriseChatNetworkCore
70 AutoAwayDelay = 5
71 UseDefaultEventsText = True
72 Active = False
73 MaxRoomLines = 100
74 OnUserListUpdate = SunriseChatNetworkCore1UserListUpdate
75 OnAddMessage = SunriseChatNetworkCore1AddMessage
76 BroadcastType = btLocal
77 UdpPort = 55557
78 Left = 16
79 Top = 16
80 end
81end
Note: See TracBrowser for help on using the repository browser.