|
发表于 2010-7-15 23:48:45
|
显示全部楼层
Saves the current values of all controls on a panel.
This function also saves the following control attributes:
Label/value pairs of the list-type controls, and their indices
Minimum, maximum, and increment values for numerics
List box checkmark state values
If you want to retain the data for plots in a graph control, your original array must still be in memory when you call RecallPanelState. Alternatively, you can configure the graph to make a copy of your plot data. You can do this in the User Interface Editor or by calling SetCtrlAttribute with the ATTR_COPY_ORIGINAL_DATA attribute.
Prototype
int SavePanelState (int Panel_Handle, char Filename[], int State_Index);
|
|