/ide/publishprojectdlg.lfm

http://github.com/graemeg/lazarus · Unknown · 230 lines · 230 code · 0 blank · 0 comment · 0 complexity · 92d25afc0bef922d34112910bd95fdfa MD5 · raw file

  1. object PublishProjectDialog: TPublishProjectDialog
  2. Left = 319
  3. Height = 531
  4. Top = 146
  5. Width = 484
  6. BorderIcons = [biSystemMenu]
  7. Caption = 'Publish Project'
  8. ClientHeight = 531
  9. ClientWidth = 484
  10. OnClose = FormClose
  11. OnCreate = FormCreate
  12. Position = poScreenCenter
  13. LCLVersion = '1.1'
  14. object DestDirGroupBox: TGroupBox
  15. Left = 6
  16. Height = 111
  17. Top = 6
  18. Width = 472
  19. Align = alTop
  20. BorderSpacing.Around = 6
  21. Caption = 'Destination directory'
  22. ClientHeight = 93
  23. ClientWidth = 468
  24. TabOrder = 0
  25. OnResize = DestDirGroupBoxRESIZE
  26. object CommandAfterLabel: TLabel
  27. Left = 6
  28. Height = 15
  29. Top = 33
  30. Width = 442
  31. Anchors = [akTop, akLeft, akRight]
  32. Caption = 'Command after:'
  33. ParentColor = False
  34. end
  35. object DestDirComboBox: TComboBox
  36. Left = 6
  37. Height = 24
  38. Top = 1
  39. Width = 406
  40. Anchors = [akTop, akLeft, akRight]
  41. ItemHeight = 0
  42. TabOrder = 0
  43. Text = 'DestDirComboBox'
  44. end
  45. object BrowseDestDirBitBtn: TBitBtn
  46. AnchorSideBottom.Control = DestDirComboBox
  47. AnchorSideBottom.Side = asrBottom
  48. Left = 427
  49. Height = 24
  50. Top = 1
  51. Width = 23
  52. Anchors = [akTop, akRight, akBottom]
  53. AutoSize = True
  54. Caption = '...'
  55. NumGlyphs = 0
  56. OnClick = BrowseDestDirBitBtnCLICK
  57. TabOrder = 1
  58. end
  59. object CommandAfterCombobox: TComboBox
  60. Left = 6
  61. Height = 24
  62. Top = 58
  63. Width = 444
  64. Anchors = [akTop, akLeft, akRight]
  65. ItemHeight = 0
  66. TabOrder = 2
  67. Text = 'CommandAfterCombobox'
  68. end
  69. end
  70. object FilesGroupbox: TGroupBox
  71. Left = 6
  72. Height = 50
  73. Top = 123
  74. Width = 472
  75. Align = alTop
  76. AutoSize = True
  77. BorderSpacing.Around = 6
  78. Caption = 'Files'
  79. ClientHeight = 32
  80. ClientWidth = 468
  81. TabOrder = 1
  82. object IgnoreBinariesCheckbox: TCheckBox
  83. Left = 6
  84. Height = 20
  85. Top = 6
  86. Width = 456
  87. Align = alTop
  88. BorderSpacing.Around = 6
  89. Caption = 'Ignore binaries'
  90. TabOrder = 0
  91. end
  92. end
  93. object ProjectInfoGroupbox: TGroupBox
  94. Left = 6
  95. Height = 76
  96. Top = 367
  97. Width = 472
  98. Align = alTop
  99. AutoSize = True
  100. BorderSpacing.Around = 6
  101. Caption = 'Project Information'
  102. ClientHeight = 58
  103. ClientWidth = 468
  104. TabOrder = 4
  105. object SaveClosedEditorFilesInfoCheckbox: TCheckBox
  106. Left = 6
  107. Height = 20
  108. Top = 6
  109. Width = 456
  110. Align = alTop
  111. BorderSpacing.Around = 6
  112. Caption = 'Save editor info of closed files'
  113. TabOrder = 0
  114. end
  115. object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
  116. Left = 6
  117. Height = 20
  118. Top = 32
  119. Width = 456
  120. Align = alTop
  121. BorderSpacing.Around = 6
  122. Caption = 'Save editor info of non project files'
  123. TabOrder = 1
  124. end
  125. end
  126. object IncludeFilterGroupbox: TGroupBox
  127. Left = 6
  128. Height = 88
  129. Top = 179
  130. Width = 472
  131. Align = alTop
  132. BorderSpacing.Around = 6
  133. Caption = 'Include Filter'
  134. ClientHeight = 70
  135. ClientWidth = 468
  136. TabOrder = 2
  137. TabStop = True
  138. object UseIncludeFilterCheckbox: TCheckBox
  139. Left = 6
  140. Height = 20
  141. Top = 1
  142. Width = 111
  143. Caption = 'Use Include Filter'
  144. TabOrder = 0
  145. end
  146. object IncFilterSimpleSyntaxCheckbox: TCheckBox
  147. AnchorSideLeft.Control = UseIncludeFilterCheckbox
  148. AnchorSideLeft.Side = asrBottom
  149. Left = 129
  150. Height = 20
  151. Top = 1
  152. Width = 94
  153. BorderSpacing.Left = 12
  154. Caption = 'Simple Syntax'
  155. ParentShowHint = False
  156. ShowHint = True
  157. TabOrder = 1
  158. end
  159. object IncludeFilterCombobox: TComboBox
  160. Left = 6
  161. Height = 24
  162. Top = 33
  163. Width = 444
  164. Anchors = [akTop, akLeft, akRight]
  165. ItemHeight = 0
  166. TabOrder = 2
  167. Text = 'IncludeFilterCombobox'
  168. end
  169. end
  170. object ExcludeFilterGroupbox: TGroupBox
  171. Left = 6
  172. Height = 88
  173. Top = 273
  174. Width = 472
  175. Align = alTop
  176. BorderSpacing.Around = 6
  177. Caption = 'Exclude Filter'
  178. ClientHeight = 70
  179. ClientWidth = 468
  180. TabOrder = 3
  181. TabStop = True
  182. object UseExcludeFilterCheckbox: TCheckBox
  183. Left = 6
  184. Height = 20
  185. Top = 1
  186. Width = 114
  187. Caption = 'Use Exclude Filter'
  188. TabOrder = 0
  189. end
  190. object ExcFilterSimpleSyntaxCheckbox: TCheckBox
  191. AnchorSideLeft.Control = UseExcludeFilterCheckbox
  192. AnchorSideLeft.Side = asrBottom
  193. Left = 132
  194. Height = 20
  195. Top = 1
  196. Width = 94
  197. BorderSpacing.Left = 12
  198. Caption = 'Simple Syntax'
  199. ParentShowHint = False
  200. ShowHint = True
  201. TabOrder = 1
  202. end
  203. object ExcludeFilterCombobox: TComboBox
  204. Left = 6
  205. Height = 24
  206. Top = 33
  207. Width = 446
  208. Anchors = [akTop, akLeft, akRight]
  209. ItemHeight = 0
  210. TabOrder = 2
  211. Text = 'ExcludeFilterCombobox'
  212. end
  213. end
  214. object ButtonPanel1: TButtonPanel
  215. Left = 6
  216. Height = 33
  217. Top = 492
  218. Width = 472
  219. OKButton.Name = 'OKButton'
  220. OKButton.DefaultCaption = True
  221. HelpButton.Name = 'HelpButton'
  222. HelpButton.DefaultCaption = True
  223. CloseButton.Name = 'CloseButton'
  224. CloseButton.DefaultCaption = True
  225. CancelButton.Name = 'CancelButton'
  226. CancelButton.DefaultCaption = True
  227. TabOrder = 5
  228. ShowBevel = False
  229. end
  230. end