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

Last change on this file since 321 was 255, checked in by alloc, 17 years ago
File size: 5.0 KB
RevLine 
[93]1inherited Form_TxmpReplace: TForm_TxmpReplace
[224]2 Caption = 'Form_TxmpReplace'
[232]3 ClientHeight = 438
[105]4 OnCreate = FormCreate
[232]5 ExplicitHeight = 465
[93]6 PixelsPerInch = 96
7 TextHeight = 13
[224]8 inherited panel_basecontent: TPanel
[232]9 Height = 413
[255]10 ExplicitHeight = 413
[224]11 inherited splitter_content: TSplitter
[232]12 Height = 413
[224]13 OnMoved = Splitter1Moved
[232]14 ExplicitHeight = 548
[93]15 end
[224]16 inherited panel_files: TPanel
[232]17 Height = 413
[255]18 ExplicitHeight = 413
[224]19 inherited FilePages: TPageControl
[232]20 Height = 412
[224]21 Constraints.MinHeight = 250
[255]22 ExplicitHeight = 412
[224]23 inherited tab_files: TTabSheet
[255]24 ExplicitHeight = 384
[224]25 inherited filelist: TListBox
[232]26 Height = 259
[255]27 ExplicitHeight = 259
[224]28 end
29 end
30 inherited tab_meta: TTabSheet
31 ExplicitLeft = 4
32 ExplicitTop = 24
33 ExplicitWidth = 190
[255]34 ExplicitHeight = 384
[232]35 inherited filelist_meta: TVirtualStringTree
36 Height = 384
[255]37 ExplicitHeight = 384
[232]38 end
[224]39 end
40 end
[93]41 end
[224]42 inherited panel_content: TPanel
[232]43 Height = 413
[255]44 ExplicitHeight = 413
[224]45 object Splitter1: TSplitter
46 Left = 0
[232]47 Top = 200
[224]48 Width = 390
49 Height = 8
50 Cursor = crVSplit
51 Align = alTop
52 AutoSnap = False
53 Beveled = True
54 MinSize = 75
55 OnMoved = Splitter1Moved
56 ExplicitTop = 105
[177]57 end
[224]58 object group_options: TGroupBox
59 Left = 0
[232]60 Top = 334
[224]61 Width = 390
62 Height = 79
63 Align = alBottom
64 Caption = '3. Options && Replace'
65 Enabled = False
[93]66 TabOrder = 0
[224]67 object btn_replace: TButton
68 Left = 4
69 Top = 50
70 Width = 157
71 Height = 25
72 Caption = 'Replace'
73 TabOrder = 0
74 OnClick = btn_replaceClick
75 end
76 object check_transparency: TCheckBox
77 Left = 8
78 Top = 16
79 Width = 105
80 Height = 17
81 Caption = 'Transparency'
82 Enabled = False
83 TabOrder = 1
84 end
85 object check_fading: TCheckBox
86 Left = 8
87 Top = 32
88 Width = 105
89 Height = 17
90 Caption = 'MIP Mapping'
91 TabOrder = 2
92 end
[93]93 end
[232]94 object group_txmp: TGroupBox
[224]95 Left = 0
96 Top = 0
97 Width = 390
[232]98 Height = 200
[93]99 Align = alTop
[224]100 Caption = '1. Select a TXMP to be replaced'
101 TabOrder = 1
102 object image_txmppreview: TImage
[93]103 Left = 2
[224]104 Top = 15
105 Width = 386
[232]106 Height = 153
[224]107 Align = alClient
108 ExplicitLeft = 0
109 ExplicitTop = 111
110 ExplicitWidth = 200
111 ExplicitHeight = 211
112 end
113 object panel_txmppreview: TPanel
114 Left = 2
[232]115 Top = 168
[224]116 Width = 386
117 Height = 30
118 Align = alBottom
119 BevelOuter = bvNone
[93]120 TabOrder = 0
[224]121 object btn_save: TButton
122 Left = 2
123 Top = 2
124 Width = 121
125 Height = 25
126 Caption = 'Save TXMP-Picture ...'
127 TabOrder = 0
128 OnClick = btn_saveClick
129 end
[93]130 end
131 end
[224]132 object group_bmpselect: TGroupBox
133 Left = 0
[232]134 Top = 208
[224]135 Width = 390
[232]136 Height = 126
[224]137 Align = alClient
138 Caption = '2. Open BMP to replace with'
139 Enabled = False
140 TabOrder = 2
141 object image_bmppreview: TImage
142 AlignWithMargins = True
143 Left = 5
144 Top = 48
145 Width = 380
[232]146 Height = 73
[224]147 Align = alClient
148 ExplicitLeft = 2
149 ExplicitTop = 45
150 ExplicitWidth = 182
151 ExplicitHeight = 302
152 end
153 object panel_load: TPanel
154 Left = 2
155 Top = 15
156 Width = 386
157 Height = 30
158 Align = alTop
159 BevelOuter = bvNone
160 TabOrder = 0
161 object btn_load: TButton
162 Left = 2
163 Top = 2
164 Width = 121
165 Height = 25
166 Caption = 'Load image...'
167 TabOrder = 0
168 OnClick = btn_loadClick
169 end
170 end
171 end
[93]172 end
173 end
[224]174 object saved: TSaveDialog
[93]175 DefaultExt = 'bmp'
[192]176 Filter =
[196]177 'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg, *.png)|' +
178 '*.bmp;*.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bm' +
179 'p|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.j' +
180 'pg, *.jpeg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*'
[93]181 Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
[224]182 Left = 352
[232]183 Top = 196
[93]184 end
[224]185 object opend: TOpenDialog
186 Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
187 Left = 352
[232]188 Top = 248
[224]189 end
[93]190end
Note: See TracBrowser for help on using the repository browser.