123456789101112131415161718192021222324252627282930313233343536 |
- object FormMain: TFormMain
- Left = 0
- Top = 0
- Caption = 'Custom background example'
- ClientHeight = 627
- ClientWidth = 710
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Segoe UI'
- Font.Style = []
- OnCreate = FormCreate
- TextHeight = 15
- object ImgView: TImgView32
- Left = 0
- Top = 0
- Width = 710
- Height = 627
- Align = alClient
- Bitmap.DrawMode = dmBlend
- Bitmap.ResamplerClassName = 'TNearestResampler'
- BitmapAlign = baCustom
- Color = 15461355
- ParentColor = False
- RepaintMode = rmOptimizer
- Scale = 1.000000000000000000
- ScaleMode = smScale
- ScrollBars.ShowHandleGrip = True
- ScrollBars.Style = rbsDefault
- ScrollBars.Size = 17
- ScrollBars.Visibility = svAuto
- OverSize = 20
- TabOrder = 0
- end
- end
|