Setup.NewDiskForm.dfm 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. object NewDiskForm: TNewDiskForm
  2. Left = 226
  3. Top = 162
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsDialog
  6. Caption = '*'
  7. ClientHeight = 169
  8. ClientWidth = 377
  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. OnCloseQuery = FormCloseQuery
  18. DesignSize = (
  19. 377
  20. 169)
  21. TextHeight = 13
  22. object DiskBitmapImage: TBitmapImage
  23. Left = 8
  24. Top = 10
  25. Width = 48
  26. Height = 48
  27. end
  28. object CancelButton: TNewButton
  29. Left = 296
  30. Top = 137
  31. Width = 73
  32. Height = 23
  33. Anchors = [akRight, akBottom]
  34. Cancel = True
  35. Caption = '*'
  36. ModalResult = 2
  37. TabOrder = 5
  38. end
  39. object OKButton: TNewButton
  40. Left = 216
  41. Top = 137
  42. Width = 73
  43. Height = 23
  44. Anchors = [akRight, akBottom]
  45. Caption = '*'
  46. Default = True
  47. ModalResult = 1
  48. TabOrder = 4
  49. end
  50. object BrowseButton: TNewButton
  51. Left = 296
  52. Top = 95
  53. Width = 73
  54. Height = 23
  55. Anchors = [akTop, akRight]
  56. Caption = '*'
  57. TabOrder = 3
  58. OnClick = BrowseButtonClick
  59. end
  60. object PathEdit: TNewPathEdit
  61. Left = 8
  62. Top = 96
  63. Width = 281
  64. Height = 21
  65. Anchors = [akLeft, akTop, akRight]
  66. TabOrder = 2
  67. end
  68. object PathLabel: TNewStaticText
  69. Left = 8
  70. Top = 80
  71. Width = 5
  72. Height = 14
  73. Caption = '*'
  74. FocusControl = PathEdit
  75. TabOrder = 1
  76. end
  77. object SelectDiskLabel: TNewStaticText
  78. Left = 72
  79. Top = 8
  80. Width = 297
  81. Height = 72
  82. Anchors = [akLeft, akTop, akRight]
  83. AutoSize = False
  84. Caption = '*'
  85. ShowAccelChar = False
  86. TabOrder = 0
  87. WordWrap = True
  88. end
  89. end