[46] | 1 | inherited Form_TxmpReplace: TForm_TxmpReplace
|
---|
| 2 | Caption = 'TxmpReplace'
|
---|
[86] | 3 | ExplicitWidth = 320
|
---|
| 4 | ExplicitHeight = 240
|
---|
[46] | 5 | PixelsPerInch = 96
|
---|
| 6 | TextHeight = 13
|
---|
| 7 | inherited Splitter1: TSplitter
|
---|
| 8 | Height = 344
|
---|
| 9 | ExplicitHeight = 344
|
---|
| 10 | end
|
---|
| 11 | inherited panel_files: TPanel
|
---|
| 12 | Height = 344
|
---|
| 13 | ExplicitHeight = 344
|
---|
| 14 | object image_txmppreview: TImage [0]
|
---|
| 15 | Left = 0
|
---|
[86] | 16 | Top = 307
|
---|
[46] | 17 | Width = 200
|
---|
[86] | 18 | Height = 7
|
---|
[46] | 19 | Align = alClient
|
---|
| 20 | ExplicitTop = 111
|
---|
| 21 | ExplicitHeight = 211
|
---|
| 22 | end
|
---|
| 23 | object splitter_txmp: TSplitter [1]
|
---|
| 24 | Left = 0
|
---|
[86] | 25 | Top = 299
|
---|
[46] | 26 | Width = 200
|
---|
| 27 | Height = 8
|
---|
| 28 | Cursor = crVSplit
|
---|
| 29 | Align = alTop
|
---|
| 30 | AutoSnap = False
|
---|
| 31 | Beveled = True
|
---|
| 32 | MinSize = 60
|
---|
| 33 | ExplicitLeft = -6
|
---|
| 34 | ExplicitTop = 314
|
---|
| 35 | end
|
---|
| 36 | inherited filelist: TListBox
|
---|
| 37 | Height = 146
|
---|
| 38 | Align = alTop
|
---|
[86] | 39 | ExplicitTop = 153
|
---|
[46] | 40 | ExplicitHeight = 146
|
---|
| 41 | end
|
---|
| 42 | inherited panel_extension: TPanel
|
---|
| 43 | Visible = False
|
---|
| 44 | end
|
---|
| 45 | object panel_txmppreview: TPanel
|
---|
| 46 | Left = 0
|
---|
| 47 | Top = 314
|
---|
| 48 | Width = 200
|
---|
| 49 | Height = 30
|
---|
| 50 | Align = alBottom
|
---|
| 51 | BevelOuter = bvNone
|
---|
| 52 | TabOrder = 2
|
---|
| 53 | object btn_save: TButton
|
---|
| 54 | Left = 2
|
---|
| 55 | Top = 2
|
---|
| 56 | Width = 111
|
---|
| 57 | Height = 25
|
---|
| 58 | Caption = 'Save TXMP-Picture'
|
---|
| 59 | TabOrder = 0
|
---|
| 60 | OnClick = btn_saveClick
|
---|
| 61 | end
|
---|
| 62 | end
|
---|
| 63 | end
|
---|
| 64 | inherited content: TPanel
|
---|
| 65 | Height = 344
|
---|
| 66 | ExplicitHeight = 344
|
---|
| 67 | object group_bmpselect: TGroupBox
|
---|
| 68 | Left = 0
|
---|
| 69 | Top = 0
|
---|
| 70 | Width = 283
|
---|
| 71 | Height = 344
|
---|
| 72 | Align = alClient
|
---|
| 73 | Caption = '2. Open BMP to replace with'
|
---|
| 74 | Enabled = False
|
---|
| 75 | TabOrder = 0
|
---|
| 76 | object image_bmppreview: TImage
|
---|
| 77 | Left = 2
|
---|
| 78 | Top = 45
|
---|
| 79 | Width = 279
|
---|
| 80 | Height = 297
|
---|
| 81 | Align = alClient
|
---|
| 82 | ExplicitWidth = 182
|
---|
| 83 | ExplicitHeight = 302
|
---|
| 84 | end
|
---|
| 85 | object panel_load: TPanel
|
---|
| 86 | Left = 2
|
---|
| 87 | Top = 15
|
---|
| 88 | Width = 279
|
---|
| 89 | Height = 30
|
---|
| 90 | Align = alTop
|
---|
| 91 | BevelOuter = bvNone
|
---|
| 92 | TabOrder = 0
|
---|
| 93 | object btn_load: TButton
|
---|
| 94 | Left = 2
|
---|
| 95 | Top = 2
|
---|
| 96 | Width = 121
|
---|
| 97 | Height = 25
|
---|
| 98 | Caption = 'Load BMP ...'
|
---|
| 99 | TabOrder = 0
|
---|
| 100 | OnClick = btn_loadClick
|
---|
| 101 | end
|
---|
| 102 | end
|
---|
| 103 | end
|
---|
| 104 | end
|
---|
| 105 | object group_options: TGroupBox [3]
|
---|
| 106 | Left = 0
|
---|
| 107 | Top = 344
|
---|
| 108 | Width = 492
|
---|
| 109 | Height = 79
|
---|
| 110 | Align = alBottom
|
---|
| 111 | Caption = '3. Options && Replace'
|
---|
| 112 | Enabled = False
|
---|
| 113 | TabOrder = 2
|
---|
| 114 | object btn_replace: TButton
|
---|
| 115 | Left = 4
|
---|
| 116 | Top = 50
|
---|
| 117 | Width = 157
|
---|
| 118 | Height = 25
|
---|
| 119 | Caption = 'Replace'
|
---|
| 120 | TabOrder = 0
|
---|
| 121 | OnClick = btn_replaceClick
|
---|
| 122 | end
|
---|
| 123 | object check_transparency: TCheckBox
|
---|
| 124 | Left = 8
|
---|
| 125 | Top = 16
|
---|
| 126 | Width = 105
|
---|
| 127 | Height = 17
|
---|
| 128 | Caption = 'Transparency'
|
---|
| 129 | TabOrder = 1
|
---|
| 130 | end
|
---|
| 131 | object check_fading: TCheckBox
|
---|
| 132 | Left = 8
|
---|
| 133 | Top = 32
|
---|
| 134 | Width = 105
|
---|
| 135 | Height = 17
|
---|
| 136 | Caption = 'MIP Mapping'
|
---|
| 137 | TabOrder = 2
|
---|
| 138 | end
|
---|
| 139 | end
|
---|
| 140 | object opend: TOpenDialog [4]
|
---|
| 141 | Filter = '24bit Bitmap (*.bmp)|*.bmp'
|
---|
| 142 | Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
|
---|
| 143 | Left = 352
|
---|
| 144 | Top = 16
|
---|
| 145 | end
|
---|
| 146 | object saved: TSaveDialog [5]
|
---|
| 147 | DefaultExt = 'bmp'
|
---|
| 148 | Filter = 'Windows Bitmap (*.bmp)|*.bmp'
|
---|
| 149 | Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
|
---|
| 150 | Left = 104
|
---|
| 151 | Top = 320
|
---|
| 152 | end
|
---|
| 153 | end
|
---|