/[H6]/SearchDialog.cpp
ViewVC logotype

Diff of /SearchDialog.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14 by torben, Thu Aug 31 15:58:20 2006 UTC revision 28 by torben, Sun Sep 3 09:15:24 2006 UTC
# Line 63  BOOL SearchDialog::OnInitDialog() Line 63  BOOL SearchDialog::OnInitDialog()
63    
64          GetDlgItem(IDC_INITS)->EnableWindow(false);          GetDlgItem(IDC_INITS)->EnableWindow(false);
65          ((CButton*)GetDlgItem(IDC_AVAILABLE))->SetCheck(true);          ((CButton*)GetDlgItem(IDC_AVAILABLE))->SetCheck(true);
66            ((CEdit*)GetDlgItem(IDC_BARCODE))->SetLimitText(13); //max 13 chars in barcode field
67    
68          return TRUE;            return TRUE;  
69  }  }

Legend:
Removed from v.14  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.20