source: oup/releases/0.33a/Tools/TxmpReplace.dfm

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