fMain.dfm 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. object frmMain: TfrmMain
  2. Left = 140
  3. Top = 156
  4. Caption = 'Analyze Executable Files'
  5. ClientHeight = 501
  6. ClientWidth = 774
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Scaled = False
  15. OnCreate = FormCreate
  16. OnDestroy = FormDestroy
  17. OnShow = FormShow
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object gpAnalyse: TPanel
  21. Left = 0
  22. Top = 45
  23. Width = 774
  24. Height = 456
  25. Align = alClient
  26. BevelOuter = bvNone
  27. TabOrder = 0
  28. object Panel2: TPanel
  29. Left = 480
  30. Top = 0
  31. Width = 294
  32. Height = 456
  33. Align = alClient
  34. BevelOuter = bvNone
  35. BorderWidth = 3
  36. TabOrder = 2
  37. object lblPath: TLabel
  38. Left = 3
  39. Top = 37
  40. Width = 288
  41. Height = 13
  42. Align = alTop
  43. Caption = 'Copy to Destination Path:'
  44. ExplicitWidth = 124
  45. end
  46. object lblCopyTo: TLabel
  47. Left = 3
  48. Top = 3
  49. Width = 288
  50. Height = 13
  51. Align = alTop
  52. Caption = 'DevExpress Library Path:'
  53. ExplicitWidth = 122
  54. end
  55. object edtTOPath: TEdit
  56. Left = 3
  57. Top = 50
  58. Width = 288
  59. Height = 21
  60. Align = alTop
  61. TabOrder = 0
  62. Text = 'H:\Hydra\DCU\'
  63. end
  64. object edtDEPath: TEdit
  65. Left = 3
  66. Top = 16
  67. Width = 288
  68. Height = 21
  69. Align = alTop
  70. TabOrder = 1
  71. Text = 'D:\DevExpress VCL\Library\RS11\'
  72. end
  73. object mmoDevUnits: TMemo
  74. Left = 3
  75. Top = 71
  76. Width = 288
  77. Height = 217
  78. Align = alClient
  79. ReadOnly = True
  80. ScrollBars = ssBoth
  81. TabOrder = 2
  82. end
  83. object mmoLog: TMemo
  84. Left = 3
  85. Top = 288
  86. Width = 288
  87. Height = 165
  88. Align = alBottom
  89. ReadOnly = True
  90. ScrollBars = ssBoth
  91. TabOrder = 3
  92. end
  93. end
  94. object pnlRequiredPackages: TPanel
  95. Left = 240
  96. Top = 0
  97. Width = 240
  98. Height = 456
  99. Align = alLeft
  100. BevelOuter = bvNone
  101. BorderWidth = 3
  102. TabOrder = 1
  103. object Label2: TLabel
  104. Left = 3
  105. Top = 3
  106. Width = 234
  107. Height = 13
  108. Align = alTop
  109. Caption = 'Required Packages:'
  110. ExplicitWidth = 95
  111. end
  112. object Label1: TLabel
  113. Left = 3
  114. Top = 168
  115. Width = 234
  116. Height = 13
  117. Align = alTop
  118. Caption = 'Contained Units:'
  119. ExplicitWidth = 80
  120. end
  121. object mmoRequirePackages: TMemo
  122. Left = 3
  123. Top = 16
  124. Width = 234
  125. Height = 152
  126. Align = alTop
  127. ReadOnly = True
  128. ScrollBars = ssBoth
  129. TabOrder = 0
  130. end
  131. object mmoUnits: TMemo
  132. Left = 3
  133. Top = 181
  134. Width = 234
  135. Height = 272
  136. Align = alClient
  137. ReadOnly = True
  138. ScrollBars = ssBoth
  139. TabOrder = 1
  140. end
  141. end
  142. object pnlExeFiles: TPanel
  143. Left = 0
  144. Top = 0
  145. Width = 240
  146. Height = 456
  147. Align = alLeft
  148. BevelOuter = bvNone
  149. BorderWidth = 3
  150. TabOrder = 0
  151. object Label3: TLabel
  152. Left = 3
  153. Top = 3
  154. Width = 234
  155. Height = 13
  156. Align = alTop
  157. Caption = 'Files to Analyze:'
  158. ExplicitWidth = 79
  159. end
  160. object lstFiles: TListBox
  161. Left = 3
  162. Top = 16
  163. Width = 234
  164. Height = 437
  165. Align = alClient
  166. ItemHeight = 13
  167. TabOrder = 0
  168. OnClick = lstFilesClick
  169. OnKeyUp = lstFilesKeyUp
  170. end
  171. end
  172. end
  173. object pnlButton: TPanel
  174. Left = 0
  175. Top = 0
  176. Width = 774
  177. Height = 45
  178. Align = alTop
  179. BevelOuter = bvNone
  180. TabOrder = 1
  181. object btnOpenFiles: TBitBtn
  182. Left = 12
  183. Top = 10
  184. Width = 85
  185. Height = 25
  186. Caption = #28155#21152#25991#20214
  187. TabOrder = 0
  188. OnClick = btnOpenFilesClick
  189. end
  190. object btnAnalyse: TBitBtn
  191. Left = 103
  192. Top = 10
  193. Width = 85
  194. Height = 25
  195. Caption = #20998#26512#25991#20214
  196. Enabled = False
  197. TabOrder = 1
  198. OnClick = btnAnalyseClick
  199. end
  200. object btnClearFiles: TBitBtn
  201. Left = 194
  202. Top = 10
  203. Width = 85
  204. Height = 25
  205. Caption = #28165#31354#25991#20214
  206. Enabled = False
  207. TabOrder = 2
  208. OnClick = btnClearFilesClick
  209. end
  210. object btnCopyUnits: TBitBtn
  211. Left = 285
  212. Top = 10
  213. Width = 85
  214. Height = 25
  215. Caption = #22797#21046#21333#20803
  216. TabOrder = 3
  217. OnClick = btnCopyUnitsClick
  218. end
  219. end
  220. object dlgOpen: TOpenDialog
  221. Filter =
  222. 'Executable files(*.exe;*.dll;*.bpl;*.xex;*.cpl)|*.exe;*.dll;*.bp' +
  223. 'l;*.xex;*.cpl|All files(*.*)|*.*'
  224. InitialDir = 'H:\Hydra\BIN'
  225. Options = [ofAllowMultiSelect, ofEnableSizing]
  226. Title = 'Open Files'
  227. Left = 132
  228. Top = 260
  229. end
  230. end