source: oup/current/Tools/TxmpReplace.dfm@ 218

Last change on this file since 218 was 209, checked in by alloc, 17 years ago
File size: 4.0 KB
Line 
1inherited Form_TxmpReplace: TForm_TxmpReplace
2 Caption = 'TxmpReplace'
3 OnCreate = FormCreate
4 ExplicitWidth = 500
5 ExplicitHeight = 450
6 PixelsPerInch = 96
7 TextHeight = 13
8 inherited Splitter1: TSplitter
9 Height = 344
10 OnMoved = Splitter1Moved
11 ExplicitHeight = 344
12 end
13 inherited panel_files: TPanel
14 Height = 344
15 ExplicitHeight = 344
16 object image_txmppreview: TImage [0]
17 Left = 0
18 Top = 307
19 Width = 200
20 Height = 7
21 Align = alClient
22 ExplicitTop = 111
23 ExplicitHeight = 211
24 end
25 object splitter_txmp: TSplitter [1]
26 Left = 0
27 Top = 299
28 Width = 200
29 Height = 8
30 Cursor = crVSplit
31 Align = alTop
32 AutoSnap = False
33 Beveled = True
34 MinSize = 60
35 ExplicitLeft = -6
36 ExplicitTop = 314
37 end
38 inherited filelist: TListBox
39 Height = 146
40 Align = alTop
41 ExplicitHeight = 146
42 end
43 inherited panel_extension: TPanel
44 inherited label_ext: TLabel
45 Visible = False
46 end
47 inherited combo_extension: TComboBox
48 Visible = False
49 end
50 inherited check_zerobyte: TCheckBox
51 Visible = False
52 end
53 end
54 object panel_txmppreview: TPanel
55 Left = 0
56 Top = 314
57 Width = 200
58 Height = 30
59 Align = alBottom
60 BevelOuter = bvNone
61 TabOrder = 2
62 object btn_save: TButton
63 Left = 2
64 Top = 2
65 Width = 111
66 Height = 25
67 Caption = 'Save TXMP-Picture'
68 TabOrder = 0
69 OnClick = btn_saveClick
70 end
71 end
72 end
73 inherited content: TPanel
74 Height = 344
75 ExplicitHeight = 344
76 object group_bmpselect: TGroupBox
77 Left = 0
78 Top = 0
79 Width = 283
80 Height = 344
81 Align = alClient
82 Caption = '2. Open BMP to replace with'
83 Enabled = False
84 TabOrder = 0
85 object image_bmppreview: TImage
86 AlignWithMargins = True
87 Left = 5
88 Top = 48
89 Width = 273
90 Height = 291
91 Align = alClient
92 ExplicitLeft = 2
93 ExplicitTop = 45
94 ExplicitWidth = 182
95 ExplicitHeight = 302
96 end
97 object panel_load: TPanel
98 Left = 2
99 Top = 15
100 Width = 279
101 Height = 30
102 Align = alTop
103 BevelOuter = bvNone
104 TabOrder = 0
105 object btn_load: TButton
106 Left = 2
107 Top = 2
108 Width = 121
109 Height = 25
110 Caption = 'Load image...'
111 TabOrder = 0
112 OnClick = btn_loadClick
113 end
114 end
115 end
116 end
117 object group_options: TGroupBox [3]
118 Left = 0
119 Top = 344
120 Width = 492
121 Height = 79
122 Align = alBottom
123 Caption = '3. Options && Replace'
124 Enabled = False
125 TabOrder = 2
126 object btn_replace: TButton
127 Left = 4
128 Top = 50
129 Width = 157
130 Height = 25
131 Caption = 'Replace'
132 TabOrder = 0
133 OnClick = btn_replaceClick
134 end
135 object check_transparency: TCheckBox
136 Left = 8
137 Top = 16
138 Width = 105
139 Height = 17
140 Caption = 'Transparency'
141 Enabled = False
142 TabOrder = 1
143 end
144 object check_fading: TCheckBox
145 Left = 8
146 Top = 32
147 Width = 105
148 Height = 17
149 Caption = 'MIP Mapping'
150 TabOrder = 2
151 end
152 end
153 object opend: TOpenDialog [4]
154 Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
155 Left = 352
156 Top = 16
157 end
158 object saved: TSaveDialog [5]
159 DefaultExt = 'bmp'
160 Filter =
161 'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg, *.png)|' +
162 '*.bmp;*.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bm' +
163 'p|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.j' +
164 'pg, *.jpeg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*'
165 Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
166 Left = 104
167 Top = 320
168 end
169end
Note: See TracBrowser for help on using the repository browser.