Changeset 219 for oup/current


Ignore:
Timestamp:
Jun 18, 2007, 3:15:49 PM (17 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/BinEdit.dfm

    r218 r219  
    44  OnCreate = FormCreate
    55  OnKeyUp = FormKeyUp
     6  ExplicitWidth = 606
     7  ExplicitHeight = 584
    68  PixelsPerInch = 96
    79  TextHeight = 13
    810  inherited panel_basecontent: TPanel
    911    inherited panel_files: TPanel
    10       ExplicitHeight = 532
    1112      inherited filelist: TListBox
    1213        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
    4615      end
    4716      object panel_imexport: TPanel
     
    5322        BevelOuter = bvNone
    5423        TabOrder = 2
    55         ExplicitTop = 363
    5624        DesignSize = (
    5725          200
     
    7846    end
    7947    inherited panel_content: TPanel
    80       ExplicitTop = 0
    81       ExplicitWidth = 390
    82       ExplicitHeight = 532
    8348      object Splitter2: TSplitter
    8449        Left = 0
     
    9459      object Splitter3: TSplitter
    9560        Left = 0
    96         Top = 435
    97         Width = 390
    98         Height = 0
     61        Top = 427
     62        Width = 390
     63        Height = 8
    9964        Cursor = crVSplit
    10065        Align = alBottom
     
    10267        Beveled = True
    10368        MinSize = 40
    104         ExplicitLeft = 32
    105         ExplicitTop = 447
     69        ExplicitTop = 435
    10670      end
    10771      object hex: TMPHexEditor
     
    144108        ShowPositionIfNotFocused = True
    145109        OnSelectionChanged = hexSelectionChanged
    146         ExplicitLeft = 32
    147         ExplicitTop = 12
    148110      end
    149111      object value_viewer: TWrapGrid
     
    151113        Top = 217
    152114        Width = 390
    153         Height = 218
     115        Height = 210
    154116        Align = alClient
    155117        ColCount = 1
     
    164126        OnDblClick = value_viewerDblClick
    165127        OnMouseDown = value_viewerMouseDown
    166         ExplicitLeft = 32
    167         ExplicitTop = 544
    168         ExplicitHeight = 0
     128        ExplicitHeight = 218
    169129      end
    170130      object VST: TVirtualStringTree
     
    212172        OnGetText = VSTGetText
    213173        OnHeaderDragged = VSTHeaderDragged
    214         ExplicitLeft = 32
    215         ExplicitTop = 447
    216174        Columns = <
    217175          item
     
    263221        WideDefaultText = ''
    264222      end
    265     end
    266   end
    267   inherited filepopup: TPopupMenu
    268     OnPopup = nil
    269     inherited popup_linkshere: TMenuItem
    270       OnClick = nil
    271     end
    272     inherited popup_import: TMenuItem
    273       OnClick = nil
    274     end
    275     inherited popup_export: TMenuItem
    276       OnClick = nil
    277223    end
    278224  end
  • oup/current/Tools/_TemplateFileList.dfm

    r218 r219  
    2121      BevelOuter = bvNone
    2222      TabOrder = 0
    23       ExplicitHeight = 423
    2423      object filelist: TListBox
    2524        Left = 0
     
    3231        OnClick = listClick
    3332        OnMouseDown = listMouseDown
    34         ExplicitTop = 153
    35         ExplicitHeight = 379
    3633      end
    3734      object panel_extension: TPanel
     
    268265      BevelOuter = bvNone
    269266      TabOrder = 1
    270       ExplicitTop = 248
    271       ExplicitWidth = 185
    272       ExplicitHeight = 41
    273267    end
    274268  end
  • oup/current/Tools/_TemplateFileList.pas

    r218 r219  
    6666    property AllowMultiSelect: Boolean read FAllowMultiSelect write SetMultiSelect;
    6767  end;
    68 
    69 var
    70   Form_TemplateFileList: TForm_TemplateFileList;
    7168
    7269implementation
Note: See TracChangeset for help on using the changeset viewer.