X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_selectmap.lfm;h=935ce593445cdd59954254119e4b2a6a0658f81d;hp=ab0265372a89da2a097f8926558957c438aae9bf;hb=b372bf2ef9af243fd5fc6dd34857aed7240b071d;hpb=71ef827e8608f2e426111ff0ddfb7019beba0e65 diff --git a/src/editor/f_selectmap.lfm b/src/editor/f_selectmap.lfm index ab02653..935ce59 100644 --- a/src/editor/f_selectmap.lfm +++ b/src/editor/f_selectmap.lfm @@ -1,43 +1,45 @@ object SelectMapForm: TSelectMapForm Left = 488 + Height = 266 Top = 205 Width = 169 - Height = 266 BorderIcons = [] Caption = 'Выберите карту' + ClientHeight = 266 + ClientWidth = 169 Color = clBtnFace - Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' - Font.Style = [] - Position = poScreenCenter OnActivate = FormActivate - PixelsPerInch = 96 + Position = poScreenCenter + LCLVersion = '1.6.4.0' object lbMapList: TListBox Left = 0 + Height = 238 Top = 0 - Width = 153 - Height = 200 + Width = 169 Align = alClient - ItemHeight = 13 + ItemHeight = 0 + OnClick = lbMapListClick Sorted = True TabOrder = 0 - OnClick = lbMapListClick end object Panel1: TPanel Left = 0 - Top = 200 - Width = 153 Height = 28 + Top = 238 + Width = 169 Align = alBottom BevelOuter = bvNone + ClientHeight = 28 + ClientWidth = 169 TabOrder = 1 object bOK: TButton Left = 0 + Height = 25 Top = 0 Width = 72 - Height = 25 Caption = 'OK' Default = True ModalResult = 1 @@ -45,14 +47,14 @@ object SelectMapForm: TSelectMapForm end object bCancel: TButton Left = 77 + Height = 25 Top = 0 Width = 72 - Height = 25 Cancel = True Caption = 'Отмена' ModalResult = 2 - TabOrder = 1 OnClick = bCancelClick + TabOrder = 1 end end end