2
0

IDE.FilesDesignerForm.dfm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. object FilesDesignerForm: TFilesDesignerForm
  2. Left = 624
  3. Top = 375
  4. BorderStyle = bsDialog
  5. Caption = '[Files] Entries Designer'
  6. ClientHeight = 403
  7. ClientWidth = 575
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -12
  12. Font.Name = 'Segoe UI'
  13. Font.Style = []
  14. Position = poDesktopCenter
  15. OnCreate = FormCreate
  16. OnDestroy = FormDestroy
  17. TextHeight = 15
  18. object Panel1: TPanel
  19. Left = 0
  20. Top = 361
  21. Width = 575
  22. Height = 42
  23. Align = alBottom
  24. BevelOuter = bvNone
  25. TabOrder = 0
  26. ExplicitTop = 360
  27. ExplicitWidth = 571
  28. object Bevel1: TBevel
  29. Left = 0
  30. Top = 0
  31. Width = 575
  32. Height = 1
  33. Align = alTop
  34. Shape = bsTopLine
  35. end
  36. object InsertButton: TButton
  37. Left = 406
  38. Top = 11
  39. Width = 75
  40. Height = 25
  41. Caption = 'Insert'
  42. Default = True
  43. ModalResult = 1
  44. TabOrder = 0
  45. OnClick = InsertButtonClick
  46. end
  47. object CancelButton: TButton
  48. Left = 490
  49. Top = 11
  50. Width = 75
  51. Height = 25
  52. Cancel = True
  53. Caption = 'Cancel'
  54. ModalResult = 2
  55. TabOrder = 1
  56. end
  57. end
  58. object AppFilesEditButton: TButton
  59. Left = 476
  60. Top = 107
  61. Width = 89
  62. Height = 23
  63. Caption = '&Parameters...'
  64. TabOrder = 1
  65. end
  66. object AppFilesRemoveButton: TButton
  67. Left = 476
  68. Top = 135
  69. Width = 89
  70. Height = 23
  71. Caption = 'Remo&ve'
  72. TabOrder = 2
  73. end
  74. object AppFilesAddDirButton: TButton
  75. Left = 476
  76. Top = 79
  77. Width = 89
  78. Height = 23
  79. Caption = 'Add fol&der...'
  80. TabOrder = 3
  81. end
  82. object AppFilesAddButton: TButton
  83. Left = 476
  84. Top = 51
  85. Width = 89
  86. Height = 23
  87. Caption = '&Add file(s)...'
  88. TabOrder = 4
  89. end
  90. object AppFilesListBox: TDropListBox
  91. Left = 8
  92. Top = 52
  93. Width = 453
  94. Height = 297
  95. ItemHeight = 15
  96. TabOrder = 5
  97. end
  98. object AppFilesLabel: TNewStaticText
  99. Left = 8
  100. Top = 32
  101. Width = 411
  102. Height = 16
  103. AutoSize = False
  104. Caption = '&Files:'
  105. FocusControl = AppFilesListBox
  106. TabOrder = 6
  107. WordWrap = True
  108. end
  109. object NotCreateAppDirCheck: TCheckBox
  110. Left = 8
  111. Top = 8
  112. Width = 253
  113. Height = 17
  114. Caption = '&Script has CreateAppDir=no'
  115. TabOrder = 7
  116. end
  117. end