MainUnitC.dfm 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. object Form4: TForm4
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form4'
  5. ClientHeight = 576
  6. ClientWidth = 788
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = 'Segoe UI'
  12. Font.Style = []
  13. Menu = MainMenu
  14. TextHeight = 15
  15. object ImgView: TImgView32
  16. Left = 0
  17. Top = 0
  18. Width = 657
  19. Height = 576
  20. Align = alClient
  21. Bitmap.ResamplerClassName = 'TNearestResampler'
  22. BitmapAlign = baCustom
  23. Scale = 1.000000000000000000
  24. ScaleMode = smScale
  25. ScrollBars.ShowHandleGrip = True
  26. ScrollBars.Style = rbsDefault
  27. ScrollBars.Size = 16
  28. SizeGrip = sgNone
  29. OverSize = 0
  30. TabOrder = 0
  31. TabStop = True
  32. ExplicitWidth = 656
  33. ExplicitHeight = 590
  34. end
  35. object PnlControl: TPanel
  36. Left = 657
  37. Top = 0
  38. Width = 131
  39. Height = 576
  40. Align = alRight
  41. BevelOuter = bvNone
  42. TabOrder = 1
  43. ExplicitLeft = 656
  44. ExplicitHeight = 590
  45. object PnlImage: TPanel
  46. Left = 0
  47. Top = 0
  48. Width = 131
  49. Height = 130
  50. Align = alTop
  51. TabOrder = 0
  52. Visible = False
  53. object LblScale: TLabel
  54. Left = 8
  55. Top = 24
  56. Width = 30
  57. Height = 15
  58. Caption = 'Scale:'
  59. end
  60. object ScaleCombo: TComboBox
  61. Left = 16
  62. Top = 40
  63. Width = 105
  64. Height = 23
  65. DropDownCount = 9
  66. TabOrder = 0
  67. Text = '100%'
  68. Items.Strings = (
  69. ' 25%'
  70. ' 50%'
  71. ' 75%'
  72. ' 100%'
  73. ' 200%'
  74. ' 300%'
  75. ' 400%'
  76. ' 800%'
  77. '1600%')
  78. end
  79. object PnlImageHeader: TPanel
  80. Left = 1
  81. Top = 1
  82. Width = 129
  83. Height = 16
  84. Align = alTop
  85. BevelOuter = bvNone
  86. Caption = 'Image Properties'
  87. Color = clBtnShadow
  88. Font.Charset = DEFAULT_CHARSET
  89. Font.Color = clWindow
  90. Font.Height = -11
  91. Font.Name = 'Tahoma'
  92. Font.Style = []
  93. ParentFont = False
  94. TabOrder = 1
  95. end
  96. object CbxImageInterpolate: TCheckBox
  97. Left = 16
  98. Top = 72
  99. Width = 97
  100. Height = 17
  101. Caption = 'Interpolated'
  102. TabOrder = 2
  103. end
  104. object CbxOptRedraw: TCheckBox
  105. Left = 16
  106. Top = 96
  107. Width = 105
  108. Height = 17
  109. Caption = 'Optimize Repaints'
  110. Checked = True
  111. State = cbChecked
  112. TabOrder = 3
  113. end
  114. end
  115. object PnlBitmapLayer: TPanel
  116. Left = 0
  117. Top = 130
  118. Width = 131
  119. Height = 168
  120. Align = alTop
  121. TabOrder = 1
  122. Visible = False
  123. object LblOpacity: TLabel
  124. Left = 8
  125. Top = 24
  126. Width = 44
  127. Height = 15
  128. Caption = 'Opacity:'
  129. end
  130. object PnlBitmapLayerHeader: TPanel
  131. Left = 1
  132. Top = 1
  133. Width = 129
  134. Height = 16
  135. Align = alTop
  136. BevelOuter = bvNone
  137. Caption = 'Bitmap Layer Properties'
  138. Color = clBtnShadow
  139. Font.Charset = DEFAULT_CHARSET
  140. Font.Color = clWindow
  141. Font.Height = -11
  142. Font.Name = 'Tahoma'
  143. Font.Style = []
  144. ParentFont = False
  145. TabOrder = 0
  146. end
  147. object GbrLayerOpacity: TGaugeBar
  148. Left = 16
  149. Top = 40
  150. Width = 105
  151. Height = 12
  152. Backgnd = bgPattern
  153. HandleSize = 16
  154. Max = 255
  155. ShowArrows = False
  156. ShowHandleGrip = True
  157. Style = rbsMac
  158. Position = 255
  159. end
  160. object CbxLayerInterpolate: TCheckBox
  161. Left = 16
  162. Top = 64
  163. Width = 97
  164. Height = 17
  165. Caption = '&Interpolated'
  166. TabOrder = 2
  167. end
  168. object BtnLayerRescale: TButton
  169. Left = 16
  170. Top = 112
  171. Width = 105
  172. Height = 17
  173. Caption = 'Rescale'
  174. TabOrder = 3
  175. end
  176. object BtnLayerResetScale: TButton
  177. Left = 16
  178. Top = 136
  179. Width = 105
  180. Height = 17
  181. Caption = 'Scale to 100%'
  182. TabOrder = 4
  183. end
  184. object CbxCropped: TCheckBox
  185. Left = 16
  186. Top = 88
  187. Width = 97
  188. Height = 17
  189. Caption = '&Cropped'
  190. TabOrder = 5
  191. end
  192. end
  193. object PnlMagnification: TPanel
  194. Left = 0
  195. Top = 408
  196. Width = 131
  197. Height = 168
  198. Align = alTop
  199. TabOrder = 2
  200. Visible = False
  201. object LblMagifierOpacity: TLabel
  202. Left = 8
  203. Top = 24
  204. Width = 44
  205. Height = 15
  206. Caption = 'Opacity:'
  207. end
  208. object LblMagnification: TLabel
  209. Left = 8
  210. Top = 64
  211. Width = 77
  212. Height = 15
  213. Caption = 'Magnification:'
  214. end
  215. object LblRotation: TLabel
  216. Left = 8
  217. Top = 104
  218. Width = 48
  219. Height = 15
  220. Caption = 'Rotation:'
  221. end
  222. object PnlMagnificationHeader: TPanel
  223. Left = 1
  224. Top = 1
  225. Width = 129
  226. Height = 16
  227. Align = alTop
  228. BevelOuter = bvNone
  229. Caption = 'Magnifier (All) Properties'
  230. Color = clBtnShadow
  231. Font.Charset = DEFAULT_CHARSET
  232. Font.Color = clWindow
  233. Font.Height = -11
  234. Font.Name = 'Tahoma'
  235. Font.Style = []
  236. ParentFont = False
  237. TabOrder = 0
  238. end
  239. object GbrMagnOpacity: TGaugeBar
  240. Left = 16
  241. Top = 40
  242. Width = 105
  243. Height = 12
  244. Backgnd = bgPattern
  245. HandleSize = 16
  246. Max = 255
  247. ShowArrows = False
  248. ShowHandleGrip = True
  249. Style = rbsMac
  250. Position = 255
  251. end
  252. object GbrMagnMagnification: TGaugeBar
  253. Left = 16
  254. Top = 80
  255. Width = 105
  256. Height = 12
  257. Backgnd = bgPattern
  258. HandleSize = 16
  259. Max = 50
  260. ShowArrows = False
  261. ShowHandleGrip = True
  262. Style = rbsMac
  263. Position = 10
  264. end
  265. object GbrMagnRotation: TGaugeBar
  266. Left = 16
  267. Top = 120
  268. Width = 105
  269. Height = 12
  270. Backgnd = bgPattern
  271. HandleSize = 16
  272. Max = 180
  273. Min = -180
  274. ShowArrows = False
  275. ShowHandleGrip = True
  276. Style = rbsMac
  277. Position = 0
  278. end
  279. object CbxMagnInterpolate: TCheckBox
  280. Left = 16
  281. Top = 144
  282. Width = 97
  283. Height = 17
  284. Caption = 'Interpolated'
  285. TabOrder = 4
  286. end
  287. end
  288. object PnlButtonMockup: TPanel
  289. Left = 0
  290. Top = 298
  291. Width = 131
  292. Height = 110
  293. Align = alTop
  294. TabOrder = 3
  295. Visible = False
  296. object LblBorderRadius: TLabel
  297. Left = 8
  298. Top = 24
  299. Width = 76
  300. Height = 15
  301. Caption = 'Border Radius:'
  302. end
  303. object LblBorderWidth: TLabel
  304. Left = 8
  305. Top = 64
  306. Width = 73
  307. Height = 15
  308. Caption = 'Border Width:'
  309. end
  310. object PnlButtonMockupHeader: TPanel
  311. Left = 1
  312. Top = 1
  313. Width = 129
  314. Height = 16
  315. Align = alTop
  316. BevelOuter = bvNone
  317. Caption = 'Button (All) Properties'
  318. Color = clBtnShadow
  319. Font.Charset = DEFAULT_CHARSET
  320. Font.Color = clWindow
  321. Font.Height = -11
  322. Font.Name = 'Tahoma'
  323. Font.Style = []
  324. ParentFont = False
  325. TabOrder = 0
  326. end
  327. object GbrBorderRadius: TGaugeBar
  328. Left = 16
  329. Top = 40
  330. Width = 105
  331. Height = 12
  332. Backgnd = bgPattern
  333. HandleSize = 16
  334. Max = 20
  335. Min = 1
  336. ShowArrows = False
  337. ShowHandleGrip = True
  338. Style = rbsMac
  339. Position = 5
  340. end
  341. object GbrBorderWidth: TGaugeBar
  342. Left = 16
  343. Top = 80
  344. Width = 105
  345. Height = 12
  346. Backgnd = bgPattern
  347. HandleSize = 16
  348. Max = 30
  349. Min = 10
  350. ShowArrows = False
  351. ShowHandleGrip = True
  352. Style = rbsMac
  353. Position = 20
  354. end
  355. end
  356. end
  357. object MainMenu: TMainMenu
  358. Left = 80
  359. Top = 10
  360. object MnuFile: TMenuItem
  361. Caption = 'File'
  362. object MnuFileNew: TMenuItem
  363. Caption = 'New...'
  364. end
  365. object MnuFileOpen: TMenuItem
  366. Caption = 'Open...'
  367. end
  368. object N6: TMenuItem
  369. Caption = '-'
  370. end
  371. object MnuPrint: TMenuItem
  372. Caption = 'Print'
  373. end
  374. end
  375. object MnuLayers: TMenuItem
  376. Caption = 'Layers'
  377. object MnuNewBitmapLayer: TMenuItem
  378. Caption = 'New Bitmap Layer'
  379. end
  380. object MnuNewBitmapRGBA: TMenuItem
  381. Caption = 'New Bitmap Layer with Alpha Channel'
  382. end
  383. object MnuNewCustomLayer: TMenuItem
  384. Caption = 'New Custom Layer'
  385. object MnuSimpleDrawing: TMenuItem
  386. Caption = 'Simple Drawing Layer'
  387. end
  388. object MnuButtonMockup: TMenuItem
  389. Caption = 'Button Mockup'
  390. end
  391. object MnuMagnifier: TMenuItem
  392. Caption = 'Magnifier'
  393. end
  394. end
  395. object N4: TMenuItem
  396. Caption = '-'
  397. end
  398. object MnuFlatten: TMenuItem
  399. Caption = 'Flatten Layers'
  400. end
  401. end
  402. object MimArrange: TMenuItem
  403. Caption = 'Selection'
  404. object MnuBringFront: TMenuItem
  405. Tag = 1
  406. Caption = 'Bring to Front'
  407. end
  408. object MnuSendBack: TMenuItem
  409. Tag = 2
  410. Caption = 'Send to Back'
  411. end
  412. object N1: TMenuItem
  413. Caption = '-'
  414. end
  415. object MnuLevelUp: TMenuItem
  416. Tag = 3
  417. Caption = 'Up One Level'
  418. end
  419. object MnuLevelDown: TMenuItem
  420. Tag = 4
  421. Caption = 'Down one Level'
  422. end
  423. object N7: TMenuItem
  424. Caption = '-'
  425. end
  426. object MnuScaled: TMenuItem
  427. Caption = 'Scaled'
  428. Checked = True
  429. end
  430. object N3: TMenuItem
  431. Caption = '-'
  432. end
  433. object MnuFlipHorz: TMenuItem
  434. Caption = 'Flip Horizontally'
  435. end
  436. object MnuFlipVert: TMenuItem
  437. Caption = 'Flip Vertically'
  438. end
  439. object N5: TMenuItem
  440. Caption = '-'
  441. end
  442. object MnuRotate90: TMenuItem
  443. Caption = 'Rotate 90'
  444. end
  445. object MnuRotate180: TMenuItem
  446. Caption = 'Rotate 180'
  447. end
  448. object MnuRotate270: TMenuItem
  449. Caption = 'Rotate 270'
  450. end
  451. object N2: TMenuItem
  452. Caption = '-'
  453. end
  454. object MnuDelete: TMenuItem
  455. Caption = 'Delete'
  456. end
  457. end
  458. end
  459. object OpenPictureDialog: TOpenPictureDialog
  460. Filter =
  461. 'All (*.tga;*.dds;*.dib;*.tif;*.gif;*.png;*.png;*.gif;*.png;*.jpg' +
  462. ';*.jpeg;*.bmp;*.tif;*.tiff;*.ico;*.emf;*.wmf)|*.tga;*.dds;*.dib;' +
  463. '*.tif;*.gif;*.png;*.png;*.gif;*.png;*.jpg;*.jpeg;*.bmp;*.tif;*.t' +
  464. 'iff;*.ico;*.emf;*.wmf|Targa (*.tga)|*.tga|Microsoft DirectDraw S' +
  465. 'urface (*.dds)|*.dds|Device Independent Bitmap (*.dib)|*.dib|All' +
  466. ' graphics (*.tif;*.gif;*.png)|*.tif;*.gif;*.png|PNG graphics fro' +
  467. 'm DevExpress (*.png)|*.png|GIF Image (*.gif)|*.gif|Portable Netw' +
  468. 'ork Graphics (*.png)|*.png|JPEG Image File (*.jpg)|*.jpg|JPEG Im' +
  469. 'age File (*.jpeg)|*.jpeg|Bitmaps (*.bmp)|*.bmp|TIFF Images (*.ti' +
  470. 'f)|*.tif|TIFF Images (*.tiff)|*.tiff|Icons (*.ico)|*.ico|Enhance' +
  471. 'd Metafiles (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
  472. Left = 80
  473. Top = 70
  474. end
  475. object SaveDialog: TSaveDialog
  476. Left = 80
  477. Top = 130
  478. end
  479. end