搜索资源列表
middlg
- 1. 建立一个基本对话的exe工程,并命名为circle; 2. 插入一个对话框资源,以在此对话框上输入圆心坐标、半径及颜色,并为此建立一个新类,命名为CDlg; 3. 在IDD_CIRCLE_DIALOG上删除已有控件,并添加一个Button,命名为Button1; 4. 在CcircleDlg内添加3个double型成员变量,命名为x,y,r,然后添加1个COLORREF的成员变量,命名为color; 5. 在CDlg内加入3个Edit box,在加入一个button2;
GUI_4
- Demonstrate how to make a multiline editbox. Produces a GUI with an editbox on the left and a listbox on the right. The user is invited to enter text into the editbox, either hitting return at the end of each line or letting it wrap automati
GUI_5
- function [] = GUI_5() Demonstrate how to use a pushbutton to delete bits of string and how to let the user know that their actions are futile. After the string is deleted completely, the user is informed that there is nothing left to d
EditBox
- 含有编辑框控件的MFC应用程序,较为简单,但是编译通过适合初学者-MFC application contains an edit box control
sliderPanel
- 在matlab的ui里创建滑动组件,具有交互式文件编辑框,标签等多种功能。-Creates a slider in a separate uipanel, with an associated interactive EditBox, and left and right labels showing the minimum and maximum values of the slider, respectively.Moving the slider automatically updates