mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-21 17:59:31 +02:00
fixed anchoring, load/save and clear buttons were not visible
git-svn-id: trunk@17012 -
This commit is contained in:
parent
984c9d5167
commit
151fa9b63d
@ -3,104 +3,299 @@ object GraphicPropertyEditorForm: TGraphicPropertyEditorForm
|
||||
Height = 381
|
||||
Top = 147
|
||||
Width = 436
|
||||
HelpContext = 0
|
||||
ActiveControl = LoadButton
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'Load Image Dialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 381
|
||||
ClientWidth = 436
|
||||
Constraints.MinHeight = 180
|
||||
Constraints.MinWidth = 200
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = FormCreate
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.25'
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object GroupBox1: TGroupBox
|
||||
Left = 6
|
||||
Height = 329
|
||||
Height = 321
|
||||
Top = 6
|
||||
Width = 424
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Picture'
|
||||
ClientHeight = 311
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 302
|
||||
ClientWidth = 420
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object ScrollBox: TScrollBox
|
||||
AnchorSideRight.Control = GroupBox1
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = GroupBox1
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 299
|
||||
Height = 290
|
||||
Top = 6
|
||||
Width = 351
|
||||
Width = 322
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoSize = False
|
||||
AutoScroll = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsNone
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Ctl3D = False
|
||||
ParentBiDiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object ImagePreview: TImage
|
||||
Left = 0
|
||||
Height = 100
|
||||
Top = 0
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Center = True
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentShowHint = True
|
||||
Proportional = False
|
||||
Stretch = False
|
||||
Transparent = False
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object LoadSaveBtnPanel: TPanel
|
||||
Left = 363
|
||||
Height = 299
|
||||
Top = 6
|
||||
Width = 51
|
||||
Left = 334
|
||||
Height = 302
|
||||
Top = 0
|
||||
Width = 86
|
||||
HelpContext = 0
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BevelInner = bvNone
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 299
|
||||
ClientWidth = 51
|
||||
BevelWidth = 1
|
||||
BorderWidth = 0
|
||||
BorderStyle = bsNone
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 302
|
||||
ClientWidth = 86
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
FullRepaint = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object LoadButton: TButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 25
|
||||
Width = 51
|
||||
Top = 6
|
||||
Width = 74
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
BorderSpacing.Bottom = 6
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'Load'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = LoadButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object SaveButton: TButton
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 31
|
||||
Width = 51
|
||||
Top = 37
|
||||
Width = 74
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
BorderSpacing.Bottom = 6
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'Save'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = SaveButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object ClearButton: TButton
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 62
|
||||
Width = 51
|
||||
Top = 68
|
||||
Width = 74
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
BorderSpacing.Bottom = 6
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'Clear'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = ClearButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
end
|
||||
object OkCancelButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 40
|
||||
Top = 341
|
||||
Height = 48
|
||||
Top = 333
|
||||
Width = 424
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 1
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
end
|
||||
object OpenDialog: TOpenPictureDialog
|
||||
Width = 0
|
||||
Height = 0
|
||||
left = 138
|
||||
top = 182
|
||||
end
|
||||
object SaveDialog: TSavePictureDialog
|
||||
Width = 0
|
||||
Height = 0
|
||||
Title = 'Save file as'
|
||||
left = 186
|
||||
top = 182
|
||||
|
@ -2,63 +2,97 @@
|
||||
|
||||
LazarusResources.Add('TGraphicPropertyEditorForm','FORMDATA',[
|
||||
'TPF0'#26'TGraphicPropertyEditorForm'#25'GraphicPropertyEditorForm'#4'Left'#3
|
||||
+#21#1#6'Height'#3'}'#1#3'Top'#3#147#0#5'Width'#3#180#1#13'ActiveControl'#7#10
|
||||
+'LoadButton'#7'Caption'#6#17'Load Image Dialog'#12'ClientHeight'#3'}'#1#11'C'
|
||||
+'lientWidth'#3#180#1#21'Constraints.MinHeight'#3#180#0#20'Constraints.MinWid'
|
||||
+'th'#3#200#0#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'#10
|
||||
+'LCLVersion'#6#6'0.9.25'#0#9'TGroupBox'#9'GroupBox1'#4'Left'#2#6#6'Height'#3
|
||||
+'I'#1#3'Top'#2#6#5'Width'#3#168#1#5'Align'#7#8'alClient'#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#7'Caption'#6#7'Picture'#12'ClientHeight'#3'7'#1#11'ClientWidth'#3
|
||||
+#164#1#8'TabOrder'#2#0#0#10'TScrollBox'#9'ScrollBox'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#9'GroupBox1'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBo'
|
||||
+'ttom.Control'#7#9'GroupBox1'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#6#6'Height'#3'+'#1#3'Top'#2#6#5'Width'#3'_'#1#5'Align'#7#8'alClient'#20
|
||||
+'BorderSpacing.Around'#2#6#11'ParentColor'#8#8'TabOrder'#2#0#0#6'TImage'#12
|
||||
+'ImagePreview'#6'Height'#2'd'#5'Width'#2'd'#8'AutoSize'#9#6'Center'#9#0#0#0#6
|
||||
+'TPanel'#16'LoadSaveBtnPanel'#4'Left'#3'k'#1#6'Height'#3'+'#1#3'Top'#2#6#5'W'
|
||||
+'idth'#2'3'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||
+#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3'+'#1#11'ClientWidth'#2'3'#8'T'
|
||||
+'abOrder'#2#1#0#7'TButton'#10'LoadButton'#6'Height'#2#25#5'Width'#2'3'#5'Ali'
|
||||
+'gn'#7#5'alTop'#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#4'Load'#7'OnClick'
|
||||
+#7#15'LoadButtonClick'#8'TabOrder'#2#0#0#0#7'TButton'#10'SaveButton'#6'Heigh'
|
||||
+'t'#2#25#3'Top'#2#31#5'Width'#2'3'#5'Align'#7#5'alTop'#20'BorderSpacing.Bott'
|
||||
+'om'#2#6#7'Caption'#6#4'Save'#7'OnClick'#7#15'SaveButtonClick'#8'TabOrder'#2
|
||||
+#1#0#0#7'TButton'#11'ClearButton'#6'Height'#2#25#3'Top'#2'>'#5'Width'#2'3'#5
|
||||
+'Align'#7#5'alTop'#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#5'Clear'#7'OnCl'
|
||||
+'ick'#7#16'ClearButtonClick'#8'TabOrder'#2#2#0#0#0#0#12'TButtonPanel'#19'OkC'
|
||||
+'ancelButtonPanel'#4'Left'#2#6#6'Height'#2'('#3'Top'#3'U'#1#5'Width'#3#168#1
|
||||
+#5'Align'#7#8'alBottom'#8'AutoSize'#9#8'TabOrder'#2#1#11'ShowButtons'#11#4'p'
|
||||
+'bOK'#8'pbCancel'#0#0#0#18'TOpenPictureDialog'#10'OpenDialog'#4'left'#3#138#0
|
||||
+#3'top'#3#182#0#0#0#18'TSavePictureDialog'#10'SaveDialog'#5'Title'#6#12'Save'
|
||||
+' file as'#4'left'#3#186#0#3'top'#3#182#0#0#0#0#26'TGraphicPropertyEditorFor'
|
||||
+'m'#25'GraphicPropertyEditorForm'#4'Left'#3#21#1#6'Height'#3'}'#1#3'Top'#3
|
||||
+#147#0#5'Width'#3#180#1#13'ActiveControl'#7#10'LoadButton'#7'Caption'#6#17'L'
|
||||
+'oad Image Dialog'#12'ClientHeight'#3'}'#1#11'ClientWidth'#3#180#1#21'Constr'
|
||||
+'aints.MinHeight'#3#180#0#20'Constraints.MinWidth'#3#200#0#8'OnCreate'#7#10
|
||||
+'FormCreate'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9
|
||||
+'TGroupBox'#9'GroupBox1'#4'Left'#2#6#6'Height'#3'I'#1#3'Top'#2#6#5'Width'#3
|
||||
+#168#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Pi'
|
||||
+'cture'#12'ClientHeight'#3'7'#1#11'ClientWidth'#3#164#1#8'TabOrder'#2#0#0#10
|
||||
+'TScrollBox'#9'ScrollBox'#23'AnchorSideRight.Control'#7#9'GroupBox1'#20'Anch'
|
||||
+'orSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'GroupBox1'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'+'#1#3'Top'
|
||||
+#2#6#5'Width'#3'_'#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#11
|
||||
+'ParentColor'#8#8'TabOrder'#2#0#0#6'TImage'#12'ImagePreview'#6'Height'#2'd'#5
|
||||
+'Width'#2'd'#8'AutoSize'#9#6'Center'#9#0#0#0#6'TPanel'#16'LoadSaveBtnPanel'#4
|
||||
+'Left'#3'k'#1#6'Height'#3'+'#1#3'Top'#2#6#5'Width'#2'3'#5'Align'#7#7'alRight'
|
||||
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'Cl'
|
||||
+'ientHeight'#3'+'#1#11'ClientWidth'#2'3'#8'TabOrder'#2#1#0#7'TButton'#10'Loa'
|
||||
+'dButton'#6'Height'#2#25#5'Width'#2'3'#5'Align'#7#5'alTop'#20'BorderSpacing.'
|
||||
+'Bottom'#2#6#7'Caption'#6#4'Load'#7'OnClick'#7#15'LoadButtonClick'#8'TabOrde'
|
||||
+'r'#2#0#0#0#7'TButton'#10'SaveButton'#6'Height'#2#25#3'Top'#2#31#5'Width'#2
|
||||
+'3'#5'Align'#7#5'alTop'#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#4'Save'#7
|
||||
+'OnClick'#7#15'SaveButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#11'ClearButto'
|
||||
+'n'#6'Height'#2#25#3'Top'#2'>'#5'Width'#2'3'#5'Align'#7#5'alTop'#20'BorderSp'
|
||||
+'acing.Bottom'#2#6#7'Caption'#6#5'Clear'#7'OnClick'#7#16'ClearButtonClick'#8
|
||||
+'TabOrder'#2#2#0#0#0#0#12'TButtonPanel'#19'OkCancelButtonPanel'#4'Left'#2#6#6
|
||||
+'Height'#2'('#3'Top'#3'U'#1#5'Width'#3#168#1#5'Align'#7#8'alBottom'#8'AutoSi'
|
||||
+'ze'#9#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#0#0#18'TOpen'
|
||||
+'PictureDialog'#10'OpenDialog'#4'left'#3#138#0#3'top'#3#182#0#0#0#18'TSavePi'
|
||||
+'ctureDialog'#10'SaveDialog'#5'Title'#6#12'Save file as'#4'left'#3#186#0#3't'
|
||||
+'op'#3#182#0#0#0#0
|
||||
+#21#1#6'Height'#3'}'#1#3'Top'#3#147#0#5'Width'#3#180#1#11'HelpContext'#2#0#13
|
||||
+'ActiveControl'#7#10'LoadButton'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10
|
||||
+'AutoScroll'#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimi'
|
||||
+'ze'#10'biMaximize'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#17'Load '
|
||||
+'Image Dialog'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottom'
|
||||
+'Spacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalS'
|
||||
+'pacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3'}'#1#11
|
||||
+'ClientWidth'#3#180#1#21'Constraints.MinHeight'#3#180#0#20'Constraints.MinWi'
|
||||
+'dth'#3#200#0#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'
|
||||
+#7'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNor'
|
||||
+'mal'#8'OnCreate'#7#10'FormCreate'#14'ParentBiDiMode'#9#10'ParentFont'#8#8'P'
|
||||
+'osition'#7#14'poScreenCenter'#13'ShowInTaskBar'#7#9'stDefault'#14'UseDockMa'
|
||||
+'nager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7#8'wsNormal'#0#9'TGrou'
|
||||
+'pBox'#9'GroupBox1'#4'Left'#2#6#6'Height'#3'A'#1#3'Top'#2#6#5'Width'#3#168#1
|
||||
+#11'HelpContext'#2#0#5'Align'#7#8'alClient'#8'AutoSize'#8#18'BorderSpacing.L'
|
||||
+'eft'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpa'
|
||||
+'cing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHoriz'
|
||||
+'ontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Capt'
|
||||
+'ion'#6#7'Picture'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBo'
|
||||
+'ttomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Verti'
|
||||
+'calSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3'.'#1
|
||||
+#11'ClientWidth'#3#164#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'
|
||||
+#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBid'
|
||||
+'iMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShow'
|
||||
+'Hint'#9#8'TabOrder'#2#0#7'TabStop'#8#7'Visible'#9#0#10'TScrollBox'#9'Scroll'
|
||||
+'Box'#23'AnchorSideRight.Control'#7#9'GroupBox1'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#9'GroupBox1'#21'AnchorSideBottom.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'"'#1#3'Top'#2#6#5'Width'#3'B'#1
|
||||
+#11'HelpContext'#2#0#5'Align'#7#8'alClient'#8'AutoSize'#8#10'AutoScroll'#9#18
|
||||
+'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2
|
||||
+#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.'
|
||||
+'CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'c'
|
||||
+'caFill'#11'BorderStyle'#7#6'bsNone'#28'ChildSizing.LeftRightSpacing'#2#0#28
|
||||
+'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27
|
||||
+'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#8'Dock'
|
||||
+'Site'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#5'Ctl3D'#8#14'ParentBiDiMode'#9#11'ParentColor'#8#11
|
||||
+'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabS'
|
||||
+'top'#8#7'Visible'#9#0#6'TImage'#12'ImagePreview'#4'Left'#2#0#6'Height'#2'd'
|
||||
+#3'Top'#2#0#5'Width'#2'd'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#8'AutoSiz'
|
||||
+'e'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.'
|
||||
+'Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!Borde'
|
||||
+'rSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertic'
|
||||
+'al'#7#7'ccaFill'#6'Center'#9#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmM'
|
||||
+'anual'#7'Enabled'#9#14'ParentShowHint'#9#12'Proportional'#8#7'Stretch'#8#11
|
||||
+'Transparent'#8#7'Visible'#9#0#0#0#6'TPanel'#16'LoadSaveBtnPanel'#4'Left'#3
|
||||
+'N'#1#6'Height'#3'.'#1#3'Top'#2#0#5'Width'#2'V'#11'HelpContext'#2#0#5'Align'
|
||||
+#7#7'alRight'#9'Alignment'#7#8'taCenter'#8'AutoSize'#8#18'BorderSpacing.Left'
|
||||
+#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.'
|
||||
+'Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'
|
||||
+#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#10'BevelInner'
|
||||
+#7#6'bvNone'#10'BevelOuter'#7#6'bvNone'#10'BevelWidth'#2#1#11'BorderWidth'#2
|
||||
+#0#11'BorderStyle'#7#6'bsNone'#28'ChildSizing.LeftRightSpacing'#2#0#28'Child'
|
||||
+'Sizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'Child'
|
||||
+'Sizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHe'
|
||||
+'ight'#3'.'#1#11'ClientWidth'#2'V'#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8
|
||||
+'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'FullRepaint'
|
||||
+#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7
|
||||
+'TabStop'#8#7'Visible'#9#0#7'TButton'#10'LoadButton'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#6#5'Width'#2'J'#11'HelpC'
|
||||
+'ontext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'
|
||||
+#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
,'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Capti'
|
||||
+'on'#6#4'Load'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmMan'
|
||||
+'ual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ModalResult'#2#0#7'OnClick'#7#15
|
||||
+'LoadButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'Ta'
|
||||
+'bStop'#9#7'Visible'#9#0#0#7'TButton'#10'SaveButton'#4'Left'#2#6#6'Height'#2
|
||||
+#25#3'Top'#2'%'#5'Width'#2'J'#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'Auto'
|
||||
+'Size'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpaci'
|
||||
+'ng.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!Bo'
|
||||
+'rderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVer'
|
||||
+'tical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#4'Save'#7'Default'#8#10'DragCu'
|
||||
+'rsor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'
|
||||
+#9#11'ModalResult'#2#0#7'OnClick'#7#15'SaveButtonClick'#10'ParentFont'#9#14
|
||||
+'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#9#7'Visible'#9#0#0#7'TButton'
|
||||
+#11'ClearButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'D'#5'Width'#2'J'#11'Hel'
|
||||
+'pContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0
|
||||
+#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bott'
|
||||
+'om'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7
|
||||
+'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Cap'
|
||||
+'tion'#6#5'Clear'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dm'
|
||||
+'Manual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ModalResult'#2#0#7'OnClick'#7
|
||||
+#16'ClearButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7
|
||||
+'TabStop'#9#7'Visible'#9#0#0#0#0#12'TButtonPanel'#19'OkCancelButtonPanel'#4
|
||||
+'Left'#2#6#6'Height'#2'0'#3'Top'#3'M'#1#5'Width'#3#168#1#11'HelpContext'#2#0
|
||||
+#5'Align'#7#8'alBottom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOr'
|
||||
+'der'#2#1#13'DefaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'
|
||||
+#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9
|
||||
+#0#0#18'TOpenPictureDialog'#10'OpenDialog'#5'Width'#2#0#6'Height'#2#0#4'left'
|
||||
+#3#138#0#3'top'#3#182#0#0#0#18'TSavePictureDialog'#10'SaveDialog'#5'Width'#2
|
||||
+#0#6'Height'#2#0#5'Title'#6#12'Save file as'#4'left'#3#186#0#3'top'#3#182#0#0
|
||||
+#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user