DEADSOFTWARE

f540395c8deddbc7b08f3b364f22e9c2367a9bbb
[d2df-editor.git] / src / editor / f_saveminimap.lfm
1 object SaveMiniMapForm: TSaveMiniMapForm
2 Left = 362
3 Top = 299
4 Width = 431
5 Height = 225
6 Caption = 'Сохранить мини-карту'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 Position = poScreenCenter
14 OnActivate = FormActivate
15 PixelsPerInch = 96
16 object pbMiniMap: TPaintBox
17 Left = 185
18 Top = 0
19 Width = 230
20 Height = 187
21 Align = alClient
22 OnPaint = pbMiniMapPaint
23 end
24 object Panel1: TPanel
25 Left = 0
26 Top = 0
27 Width = 185
28 Height = 187
29 Align = alLeft
30 BevelOuter = bvNone
31 TabOrder = 0
32 object LabelScale: TLabel
33 Left = 4
34 Top = 10
35 Width = 49
36 Height = 13
37 Caption = 'Масштаб:'
38 end
39 object bSave: TButton
40 Left = 2
41 Top = 128
42 Width = 173
43 Height = 25
44 Anchors = [akLeft, akBottom]
45 Caption = 'Сохранить'
46 Default = True
47 TabOrder = 1
48 OnClick = bSaveClick
49 end
50 object cbScale: TComboBox
51 Left = 98
52 Top = 6
53 Width = 73
54 Height = 21
55 Style = csDropDownList
56 ItemHeight = 13
57 ItemIndex = 0
58 TabOrder = 0
59 Text = '1/16'
60 OnChange = cbScaleChange
61 Items.Strings = (
62 '1/16'
63 '1/8')
64 end
65 object bClose: TButton
66 Left = 2
67 Top = 158
68 Width = 173
69 Height = 25
70 Anchors = [akLeft, akBottom]
71 Cancel = True
72 Caption = 'Закрыть'
73 TabOrder = 2
74 OnClick = bCloseClick
75 end
76 end
77 object SaveDialog: TSaveDialog
78 DefaultExt = '.bmp'
79 Filter = 'BMP files (*.bmp)|*.bmp|All files (*.*)|*.*'
80 Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
81 Left = 8
82 Top = 48
83 end
84 end