home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 0
- Top = 107
- BorderStyle = bsDialog
- Caption = 'Graf'
- ClientHeight = 348
- ClientWidth = 762
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 761
- Height = 313
- OnClick = Image1Click
- end
- object Button1: TButton
- Left = 383
- Top = 320
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Zav��t'
- Default = True
- ModalResult = 2
- TabOrder = 0
- end
- object Button2: TButton
- Left = 304
- Top = 320
- Width = 75
- Height = 25
- Caption = 'Ulo�it...'
- TabOrder = 1
- OnClick = Button2Click
- end
- object SaveDialog1: TSaveDialog
- Filter = 'BMP|*.bmp|GIF|*.gif'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Left = 176
- Top = 256
- end
- end
-