1 | object Form7: TForm7 |
---|
2 | Left = 0 |
---|
3 | Top = 0 |
---|
4 | Width = 400 |
---|
5 | Height = 453 |
---|
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 = 350 |
---|
24 | Align = alClient |
---|
25 | BevelOuter = bvNone |
---|
26 | TabOrder = 0 |
---|
27 | object Splitter1: TSplitter |
---|
28 | Left = 200 |
---|
29 | Top = 0 |
---|
30 | Width = 8 |
---|
31 | Height = 350 |
---|
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 = 350 |
---|
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 = 150 |
---|
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 = 350 |
---|
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 = 303 |
---|
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 group_options: TGroupBox |
---|
110 | Left = 0 |
---|
111 | Top = 350 |
---|
112 | Width = 392 |
---|
113 | Height = 79 |
---|
114 | Align = alBottom |
---|
115 | Caption = '3. Options && Replace' |
---|
116 | Enabled = False |
---|
117 | TabOrder = 1 |
---|
118 | object btn_replace: TButton |
---|
119 | Left = 4 |
---|
120 | Top = 50 |
---|
121 | Width = 157 |
---|
122 | Height = 25 |
---|
123 | Caption = 'Replace' |
---|
124 | TabOrder = 0 |
---|
125 | OnClick = btn_replaceClick |
---|
126 | end |
---|
127 | object check_transparency: TCheckBox |
---|
128 | Left = 8 |
---|
129 | Top = 16 |
---|
130 | Width = 105 |
---|
131 | Height = 17 |
---|
132 | Caption = 'Transparency' |
---|
133 | TabOrder = 1 |
---|
134 | end |
---|
135 | object check_fading: TCheckBox |
---|
136 | Left = 8 |
---|
137 | Top = 32 |
---|
138 | Width = 105 |
---|
139 | Height = 17 |
---|
140 | Caption = 'Fading' |
---|
141 | TabOrder = 2 |
---|
142 | end |
---|
143 | object check_32bit: TCheckBox |
---|
144 | Left = 112 |
---|
145 | Top = 16 |
---|
146 | Width = 105 |
---|
147 | Height = 17 |
---|
148 | Hint = 'Import bitmap as 32bit image (to prevent from quality loss)' |
---|
149 | Caption = '32bit' |
---|
150 | ParentShowHint = False |
---|
151 | ShowHint = True |
---|
152 | TabOrder = 3 |
---|
153 | end |
---|
154 | end |
---|
155 | object opend: TOpenDialog |
---|
156 | Filter = '24bit Bitmap (*.bmp)|*.bmp' |
---|
157 | Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] |
---|
158 | Left = 352 |
---|
159 | Top = 16 |
---|
160 | end |
---|
161 | end |
---|