Files
HeidiSQL/source/theme_preview.dfm

46 lines
924 B
Plaintext

object frmThemePreview: TfrmThemePreview
Left = 0
Top = 0
Caption = 'Theme preview'
ClientHeight = 157
ClientWidth = 245
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object StatusBarMain: TStatusBar
Left = 0
Top = 138
Width = 245
Height = 19
Panels = <>
SimplePanel = True
end
object ScrollBoxImage: TScrollBox
Left = 0
Top = 0
Width = 245
Height = 138
HorzScrollBar.Tracking = True
VertScrollBar.Tracking = True
Align = alClient
TabOrder = 1
OnMouseWheel = ScrollBoxImageMouseWheel
object imagePreview: TImage
Left = 0
Top = 0
Width = 100
Height = 100
AutoSize = True
end
end
end