|
@@ -1,17 +1,17 @@
|
|
|
object Form1: TForm1
|
|
object Form1: TForm1
|
|
|
Left = 334
|
|
Left = 334
|
|
|
- Height = 328
|
|
|
|
|
|
|
+ Height = 410
|
|
|
Top = 229
|
|
Top = 229
|
|
|
- Width = 510
|
|
|
|
|
|
|
+ Width = 638
|
|
|
Caption = 'Form1'
|
|
Caption = 'Form1'
|
|
|
- ClientHeight = 328
|
|
|
|
|
- ClientWidth = 510
|
|
|
|
|
- LCLVersion = '4.99.0.0'
|
|
|
|
|
|
|
+ ClientHeight = 410
|
|
|
|
|
+ ClientWidth = 638
|
|
|
|
|
+ DesignTimePPI = 120
|
|
|
object rgStyle: TRadioGroup
|
|
object rgStyle: TRadioGroup
|
|
|
- Left = 320
|
|
|
|
|
- Height = 80
|
|
|
|
|
- Top = 136
|
|
|
|
|
- Width = 168
|
|
|
|
|
|
|
+ Left = 400
|
|
|
|
|
+ Height = 100
|
|
|
|
|
+ Top = 170
|
|
|
|
|
+ Width = 210
|
|
|
AutoFill = True
|
|
AutoFill = True
|
|
|
Caption = 'Style'
|
|
Caption = 'Style'
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.LeftRightSpacing = 6
|
|
@@ -21,8 +21,8 @@ object Form1: TForm1
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
- ClientHeight = 60
|
|
|
|
|
- ClientWidth = 164
|
|
|
|
|
|
|
+ ClientHeight = 75
|
|
|
|
|
+ ClientWidth = 206
|
|
|
ItemIndex = 2
|
|
ItemIndex = 2
|
|
|
Items.Strings = (
|
|
Items.Strings = (
|
|
|
'Circle'
|
|
'Circle'
|
|
@@ -34,53 +34,53 @@ object Form1: TForm1
|
|
|
OnClick = rgStyleClick
|
|
OnClick = rgStyleClick
|
|
|
end
|
|
end
|
|
|
object Label1: TLabel
|
|
object Label1: TLabel
|
|
|
- Left = 320
|
|
|
|
|
- Height = 15
|
|
|
|
|
- Top = 219
|
|
|
|
|
- Width = 55
|
|
|
|
|
|
|
+ Left = 400
|
|
|
|
|
+ Height = 20
|
|
|
|
|
+ Top = 274
|
|
|
|
|
+ Width = 67
|
|
|
Caption = 'Rounding:'
|
|
Caption = 'Rounding:'
|
|
|
end
|
|
end
|
|
|
object edRounding: TFloatSpinEdit
|
|
object edRounding: TFloatSpinEdit
|
|
|
- Left = 384
|
|
|
|
|
- Height = 23
|
|
|
|
|
- Top = 216
|
|
|
|
|
- Width = 56
|
|
|
|
|
|
|
+ Left = 480
|
|
|
|
|
+ Height = 28
|
|
|
|
|
+ Top = 270
|
|
|
|
|
+ Width = 70
|
|
|
MaxValue = 100
|
|
MaxValue = 100
|
|
|
TabOrder = 1
|
|
TabOrder = 1
|
|
|
Value = 10
|
|
Value = 10
|
|
|
OnChange = edRoundingChange
|
|
OnChange = edRoundingChange
|
|
|
end
|
|
end
|
|
|
object btLoad: TButton
|
|
object btLoad: TButton
|
|
|
- Left = 320
|
|
|
|
|
- Height = 25
|
|
|
|
|
- Top = 248
|
|
|
|
|
- Width = 80
|
|
|
|
|
|
|
+ Left = 400
|
|
|
|
|
+ Height = 31
|
|
|
|
|
+ Top = 310
|
|
|
|
|
+ Width = 100
|
|
|
Caption = 'Load (BGRA)'
|
|
Caption = 'Load (BGRA)'
|
|
|
TabOrder = 2
|
|
TabOrder = 2
|
|
|
OnClick = btLoadClick
|
|
OnClick = btLoadClick
|
|
|
end
|
|
end
|
|
|
object cbProportional: TCheckBox
|
|
object cbProportional: TCheckBox
|
|
|
- Left = 320
|
|
|
|
|
- Height = 19
|
|
|
|
|
- Top = 32
|
|
|
|
|
- Width = 84
|
|
|
|
|
|
|
+ Left = 400
|
|
|
|
|
+ Height = 24
|
|
|
|
|
+ Top = 40
|
|
|
|
|
+ Width = 104
|
|
|
Caption = 'Proportional'
|
|
Caption = 'Proportional'
|
|
|
TabOrder = 3
|
|
TabOrder = 3
|
|
|
OnChange = cbProportionalChange
|
|
OnChange = cbProportionalChange
|
|
|
end
|
|
end
|
|
|
object Panel1: TPanel
|
|
object Panel1: TPanel
|
|
|
- Left = 8
|
|
|
|
|
- Height = 302
|
|
|
|
|
- Top = 8
|
|
|
|
|
- Width = 302
|
|
|
|
|
- ClientHeight = 302
|
|
|
|
|
- ClientWidth = 302
|
|
|
|
|
|
|
+ Left = 10
|
|
|
|
|
+ Height = 378
|
|
|
|
|
+ Top = 10
|
|
|
|
|
+ Width = 378
|
|
|
|
|
+ ClientHeight = 378
|
|
|
|
|
+ ClientWidth = 378
|
|
|
TabOrder = 4
|
|
TabOrder = 4
|
|
|
object BCRoundedImage1: TBCRoundedImage
|
|
object BCRoundedImage1: TBCRoundedImage
|
|
|
Left = 0
|
|
Left = 0
|
|
|
- Height = 300
|
|
|
|
|
|
|
+ Height = 375
|
|
|
Top = 0
|
|
Top = 0
|
|
|
- Width = 300
|
|
|
|
|
|
|
+ Width = 375
|
|
|
Style = isSquare
|
|
Style = isSquare
|
|
|
BorderStyle = []
|
|
BorderStyle = []
|
|
|
Rounding = 10
|
|
Rounding = 10
|
|
@@ -90,10 +90,10 @@ object Form1: TForm1
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|
|
|
object rgAlign: TRadioGroup
|
|
object rgAlign: TRadioGroup
|
|
|
- Left = 320
|
|
|
|
|
- Height = 80
|
|
|
|
|
- Top = 56
|
|
|
|
|
- Width = 79
|
|
|
|
|
|
|
+ Left = 400
|
|
|
|
|
+ Height = 100
|
|
|
|
|
+ Top = 70
|
|
|
|
|
+ Width = 99
|
|
|
AutoFill = True
|
|
AutoFill = True
|
|
|
Caption = 'Align'
|
|
Caption = 'Align'
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.LeftRightSpacing = 6
|
|
@@ -103,8 +103,8 @@ object Form1: TForm1
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
- ClientHeight = 60
|
|
|
|
|
- ClientWidth = 75
|
|
|
|
|
|
|
+ ClientHeight = 75
|
|
|
|
|
+ ClientWidth = 95
|
|
|
ItemIndex = 2
|
|
ItemIndex = 2
|
|
|
Items.Strings = (
|
|
Items.Strings = (
|
|
|
'Left'
|
|
'Left'
|
|
@@ -115,10 +115,10 @@ object Form1: TForm1
|
|
|
OnClick = rgAlignClick
|
|
OnClick = rgAlignClick
|
|
|
end
|
|
end
|
|
|
object rgAlignV: TRadioGroup
|
|
object rgAlignV: TRadioGroup
|
|
|
- Left = 400
|
|
|
|
|
- Height = 81
|
|
|
|
|
- Top = 56
|
|
|
|
|
- Width = 79
|
|
|
|
|
|
|
+ Left = 500
|
|
|
|
|
+ Height = 101
|
|
|
|
|
+ Top = 70
|
|
|
|
|
+ Width = 99
|
|
|
AutoFill = True
|
|
AutoFill = True
|
|
|
Caption = 'Align Vert'
|
|
Caption = 'Align Vert'
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.LeftRightSpacing = 6
|
|
@@ -128,8 +128,8 @@ object Form1: TForm1
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
- ClientHeight = 61
|
|
|
|
|
- ClientWidth = 75
|
|
|
|
|
|
|
+ ClientHeight = 76
|
|
|
|
|
+ ClientWidth = 95
|
|
|
ItemIndex = 1
|
|
ItemIndex = 1
|
|
|
Items.Strings = (
|
|
Items.Strings = (
|
|
|
'Top'
|
|
'Top'
|
|
@@ -140,10 +140,10 @@ object Form1: TForm1
|
|
|
OnClick = rgAlignVClick
|
|
OnClick = rgAlignVClick
|
|
|
end
|
|
end
|
|
|
object cbStretch: TCheckBox
|
|
object cbStretch: TCheckBox
|
|
|
- Left = 320
|
|
|
|
|
- Height = 19
|
|
|
|
|
- Top = 8
|
|
|
|
|
- Width = 55
|
|
|
|
|
|
|
+ Left = 400
|
|
|
|
|
+ Height = 24
|
|
|
|
|
+ Top = 10
|
|
|
|
|
+ Width = 67
|
|
|
Caption = 'Stretch'
|
|
Caption = 'Stretch'
|
|
|
Checked = True
|
|
Checked = True
|
|
|
State = cbChecked
|
|
State = cbChecked
|
|
@@ -151,62 +151,62 @@ object Form1: TForm1
|
|
|
OnChange = cbStretchChange
|
|
OnChange = cbStretchChange
|
|
|
end
|
|
end
|
|
|
object btLoadT: TButton
|
|
object btLoadT: TButton
|
|
|
- Left = 408
|
|
|
|
|
- Height = 25
|
|
|
|
|
- Top = 248
|
|
|
|
|
- Width = 96
|
|
|
|
|
|
|
+ Left = 510
|
|
|
|
|
+ Height = 31
|
|
|
|
|
+ Top = 310
|
|
|
|
|
+ Width = 120
|
|
|
Caption = 'Load (TPicture)'
|
|
Caption = 'Load (TPicture)'
|
|
|
TabOrder = 8
|
|
TabOrder = 8
|
|
|
OnClick = btLoadTClick
|
|
OnClick = btLoadTClick
|
|
|
end
|
|
end
|
|
|
object btSavePictBGRA: TButton
|
|
object btSavePictBGRA: TButton
|
|
|
- Left = 320
|
|
|
|
|
- Height = 25
|
|
|
|
|
- Top = 277
|
|
|
|
|
- Width = 80
|
|
|
|
|
|
|
+ Left = 400
|
|
|
|
|
+ Height = 31
|
|
|
|
|
+ Top = 346
|
|
|
|
|
+ Width = 100
|
|
|
Caption = 'Save (BGRA)'
|
|
Caption = 'Save (BGRA)'
|
|
|
TabOrder = 9
|
|
TabOrder = 9
|
|
|
OnClick = btSavePictBGRAClick
|
|
OnClick = btSavePictBGRAClick
|
|
|
end
|
|
end
|
|
|
object btSavePict: TButton
|
|
object btSavePict: TButton
|
|
|
- Left = 408
|
|
|
|
|
- Height = 25
|
|
|
|
|
- Top = 277
|
|
|
|
|
- Width = 96
|
|
|
|
|
|
|
+ Left = 510
|
|
|
|
|
+ Height = 31
|
|
|
|
|
+ Top = 346
|
|
|
|
|
+ Width = 120
|
|
|
Caption = 'Save (TPicture)'
|
|
Caption = 'Save (TPicture)'
|
|
|
TabOrder = 10
|
|
TabOrder = 10
|
|
|
OnClick = btSavePictClick
|
|
OnClick = btSavePictClick
|
|
|
end
|
|
end
|
|
|
object lbDetails: TLabel
|
|
object lbDetails: TLabel
|
|
|
- Left = 320
|
|
|
|
|
- Height = 15
|
|
|
|
|
- Top = 304
|
|
|
|
|
- Width = 36
|
|
|
|
|
|
|
+ Left = 400
|
|
|
|
|
+ Height = 20
|
|
|
|
|
+ Top = 380
|
|
|
|
|
+ Width = 45
|
|
|
Caption = 'image:'
|
|
Caption = 'image:'
|
|
|
end
|
|
end
|
|
|
object Button1: TButton
|
|
object Button1: TButton
|
|
|
- Left = 448
|
|
|
|
|
- Height = 25
|
|
|
|
|
- Top = 216
|
|
|
|
|
- Width = 40
|
|
|
|
|
|
|
+ Left = 560
|
|
|
|
|
+ Height = 31
|
|
|
|
|
+ Top = 270
|
|
|
|
|
+ Width = 50
|
|
|
Caption = 'test'
|
|
Caption = 'test'
|
|
|
TabOrder = 11
|
|
TabOrder = 11
|
|
|
OnClick = Button1Click
|
|
OnClick = Button1Click
|
|
|
end
|
|
end
|
|
|
object openPict: TOpenPictureDialog
|
|
object openPict: TOpenPictureDialog
|
|
|
- Left = 72
|
|
|
|
|
- Top = 136
|
|
|
|
|
|
|
+ Left = 90
|
|
|
|
|
+ Top = 170
|
|
|
end
|
|
end
|
|
|
object savePict: TSavePictureDialog
|
|
object savePict: TSavePictureDialog
|
|
|
- Left = 192
|
|
|
|
|
- Top = 136
|
|
|
|
|
|
|
+ Left = 240
|
|
|
|
|
+ Top = 170
|
|
|
end
|
|
end
|
|
|
object openPictBGRA: TBGRAOpenPictureDialog
|
|
object openPictBGRA: TBGRAOpenPictureDialog
|
|
|
- Left = 72
|
|
|
|
|
- Top = 56
|
|
|
|
|
|
|
+ Left = 90
|
|
|
|
|
+ Top = 70
|
|
|
end
|
|
end
|
|
|
object savePictBGRA: TBGRASavePictureDialog
|
|
object savePictBGRA: TBGRASavePictureDialog
|
|
|
- Left = 192
|
|
|
|
|
- Top = 56
|
|
|
|
|
|
|
+ Left = 240
|
|
|
|
|
+ Top = 70
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|