Ignore:
Timestamp:
Apr 3, 2025, 10:58:56 PM (11 days ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        22VCSCommander
        33VCSCommander.lps
         4VCSCommander.dbg
        45Config.xml
        56heaptrclog.trc
  • trunk/Forms/UFormTest.pas

    r19 r22  
    11unit UFormTest;
    2 
    3 {$mode delphi}
    42
    53interface
     
    2422    procedure OperationStart(Name: string);
    2523    procedure OperationStop;
    26   public
    27     { public declarations }
    2824  end;
    2925
    3026var
    3127  FormTest: TFormTest;
     28
    3229
    3330implementation
     
    4946  if ComboBox1.Items.Count > 0 then
    5047    ComboBox1.ItemIndex := 0;
    51 
    5248end;
    5349
Note: See TracChangeset for help on using the changeset viewer.