Changeset 25 in svn
- Timestamp:
- May 4, 2015 3:56:38 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/zasc/app_c/DST_WinEngineerMenu.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_WinEngineerMenu.c
r2 r25 256 256 sprintf(strText[8], "2. switch on/off WeakSignal Mute : [%s]", DST_g_WeakSignalMuteOff?(char*)"OFF":(char*)"ON"); 257 257 this->DrawText(this, 2, 262, this->rect.w, 20, strText[8], &(this->font)); 258 #if 0 // Á֯ļö ¼³Á¤ ¸Þ´º Á¦°Å 258 259 this->DrawText(this, 2, 282, this->rect.w, 20, (char*)"3. set Frequency Range", &(this->font)); 259 260 #endif 260 261 this->DrawText(this, 2, 362, this->rect.w, 20, (char*)"[0..9] Select ", &(this->font)); 261 262 … … 278 279 this->Show(this); 279 280 break; 281 #if 0 // Á֯ļö ¼³Á¤ ¸Þ´º Á¦°Å 280 282 case VK_3: 281 283 DST_CreateWin(WIN_FREQUENCY_SETTING, WIN_NULL, 0,0,0,0); 282 284 this->Close(this); 283 285 break; 286 #endif 284 287 case VK_4: 285 288 case VK_5:
Note: See TracChangeset
for help on using the changeset viewer.
