object PictureEditorDlg: TPictureEditorDlg Left = 263 Top = 144 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Picture Editor' ClientHeight = 223 ClientWidth = 281 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 265 Height = 177 Shape = bsFrame end object Shape1: TShape Left = 12 Top = 12 Width = 169 Height = 169 Brush.Style = bsClear end object Shape2: TShape Left = 13 Top = 13 Width = 167 Height = 167 Brush.Style = bsClear Pen.Color = clWhite end object Load: TButton Left = 192 Top = 16 Width = 75 Height = 25 Caption = '&Load...' TabOrder = 0 OnClick = LoadClick end object Save: TButton Left = 192 Top = 48 Width = 75 Height = 25 Caption = '&Save...' TabOrder = 1 OnClick = SaveClick end object Clear: TButton Left = 192 Top = 80 Width = 75 Height = 25 Caption = '&Clear' TabOrder = 2 OnClick = ClearClick end object OKButton: TButton Left = 23 Top = 192 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object CancelButton: TButton Left = 103 Top = 192 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object HelpButton: TButton Left = 183 Top = 192 Width = 75 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = HelpButtonClick end object FileDialog: TOpenDialog Title = 'Load picture' Left = 140 Top = 20 end object SaveDialog: TSaveDialog Options = [ofOverwritePrompt] Title = 'Save picture as' Left = 140 Top = 52 end end