Setup.UninstallSharedFileForm.dfm 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. object UninstSharedFileForm: TUninstSharedFileForm
  2. Left = 200
  3. Top = 108
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsDialog
  6. Caption = 'UninstSharedFileForm'
  7. ClientHeight = 225
  8. ClientWidth = 397
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. PopupMode = pmAuto
  16. Scaled = False
  17. DesignSize = (
  18. 397
  19. 225)
  20. TextHeight = 13
  21. object NoToAllButton: TNewButton
  22. Left = 283
  23. Top = 189
  24. Width = 75
  25. Height = 23
  26. Anchors = [akBottom]
  27. Caption = '*'
  28. ModalResult = 13
  29. TabOrder = 3
  30. end
  31. object NoButton: TNewButton
  32. Left = 202
  33. Top = 189
  34. Width = 75
  35. Height = 23
  36. Anchors = [akBottom]
  37. Caption = '*'
  38. ModalResult = 7
  39. TabOrder = 2
  40. end
  41. object YesToAllButton: TNewButton
  42. Left = 121
  43. Top = 189
  44. Width = 75
  45. Height = 23
  46. Anchors = [akBottom]
  47. Caption = '*'
  48. ModalResult = 14
  49. TabOrder = 1
  50. end
  51. object YesButton: TNewButton
  52. Left = 40
  53. Top = 189
  54. Width = 75
  55. Height = 23
  56. Anchors = [akBottom]
  57. Caption = '*'
  58. Default = True
  59. ModalResult = 6
  60. TabOrder = 0
  61. end
  62. object LocationEdit: TEdit
  63. Left = 88
  64. Top = 148
  65. Width = 297
  66. Height = 21
  67. Anchors = [akLeft, akTop, akRight]
  68. ParentColor = True
  69. ReadOnly = True
  70. TabOrder = 8
  71. end
  72. object LocationLabel: TNewStaticText
  73. Left = 12
  74. Top = 151
  75. Width = 5
  76. Height = 14
  77. Caption = '*'
  78. TabOrder = 7
  79. end
  80. object FilenameEdit: TEdit
  81. Left = 88
  82. Top = 116
  83. Width = 297
  84. Height = 21
  85. Anchors = [akLeft, akTop, akRight]
  86. ParentColor = True
  87. ReadOnly = True
  88. TabOrder = 6
  89. end
  90. object FilenameLabel: TNewStaticText
  91. Left = 12
  92. Top = 119
  93. Width = 5
  94. Height = 14
  95. Caption = '*'
  96. TabOrder = 5
  97. end
  98. object BodyLabel: TNewStaticText
  99. Left = 12
  100. Top = 12
  101. Width = 373
  102. Height = 97
  103. Anchors = [akLeft, akTop, akRight]
  104. AutoSize = False
  105. Caption = '*'
  106. ShowAccelChar = False
  107. TabOrder = 4
  108. WordWrap = True
  109. end
  110. end