Changeset 219 for oup/current
- Timestamp:
- Jun 18, 2007, 3:15:49 PM (17 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/BinEdit.dfm
r218 r219 4 4 OnCreate = FormCreate 5 5 OnKeyUp = FormKeyUp 6 ExplicitWidth = 606 7 ExplicitHeight = 584 6 8 PixelsPerInch = 96 7 9 TextHeight = 13 8 10 inherited panel_basecontent: TPanel 9 11 inherited panel_files: TPanel 10 ExplicitHeight = 53211 12 inherited filelist: TListBox 12 13 Height = 347 13 OnClick = nil 14 OnMouseDown = nil 15 ExplicitTop = 125 16 ExplicitHeight = 407 17 end 18 inherited panel_extension: TPanel 19 inherited btn_sort_id_asc: TSpeedButton 20 OnClick = nil 21 end 22 inherited btn_sort_id_desc: TSpeedButton 23 OnClick = nil 24 end 25 inherited btn_sort_name_asc: TSpeedButton 26 OnClick = nil 27 end 28 inherited btn_sort_name_desc: TSpeedButton 29 OnClick = nil 30 end 31 inherited btn_sort_ext_asc: TSpeedButton 32 OnClick = nil 33 end 34 inherited btn_sort_ext_desc: TSpeedButton 35 OnClick = nil 36 end 37 inherited combo_extension: TComboBox 38 OnClick = nil 39 end 40 inherited check_zerobyte: TCheckBox 41 OnClick = nil 42 end 43 inherited check_filtername: TCheckBox 44 OnClick = nil 45 end 14 ExplicitHeight = 347 46 15 end 47 16 object panel_imexport: TPanel … … 53 22 BevelOuter = bvNone 54 23 TabOrder = 2 55 ExplicitTop = 36356 24 DesignSize = ( 57 25 200 … … 78 46 end 79 47 inherited panel_content: TPanel 80 ExplicitTop = 081 ExplicitWidth = 39082 ExplicitHeight = 53283 48 object Splitter2: TSplitter 84 49 Left = 0 … … 94 59 object Splitter3: TSplitter 95 60 Left = 0 96 Top = 4 3597 Width = 390 98 Height = 061 Top = 427 62 Width = 390 63 Height = 8 99 64 Cursor = crVSplit 100 65 Align = alBottom … … 102 67 Beveled = True 103 68 MinSize = 40 104 ExplicitLeft = 32 105 ExplicitTop = 447 69 ExplicitTop = 435 106 70 end 107 71 object hex: TMPHexEditor … … 144 108 ShowPositionIfNotFocused = True 145 109 OnSelectionChanged = hexSelectionChanged 146 ExplicitLeft = 32147 ExplicitTop = 12148 110 end 149 111 object value_viewer: TWrapGrid … … 151 113 Top = 217 152 114 Width = 390 153 Height = 21 8115 Height = 210 154 116 Align = alClient 155 117 ColCount = 1 … … 164 126 OnDblClick = value_viewerDblClick 165 127 OnMouseDown = value_viewerMouseDown 166 ExplicitLeft = 32 167 ExplicitTop = 544 168 ExplicitHeight = 0 128 ExplicitHeight = 218 169 129 end 170 130 object VST: TVirtualStringTree … … 212 172 OnGetText = VSTGetText 213 173 OnHeaderDragged = VSTHeaderDragged 214 ExplicitLeft = 32215 ExplicitTop = 447216 174 Columns = < 217 175 item … … 263 221 WideDefaultText = '' 264 222 end 265 end266 end267 inherited filepopup: TPopupMenu268 OnPopup = nil269 inherited popup_linkshere: TMenuItem270 OnClick = nil271 end272 inherited popup_import: TMenuItem273 OnClick = nil274 end275 inherited popup_export: TMenuItem276 OnClick = nil277 223 end 278 224 end -
oup/current/Tools/_TemplateFileList.dfm
r218 r219 21 21 BevelOuter = bvNone 22 22 TabOrder = 0 23 ExplicitHeight = 42324 23 object filelist: TListBox 25 24 Left = 0 … … 32 31 OnClick = listClick 33 32 OnMouseDown = listMouseDown 34 ExplicitTop = 15335 ExplicitHeight = 37936 33 end 37 34 object panel_extension: TPanel … … 268 265 BevelOuter = bvNone 269 266 TabOrder = 1 270 ExplicitTop = 248271 ExplicitWidth = 185272 ExplicitHeight = 41273 267 end 274 268 end -
oup/current/Tools/_TemplateFileList.pas
r218 r219 66 66 property AllowMultiSelect: Boolean read FAllowMultiSelect write SetMultiSelect; 67 67 end; 68 69 var70 Form_TemplateFileList: TForm_TemplateFileList;71 68 72 69 implementation
Note:
See TracChangeset
for help on using the changeset viewer.