DEADSOFTWARE

ab0265372a89da2a097f8926558957c438aae9bf
[d2df-editor.git] / src / editor / f_selectmap.lfm
1 object SelectMapForm: TSelectMapForm
2 Left = 488
3 Top = 205
4 Width = 169
5 Height = 266
6 BorderIcons = []
7 Caption = 'Выберите карту'
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 Position = poScreenCenter
15 OnActivate = FormActivate
16 PixelsPerInch = 96
17 object lbMapList: TListBox
18 Left = 0
19 Top = 0
20 Width = 153
21 Height = 200
22 Align = alClient
23 ItemHeight = 13
24 Sorted = True
25 TabOrder = 0
26 OnClick = lbMapListClick
27 end
28 object Panel1: TPanel
29 Left = 0
30 Top = 200
31 Width = 153
32 Height = 28
33 Align = alBottom
34 BevelOuter = bvNone
35 TabOrder = 1
36 object bOK: TButton
37 Left = 0
38 Top = 0
39 Width = 72
40 Height = 25
41 Caption = 'OK'
42 Default = True
43 ModalResult = 1
44 TabOrder = 0
45 end
46 object bCancel: TButton
47 Left = 77
48 Top = 0
49 Width = 72
50 Height = 25
51 Cancel = True
52 Caption = 'Отмена'
53 ModalResult = 2
54 TabOrder = 1
55 OnClick = bCancelClick
56 end
57 end
58 end