X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_addresource.lfm;h=d1c799c1e49d428a2431c105e6860abf9a3f9adc;hb=f271e7b72775d6ae5a92a636d38f22e5bc939fa6;hp=ef51f91986d7b48bb1da59e1c2366d5c249e2bfe;hpb=b72e164f0fb64e3301ae8ca217449daf6a9d301d;p=d2df-editor.git diff --git a/src/editor/f_addresource.lfm b/src/editor/f_addresource.lfm index ef51f91..d1c799c 100644 --- a/src/editor/f_addresource.lfm +++ b/src/editor/f_addresource.lfm @@ -1,86 +1,86 @@ object AddResourceForm: TAddResourceForm Left = 271 + Height = 268 Top = 208 + Width = 204 BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 268 ClientWidth = 204 Color = clBtnFace - Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' - Font.Style = [] + OnActivate = FormActivate Position = poScreenCenter ShowHint = True - OnActivate = FormActivate - PixelsPerInch = 96 + LCLVersion = '1.6.4.0' object LabelWADs: TLabel Left = 4 + Height = 13 Top = 4 Width = 110 - Height = 13 Caption = 'Список WAD-файлов:' + ParentColor = False end object LabelSections: TLabel Left = 4 + Height = 13 Top = 44 Width = 143 - Height = 13 Caption = 'Список секций WAD-файла:' + ParentColor = False end object bOK: TButton Left = 36 + Height = 25 Top = 236 Width = 75 - Height = 25 Caption = 'ОК' Default = True ModalResult = 1 - TabOrder = 0 OnClick = bOKClick + TabOrder = 3 end object bCancel: TButton Left = 124 + Height = 25 Top = 236 Width = 75 - Height = 25 Cancel = True Caption = 'Отмена' ModalResult = 2 - TabOrder = 1 + TabOrder = 4 end object cbWADList: TComboBox Left = 4 + Height = 21 Top = 20 Width = 193 - Height = 21 - AutoComplete = False - Style = csDropDownList ItemHeight = 13 - TabOrder = 2 OnChange = cbWADListChange + Style = csDropDownList + TabOrder = 0 end object lbResourcesList: TListBox Left = 4 + Height = 145 Top = 84 Width = 193 - Height = 145 - ItemHeight = 13 + ItemHeight = 0 MultiSelect = True - TabOrder = 3 OnClick = lbResourcesListClick + TabOrder = 2 end object cbSectionsList: TComboBox Left = 4 + Height = 21 Top = 60 Width = 193 - Height = 21 - AutoComplete = False - Style = csDropDownList ItemHeight = 13 - Sorted = True - TabOrder = 4 OnChange = cbSectionsListChange + Sorted = True + Style = csDropDownList + TabOrder = 1 end end