home *** CD-ROM | disk | FTP | other *** search
- <screen title="Chatrooms[AOL chatroom option on tree view]" version="1.0">
-
- <!-- actions -->
- <list id="acts">
- <record text="Login[AOL; action button for logging in]" id="logi" event_id="logi"/>
- <record text="Logout[AOL; action button for logging out]" id="logo" event_id="logo"/>
- <record text="Leave Room[AOL; action for leaving a chatroom]" id="leav" event_id="leav"/>
- </list>
-
- <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
-
- <widget class="group_box">
-
- <layout class="arrange_horizontal_attachment" alignment="right, extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>
-
- <!-- main area-->
- <widget class="titled_box" id="mess" title="Messages">
- <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
-
- <!-- information panel shown when not logged in-->
- <widget class="group_box" id="info">
- <layout class="arrange_vertical_attachment" alignment="top"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
-
- <widget class="text" id="iftx" auto_size="vertical" standard_spec="text"/>
- </widget>
-
- <!-- rooms box -->
- <widget class="group_box" id="romb">
- <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
-
- <widget class="scrolling_box">
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <widget class="group_box">
- <layout class="fit_children_attachment" alignment="vertical,fill"/>
- <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
-
- <!--recent rooms-->
- <widget class="table" id="rcrm" stretch_to_fit_rows="true" mode="select_rows, show_bullets, stripe_rows" layout="-1" double_click_event="join" sele="slrr">
- <!-- headings -->
- <list id="headings">
- <record>
- <string value="Recent chat rooms[AOL; table containing the recently visited FM chat rooms]"/>
- <flags id="algn" value="left"/>
- </record>
- </list>
- </widget>
-
- <!--fixed rooms-->
- <widget class="table" id="mnrm" stretch_to_fit_rows="true" mode="select_rows, show_bullets, stripe_rows" double_click_event="join" layout="-1" sele="slmr">
- <!-- headings -->
- <list id="headings">
- <record>
- <string value="Main chat rooms[AOL; table containing the standard FM chat rooms]"/>
- <flags id="algn" value="left"/>
- </record>
- </list>
-
- <!-- chatrooms -->
- <widget class="label" column="0" row="0" text="FM Chat[AOL; preset chat room name]">
- <string id="room" value="FM Chat"/>
- </widget>
-
- <widget class="label" column="0" row="1" text="FM Network Games[AOL; preset chat room name]">
- <string id="room" value="FM Network Games"/>
- </widget>
-
- <widget class="label" column="0" row="2" text="Off Topic[AOL; preset chat room name]">
- <string id="room" value="Off Topic"/>
- </widget>
- </widget>
-
- </widget>
- </widget>
-
- <!-- container for join buttons -->
- <widget class="group_box">
- <layout class="stick_to_sides_attachment" alignment="right" inset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
- <layout class="fit_children_attachment" alignment="horizontal,fill" offset="0"/>
- <layout class="arrange_horizontal_attachment" alignment="right" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
-
- <!-- join other button-->
- <widget class="action_button" id="join" text="Join[AOL; button for joining a chat room]" auto_size="horizontal" click_event="join"/>
-
- <!-- join other button-->
- <widget class="action_button" text="Join Other...[AOL; button for joining other chat room]" auto_size="horizontal" click_event="jnot"/>
-
- </widget>
- </widget>
-
- <!-- messages table -->
- <widget class="table" id="mest" mode="0" auto_size_rows="true" row_spacing="4" fixed_size_rows="false" layout="-1"/>
-
- </widget>
-
- <!-- users -->
- <widget class="titled_box" id="useb" title="People[AOL; People panel heading]" width="200">
- <layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>
- <widget class="table" id="user" sele="htsl" layout="-1" auto_size_rows="true">
- <flags id="mode" value="fill_rows"/>
-
- <record id="default_properties">
- <flags id="alignment" value="left, centre_y"/>
- </record>
- </widget>
- </widget>
- </widget>
-
- <!-- text box at bottom -->
- <widget class="titled_box" id="edib" text="Message[AOL; title message window for chat room]">
- <layout class="stick_to_sides_attachment" alignment="horizontal, top" inset="0" layout_children="true"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
-
- <container embed_in_frame="true">
- <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
-
- <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
-
- <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
- <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
-
- <!-- send button-->
- <widget kind="embedded_action_button" id="send" auto_size="all" click_event="nwms" text="Send[AOL; button for sending a chat message]" embed_in_frame="true"/>
- </container>
-
- <!-- edit box-->
- <widget class="edit_control" id="edit" ask_for_focus="true" multiline="true" allow_newlines="false" height="40" return_event="nwms" changed_event="edms">
- <layout class="max_length_attachment" length="232"/>
- </widget>
- </widget>
- </screen>
-