lazarus/ideintf/graphicpropedit.lfm
2009-04-27 03:11:37 +00:00

116 lines
2.5 KiB
Plaintext

object GraphicPropertyEditorForm: TGraphicPropertyEditorForm
Left = 277
Height = 381
Top = 147
Width = 436
ActiveControl = LoadButton
Caption = 'Load Image Dialog'
ClientHeight = 381
ClientWidth = 436
Constraints.MinHeight = 180
Constraints.MinWidth = 200
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.27'
object GroupBox1: TGroupBox
Left = 6
Height = 337
Top = 6
Width = 424
Align = alClient
BorderSpacing.Around = 6
Caption = 'Picture'
ClientHeight = 319
ClientWidth = 420
TabOrder = 0
object ScrollBox: TScrollBox
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox1
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 307
Top = 6
Width = 322
Align = alClient
BorderSpacing.Around = 6
ClientHeight = 303
ClientWidth = 318
Color = clWindow
ParentColor = False
TabOrder = 0
object ImagePreview: TImage
Left = 0
Height = 100
Top = 0
Width = 100
AutoSize = True
Center = True
end
end
object LoadSaveBtnPanel: TPanel
Left = 334
Height = 319
Top = 0
Width = 86
Align = alRight
BevelOuter = bvNone
ClientHeight = 319
ClientWidth = 86
TabOrder = 1
object LoadButton: TButton
AnchorSideRight.Side = asrBottom
Left = 6
Height = 25
Top = 6
Width = 74
Align = alTop
BorderSpacing.Around = 6
Caption = 'Load'
OnClick = LoadButtonClick
TabOrder = 0
end
object SaveButton: TButton
Left = 6
Height = 25
Top = 37
Width = 74
Align = alTop
BorderSpacing.Around = 6
Caption = 'Save'
OnClick = SaveButtonClick
TabOrder = 1
end
object ClearButton: TButton
Left = 6
Height = 25
Top = 68
Width = 74
Align = alTop
BorderSpacing.Around = 6
Caption = 'Clear'
OnClick = ClearButtonClick
TabOrder = 2
end
end
end
object OkCancelButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 349
Width = 424
TabOrder = 1
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object OpenDialog: TOpenPictureDialog
left = 138
top = 182
end
object SaveDialog: TSavePictureDialog
Title = 'Save file as'
left = 186
top = 182
end
end