DEADSOFTWARE

Convert forms resources from Delphi to Lazarus format
[d2df-editor.git] / src / editor / f_selectmap.lfm
1 object SelectMapForm: TSelectMapForm
2 Left = 488
3 Height = 266
4 Top = 205
5 Width = 169
6 BorderIcons = []
7 Caption = 'Выберите карту'
8 ClientHeight = 266
9 ClientWidth = 169
10 Color = clBtnFace
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 OnActivate = FormActivate
15 Position = poScreenCenter
16 LCLVersion = '1.6.4.0'
17 object lbMapList: TListBox
18 Left = 0
19 Height = 238
20 Top = 0
21 Width = 169
22 Align = alClient
23 ItemHeight = 0
24 OnClick = lbMapListClick
25 Sorted = True
26 TabOrder = 0
27 end
28 object Panel1: TPanel
29 Left = 0
30 Height = 28
31 Top = 238
32 Width = 169
33 Align = alBottom
34 BevelOuter = bvNone
35 ClientHeight = 28
36 ClientWidth = 169
37 TabOrder = 1
38 object bOK: TButton
39 Left = 0
40 Height = 25
41 Top = 0
42 Width = 72
43 Caption = 'OK'
44 Default = True
45 ModalResult = 1
46 TabOrder = 0
47 end
48 object bCancel: TButton
49 Left = 77
50 Height = 25
51 Top = 0
52 Width = 72
53 Cancel = True
54 Caption = 'Отмена'
55 ModalResult = 2
56 OnClick = bCancelClick
57 TabOrder = 1
58 end
59 end
60 end