Changeset 25 in svn


Ignore:
Timestamp:
May 4, 2015 3:56:38 PM (11 years ago)
Author:
megakiss
Message:

엔지니어 모드에서 주파수 설정 항목 제거

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_WinEngineerMenu.c

    r2 r25  
    256256                sprintf(strText[8], "2. switch on/off WeakSignal Mute :  [%s]", DST_g_WeakSignalMuteOff?(char*)"OFF":(char*)"ON"); 
    257257                this->DrawText(this, 2, 262, this->rect.w, 20, strText[8], &(this->font));       
     258#if 0    // Á֯ļö ¼³Á¤ ¸Þ´º Á¦°Å        
    258259                this->DrawText(this, 2, 282, this->rect.w, 20, (char*)"3. set Frequency Range", &(this->font));  
    259  
     260#endif 
    260261                this->DrawText(this, 2, 362, this->rect.w, 20, (char*)"[0..9] Select ", &(this->font));  
    261262 
     
    278279                                this->Show(this); 
    279280                                break; 
     281#if 0 // Á֯ļö ¼³Á¤ ¸Þ´º Á¦°Å 
    280282                        case VK_3: 
    281283                                DST_CreateWin(WIN_FREQUENCY_SETTING, WIN_NULL, 0,0,0,0); 
    282284                                this->Close(this); 
    283285                                break; 
     286#endif 
    284287                        case VK_4: 
    285288                        case VK_5: 
Note: See TracChangeset for help on using the changeset viewer.