DEADSOFTWARE

d7a10fe7b8999a6f43c58242e6398142ba25ddd2
[d2df-editor.git] / src / editor / f_mapcheck.lfm
1 object MapCheckForm: TMapCheckForm
2 Left = 238
3 Top = 224
4 Width = 525
5 Height = 199
6 BorderIcons = [biSystemMenu]
7 BorderStyle = bsSizeToolWin
8 Caption = 'Проверка карты'
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 FormStyle = fsStayOnTop
16 Position = poScreenCenter
17 PixelsPerInch = 96
18 object PanelResults: TPanel
19 Left = 0
20 Top = 85
21 Width = 509
22 Height = 76
23 Align = alBottom
24 BevelOuter = bvNone
25 TabOrder = 0
26 object bClose: TButton
27 Left = 439
28 Top = 48
29 Width = 75
30 Height = 25
31 Anchors = [akRight, akBottom]
32 Cancel = True
33 Caption = 'Закрыть'
34 TabOrder = 1
35 OnClick = bCloseClick
36 end
37 object bCheckMap: TButton
38 Left = 327
39 Top = 48
40 Width = 105
41 Height = 25
42 Anchors = [akRight, akBottom]
43 Caption = 'Проверить заново'
44 Default = True
45 TabOrder = 0
46 OnClick = bCheckMapClick
47 end
48 object mErrorDescription: TMemo
49 Left = 0
50 Top = 0
51 Width = 509
52 Height = 41
53 Align = alTop
54 Color = clBtnFace
55 ReadOnly = True
56 TabOrder = 2
57 WantReturns = False
58 end
59 end
60 object lbErrorList: TListBox
61 Left = 0
62 Top = 0
63 Width = 509
64 Height = 85
65 Align = alClient
66 ItemHeight = 13
67 TabOrder = 1
68 OnClick = lbErrorListClick
69 end
70 end