Skip to content

Commit 1258ef5

Browse files
committed
fix sample
1 parent 9946b72 commit 1258ef5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Samples/9PatchLayout/Main.dfm

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,22 @@ object FormMain: TFormMain
33
Top = 0
44
Caption = 'Nine Patch Sample'
55
ClientHeight = 465
6-
ClientWidth = 729
6+
ClientWidth = 711
77
Color = clBtnFace
88
Font.Charset = DEFAULT_CHARSET
99
Font.Color = clWindowText
1010
Font.Height = -11
1111
Font.Name = 'Tahoma'
1212
Font.Style = []
13-
OldCreateOrder = False
1413
DesignSize = (
15-
729
14+
711
1615
465)
17-
PixelsPerInch = 96
1816
TextHeight = 13
1917
object EsImageLayout1: TEsImageLayout
2018
Left = 8
2119
Top = 8
22-
Width = 721
23-
Height = 457
20+
Width = 699
21+
Height = 455
2422
ImageMargins.Left = 6
2523
ImageMargins.Top = 6
2624
ImageMargins.Right = 14
@@ -666,13 +664,13 @@ object FormMain: TFormMain
666664
ParentBufferedChildren = False
667665
TabOrder = 0
668666
DesignSize = (
669-
721
670-
457)
667+
699
668+
455)
671669
object EsImageLabel1: TEsImageLabel
672670
AlignWithMargins = True
673671
Left = 5
674672
Top = 5
675-
Width = 702
673+
Width = 680
676674
Height = 63
677675
ImageMargins.Left = 10
678676
ImageMargins.Top = 10
@@ -840,8 +838,8 @@ object FormMain: TFormMain
840838
object EsImageStaticText1: TEsImageStaticText
841839
Left = 544
842840
Top = 74
843-
Width = 163
844-
Height = 368
841+
Width = 141
842+
Height = 366
845843
Anchors = [akLeft, akTop, akRight, akBottom]
846844
Font.Charset = DEFAULT_CHARSET
847845
Font.Color = clRed
@@ -856,6 +854,8 @@ object FormMain: TFormMain
856854
'control has rich aligning text! ***'#13#10'This is EsImageStaticText! ' +
857855
'This is EsImageStaticText! This is EsImageStaticText! This is Es' +
858856
'ImageStaticText!'
857+
ExplicitWidth = 153
858+
ExplicitHeight = 368
859859
end
860860
end
861861
object TimerAnimate: TTimer

0 commit comments

Comments
 (0)