source: oup/current/Tool_TxmpReplace.dfm@ 45

Last change on this file since 45 was 45, checked in by alloc, 18 years ago
File size: 3.5 KB
Line 
1inherited Form_TxmpReplace: TForm_TxmpReplace
2 Caption = 'TxmpReplace'
3 OnClose = FormClose
4 OnCreate = FormCreate
5 ExplicitWidth = 320
6 ExplicitHeight = 240
7 PixelsPerInch = 96
8 TextHeight = 13
9 inherited Splitter1: TSplitter
10 Height = 344
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 = 257
19 Width = 200
20 Height = 57
21 Align = alClient
22 ExplicitTop = 111
23 ExplicitHeight = 211
24 end
25 object splitter_txmp: TSplitter [1]
26 Left = 0
27 Top = 249
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 Visible = False
45 end
46 object panel_txmppreview: TPanel
47 Left = 0
48 Top = 314
49 Width = 200
50 Height = 30
51 Align = alBottom
52 BevelOuter = bvNone
53 TabOrder = 2
54 object btn_save: TButton
55 Left = 2
56 Top = 2
57 Width = 111
58 Height = 25
59 Caption = 'Save TXMP-Picture'
60 TabOrder = 0
61 OnClick = btn_saveClick
62 end
63 end
64 end
65 inherited content: TPanel
66 Height = 344
67 ExplicitHeight = 344
68 object group_bmpselect: TGroupBox
69 Left = 0
70 Top = 0
71 Width = 283
72 Height = 344
73 Align = alClient
74 Caption = '2. Open BMP to replace with'
75 Enabled = False
76 TabOrder = 0
77 object image_bmppreview: TImage
78 Left = 2
79 Top = 45
80 Width = 279
81 Height = 297
82 Align = alClient
83 ExplicitWidth = 182
84 ExplicitHeight = 302
85 end
86 object panel_load: TPanel
87 Left = 2
88 Top = 15
89 Width = 279
90 Height = 30
91 Align = alTop
92 BevelOuter = bvNone
93 TabOrder = 0
94 object btn_load: TButton
95 Left = 2
96 Top = 2
97 Width = 121
98 Height = 25
99 Caption = 'Load BMP ...'
100 TabOrder = 0
101 OnClick = btn_loadClick
102 end
103 end
104 end
105 end
106 object group_options: TGroupBox [3]
107 Left = 0
108 Top = 344
109 Width = 492
110 Height = 79
111 Align = alBottom
112 Caption = '3. Options && Replace'
113 Enabled = False
114 TabOrder = 2
115 object btn_replace: TButton
116 Left = 4
117 Top = 50
118 Width = 157
119 Height = 25
120 Caption = 'Replace'
121 TabOrder = 0
122 OnClick = btn_replaceClick
123 end
124 object check_transparency: TCheckBox
125 Left = 8
126 Top = 16
127 Width = 105
128 Height = 17
129 Caption = 'Transparency'
130 TabOrder = 1
131 end
132 object check_fading: TCheckBox
133 Left = 8
134 Top = 32
135 Width = 105
136 Height = 17
137 Caption = 'MIP Mapping'
138 TabOrder = 2
139 end
140 end
141 object opend: TOpenDialog [4]
142 Filter = '24bit Bitmap (*.bmp)|*.bmp'
143 Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
144 Left = 352
145 Top = 16
146 end
147 object saved: TSaveDialog [5]
148 DefaultExt = 'bmp'
149 Filter = 'Windows Bitmap (*.bmp)|*.bmp'
150 Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
151 Left = 104
152 Top = 320
153 end
154end
Note: See TracBrowser for help on using the repository browser.