FormView.dfm 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. object ViewForm: TViewForm
  2. Left = 128
  3. Top = 232
  4. AutoSize = True
  5. BorderIcons = [biSystemMenu, biMinimize]
  6. Caption = 'View Form'
  7. ClientHeight = 357
  8. ClientWidth = 642
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poScreenCenter
  17. OnCreate = FormCreate
  18. OnDestroy = FormDestroy
  19. OnShow = FormShow
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object Image: TImage
  23. Left = 0
  24. Top = 39
  25. Width = 642
  26. Height = 318
  27. Align = alCustom
  28. Proportional = True
  29. Stretch = True
  30. end
  31. object PnlBle: TPanel
  32. Left = 0
  33. Top = 0
  34. Width = 642
  35. Height = 41
  36. Align = alTop
  37. TabOrder = 0
  38. ExplicitLeft = 8
  39. DesignSize = (
  40. 642
  41. 41)
  42. object Button1: TButton
  43. Left = 257
  44. Top = 8
  45. Width = 129
  46. Height = 25
  47. Anchors = [akLeft, akTop, akRight]
  48. Caption = 'Save To File'
  49. TabOrder = 0
  50. OnClick = Button1Click
  51. end
  52. end
  53. object DlgSave: TSavePictureDialog
  54. Left = 528
  55. Top = 64
  56. end
  57. end