|
|
1.1 root 1: object LoginAttemptsForm: TLoginAttemptsForm
2: Left = 729
3: Top = 203
4: Width = 496
5: Height = 793
6: BorderIcons = [biSystemMenu, biMaximize]
7: Caption = 'Failed Login Attempts'
8: Color = clBtnFace
9: Font.Charset = DEFAULT_CHARSET
10: Font.Color = clWindowText
11: Font.Height = -11
12: Font.Name = 'MS Sans Serif'
13: Font.Style = []
14: FormStyle = fsStayOnTop
15: OldCreateOrder = False
16: Position = poDefault
17: OnClose = FormClose
18: OnShow = FormShow
19: PixelsPerInch = 96
20: TextHeight = 13
21: object ListView: TListView
22: Left = 0
23: Top = 0
24: Width = 480
25: Height = 755
26: Align = alClient
27: Columns = <
28: item
29: Caption = 'Unique'
30: end
31: item
32: Caption = 'Dupes'
33: end
34: item
35: AutoSize = True
36: Caption = 'Address'
37: end
38: item
39: AutoSize = True
40: Caption = 'Protocol'
41: end
42: item
43: AutoSize = True
44: Caption = 'User'
45: end
46: item
47: AutoSize = True
48: Caption = 'Password'
49: end
50: item
51: AutoSize = True
52: Caption = 'Time'
53: end>
54: PopupMenu = PopupMenu
55: TabOrder = 0
56: ViewStyle = vsReport
57: OnColumnClick = ListViewColumnClick
58: OnCompare = ListViewCompare
59: end
60: object PopupMenu: TPopupMenu
61: Left = 168
62: Top = 184
63: object CopyPopup: TMenuItem
64: Caption = 'Copy'
65: ShortCut = 16451
66: OnClick = CopyPopupClick
67: end
68: object CopyAllPopup: TMenuItem
69: Caption = 'Copy All'
70: ShortCut = 16449
71: OnClick = CopyAllPopupClick
72: end
73: object RefreshPopup: TMenuItem
74: Caption = 'Refresh'
75: ShortCut = 116
76: OnClick = RefreshPopupClick
77: end
78: end
79: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.