Last change
on this file was 629, checked in by chronos, 6 months ago |
- Fixed: Log and AI turnament windows were not shown correctly.
|
File size:
2.0 KB
|
Line | |
---|
1 | object LogDlg: TLogDlg
|
---|
2 | Left = 256
|
---|
3 | Width = 339
|
---|
4 | Top = 187
|
---|
5 | Height = 280
|
---|
6 | BorderIcons = [biSystemMenu]
|
---|
7 | Caption = 'Log'
|
---|
8 | ClientHeight = 280
|
---|
9 | ClientWidth = 339
|
---|
10 | Color = clBtnFace
|
---|
11 | Font.Charset = DEFAULT_CHARSET
|
---|
12 | Font.Color = clWindowText
|
---|
13 | Font.Height = -13
|
---|
14 | Font.Name = 'MS Sans Serif'
|
---|
15 | Font.Style = []
|
---|
16 | FormStyle = fsStayOnTop
|
---|
17 | KeyPreview = True
|
---|
18 | OnCreate = FormCreate
|
---|
19 | OnKeyDown = FormKeyDown
|
---|
20 | OnKeyUp = FormKeyUp
|
---|
21 | PixelsPerInch = 96
|
---|
22 | Scaled = False
|
---|
23 | object List: TMemo
|
---|
24 | Left = 0
|
---|
25 | Top = 0
|
---|
26 | Width = 339
|
---|
27 | Height = 280
|
---|
28 | Align = alClient
|
---|
29 | ReadOnly = True
|
---|
30 | ScrollBars = ssVertical
|
---|
31 | TabOrder = 0
|
---|
32 | WordWrap = False
|
---|
33 | OnMouseDown = ListMouseDown
|
---|
34 | end
|
---|
35 | object LogPopup: TPopupMenu
|
---|
36 | AutoPopup = False
|
---|
37 | Left = 8
|
---|
38 | Top = 8
|
---|
39 | object mInvalid: TMenuItem
|
---|
40 | Caption = 'Invalid Server Calls'
|
---|
41 | OnClick = Toggle
|
---|
42 | end
|
---|
43 | object mNegotiation: TMenuItem
|
---|
44 | Caption = 'Negotiation'
|
---|
45 | OnClick = Toggle
|
---|
46 | end
|
---|
47 | object mTime: TMenuItem
|
---|
48 | Caption = 'Client Handover'
|
---|
49 | OnClick = Toggle
|
---|
50 | end
|
---|
51 | object N2: TMenuItem
|
---|
52 | Caption = '-'
|
---|
53 | end
|
---|
54 | object mLog0: TMenuItem
|
---|
55 | Caption = 'AI Messages Off'
|
---|
56 | Checked = True
|
---|
57 | RadioItem = True
|
---|
58 | OnClick = mLogClick
|
---|
59 | end
|
---|
60 | object mLog1: TMenuItem
|
---|
61 | Tag = 1
|
---|
62 | Caption = 'AI Messages Level 1'
|
---|
63 | RadioItem = True
|
---|
64 | OnClick = mLogClick
|
---|
65 | end
|
---|
66 | object mLog2: TMenuItem
|
---|
67 | Tag = 2
|
---|
68 | Caption = 'AI Messages Level 1+2'
|
---|
69 | RadioItem = True
|
---|
70 | OnClick = mLogClick
|
---|
71 | end
|
---|
72 | object mLog3: TMenuItem
|
---|
73 | Tag = 999
|
---|
74 | Caption = 'All AI Messages'
|
---|
75 | RadioItem = True
|
---|
76 | OnClick = mLogClick
|
---|
77 | end
|
---|
78 | object N1: TMenuItem
|
---|
79 | Caption = '-'
|
---|
80 | end
|
---|
81 | object mSlot: TMenuItem
|
---|
82 | Caption = 'Nation <-> Slot'
|
---|
83 | OnClick = mSlotClick
|
---|
84 | end
|
---|
85 | object mClear: TMenuItem
|
---|
86 | Caption = 'Clear'
|
---|
87 | OnClick = mClearClick
|
---|
88 | end
|
---|
89 | end
|
---|
90 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.