source: oup/releases/0.18a2/Unit7_txmpreplace.dfm@ 776

Last change on this file since 776 was 21, checked in by alloc, 18 years ago
File size: 3.6 KB
Line 
1object Form7: TForm7
2 Left = 0
3 Top = 0
4 BorderStyle = bsSingle
5 Caption = 'TXMP Replacer'
6 ClientHeight = 428
7 ClientWidth = 394
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'Tahoma'
13 Font.Style = []
14 FormStyle = fsMDIChild
15 OldCreateOrder = False
16 Visible = True
17 OnActivate = FormActivate
18 OnClose = FormClose
19 OnResize = FormResize
20 PixelsPerInch = 96
21 TextHeight = 13
22 object panel_12: TPanel
23 Left = 0
24 Top = 0
25 Width = 394
26 Height = 349
27 Align = alClient
28 BevelOuter = bvNone
29 TabOrder = 0
30 object Splitter1: TSplitter
31 Left = 200
32 Top = 0
33 Width = 8
34 Height = 349
35 AutoSnap = False
36 Beveled = True
37 MinSize = 150
38 end
39 object group_txmpselect: TGroupBox
40 Left = 0
41 Top = 0
42 Width = 200
43 Height = 349
44 Align = alLeft
45 Caption = '1. Select TXMP to replace'
46 TabOrder = 0
47 object splitter_txmp: TSplitter
48 Left = 2
49 Top = 190
50 Width = 196
51 Height = 8
52 Cursor = crVSplit
53 Align = alTop
54 AutoSnap = False
55 Beveled = True
56 MinSize = 60
57 end
58 object image_txmppreview: TImage
59 Left = 2
60 Top = 198
61 Width = 196
62 Height = 149
63 Align = alClient
64 end
65 object list_txmp: TListBox
66 Left = 2
67 Top = 15
68 Width = 196
69 Height = 175
70 Align = alTop
71 ItemHeight = 13
72 TabOrder = 0
73 OnClick = list_txmpClick
74 end
75 end
76 object group_bmpselect: TGroupBox
77 Left = 208
78 Top = 0
79 Width = 186
80 Height = 349
81 Align = alClient
82 Caption = '2. Open BMP to replace with'
83 Enabled = False
84 TabOrder = 1
85 object image_bmppreview: TImage
86 Left = 2
87 Top = 45
88 Width = 182
89 Height = 302
90 Align = alClient
91 end
92 object panel_load: TPanel
93 Left = 2
94 Top = 15
95 Width = 182
96 Height = 30
97 Align = alTop
98 BevelOuter = bvNone
99 TabOrder = 0
100 object btn_load: TButton
101 Left = 2
102 Top = 2
103 Width = 121
104 Height = 25
105 Caption = 'Load BMP ...'
106 TabOrder = 0
107 OnClick = btn_loadClick
108 end
109 end
110 end
111 end
112 object group_options: TGroupBox
113 Left = 0
114 Top = 349
115 Width = 394
116 Height = 79
117 Align = alBottom
118 Caption = '3. Options && Replace'
119 Enabled = False
120 TabOrder = 1
121 object btn_replace: TButton
122 Left = 4
123 Top = 50
124 Width = 157
125 Height = 25
126 Caption = 'Replace'
127 TabOrder = 0
128 OnClick = btn_replaceClick
129 end
130 object check_transparency: TCheckBox
131 Left = 8
132 Top = 16
133 Width = 105
134 Height = 17
135 Caption = 'Transparency'
136 TabOrder = 1
137 end
138 object check_fading: TCheckBox
139 Left = 8
140 Top = 32
141 Width = 105
142 Height = 17
143 Caption = 'Fading'
144 TabOrder = 2
145 end
146 object check_32bit: TCheckBox
147 Left = 112
148 Top = 16
149 Width = 105
150 Height = 17
151 Hint = 'Import bitmap as 32bit image (to prevent from quality loss)'
152 Caption = '32bit'
153 ParentShowHint = False
154 ShowHint = True
155 TabOrder = 3
156 end
157 end
158 object opend: TOpenDialog
159 Filter = '24bit Bitmap (*.bmp)|*.bmp'
160 Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
161 Left = 352
162 Top = 16
163 end
164end
Note: See TracBrowser for help on using the repository browser.