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

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