Changeset 2 for trunk/UOptions.pas


Ignore:
Timestamp:
Feb 2, 2011, 11:31:12 AM (13 years ago)
Author:
chronos
Message:
  • Added: Routines for Load and Save configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UOptions.pas

    r1 r2  
    66
    77uses
    8   Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs;
     8  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
     9  ComCtrls;
    910
    1011type
    11   TForm2 = class(TForm)
     12
     13  { TOptionsForm }
     14
     15  TOptionsForm = class(TForm)
     16    ButtonCancel: TButton;
     17    ButtonOk: TButton;
     18    Label1: TLabel;
     19    Label2: TLabel;
     20    ListView1: TListView;
     21    ListView2: TListView;
    1222  private
    1323    { private declarations }
     
    1727
    1828var
    19   Form2: TForm2;
     29  OptionsForm: TOptionsForm;
    2030
    2131implementation
Note: See TracChangeset for help on using the changeset viewer.