UninstSharedFileForm.dfm 2.2 KB

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