home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / slunec / app / 4906_6851.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  2003-05-27  |  1.1 KB  |  54 lines

  1. object Form5: TForm5
  2.   Left = 0
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Graf'
  6.   ClientHeight = 348
  7.   ClientWidth = 762
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 761
  24.     Height = 313
  25.     OnClick = Image1Click
  26.   end
  27.   object Button1: TButton
  28.     Left = 383
  29.     Top = 320
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Zav∩┐╜∩┐╜t'
  34.     Default = True
  35.     ModalResult = 2
  36.     TabOrder = 0
  37.   end
  38.   object Button2: TButton
  39.     Left = 304
  40.     Top = 320
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Ulo∩┐╜it...'
  44.     TabOrder = 1
  45.     OnClick = Button2Click
  46.   end
  47.   object SaveDialog1: TSaveDialog
  48.     Filter = 'BMP|*.bmp|GIF|*.gif'
  49.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  50.     Left = 176
  51.     Top = 256
  52.   end
  53. end
  54.