source: trunk/hiptop/cognet++/org/twodot/cognet/Resources.java@ 210

Last change on this file since 210 was 210, checked in by Nicholas Riley, 18 years ago

cognet++: Brian Swetland et al.'s generic proxied hiptop chat client.
Requires cognetd to function.

File size: 352 bytes
Line 
1/* this file is auto-generated */
2
3package org.twodot.cognet;
4
5public interface Resources
6{
7 int ID_APP_ID = 1;
8 int k11x11Icons = 9;
9 int k5x6Icons = 10;
10 int kAboutDialog = 8;
11 int kBlank = 2;
12 int kLicense = 7;
13 int kMarker = 3;
14 int kPending = 5;
15 int kTag = 4;
16
17 // Control and Menu Item ID's
18 int kID_AboutScroller = 1;
19 int kID_AboutText = 2;
20}
Note: See TracBrowser for help on using the repository browser.