Skip to content

Commit

Permalink
fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
errorcalc committed Mar 31, 2024
1 parent 9946b72 commit 1258ef5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Samples/9PatchLayout/Main.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,22 @@ object FormMain: TFormMain
Top = 0
Caption = 'Nine Patch Sample'
ClientHeight = 465
ClientWidth = 729
ClientWidth = 711
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
DesignSize = (
729
711
465)
PixelsPerInch = 96
TextHeight = 13
object EsImageLayout1: TEsImageLayout
Left = 8
Top = 8
Width = 721
Height = 457
Width = 699
Height = 455
ImageMargins.Left = 6
ImageMargins.Top = 6
ImageMargins.Right = 14
Expand Down Expand Up @@ -666,13 +664,13 @@ object FormMain: TFormMain
ParentBufferedChildren = False
TabOrder = 0
DesignSize = (
721
457)
699
455)
object EsImageLabel1: TEsImageLabel
AlignWithMargins = True
Left = 5
Top = 5
Width = 702
Width = 680
Height = 63
ImageMargins.Left = 10
ImageMargins.Top = 10
Expand Down Expand Up @@ -840,8 +838,8 @@ object FormMain: TFormMain
object EsImageStaticText1: TEsImageStaticText
Left = 544
Top = 74
Width = 163
Height = 368
Width = 141
Height = 366
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Expand All @@ -856,6 +854,8 @@ object FormMain: TFormMain
'control has rich aligning text! ***'#13#10'This is EsImageStaticText! ' +
'This is EsImageStaticText! This is EsImageStaticText! This is Es' +
'ImageStaticText!'
ExplicitWidth = 153
ExplicitHeight = 368
end
end
object TimerAnimate: TTimer
Expand Down

0 comments on commit 1258ef5

Please sign in to comment.