Lines Matching refs:properties_win

251 BEGIN_MESSAGE_MAP(properties_win, CWnd)  in BEGIN_MESSAGE_MAP()  argument
451 properties_win::properties_win() in BEGIN_MESSAGE_MAP()
463 properties_win::~properties_win() in ~properties_win()
468 void properties_win::SetControlSize() in SetControlSize()
478 void properties_win::OnTabKey() in OnTabKey()
520 void properties_win::OnPageUp() in OnPageUp()
552 void properties_win::OnPageDown() in OnPageDown()
584 BOOL properties_win::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()
672 int properties_win::OnCreate(LPCREATESTRUCT lpcs) in OnCreate()
683 BOOL properties_win::OnEraseBkgnd(CDC* pDC) in OnEraseBkgnd()
701 void properties_win::OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) in OnVScroll()
707 BOOL properties_win::OnMouseWheel(UINT nFlags, short zDelta, CPoint pt) in OnMouseWheel()
714 void properties_win::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown()
722 void properties_win::OnNcLButtonDown(UINT nHitTest, CPoint point) in OnNcLButtonDown()
730 void properties_win::OnSize(UINT nType, int cx, int cy) in OnSize()
739 void properties_win::OnPaint() in OnPaint()
749 HBRUSH properties_win::OnCtlColor(CDC *pDC, CWnd *pWnd, UINT nCtlColor) in OnCtlColor()
758 BOOL properties_win::OnCommand(WPARAM wParam, LPARAM lParam) in OnCommand()
775 void properties_win::OnSysChar(UINT nChar, UINT nRepCnt, UINT nFlags) in OnSysChar()
799 void properties_win::AssignChildFont() in AssignChildFont()
813 void properties_win::DestroyChildren() in DestroyChildren()
826 void properties_win::AddComboBox(char *label, int res_type, int id, ULONG current_val) in AddComboBox()
888 void properties_win::AddStringSelect(int current_val) in AddStringSelect()
946 void properties_win::AddComboBox(char *label, STRING_VAL_PAIR *list, int id, in AddComboBox()
1002 CButton *properties_win::AddRadioButton(char *description, ULONG checked, int id) in AddRadioButton()
1040 CButton *properties_win::AddCheckBox(char *description, ULONG checked, int id) in AddCheckBox()
1068 void properties_win::AddPushButton(char *description, int id) in AddPushButton()
1087 void properties_win::AddEditControl(char *description, int value, int id) in AddEditControl()
1096 void properties_win::AddEditControl(char *description, CString &name, int id) in AddEditControl()
1126 void properties_win::AddRichEditControl(char *description, CString &name, int id) in AddRichEditControl()
1165 void properties_win::AddPromptControl(char *description, CString &name) in AddPromptControl()
1194 CButton *properties_win::CreateGroup(char *caption, int rows) in CreateGroup()
1213 void properties_win::AddWidgetProps() in AddWidgetProps()
1300 void properties_win::AddTextWidgetProperties(widget_info *info) in AddTextWidgetProperties()
1311 void properties_win::AddTextCopyProperty(widget_info *info) in AddTextCopyProperty()
1316 void properties_win::AddNumericPromptProps(widget_info *info) in AddNumericPromptProps()
1323 void properties_win::AddTextInputProperties(widget_info *info) in AddTextInputProperties()
1334 void properties_win::AddMLTextViewProperties(widget_info *info) in AddMLTextViewProperties()
1344 void properties_win::AddMLTextInputProperties(widget_info *info) in AddMLTextInputProperties()
1357 void properties_win::AddRichTextViewProperties(widget_info *info) in AddRichTextViewProperties()
1379 void properties_win::AddButtonStyles(widget_info *info) in AddButtonStyles()
1394 INT properties_win::ValidateAlignStyle(INT style) in ValidateAlignStyle()
1409 void properties_win::AddPixelmapButtonProps(widget_info *info) in AddPixelmapButtonProps()
1423 void properties_win::AddCheckboxProps(widget_info *info) in AddCheckboxProps()
1436 void properties_win::AddRadioButtonProps(widget_info *info) in AddRadioButtonProps()
1450 void properties_win::AddIconButtonProps(widget_info *info) in AddIconButtonProps()
1462 void properties_win::AddIconProps(widget_info *info) in AddIconProps()
1474 void properties_win::AddPixelmapPromptProps(widget_info *info) in AddPixelmapPromptProps()
1487 void properties_win::AddWindowProps(widget_info *info) in AddWindowProps()
1494 void properties_win::AddVerticalListProps(widget_info *info) in AddVerticalListProps()
1504 void properties_win::AddHorizontalListProps(widget_info *info) in AddHorizontalListProps()
1513 void properties_win::AddDropListProps(widget_info *info) in AddDropListProps()
1526 void properties_win::AddChartProps(widget_info *info) in AddChartProps()
1544 void properties_win::AddScrollWheelProps(widget_info *info) in AddScrollWheelProps()
1561 void properties_win::AddMenuProps(widget_info *info) in AddMenuProps()
1570 void properties_win::AddTextScrollWheelProps(widget_info *info) in AddTextScrollWheelProps()
1604 void properties_win::AddStringScrollWheelProps(widget_info *info) in AddStringScrollWheelProps()
1625 void properties_win::AddNumericScrollWheelProps(widget_info *info) in AddNumericScrollWheelProps()
1635 void properties_win::AddGenericScrollWheelProps(widget_info* info) in AddGenericScrollWheelProps()
1643 void properties_win::AddTreeViewProps(widget_info *info) in AddTreeViewProps()
1656 void properties_win::AddSliderProps(widget_info *info) in AddSliderProps()
1679 void properties_win::AddPixelmapSliderProps(widget_info *info) in AddPixelmapSliderProps()
1689 void properties_win::AddProgressBarProps(widget_info *info) in AddProgressBarProps()
1708 void properties_win::AddRadialProgressBarProps(widget_info *info) in AddRadialProgressBarProps()
1735 void properties_win::AddSpriteProps(widget_info *info) in AddSpriteProps()
1744 void properties_win::AddRadialSliderProps(widget_info *info) in AddRadialSliderProps()
1766 void properties_win::AddScrollbarProps(widget_info *info) in AddScrollbarProps()
1798 void properties_win::AddGaugeProps(widget_info *info) in AddGaugeProps()
1817 void properties_win::WidgetWasMoved() in WidgetWasMoved()
1857 void properties_win::WidgetWasModified(widget_info *info) in WidgetWasModified()
1869 void properties_win::WidgetWasModified(GX_WIDGET *widget) in WidgetWasModified()
1884 void properties_win::ResourcesChanged() in ResourcesChanged()
1893 void properties_win::OnWidgetSelect(widget_info *info) in OnWidgetSelect()
2098 void properties_win::ValidateTemplateName(CString &name) in ValidateTemplateName()
2117 void properties_win::OnChangeWidgetName() in OnChangeWidgetName()
2217 BOOL properties_win::CheckChangeWidgetId(CString new_name) in CheckChangeWidgetId()
2267 void properties_win::OnChangeWidgetId() in OnChangeWidgetId()
2331 void properties_win::OnChangeEventFunction() in OnChangeEventFunction()
2377 void properties_win::OnChangeDrawFunction() in OnChangeDrawFunction()
2423 void properties_win::OnChangeWidgetUserData() in OnChangeWidgetUserData()
2444 void properties_win::OnChangeCallbackName() in OnChangeCallbackName()
2496 void properties_win::SetChildAllocation(widget_info *info, int allocation_type) in SetChildAllocation()
2510 void properties_win::OnChangeDynamicWidget() in OnChangeDynamicWidget()
2538 void properties_win::OnChangeDynamicBuffer() in OnChangeDynamicBuffer()
2558 void properties_win::OnChangeWidgetPos() in OnChangeWidgetPos()
2622 void properties_win::OnChangeBorder() in OnChangeBorder()
2663 void properties_win::OnChangeTransparent() in OnChangeTransparent()
2698 void properties_win::OnChangeSelected() in OnChangeSelected()
2720 void properties_win::OnChangeEnabled() in OnChangeEnabled()
2740 void properties_win::OnChangeTextCopy() in OnChangeTextCopy()
2760 void properties_win::OnChangeMLTextVCenter() in OnChangeMLTextVCenter()
2789 void properties_win::OnChangeFocus() in OnChangeFocus()
2808 void properties_win::OnChangeReadonly() in OnChangeReadonly()
2828 void properties_win::OnChangeColor() in OnChangeColor()
2888 void properties_win::OnChangeTileWallpaper() in OnChangeTileWallpaper()
2910 void properties_win::OnChangeNumericPrompt() in OnChangeNumericPrompt()
2969 void properties_win::OnPixelmapChange(int index) in OnPixelmapChange()
2990 void properties_win::OnChangePixelmap0() in OnChangePixelmap0()
2995 void properties_win::OnChangePixelmap1() in OnChangePixelmap1()
3000 void properties_win::OnChangePixelmap2() in OnChangePixelmap2()
3005 void properties_win::OnChangePixelmap3() in OnChangePixelmap3()
3010 void properties_win::OnChangePixelmap4() in OnChangePixelmap4()
3015 void properties_win::OnChangePixelmap5() in OnChangePixelmap5()
3020 void properties_win::OnChangePixelmap6() in OnChangePixelmap6()
3025 void properties_win::OnChangePixelmap7() in OnChangePixelmap7()
3031 void properties_win::OnFontChange(int index) in OnFontChange()
3056 void properties_win::OnFontChange0() in OnFontChange0()
3062 void properties_win::OnFontChange1() in OnFontChange1()
3068 void properties_win::OnFontChange2() in OnFontChange2()
3074 void properties_win::OnFontChange3() in OnFontChange3()
3080 void properties_win::OnChangeNormalTextColor() in OnChangeNormalTextColor()
3101 void properties_win::OnChangeSelectedTextColor() in OnChangeSelectedTextColor()
3122 void properties_win::OnChangeDisabledTextColor() in OnChangeDisabledTextColor()
3143 void properties_win::OnChangeReadonlyFillColor() in OnChangeReadonlyFillColor()
3164 void properties_win::OnChangeReadonlyTextColor() in OnChangeReadonlyTextColor()
3185 void properties_win::OnTextAlignmentChange() in OnTextAlignmentChange()
3214 void properties_win::OnChangePixmapAlign() in OnChangePixmapAlign()
3252 void properties_win::OnButtonStyleChange() in OnButtonStyleChange()
3302 void properties_win::OnDropListStyleChange() in OnDropListStyleChange()
3337 void properties_win::OnSliderStyleChange() in OnSliderStyleChange()
3380 void properties_win::OnChangeSliderInfo() in OnChangeSliderInfo()
3421 void properties_win::AssignProgressBarInfo(widget_info *wi) in AssignProgressBarInfo()
3438 void properties_win::SendEditFocusLoseMessage() in SendEditFocusLoseMessage()
3456 void properties_win::OnProgressInfoChange() in OnProgressInfoChange()
3526 void properties_win::OnChangeRadialProgressBarInfo() in OnChangeRadialProgressBarInfo()
3632 void properties_win::OnChangeChartInfo() in OnChangeChartInfo()
3690 void properties_win::OnChangeRadialSliderInfo() in OnChangeRadialSliderInfo()
3723 void properties_win::OnSpriteStyleChange() in OnSpriteStyleChange()
3753 void properties_win::OnEditSpriteFrames() in OnEditSpriteFrames()
3771 void properties_win::OnChangeGaugeInfo() in OnChangeGaugeInfo()
3803 void properties_win::OnChangeScrollWheelProps() in OnChangeScrollWheelProps()
3832 void properties_win::OnChangeTextScrollWheelProps() in OnChangeTextScrollWheelProps()
3883 void properties_win::OnChangeStringScrollWheelProps() in OnChangeStringScrollWheelProps()
3918 void properties_win::OnEditStringScrolWheelStrings() in OnEditStringScrolWheelStrings()
3960 afx_msg void properties_win::OnChangeNumericScrollWheelRange() in OnChangeNumericScrollWheelRange()
3988 void properties_win::OnChangeListWrap() in OnChangeListWrap()
4010 void properties_win::OnChangeListRepeatSelect() in OnChangeListRepeatSelect()
4033 void properties_win::OnChangeListRows() in OnChangeListRows()
4071 void properties_win::OnChangeOpenHeight() in OnChangeOpenHeight()
4095 void properties_win::OnChangeTextViewLineSpace() in OnChangeTextViewLineSpace()
4123 void properties_win::OnChangeTextViewWhitespace() in OnChangeTextViewWhitespace()
4150 void properties_win::OnChangeTextBufferSize(void) in OnChangeTextBufferSize()
4212 void properties_win::OnChangeStringId() in OnChangeStringId()
4242 void properties_win::OnChangeStringText() in OnChangeStringText()
4324 void properties_win::OnScrollAppearanceChange() in OnScrollAppearanceChange()
4388 void properties_win::OnScrollStyleChange() in OnScrollStyleChange()
4447 void properties_win::OnChangeTemplate() in OnChangeTemplate()
4498 void properties_win::OnChangeVisibleAtStartup() in OnChangeVisibleAtStartup()
4519 void properties_win::OnChangeMenuInfo() in OnChangeMenuInfo()
4574 void properties_win::OnChangeTreeViewInfo() in OnChangeTreeViewInfo()
4635 void properties_win::OnEditRichTextViewText() in OnEditRichTextViewText()
4657 void properties_win::OnSettingChange(UINT uFlags, LPCTSTR lpszSection) in OnSettingChange()
4666 LRESULT properties_win::OnTestMessage(WPARAM wParam, LPARAM lParam) in OnTestMessage()