IDE.RegistryDesignerForm.dfm 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. object RegistryDesignerForm: TRegistryDesignerForm
  2. Left = 298
  3. Top = 273
  4. BorderStyle = bsDialog
  5. Caption = '[Registry] Entries Designer'
  6. ClientHeight = 347
  7. ClientWidth = 496
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. Position = poScreenCenter
  15. OnCreate = FormCreate
  16. OnDestroy = FormDestroy
  17. DesignSize = (
  18. 496
  19. 347)
  20. TextHeight = 13
  21. object AppRegistryMinVerDocBitBtn: TBitmapButton
  22. Left = 404
  23. Top = 168
  24. Width = 20
  25. Height = 20
  26. Anchors = [akTop, akRight]
  27. Caption = 'Help'
  28. TabOrder = 9
  29. end
  30. object Panel1: TPanel
  31. Left = 0
  32. Top = 305
  33. Width = 496
  34. Height = 42
  35. Align = alBottom
  36. BevelOuter = bvNone
  37. TabOrder = 10
  38. DesignSize = (
  39. 496
  40. 42)
  41. object Bevel1: TBevel
  42. Left = 0
  43. Top = 0
  44. Width = 496
  45. Height = 1
  46. Align = alTop
  47. Shape = bsTopLine
  48. ExplicitWidth = 500
  49. end
  50. object InsertButton: TButton
  51. Left = 322
  52. Top = 9
  53. Width = 75
  54. Height = 25
  55. Anchors = [akRight, akBottom]
  56. Caption = 'Insert'
  57. Default = True
  58. ModalResult = 1
  59. TabOrder = 0
  60. OnClick = InsertButtonClick
  61. end
  62. object CancelButton: TButton
  63. Left = 406
  64. Top = 9
  65. Width = 75
  66. Height = 25
  67. Anchors = [akRight, akBottom]
  68. Cancel = True
  69. Caption = 'Cancel'
  70. ModalResult = 2
  71. TabOrder = 1
  72. end
  73. object PrivilegesRequiredLabel: TNewStaticText
  74. Left = 8
  75. Top = 15
  76. Width = 5
  77. Height = 14
  78. Caption = '*'
  79. Enabled = False
  80. TabOrder = 2
  81. end
  82. end
  83. object AppRegistryFileLabel: TNewStaticText
  84. Left = 8
  85. Top = 18
  86. Width = 170
  87. Height = 14
  88. Caption = '&Windows registry file (.reg) to import:'
  89. FocusControl = AppRegistryFileEdit
  90. TabOrder = 0
  91. end
  92. object AppRegistryFileEdit: TEdit
  93. Left = 8
  94. Top = 38
  95. Width = 384
  96. Height = 21
  97. Anchors = [akLeft, akTop, akRight]
  98. TabOrder = 1
  99. end
  100. object AppRegistryFileButton: TButton
  101. Left = 406
  102. Top = 36
  103. Width = 75
  104. Height = 25
  105. Anchors = [akTop, akRight]
  106. Caption = '&Browse...'
  107. TabOrder = 2
  108. end
  109. object AppRegistrySettingsLabel: TNewStaticText
  110. Left = 8
  111. Top = 69
  112. Width = 156
  113. Height = 14
  114. Anchors = [akLeft, akTop, akRight]
  115. Caption = 'Settings (for all keys and values):'
  116. TabOrder = 3
  117. end
  118. object AppRegistryUninsDeleteKeyCheck: TCheckBox
  119. Left = 16
  120. Top = 109
  121. Width = 225
  122. Height = 17
  123. Caption = 'Also delete keys which are not empty'
  124. TabOrder = 5
  125. end
  126. object AppRegistryUninsDeleteKeyIfEmptyCheck: TCheckBox
  127. Left = 8
  128. Top = 89
  129. Width = 225
  130. Height = 17
  131. Caption = 'Delete keys which are empty on uninstall'
  132. Checked = True
  133. State = cbChecked
  134. TabOrder = 4
  135. end
  136. object AppRegistryUninsDeleteValueCheck: TCheckBox
  137. Left = 8
  138. Top = 139
  139. Width = 225
  140. Height = 17
  141. Caption = 'Delete values on uninstall'
  142. Checked = True
  143. State = cbChecked
  144. TabOrder = 6
  145. end
  146. object AppRegistryMinVerCheck: TCheckBox
  147. Left = 8
  148. Top = 169
  149. Width = 245
  150. Height = 17
  151. Caption = 'Create only if Windows'#39' version is at least:'
  152. TabOrder = 7
  153. end
  154. object AppRegistryMinVerEdit: TEdit
  155. Left = 259
  156. Top = 168
  157. Width = 132
  158. Height = 21
  159. Anchors = [akLeft, akTop, akRight]
  160. TabOrder = 8
  161. end
  162. end