fFolderDlg.dfm 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. object FDialog: TFDialog
  2. Left = 267
  3. Top = 134
  4. ActiveControl = Edit1
  5. BorderStyle = bsDialog
  6. Caption = 'Create Folder'
  7. ClientHeight = 134
  8. ClientWidth = 211
  9. Color = clBtnFace
  10. ParentFont = True
  11. Position = poMainFormCenter
  12. PixelsPerInch = 120
  13. TextHeight = 20
  14. object Bevel1: TBevel
  15. Left = 10
  16. Top = 10
  17. Width = 191
  18. Height = 71
  19. Margins.Left = 4
  20. Margins.Top = 4
  21. Margins.Right = 4
  22. Margins.Bottom = 4
  23. Shape = bsFrame
  24. end
  25. object Label1: TLabel
  26. Left = 50
  27. Top = 20
  28. Width = 153
  29. Height = 25
  30. Margins.Left = 4
  31. Margins.Top = 4
  32. Margins.Right = 4
  33. Margins.Bottom = 4
  34. Caption = 'Enter folder name:'
  35. end
  36. object OKBtn: TButton
  37. Left = 9
  38. Top = 95
  39. Width = 94
  40. Height = 31
  41. Margins.Left = 4
  42. Margins.Top = 4
  43. Margins.Right = 4
  44. Margins.Bottom = 4
  45. Caption = 'OK'
  46. Default = True
  47. ModalResult = 1
  48. TabOrder = 0
  49. end
  50. object CancelBtn: TButton
  51. Left = 109
  52. Top = 95
  53. Width = 94
  54. Height = 31
  55. Margins.Left = 4
  56. Margins.Top = 4
  57. Margins.Right = 4
  58. Margins.Bottom = 4
  59. Cancel = True
  60. Caption = 'Cancel'
  61. ModalResult = 2
  62. TabOrder = 1
  63. end
  64. object Edit1: TEdit
  65. Left = 30
  66. Top = 40
  67. Width = 151
  68. Height = 28
  69. Margins.Left = 4
  70. Margins.Top = 4
  71. Margins.Right = 4
  72. Margins.Bottom = 4
  73. TabOrder = 2
  74. end
  75. end