Changeset 7 in svn
- Timestamp:
- Apr 6, 2015 4:32:23 PM (11 years ago)
- Location:
- trunk/zasc/app_c
- Files:
-
- 2 edited
-
DST_Main.c (modified) (1 diff)
-
DST_WinEngineerMenu.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_Main.c
r2 r7 6 6 // 1.0.0 ÀÇ °æ¿ì 1000 7 7 // 1.1.1 ÀÇ °æ¿ì 1101 8 #define _SW_VERSION_ ( 1000)8 #define _SW_VERSION_ (900) 9 9 #include <stdio.h> 10 10 int main(int argc, char* argv[]) -
trunk/zasc/app_c/DST_WinEngineerMenu.c
r2 r7 254 254 this->DrawText(this, 2, 222, this->rect.w, 20, (char*)"**** commands ****", &(this->font)); 255 255 this->DrawText(this, 2, 242, this->rect.w, 20, (char*)"1. show SQL database", &(this->font)); 256 sprintf(strText[8], "2. swi ch on/off WeakSignal Mute : [%s]", DST_g_WeakSignalMuteOff?(char*)"OFF":(char*)"ON");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 258 this->DrawText(this, 2, 282, this->rect.w, 20, (char*)"3. set Frequency Range", &(this->font));
Note: See TracChangeset
for help on using the changeset viewer.
