File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,22 @@ object FormMain: TFormMain
3
3
Top = 0
4
4
Caption = ' Nine Patch Sample'
5
5
ClientHeight = 465
6
- ClientWidth = 729
6
+ ClientWidth = 711
7
7
Color = clBtnFace
8
8
Font.Charset = DEFAULT_CHARSET
9
9
Font.Color = clWindowText
10
10
Font.Height = -11
11
11
Font.Name = ' Tahoma'
12
12
Font.Style = []
13
- OldCreateOrder = False
14
13
DesignSize = (
15
- 729
14
+ 711
16
15
465 )
17
- PixelsPerInch = 96
18
16
TextHeight = 13
19
17
object EsImageLayout1: TEsImageLayout
20
18
Left = 8
21
19
Top = 8
22
- Width = 721
23
- Height = 457
20
+ Width = 699
21
+ Height = 455
24
22
ImageMargins.Left = 6
25
23
ImageMargins.Top = 6
26
24
ImageMargins.Right = 14
@@ -666,13 +664,13 @@ object FormMain: TFormMain
666
664
ParentBufferedChildren = False
667
665
TabOrder = 0
668
666
DesignSize = (
669
- 721
670
- 457 )
667
+ 699
668
+ 455 )
671
669
object EsImageLabel1: TEsImageLabel
672
670
AlignWithMargins = True
673
671
Left = 5
674
672
Top = 5
675
- Width = 702
673
+ Width = 680
676
674
Height = 63
677
675
ImageMargins.Left = 10
678
676
ImageMargins.Top = 10
@@ -840,8 +838,8 @@ object FormMain: TFormMain
840
838
object EsImageStaticText1: TEsImageStaticText
841
839
Left = 544
842
840
Top = 74
843
- Width = 163
844
- Height = 368
841
+ Width = 141
842
+ Height = 366
845
843
Anchors = [akLeft, akTop, akRight, akBottom]
846
844
Font.Charset = DEFAULT_CHARSET
847
845
Font.Color = clRed
@@ -856,6 +854,8 @@ object FormMain: TFormMain
856
854
' control has rich aligning text! ***' #13 #10 ' This is EsImageStaticText! ' +
857
855
' This is EsImageStaticText! This is EsImageStaticText! This is Es' +
858
856
' ImageStaticText!'
857
+ ExplicitWidth = 153
858
+ ExplicitHeight = 368
859
859
end
860
860
end
861
861
object TimerAnimate: TTimer
You can’t perform that action at this time.
0 commit comments