| 1 |
object Form7: TForm7 |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
Width = 400 |
| 5 |
Height = 350 |
| 6 |
BorderStyle = bsSizeToolWin |
| 7 |
Caption = 'TXMP Replacer' |
| 8 |
Color = clBtnFace |
| 9 |
Font.Charset = DEFAULT_CHARSET |
| 10 |
Font.Color = clWindowText |
| 11 |
Font.Height = -11 |
| 12 |
Font.Name = 'Tahoma' |
| 13 |
Font.Style = [] |
| 14 |
OldCreateOrder = False |
| 15 |
OnCloseQuery = FormCloseQuery |
| 16 |
OnResize = FormResize |
| 17 |
PixelsPerInch = 96 |
| 18 |
TextHeight = 13 |
| 19 |
object panel_12: TPanel |
| 20 |
Left = 0 |
| 21 |
Top = 0 |
| 22 |
Width = 392 |
| 23 |
Height = 298 |
| 24 |
Align = alClient |
| 25 |
BevelOuter = bvNone |
| 26 |
TabOrder = 0 |
| 27 |
object Splitter1: TSplitter |
| 28 |
Left = 200 |
| 29 |
Top = 0 |
| 30 |
Width = 8 |
| 31 |
Height = 298 |
| 32 |
AutoSnap = False |
| 33 |
Beveled = True |
| 34 |
MinSize = 150 |
| 35 |
end |
| 36 |
object group_txmpselect: TGroupBox |
| 37 |
Left = 0 |
| 38 |
Top = 0 |
| 39 |
Width = 200 |
| 40 |
Height = 298 |
| 41 |
Align = alLeft |
| 42 |
Caption = '1. Select TXMP to replace' |
| 43 |
TabOrder = 0 |
| 44 |
object splitter_txmp: TSplitter |
| 45 |
Left = 2 |
| 46 |
Top = 190 |
| 47 |
Width = 196 |
| 48 |
Height = 8 |
| 49 |
Cursor = crVSplit |
| 50 |
Align = alTop |
| 51 |
AutoSnap = False |
| 52 |
Beveled = True |
| 53 |
MinSize = 60 |
| 54 |
end |
| 55 |
object image_txmppreview: TImage |
| 56 |
Left = 2 |
| 57 |
Top = 198 |
| 58 |
Width = 196 |
| 59 |
Height = 98 |
| 60 |
Align = alClient |
| 61 |
end |
| 62 |
object list_txmp: TListBox |
| 63 |
Left = 2 |
| 64 |
Top = 15 |
| 65 |
Width = 196 |
| 66 |
Height = 175 |
| 67 |
Align = alTop |
| 68 |
ItemHeight = 13 |
| 69 |
TabOrder = 0 |
| 70 |
OnClick = list_txmpClick |
| 71 |
end |
| 72 |
end |
| 73 |
object group_bmpselect: TGroupBox |
| 74 |
Left = 208 |
| 75 |
Top = 0 |
| 76 |
Width = 184 |
| 77 |
Height = 298 |
| 78 |
Align = alClient |
| 79 |
Caption = '2. Open BMP to replace with' |
| 80 |
Enabled = False |
| 81 |
TabOrder = 1 |
| 82 |
object image_bmppreview: TImage |
| 83 |
Left = 2 |
| 84 |
Top = 45 |
| 85 |
Width = 180 |
| 86 |
Height = 251 |
| 87 |
Align = alClient |
| 88 |
end |
| 89 |
object panel_load: TPanel |
| 90 |
Left = 2 |
| 91 |
Top = 15 |
| 92 |
Width = 180 |
| 93 |
Height = 30 |
| 94 |
Align = alTop |
| 95 |
BevelOuter = bvNone |
| 96 |
TabOrder = 0 |
| 97 |
object btn_load: TButton |
| 98 |
Left = 2 |
| 99 |
Top = 2 |
| 100 |
Width = 121 |
| 101 |
Height = 25 |
| 102 |
Caption = 'Load BMP ...' |
| 103 |
TabOrder = 0 |
| 104 |
OnClick = btn_loadClick |
| 105 |
end |
| 106 |
end |
| 107 |
end |
| 108 |
end |
| 109 |
object panel_main: TPanel |
| 110 |
Left = 0 |
| 111 |
Top = 298 |
| 112 |
Width = 392 |
| 113 |
Height = 28 |
| 114 |
Align = alBottom |
| 115 |
BevelOuter = bvNone |
| 116 |
Enabled = False |
| 117 |
TabOrder = 1 |
| 118 |
object btn_replace: TButton |
| 119 |
Left = 2 |
| 120 |
Top = 2 |
| 121 |
Width = 185 |
| 122 |
Height = 25 |
| 123 |
Caption = 'Replace' |
| 124 |
TabOrder = 0 |
| 125 |
OnClick = btn_replaceClick |
| 126 |
end |
| 127 |
end |
| 128 |
object opend: TOpenDialog |
| 129 |
Filter = '24bit Bitmap (*.bmp)|*.bmp' |
| 130 |
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] |
| 131 |
Left = 352 |
| 132 |
Top = 16 |
| 133 |
end |
| 134 |
end |