/[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 31 by torben, Sun Sep 3 10:10:19 2006 UTC
# Line 1  Line 1 
1  // SearchDialog.cpp : implementation file  /*
2  //   * Developed by Torben H. Nielsen
3     */
4    
5  #include "stdafx.h"  #include "stdafx.h"
6  #include "h6-udlånssystem.h"  #include "h6-udlånssystem.h"
# Line 63  BOOL SearchDialog::OnInitDialog() Line 64  BOOL SearchDialog::OnInitDialog()
64    
65          GetDlgItem(IDC_INITS)->EnableWindow(false);          GetDlgItem(IDC_INITS)->EnableWindow(false);
66          ((CButton*)GetDlgItem(IDC_AVAILABLE))->SetCheck(true);          ((CButton*)GetDlgItem(IDC_AVAILABLE))->SetCheck(true);
67            ((CEdit*)GetDlgItem(IDC_BARCODE))->SetLimitText(13); //max 13 chars in barcode field
68    
69          return TRUE;            return TRUE;  
70  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.20