NewDisk.dfm 1.8 KB

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