1 object SaveMiniMapForm: TSaveMiniMapForm
6 Caption = 'Сохранить мини-карту'
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
11 Font.Name = 'MS Sans Serif'
13 Position = poScreenCenter
14 OnActivate = FormActivate
16 object pbMiniMap: TPaintBox
22 OnPaint = pbMiniMapPaint
32 object LabelScale: TLabel
44 Anchors = [akLeft, akBottom]
50 object cbScale: TComboBox
55 Style = csDropDownList
60 OnChange = cbScaleChange
65 object bClose: TButton
70 Anchors = [akLeft, akBottom]
77 object SaveDialog: TSaveDialog
79 Filter = 'BMP files (*.bmp)|*.bmp|All files (*.*)|*.*'
80 Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]