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

Last change on this file since 194 was 194, checked in by alloc, 18 years ago
File size: 3.9 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 Left = 2
87 Top = 45
88 Width = 279
89 Height = 297
90 Align = alClient
91 ExplicitWidth = 182
92 ExplicitHeight = 302
93 end
94 object panel_load: TPanel
95 Left = 2
96 Top = 15
97 Width = 279
98 Height = 30
99 Align = alTop
100 BevelOuter = bvNone
101 TabOrder = 0
102 object btn_load: TButton
103 Left = 2
104 Top = 2
105 Width = 121
106 Height = 25
107 Caption = 'Load image...'
108 TabOrder = 0
109 OnClick = btn_loadClick
110 end
111 end
112 end
113 end
114 object group_options: TGroupBox [3]
115 Left = 0
116 Top = 344
117 Width = 492
118 Height = 79
119 Align = alBottom
120 Caption = '3. Options && Replace'
121 Enabled = False
122 TabOrder = 2
123 object btn_replace: TButton
124 Left = 4
125 Top = 50
126 Width = 157
127 Height = 25
128 Caption = 'Replace'
129 TabOrder = 0
130 OnClick = btn_replaceClick
131 end
132 object check_transparency: TCheckBox
133 Left = 8
134 Top = 16
135 Width = 105
136 Height = 17
137 Caption = 'Transparency'
138 TabOrder = 1
139 end
140 object check_fading: TCheckBox
141 Left = 8
142 Top = 32
143 Width = 105
144 Height = 17
145 Caption = 'MIP Mapping'
146 TabOrder = 2
147 end
148 end
149 object opend: TOpenDialog [4]
150 Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
151 Left = 352
152 Top = 16
153 end
154 object saved: TSaveDialog [5]
155 DefaultExt = 'bmp'
156 Filter =
157 'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg)|*.bmp;*' +
158 '.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bmp|Direc' +
159 'tDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.jpg, *.j' +
160 'peg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*'
161 Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
162 Left = 104
163 Top = 320
164 end
165end
Note: See TracBrowser for help on using the repository browser.