⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.html

📁 μC_OS最新GUI应用程序源代码
💻 HTML
📖 第 1 页 / 共 2 页
字号:
    </tr>
      <tr>
        <td><BR><B>Cursor demo</B><BR>
        <BR>Shows how to use different cursors.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\CURSOR_Sample.c>Sample\GUI\CURSOR_Sample.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>Dialogs</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>Creating a dialog with several kinds of controlls</B><BR>
        <BR>Shows how to create a dialog using GUI_ExecDialogBox.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\DIALOG_All.c>Sample\GUI\DIALOG_All.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Counting dialog</B><BR>
        <BR>Creates a dialog with a text widget using the big digit fonts for counting.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\DIALOG_Count.c>Sample\GUI\DIALOG_Count.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Using message boxes</B><BR>
        <BR>Shows how to create a message box.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\DIALOG_MessageBox.c>Sample\GUI\DIALOG_MessageBox.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Modal dialog</B><BR>
        <BR>Creates a nested modal dialog after pressing a button.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\DIALOG_NestedModal.c>Sample\GUI\DIALOG_NestedModal.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Creating a dialog with RADIO widgets</B><BR>
        <BR>Shows how to create a dialog with a group of radio buttons.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\DIALOG_Radio.c>Sample\GUI\DIALOG_Radio.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Using SLIDER widgets</B><BR>
        <BR>Shows how to use SLIDER widgets to modify RGB-Colors.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\DIALOG_SliderColor.c>Sample\GUI\DIALOG_SliderColor.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>Fonts</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>Arabic language demo</B><BR>
        <BR>Shows how to use &micro;C/GUI to draw Arabic text with bidirectional text support.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\FONT_Arabic>Sample\FONT_Arabic\*.*</a></font></td>
      </tr>
      <tr>
        <td><BR><B>External binary font demo</B><BR>
        <BR>Shows how to use external binary fonts (XBF) in &micro;C/GUI.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\FONT_ShowXBF>Sample\FONT_ShowXBF\*.*</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Shift-JIS demo</B><BR>
        <BR>Shows how to create and use Shift-JIS (Japanese industrie standard) fonts with double byte characters.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\FONT_ShiftJIS.c>Sample\GUI\FONT_ShiftJIS.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Thai language demo</B><BR>
        <BR>Shows how to use &micro;C/GUI to draw Thai text with compound characters.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\FONT_ThaiText.c>Sample\GUI\FONT_ThaiText.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>Memory devices</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>Automatic banding memory device</B><BR>
        <BR>Shows how to use an GUI_AUTODEV-object to draw overlapping items without flickering.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\MEMDEV_AutoDev.c>Sample\GUI\MEMDEV_AutoDev.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Banding memory device</B><BR>
        <BR>Shows how to use banding memory devices to draw overlapping items without flickering.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\MEMDEV_Banding.c>Sample\GUI\MEMDEV_Banding.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Graph demo</B><BR>
        <BR>Shows how to draw a graph using the GUI_DrawGraph-function.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\MEMDEV_DrawGraph.c>Sample\GUI\MEMDEV_DrawGraph.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Fade in demo</B><BR>
        <BR>Shows how to use memory devices for a fade in/fade out effect.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\MEMDEV_FadeIn.c>Sample\GUI\MEMDEV_FadeIn.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Memory device demo</B><BR>
        <BR>Shows how to use memory devices for drawing operations.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\MEMDEV_MemDev.c>Sample\GUI\MEMDEV_MemDev.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Printing demo</B><BR>
        <BR>Shows how to use a memory device to print something on a printer device.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\MEMDEV_Printing.c>Sample\GUI\MEMDEV_Printing.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>Multi tasking</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>Multi tasking demo</B><BR>
        <BR>Shows how to access the LCD-display by more than one task.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\MT_MultiTasking.c>Sample\GUI\MT_MultiTasking.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>Simulation</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>Hardkey sample</B><BR>
        <BR>Shows how to use simulation hardkeys.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\SIM_Hardkey.c>Sample\GUI\SIM_Hardkey.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>Touch support</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>Runtime calibration</B><BR>
        <BR>Shows how a touch screen can be calibrated at runtime.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\TOUCH_Calibrate.c>Sample\GUI\TOUCH_Calibrate.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Touch panel demo</B><BR>
        <BR>Shows how to access a touch panel without using buttons.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\TOUCH_Sample.c>Sample\GUI\TOUCH_Sample.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>VNC support</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>VNC demo</B><BR>
        <BR>Shows how to use the VNC support (creates a VNC server and waits for a connection).</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\VNC.c>Sample\GUI\VNC.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>Widget library</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>Round button</B><BR>
        <BR>Shows how to create a customized button with a round outline.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_ButtonRound.c>Sample\GUI\WIDGET_ButtonRound.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Checkbox sample</B><BR>
        <BR>Shows how to use check boxes with user defined images and in different sizes.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Checkbox>Sample\GUI\WIDGET_Checkbox\*.*</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Dropdown widget demo</B><BR>
        <BR>Shows how to create and use a DROPDOWN widget.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Dropdown.c>Sample\GUI\WIDGET_Dropdown.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Edit text demo</B><BR>
        <BR>Shows how to use an EDIT widget to edit text.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Edit.c>Sample\GUI\WIDGET_Edit.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>User defined edit mode demo</B><BR>
        <BR>Shows how to use a user defined edit mode with an EDIT widget.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_EditWinmode.c>Sample\GUI\WIDGET_EditWinmode.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Widget effect demo</B><BR>
        <BR>Shows how to use different effects (3D, simple, none) with widgets.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Effect.c>Sample\GUI\WIDGET_Effect.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Frame window demo</B><BR>
        <BR>Shows how to use FRAMEWIN widgets to give your windows a PC-windows like appearance.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_FrameWin.c>Sample\GUI\WIDGET_FrameWin.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Graph widget demo (XY)</B><BR>
        <BR>Shows how to use the GRAPH widget to visualize a function graph.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_GraphXY.c>Sample\GUI\WIDGET_GraphXY.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Graph widget demo (YT)</B><BR>
        <BR>Shows how to use the GRAPH widget to visualize measurement values.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_GraphYT.c>Sample\GUI\WIDGET_GraphYT.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Header widget demo</B><BR>
        <BR>Shows how to use a HEADER widget for your own needs.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Header.c>Sample\GUI\WIDGET_Header.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Listbox demo</B><BR>
        <BR>Shows how to use LISTBOX widgets.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_ListBox.c>Sample\GUI\WIDGET_ListBox.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Owner drawn list box</B><BR>
        <BR>Shows how to create an owner drawn list box.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_ListBoxOwnerDraw.c>Sample\GUI\WIDGET_ListBoxOwnerDraw.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Listview widget demo</B><BR>
        <BR>Shows how to use a LISTVIEW widget.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_ListView.c>Sample\GUI\WIDGET_ListView.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Text editor</B><BR>
        <BR>Shows how to use a MULTIEDIT widget to create a small text editor.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Multiedit.c>Sample\GUI\WIDGET_Multiedit.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Multipage widget</B><BR>
        <BR>Shows how to use a MULTIPAGE widget.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Multipage.c>Sample\GUI\WIDGET_Multipage.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Num pad demo</B><BR>
        <BR>The sample shows how to create a num pad which sends the pressed key to the window with the input focus.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_NumPad.c>Sample\GUI\WIDGET_NumPad.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Button with user defined bitmap</B><BR>
        <BR>Shows how to use a BUTTON widget to create a button with a phone logo.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_PhoneButton.c>Sample\GUI\WIDGET_PhoneButton.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Popup menu demo</B><BR>
        <BR>Shows how to use a MENU widget to create a popup menu.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_PopupMenu.c>Sample\GUI\WIDGET_PopupMenu.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Progress bar demo</B><BR>
        <BR>Shows how to use PROGBAR widgets to realize progress bars in your application.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Progbar.c>Sample\GUI\WIDGET_Progbar.c</a></font></td>
      </tr>

      <tr>
        <td><BR><B>Widget large scheme sample</B><BR>
        <BR>Shows the appearance of the large widget scheme.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_SchemeLarge>Sample\GUI\WIDGET_SchemeLarge\*.*</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Widget medium scheme sample</B><BR>
        <BR>Shows the appearance of the medium widget scheme.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_SchemeMedium>Sample\GUI\WIDGET_SchemeMedium\*.*</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Widget small scheme sample</B><BR>
        <BR>Shows the appearance of the small widget scheme.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_SchemeSmall>Sample\GUI\WIDGET_SchemeSmall\*.*</a></font></td>
      </tr>

      <tr>
        <td><BR><B>Scroll bar demo</B><BR>
        <BR>Shows how to use SCROLLBAR widgets to realize scrolling in your application.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_ScrollbarMove.c>Sample\GUI\WIDGET_ScrollbarMove.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Simple button</B><BR>
        <BR>Shows how to use a BUTTON widget.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_SimpleButton.c>Sample\GUI\WIDGET_SimpleButton.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Simple listbox</B><BR>
        <BR>Shows how to use a LISTBOX widget.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_SimpleListBox.c>Sample\GUI\WIDGET_SimpleListBox.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Simple progress bar</B><BR>
        <BR>Shows how to create a message box.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_SimpleProgbar.c>Sample\GUI\WIDGET_SimpleProgbar.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Sorted listview sample</B><BR>
        <BR>Shows how to the sorting functions of the listview widget.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_SortedListview.c>Sample\GUI\WIDGET_SortedListview.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Using the WINDOW widget</B><BR>
        <BR>Demonstrates the use of a window widget to create a dialog from a resource table.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WIDGET_Window.c>Sample\GUI\WIDGET_Window.c</a></font></td>
      </tr>

    <tr>
      <td HEIGHT="60"><font size=+1><B><li>Window manager</li></B></font>
      <td></td>
    </tr>
      <tr>
        <td><BR><B>Late clipping demo</B><BR>
        <BR>Explains how to use late clipping.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WM_LateClipping.c>Sample\GUI\WM_LateClipping.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Redrawing demo</B><BR>
        <BR>Explains the redrawing mechanism of &micro;C/GUI by using a new callback routine for the background window.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WM_Redraw.c>Sample\GUI\WM_Redraw.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Window manager demo</B><BR>
        <BR>Explains a couple of the most often needed window manager functions.</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WM_Sample.c>Sample\GUI\WM_Sample.c</a></font></td>
      </tr>
      <tr>
        <td><BR><B>Video demo</B><BR>
        <BR>Explains how to react on WM_NOTIFY_VIS_CHANGED by using the function WM_IsCompletelyVisible().</td>
        <td><FONT FACE="Courier New"><B><a href=Sample\GUI\WM_Video.c>Sample\GUI\WM_Video.c</a></font></td>
      </tr>
  </table>
  <br>
  Feel free to use this sample code in your application.<br>
  <br>
<hr>

<br>
Copyright 2006 Micrium. All rights reserved.<br>
For more information, please visit our website <a href ="http://www.micrium.com/">www.micrium.com</a> or contact us at <a href ="mailto:sales@micrium.com">sales@micrium.com</a><br>
</font>

</body>
</html>

⌨️ 快捷键说明

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