98
tblGraphHardware: TIntegerField;
tblGraphFoundament: TIntegerField;
tblGraphCabel: TIntegerField;
tblGraphDateStart: TDateTimeField;
tblGraphFinish: TBooleanField;
tblGraphDateFinish: TDateTimeField;
tblGraphOverClient: TBooleanField;
tblGraphDateOver: TDateTimeField;
tblGraphWorksName: TStringField;
tblGraphWorkerName: TStringField;
tblGraphHardwareIndexx: TStringField;
tblGraphFoundamentIndexx: TStringField;
dsViewHardware: TDataSource;
dsViewFoundament: TDataSource;
dsViewCabel: TDataSource;
tblViewHardware: TADOTable;
tblViewFoundament: TADOTable;
tblViewCabel: TADOTable;
tblViewHardwareProject: TIntegerField;
tblViewHardwareID: TIntegerField;
tblViewHardwareIndexx: TStringField;
tblViewFoundamentProject: TIntegerField;
tblViewFoundamentID: TIntegerField;
tblViewFoundamentIndexx: TStringField;
tblViewCabelProject: TIntegerField;
tblViewCabelID: TIntegerField;
tblViewCabelIndexx: TStringField;
qryStatFilter: TADOQuery;
qryClientFilter: TADOQuery;
qryDirectionFilter: TADOQuery;
dsStatFilter: TDataSource;
dsClientFilter: TDataSource;