mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 04:40:40 +01:00
117 lines
3.2 KiB
Plaintext
117 lines
3.2 KiB
Plaintext
object GraphicPropertyEditorForm: TGraphicPropertyEditorForm
|
|
Left = 277
|
|
Height = 381
|
|
Top = 147
|
|
Width = 436
|
|
HorzScrollBar.Page = 435
|
|
VertScrollBar.Page = 380
|
|
ActiveControl = LoadButton
|
|
Caption = 'Load Image Dialog'
|
|
ClientHeight = 381
|
|
ClientWidth = 436
|
|
Constraints.MinHeight = 180
|
|
Constraints.MinWidth = 200
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
object GroupBox1: TGroupBox
|
|
Left = 6
|
|
Height = 319
|
|
Top = 6
|
|
Width = 424
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Picture'
|
|
ClientHeight = 300
|
|
ClientWidth = 420
|
|
TabOrder = 0
|
|
object ScrollBox: TScrollBox
|
|
AnchorSideRight.Control = GroupBox1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = GroupBox1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 288
|
|
Top = 6
|
|
Width = 357
|
|
AutoScroll = True
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
object ImagePreview: TImage
|
|
Height = 100
|
|
Width = 100
|
|
AutoSize = True
|
|
Center = True
|
|
end
|
|
end
|
|
object LoadSaveBtnPanel: TPanel
|
|
Left = 369
|
|
Height = 288
|
|
Top = 6
|
|
Width = 45
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 288
|
|
ClientWidth = 45
|
|
TabOrder = 1
|
|
object LoadButton: TButton
|
|
Height = 25
|
|
Width = 45
|
|
Align = alTop
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'Load'
|
|
OnClick = LoadButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object SaveButton: TButton
|
|
Height = 25
|
|
Top = 31
|
|
Width = 45
|
|
Align = alTop
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'Save'
|
|
OnClick = SaveButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object ClearButton: TButton
|
|
Height = 25
|
|
Top = 62
|
|
Width = 45
|
|
Align = alTop
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'Clear'
|
|
OnClick = ClearButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|
|
object OkCancelButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 50
|
|
Top = 331
|
|
Width = 424
|
|
Align = alBottom
|
|
AutoSize = True
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
end
|
|
object OpenDialog: TOpenPictureDialog
|
|
Title = 'Open existing file'
|
|
Filter = 'Graphic (*.ico;*.ppm;*.pgm;*.pbm;*.png;*.xpm;*.bmp)|*.ico;*.ppm;*.pgm;*.pbm;*.png;*.xpm;*.bmp|Icon (*.ico)|*.ico|Portable PixMap (*.ppm)|*.ppm|Portable GrayMap (*.pgm)|*.pgm|Portable BitMap (*.pbm)|*.pbm|Portable Network Graphic (*.png)|*.png|Pixmap (*.xpm)|*.xpm|Bitmaps (*.bmp)|*.bmp|All files (*.*)|*.*|'
|
|
FilterIndex = 0
|
|
left = 152
|
|
top = 160
|
|
end
|
|
object SaveDialog: TSavePictureDialog
|
|
Title = 'Save file as'
|
|
Filter = 'Graphic (*.ico;*.ppm;*.pgm;*.pbm;*.png;*.xpm;*.bmp)|*.ico;*.ppm;*.pgm;*.pbm;*.png;*.xpm;*.bmp|Icon (*.ico)|*.ico|Portable PixMap (*.ppm)|*.ppm|Portable GrayMap (*.pgm)|*.pgm|Portable BitMap (*.pbm)|*.pbm|Portable Network Graphic (*.png)|*.png|Pixmap (*.xpm)|*.xpm|Bitmaps (*.bmp)|*.bmp|All files (*.*)|*.*|'
|
|
FilterIndex = 0
|
|
left = 192
|
|
top = 160
|
|
end
|
|
end
|