Ignore:
Timestamp:
Oct 31, 2010, 9:40:18 PM (15 years ago)
Author:
george
Message:
  • Modified: TObjectList replaced by generics templates.
Location:
branches/Transpascal/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Forms/UMainForm.lfm

    r81 r83  
    22  Left = 362
    33  Height = 501
    4   Top = 113
     4  Top = 115
    55  Width = 695
    66  Caption = 'Transpascal IDE'
    7   ClientHeight = 482
     7  ClientHeight = 476
    88  ClientWidth = 695
    99  Font.Height = -11
     
    2020    Left = 0
    2121    Height = 5
    22     Top = 477
     22    Top = 471
    2323    Width = 695
    2424    Align = alBottom
     
    2727  object DockPanel: TPanel
    2828    Left = 0
    29     Height = 451
     29    Height = 445
    3030    Top = 26
    3131    Width = 695
     
    4343    object ComboBoxTargetSelection: TComboBox
    4444      Left = 192
    45       Height = 21
     45      Height = 24
    4646      Top = 2
    4747      Width = 135
    4848      Align = alLeft
    49       ItemHeight = 13
     49      ItemHeight = 0
    5050      ItemIndex = 1
    5151      Items.Strings = (
     
    7373      Height = 24
    7474      Top = 2
    75       Width = 105
     75      Width = 122
    7676      Align = alLeft
    7777      Caption = 'Log parsing to file'
     
    8080    object ComboBoxAnalyzerType: TComboBox
    8181      Left = 40
    82       Height = 21
     82      Height = 24
    8383      Top = 2
    8484      Width = 124
    8585      Align = alLeft
    86       ItemHeight = 13
     86      ItemHeight = 0
    8787      Style = csDropDownList
    8888      TabOrder = 3
  • branches/Transpascal/Forms/UMainForm.pas

    r82 r83  
    99  Dialogs, StdCtrls, UCompiler, UProducerAsm8051, Registry,
    1010  UProducerDynamicC, ComCtrls, ExtCtrls, SynEdit, SynHighlighterPas, UProducerTreeView,
    11   UProducerPascal, ListObject, UProject, FileUtil, Menus, ActnList, UCoolDocking,
     11  UProducerPascal, UProject, FileUtil, Menus, ActnList, UCoolDocking,
    1212  UCompiledForm, UCodeTreeForm, URegistry, ULastOpenedList, UApplicationInfo,
    1313  UDebugLog;
Note: See TracChangeset for help on using the changeset viewer.