|
Last change
on this file was 333, checked in by chronos, 5 years ago |
- Modified: Image resize tool scale up using xbrzscale tool.
- Modified: Various improvements of generation of scaled up tiles.
|
|
File size:
779 bytes
|
| Line | |
|---|
| 1 | object FormMain: TFormMain
|
|---|
| 2 | Left = 534
|
|---|
| 3 | Height = 359
|
|---|
| 4 | Top = 388
|
|---|
| 5 | Width = 480
|
|---|
| 6 | Caption = 'Image resize'
|
|---|
| 7 | ClientHeight = 359
|
|---|
| 8 | ClientWidth = 480
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | OnShow = FormShow
|
|---|
| 11 | LCLVersion = '2.0.12.0'
|
|---|
| 12 | object ButtonResize: TButton
|
|---|
| 13 | Left = 18
|
|---|
| 14 | Height = 38
|
|---|
| 15 | Top = 18
|
|---|
| 16 | Width = 113
|
|---|
| 17 | Caption = 'Resize'
|
|---|
| 18 | OnClick = ButtonResizeClick
|
|---|
| 19 | ParentFont = False
|
|---|
| 20 | TabOrder = 0
|
|---|
| 21 | end
|
|---|
| 22 | object ButtonAlpha: TButton
|
|---|
| 23 | Left = 18
|
|---|
| 24 | Height = 38
|
|---|
| 25 | Top = 74
|
|---|
| 26 | Width = 166
|
|---|
| 27 | Caption = 'Alpha channel'
|
|---|
| 28 | OnClick = ButtonAlphaClick
|
|---|
| 29 | ParentFont = False
|
|---|
| 30 | TabOrder = 1
|
|---|
| 31 | end
|
|---|
| 32 | object ButtonTile: TButton
|
|---|
| 33 | Left = 18
|
|---|
| 34 | Height = 38
|
|---|
| 35 | Top = 126
|
|---|
| 36 | Width = 153
|
|---|
| 37 | Caption = 'Process tile'
|
|---|
| 38 | OnClick = ButtonTileClick
|
|---|
| 39 | TabOrder = 2
|
|---|
| 40 | end
|
|---|
| 41 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.