|
|
1.1 root 1: object UserListForm: TUserListForm
2: Left = 387
3: Top = 308
4: Width = 870
5: Height = 640
6: Caption = 'Synchronet User List'
7: Color = clBtnFace
8: Font.Charset = DEFAULT_CHARSET
9: Font.Color = clWindowText
10: Font.Height = -13
11: Font.Name = 'MS Sans Serif'
12: Font.Style = []
13: FormStyle = fsStayOnTop
14: OldCreateOrder = False
15: OnClose = FormClose
16: OnShow = FormShow
17: PixelsPerInch = 120
18: TextHeight = 16
19: object ListView: TListView
20: Left = 0
21: Top = 0
22: Width = 862
23: Height = 608
24: Align = alClient
25: Columns = <
26: item
27: Caption = 'Num'
28: Width = 40
29: end
30: item
31: Caption = 'Alias'
32: Width = 100
33: end
34: item
35: Caption = 'Name'
36: Width = 100
37: end
38: item
39: Caption = 'Lev'
40: Width = 40
41: end
42: item
43: Caption = 'Age'
44: Width = 40
45: end
46: item
47: Caption = 'Sex'
48: Width = 40
49: end
50: item
51: Caption = 'Location'
52: Width = 100
53: end
54: item
55: Caption = 'Protocol'
56: Width = 70
57: end
58: item
59: Caption = 'Address'
60: Width = 100
61: end
62: item
63: Caption = 'Host Name'
64: Width = 100
65: end
66: item
67: Caption = 'Phone'
68: Width = 100
69: end
70: item
71: Caption = 'Email'
72: Width = 100
73: end
74: item
75: Caption = 'Logons'
76: Width = 60
77: end
78: item
79: Caption = 'First On'
80: Width = 70
81: end
82: item
83: Caption = 'Last On'
84: Width = 70
85: end>
86: PopupMenu = PopupMenu
87: SortType = stText
88: TabOrder = 0
89: ViewStyle = vsReport
90: OnColumnClick = ListViewColumnClick
91: OnCompare = ListViewCompare
92: end
93: object PopupMenu: TPopupMenu
94: Left = 232
95: Top = 96
96: object EditUserPopup: TMenuItem
97: Caption = 'Edit User'
98: OnClick = EditUserPopupClick
99: end
100: end
101: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.