Rev 120 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 120 | Rev 133 | ||
---|---|---|---|
Line 313... | Line 313... | ||
313 | short int ns2, port; |
313 | short int ns2, port; |
314 | char tline[80]; |
314 | char tline[80]; |
315 | 315 | ||
316 | if (InitCVIRTE (hInstance, 0, 0) == 0) return -1; /* out of memory */ |
316 | if (InitCVIRTE (hInstance, 0, 0) == 0) return -1; /* out of memory */ |
317 | 317 | ||
- | 318 | #ifdef _CVI_DEBUG_ |
|
318 |
|
319 | p1_h = LoadPanel (0,"MIKRO_ui.uir", P1); |
- | 320 | # else |
|
319 | p1_h = BuildP1 (0); |
321 | p1_h = BuildP1 (0); |
- | 322 | #endif /* _CVI_DEBUG_ */ |
|
- | 323 | ||
320 | ierr = DisplayPanel (p1_h); |
324 | ierr = DisplayPanel (p1_h); |
321 | ierr = SetActiveCtrl (p1_h,P1_B1); |
325 | ierr = SetActiveCtrl (p1_h,P1_B1); |
322 | ierr = SetActiveCtrl (p1_h,P1_B2); |
326 | ierr = SetActiveCtrl (p1_h,P1_B2); |
323 | ierr = SetActiveCtrl (p1_h,P1_B3); |
327 | ierr = SetActiveCtrl (p1_h,P1_B3); |
324 | 328 |