70 lines
1.4 KiB
Plaintext
70 lines
1.4 KiB
Plaintext
object frmTileInfo: TfrmTileInfo
|
|
Left = 290
|
|
Height = 59
|
|
Top = 171
|
|
Width = 250
|
|
HorzScrollBar.Page = 249
|
|
VertScrollBar.Page = 106
|
|
AutoSize = True
|
|
BorderIcons = []
|
|
BorderStyle = bsNone
|
|
Caption = 'Tile info'
|
|
ClientHeight = 59
|
|
ClientWidth = 250
|
|
Color = clInfoBk
|
|
Constraints.MinWidth = 250
|
|
Font.Color = clInfoText
|
|
FormStyle = fsStayOnTop
|
|
OnShow = FormShow
|
|
ShowInTaskBar = stNever
|
|
LCLVersion = '0.9.29'
|
|
object lblTileID: TLabel
|
|
Left = 8
|
|
Height = 16
|
|
Top = 26
|
|
Width = 234
|
|
Align = alTop
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Font.Color = clInfoText
|
|
Font.Style = [fsItalic]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object lblFlags: TLabel
|
|
Left = 8
|
|
Height = 1
|
|
Top = 50
|
|
Width = 234
|
|
Align = alTop
|
|
BorderSpacing.Around = 8
|
|
Font.Color = clInfoText
|
|
ParentColor = False
|
|
ParentFont = False
|
|
WordWrap = True
|
|
end
|
|
object lblName: TLabel
|
|
Left = 8
|
|
Height = 16
|
|
Top = 8
|
|
Width = 234
|
|
Align = alTop
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 2
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object tmHide: TTimer
|
|
Enabled = False
|
|
Interval = 5000
|
|
OnTimer = tmHideTimer
|
|
left = 216
|
|
top = 8
|
|
end
|
|
end
|