guiclock8.hrh__.htm

来自「symbian clock 源代码..........」· HTM 代码 · 共 38 行

HTM
38
字号
<html><head><title>Exercise_GUIClock.rar GUIClock8.hrh</title>
<LINK href="/inc/read_style.css" type=text/css rel=stylesheet></head>
<body>
<p><a href=http://www.pudn.com>www.pudn.com</a> &gt; <a href="http://www.pudn.com/downloads91/sourcecode/comm/symbian/detail348522.html">Exercise_GUIClock.rar</a> &gt GUIClock8.hrh</p><!-- saved from http://www.pudn.com -->
<script src="/inc/gg_read1.js"></script><BR>
<pre name="code" class="hrh">
// GUIClock8.hrh 
// 
// Copyright (c) 2000 Symbian Ltd.  All rights reserved. 
// 
 
 
enum TExampleMenuCommands 
	{ 
	EAboutItem = 200, 
	ESettingItem, 
	EBackItem 
	}; 
 
enum TGUIClockViewNumber 
	{ 
	EGUIClockMainViewId = 1, 
	EGUIClockAboutViewId 
	}; 
 
#define AKNEXQUERY_TIME_EDITOR_MIN_SECOND 0 
#define AKNEXQUERY_TIME_EDITOR_MIN_MINUTE 0 
#define AKNEXQUERY_TIME_EDITOR_MIN_HOUR 0 
#define AKNEXQUERY_TIME_EDITOR_MAX_SECOND 59 
#define AKNEXQUERY_TIME_EDITOR_MAX_MINUTE 59 
#define AKNEXQUERY_TIME_EDITOR_MAX_HOUR 23 
 
 
#define str_settingprompt "Please set new time:"</pre>
<script src="/inc/gg_read2.js"></script><BR>
<script src="http://s117.cnzz.com/stat.php?id=1236358&web_id=1236358&show=pic" language="JavaScript" charset="gb2312"></script>
</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?