/[H6]/h6-udlånssystemDlg.cpp
ViewVC logotype

Diff of /h6-udlånssystemDlg.cpp

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

revision 3 by torben, Wed Aug 30 06:41:56 2006 UTC revision 4 by torben, Wed Aug 30 08:01:57 2006 UTC
# Line 55  Ch6udlnssystemDlg::Ch6udlnssystemDlg(CWn Line 55  Ch6udlnssystemDlg::Ch6udlnssystemDlg(CWn
55  void Ch6udlnssystemDlg::DoDataExchange(CDataExchange* pDX)  void Ch6udlnssystemDlg::DoDataExchange(CDataExchange* pDX)
56  {  {
57          CDialog::DoDataExchange(pDX);          CDialog::DoDataExchange(pDX);
58            DDX_Control(pDX, IDC_TAB, m_tabs);
59  }  }
60    
61  BEGIN_MESSAGE_MAP(Ch6udlnssystemDlg, CDialog)  BEGIN_MESSAGE_MAP(Ch6udlnssystemDlg, CDialog)
# Line 95  BOOL Ch6udlnssystemDlg::OnInitDialog() Line 96  BOOL Ch6udlnssystemDlg::OnInitDialog()
96          SetIcon(m_hIcon, TRUE);                 // Set big icon          SetIcon(m_hIcon, TRUE);                 // Set big icon
97          SetIcon(m_hIcon, FALSE);                // Set small icon          SetIcon(m_hIcon, FALSE);                // Set small icon
98    
99            m_tabs.InsertItem(0,"Search");
100            m_tabs.InsertItem(1,"Result");
101            m_tabs.InsertItem(2,"Administration");
102            m_tabs.Init();
103            m_tabs.SetCurSel(0);
104    
105          // TODO: Add extra initialization here          // TODO: Add extra initialization here
106                    
107          return TRUE;  // return TRUE  unless you set the focus to a control          return TRUE;  // return TRUE  unless you set the focus to a control

Legend:
Removed from v.3  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.20