ExSaveExit.dfm 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. object frmExSaveExit: TfrmExSaveExit
  2. Left = 404
  3. Top = 227
  4. Width = 350
  5. Height = 300
  6. Caption = 'Save Changes?'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Position = poOwnerFormCenter
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Panel1: TPanel
  18. Left = 0
  19. Top = 227
  20. Width = 342
  21. Height = 39
  22. Align = alBottom
  23. BevelOuter = bvNone
  24. TabOrder = 1
  25. DesignSize = (
  26. 342
  27. 39)
  28. object Button1: TButton
  29. Left = 260
  30. Top = 8
  31. Width = 75
  32. Height = 25
  33. Anchors = [akRight, akBottom]
  34. Caption = '&Cancel'
  35. ModalResult = 2
  36. TabOrder = 2
  37. end
  38. object Button2: TButton
  39. Left = 180
  40. Top = 8
  41. Width = 75
  42. Height = 25
  43. Anchors = [akRight, akBottom]
  44. Caption = '&No'
  45. ModalResult = 7
  46. TabOrder = 1
  47. end
  48. object btnYes: TButton
  49. Left = 100
  50. Top = 8
  51. Width = 75
  52. Height = 25
  53. Anchors = [akRight, akBottom]
  54. Caption = '&Yes'
  55. ModalResult = 6
  56. TabOrder = 0
  57. end
  58. end
  59. object Panel3: TPanel
  60. Left = 0
  61. Top = 0
  62. Width = 342
  63. Height = 41
  64. Align = alTop
  65. BevelOuter = bvNone
  66. TabOrder = 2
  67. object Label1: TLabel
  68. Left = 11
  69. Top = 16
  70. Width = 157
  71. Height = 13
  72. Caption = 'Save Changes to Selected Files?'
  73. end
  74. end
  75. object lstFiles: TJvDotNetListBox
  76. Left = 0
  77. Top = 41
  78. Width = 342
  79. Height = 186
  80. Align = alClient
  81. ItemHeight = 13
  82. Background.FillMode = bfmTile
  83. Background.Visible = False
  84. MultiSelect = True
  85. TabOrder = 0
  86. end
  87. end