DEADSOFTWARE

3be8cdf94581af41e9fc246aee541c0513c0eb87
[d2df-editor.git] / src / editor / f_choosetype.lfm
1 object ChooseTypeForm: TChooseTypeForm
2 Left = 414
3 Top = 235
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsToolWindow
6 Caption = 'Выбор типа'
7 ClientHeight = 220
8 ClientWidth = 205
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 Position = poScreenCenter
16 PixelsPerInch = 96
17 object lbTypeSelect: TListBox
18 Left = 2
19 Top = 2
20 Width = 201
21 Height = 183
22 ItemHeight = 13
23 TabOrder = 0
24 end
25 object bOK: TButton
26 Left = 2
27 Top = 192
28 Width = 201
29 Height = 25
30 Caption = 'OK'
31 Default = True
32 ModalResult = 1
33 TabOrder = 1
34 end
35 end