MainUnit.dfm 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. object FormGrow: TFormGrow
  2. Left = 224
  3. Top = 159
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'Grow Example'
  7. ClientHeight = 459
  8. ClientWidth = 542
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. Menu = MainMenu
  16. Position = poScreenCenter
  17. TextHeight = 13
  18. object Image: TImage32
  19. AlignWithMargins = True
  20. Left = 8
  21. Top = 8
  22. Width = 526
  23. Height = 443
  24. Margins.Left = 8
  25. Margins.Top = 8
  26. Margins.Right = 8
  27. Margins.Bottom = 8
  28. Align = alClient
  29. Bitmap.ResamplerClassName = 'TNearestResampler'
  30. BitmapAlign = baCustom
  31. Scale = 1.000000000000000000
  32. ScaleMode = smScale
  33. MousePan.Enabled = True
  34. MouseZoom.Enabled = True
  35. TabOrder = 0
  36. OnClick = ImageClick
  37. OnResize = ImageResize
  38. end
  39. object MainMenu: TMainMenu
  40. Left = 74
  41. Top = 42
  42. object MenuItemFile: TMenuItem
  43. Caption = '&File'
  44. object MenuItemRefresh: TMenuItem
  45. Action = ActionRefresh
  46. end
  47. object N1: TMenuItem
  48. Caption = '-'
  49. end
  50. object MenuItemExit: TMenuItem
  51. Action = ActionFileExit
  52. end
  53. end
  54. object MenuItemOptions: TMenuItem
  55. Caption = '&Options'
  56. object MenuItemOptionsInflatePolygon: TMenuItem
  57. Action = ActionOptionShapePolygon
  58. AutoCheck = True
  59. GroupIndex = 1
  60. RadioItem = True
  61. end
  62. object MenuItemOptionsInflatePolyLine: TMenuItem
  63. Action = ActionOptionShapePolyLine
  64. AutoCheck = True
  65. GroupIndex = 1
  66. RadioItem = True
  67. end
  68. object N2: TMenuItem
  69. Caption = '-'
  70. GroupIndex = 1
  71. end
  72. object Joinstyle1: TMenuItem
  73. Action = ActionOptionJoinStyle
  74. GroupIndex = 1
  75. object Miterjoin1: TMenuItem
  76. Action = ActionOptionJoinMiter
  77. Checked = True
  78. GroupIndex = 2
  79. RadioItem = True
  80. end
  81. object Beveljoin1: TMenuItem
  82. Action = ActionOptionJoinBevel
  83. GroupIndex = 2
  84. RadioItem = True
  85. end
  86. object Beveljoin2: TMenuItem
  87. Action = ActionOptionJoinRound
  88. GroupIndex = 2
  89. RadioItem = True
  90. end
  91. object RoundExjoin2: TMenuItem
  92. Action = ActionOptionJoinRoundEx
  93. GroupIndex = 2
  94. end
  95. object RoundExjoin1: TMenuItem
  96. Action = ActionOptionJoinSquare
  97. GroupIndex = 2
  98. RadioItem = True
  99. end
  100. end
  101. object Endstyle1: TMenuItem
  102. Action = ActionOptionEndStyle
  103. GroupIndex = 1
  104. object Action51: TMenuItem
  105. Action = ActionOptionEndButt
  106. Checked = True
  107. GroupIndex = 3
  108. RadioItem = True
  109. end
  110. object Action52: TMenuItem
  111. Action = ActionOptionEndSquare
  112. GroupIndex = 3
  113. RadioItem = True
  114. end
  115. object Action71: TMenuItem
  116. Action = ActionOptionEndRound
  117. GroupIndex = 3
  118. RadioItem = True
  119. end
  120. end
  121. object N3: TMenuItem
  122. Caption = '-'
  123. GroupIndex = 1
  124. end
  125. object Growusing1: TMenuItem
  126. Caption = 'Offset using...'
  127. GroupIndex = 1
  128. object Graphics321: TMenuItem
  129. Action = ActionOptionGrowGraphics32
  130. AutoCheck = True
  131. GroupIndex = 4
  132. RadioItem = True
  133. end
  134. object Image321: TMenuItem
  135. Action = ActionOptionGrowAngus
  136. AutoCheck = True
  137. GroupIndex = 4
  138. end
  139. object Clipper1: TMenuItem
  140. Action = ActionOptionGrowClipper
  141. AutoCheck = True
  142. GroupIndex = 4
  143. RadioItem = True
  144. end
  145. end
  146. end
  147. end
  148. object ActionList: TActionList
  149. Left = 76
  150. Top = 96
  151. object ActionRefresh: TAction
  152. Caption = '&Refresh'
  153. ShortCut = 13
  154. OnExecute = ActionRefreshExecute
  155. end
  156. object ActionFileExit: TAction
  157. Caption = 'E&xit'
  158. ShortCut = 27
  159. OnExecute = ActionFileExitExecute
  160. end
  161. object ActionOptionShapePolygon: TAction
  162. Category = 'Options'
  163. AutoCheck = True
  164. Caption = '&Polygon'
  165. GroupIndex = 1
  166. ShortCut = 16464
  167. OnExecute = ActionOptionShapeExecute
  168. end
  169. object ActionOptionShapePolyLine: TAction
  170. Category = 'Options'
  171. AutoCheck = True
  172. Caption = 'Poly&Line'
  173. Checked = True
  174. GroupIndex = 1
  175. ShortCut = 16460
  176. OnExecute = ActionOptionShapeExecute
  177. end
  178. object ActionOptionJoinStyle: TAction
  179. Category = 'Options'
  180. Caption = '&Join style'
  181. OnExecute = ActionDummyExecute
  182. end
  183. object ActionOptionJoinMiter: TAction
  184. Category = 'Options'
  185. Caption = '&Miter join'
  186. GroupIndex = 2
  187. OnExecute = ActionOptionJoinStyleExecute
  188. OnUpdate = ActionOptionJoinStyleUpdate
  189. end
  190. object ActionOptionJoinBevel: TAction
  191. Tag = 1
  192. Category = 'Options'
  193. Caption = '&Bevel join'
  194. GroupIndex = 2
  195. OnExecute = ActionOptionJoinStyleExecute
  196. OnUpdate = ActionOptionJoinStyleUpdate
  197. end
  198. object ActionOptionJoinRound: TAction
  199. Tag = 2
  200. Category = 'Options'
  201. Caption = '&Round join'
  202. GroupIndex = 2
  203. OnExecute = ActionOptionJoinStyleExecute
  204. OnUpdate = ActionOptionJoinStyleUpdate
  205. end
  206. object ActionOptionJoinRoundEx: TAction
  207. Tag = 3
  208. Category = 'Options'
  209. Caption = 'RoundEx join'
  210. GroupIndex = 2
  211. OnExecute = ActionOptionJoinStyleExecute
  212. OnUpdate = ActionOptionJoinStyleUpdate
  213. end
  214. object ActionOptionJoinSquare: TAction
  215. Tag = 4
  216. Category = 'Options'
  217. Caption = '&Square join'
  218. GroupIndex = 2
  219. OnExecute = ActionOptionJoinStyleExecute
  220. OnUpdate = ActionOptionJoinStyleUpdate
  221. end
  222. object ActionOptionEndStyle: TAction
  223. Category = 'Options'
  224. Caption = '&End style'
  225. OnExecute = ActionDummyExecute
  226. OnUpdate = ActionOptionEndStylesUpdate
  227. end
  228. object ActionOptionEndButt: TAction
  229. Category = 'Options'
  230. Caption = '&Butt end'
  231. GroupIndex = 3
  232. OnExecute = ActionOptionEndStyleExecute
  233. OnUpdate = ActionOptionEndStyleUpdate
  234. end
  235. object ActionOptionEndSquare: TAction
  236. Tag = 1
  237. Category = 'Options'
  238. Caption = '&Square end'
  239. GroupIndex = 3
  240. OnExecute = ActionOptionEndStyleExecute
  241. OnUpdate = ActionOptionEndStyleUpdate
  242. end
  243. object ActionOptionEndRound: TAction
  244. Tag = 2
  245. Category = 'Options'
  246. Caption = '&Round end'
  247. GroupIndex = 3
  248. OnExecute = ActionOptionEndStyleExecute
  249. OnUpdate = ActionOptionEndStyleUpdate
  250. end
  251. object ActionOptionGrowGraphics32: TAction
  252. Category = 'Options'
  253. AutoCheck = True
  254. Caption = 'Graphics32 reference'
  255. Checked = True
  256. GroupIndex = 4
  257. ShortCut = 32817
  258. OnExecute = ActionRedrawExecute
  259. end
  260. object ActionOptionGrowAngus: TAction
  261. Category = 'Options'
  262. AutoCheck = True
  263. Caption = 'Image32'
  264. GroupIndex = 4
  265. ShortCut = 32818
  266. OnExecute = ActionRedrawExecute
  267. end
  268. object ActionOptionGrowClipper: TAction
  269. Category = 'Options'
  270. AutoCheck = True
  271. Caption = 'Clipper'
  272. GroupIndex = 4
  273. ShortCut = 32819
  274. OnExecute = ActionRedrawExecute
  275. end
  276. end
  277. end