Changeset 45 for oup/current/Tool_TxmpReplace.dfm
- Timestamp:
- Dec 23, 2006, 1:03:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tool_TxmpReplace.dfm
r43 r45 1 object Form_TxmpReplace: TForm_TxmpReplace 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 WindowState = wsMaximized 1 inherited Form_TxmpReplace: TForm_TxmpReplace 2 Caption = 'TxmpReplace' 18 3 OnClose = FormClose 19 4 OnCreate = FormCreate 5 ExplicitWidth = 320 6 ExplicitHeight = 240 20 7 PixelsPerInch = 96 21 8 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 = 280 32 Top = 0 33 Width = 8 34 Height = 349 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 35 32 AutoSnap = False 36 33 Beveled = True 37 MinSize = 150 38 ExplicitLeft = 200 34 MinSize = 60 35 ExplicitLeft = -6 36 ExplicitTop = 314 39 37 end 40 object group_txmpselect: TGroupBox 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 41 69 Left = 0 42 70 Top = 0 43 Width = 280 44 Height = 349 45 Align = alLeft 46 Caption = '1. Select TXMP to replace' 47 TabOrder = 0 48 object splitter_txmp: TSplitter 49 Left = 2 50 Top = 190 51 Width = 276 52 Height = 8 53 Cursor = crVSplit 54 Align = alTop 55 AutoSnap = False 56 Beveled = True 57 MinSize = 60 58 ExplicitWidth = 196 59 end 60 object image_txmppreview: TImage 61 Left = 2 62 Top = 198 63 Width = 276 64 Height = 119 65 Align = alClient 66 ExplicitWidth = 196 67 end 68 object list_txmp: TListBox 69 Left = 2 70 Top = 15 71 Width = 276 72 Height = 175 73 Align = alTop 74 ItemHeight = 13 75 TabOrder = 0 76 OnClick = list_txmpClick 77 OnMouseDown = list_txmpMouseDown 78 end 79 object panel_txmppreview: TPanel 80 Left = 2 81 Top = 317 82 Width = 276 83 Height = 30 84 Align = alBottom 85 BevelOuter = bvNone 86 TabOrder = 1 87 object btn_save: TButton 88 Left = 2 89 Top = 2 90 Width = 111 91 Height = 25 92 Caption = 'Save TXMP-Picture' 93 TabOrder = 0 94 OnClick = btn_saveClick 95 end 96 end 97 end 98 object group_bmpselect: TGroupBox 99 Left = 288 100 Top = 0 101 Width = 106 102 Height = 349 71 Width = 283 72 Height = 344 103 73 Align = alClient 104 74 Caption = '2. Open BMP to replace with' 105 75 Enabled = False 106 TabOrder = 176 TabOrder = 0 107 77 object image_bmppreview: TImage 108 78 Left = 2 109 79 Top = 45 110 Width = 102111 Height = 30280 Width = 279 81 Height = 297 112 82 Align = alClient 113 83 ExplicitWidth = 182 84 ExplicitHeight = 302 114 85 end 115 86 object panel_load: TPanel 116 87 Left = 2 117 88 Top = 15 118 Width = 10289 Width = 279 119 90 Height = 30 120 91 Align = alTop … … 133 104 end 134 105 end 135 object group_options: TGroupBox 106 object group_options: TGroupBox [3] 136 107 Left = 0 137 Top = 34 9138 Width = 394108 Top = 344 109 Width = 492 139 110 Height = 79 140 111 Align = alBottom 141 112 Caption = '3. Options && Replace' 142 113 Enabled = False 143 TabOrder = 1114 TabOrder = 2 144 115 object btn_replace: TButton 145 116 Left = 4 … … 168 139 end 169 140 end 170 object opend: TOpenDialog 141 object opend: TOpenDialog [4] 171 142 Filter = '24bit Bitmap (*.bmp)|*.bmp' 172 143 Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] … … 174 145 Top = 16 175 146 end 176 object saved: TSaveDialog 147 object saved: TSaveDialog [5] 177 148 DefaultExt = 'bmp' 178 149 Filter = 'Windows Bitmap (*.bmp)|*.bmp'
Note:
See TracChangeset
for help on using the changeset viewer.