BlockUI column directory

Author of the article: Caspian
Source Website: Ace Pilot_Caspian_Caspian NX Secondary Development 3000 Cases, Caspian BlockUI Column, C\C++-CSDN Blog


Introduction:

        BlockUI is a tool for designing NX dialog boxes. It is an officially recommended method for making dialog boxes. It can be unified with NX's own style and is often used in actual development.

        BlockUI can help users quickly create NX dialog boxes, and supports various types of controls, such as buttons, text boxes, labels, etc. By using BlockUI, users can easily customize the layout, style and interactive behavior of dialog boxes. In addition, BlockUI also provides some advanced functions, such as dynamic update, conditional display and event handling, etc., to help users create more complex and flexible dialog boxes.

        This column describes the method of using BlockUI to make NX dialog boxes, introduces the functions of each control, and shares the source code of some common operations.

BlockUI column directory:

basic

  1. "UG\NX Secondary Development BlockUI Label/Bitmap"
  2. "UG\NX Secondary Development BlockUI Switch"
  3. "UG\NX Secondary Development BlockUI Enumeration"
  4. "UG\NX Secondary Development BlockUI String"
  5. "UG\NX secondary development BlockUI multi-line string"
  6. "UG\NX Secondary Development BlockUI Operation Button"
  7. "UG\NX secondary development BlockUI list box
  8. "UG\NX Secondary Development BlockUI Divider Line"
  9. "UG\NX Secondary Development BlockUI Object Color Selector"
  10. "UG\NX secondary development BlockUI RGB color selector"
  11. "UG\NX Secondary Development BlockUI Drawing Area"
  12. "UG\NX Secondary Development BlockUI Layer"
  13. "UG\NX secondary development BlockUI line type"
  14. "UG\NX Secondary Development BlockUI Line Width"
  15. "UG\NX Secondary Development BlockUI Line Color/Line Type/Width"
  16. "UG\NX Secondary Development BlockUI Text Color/Font/Width"

number

  1. "UG\NX Secondary Development BlockUI Integer"
  2. "UG\NX Secondary Development BlockUI Double Precision"
  3. "UG\NX Secondary Development BlockUI Expression"
  4. "UG\NX Secondary Development BlockUI Linear Size"
  5. "UG\NX Secondary Development BlockUI Angle Size"
  6. "UG\NX Secondary Development BlockUI Radius Size"
  7. "UG\NX secondary development BlockUI size on the track (position along the curve)"
  8. "UG\NX Secondary Development BlockUI Integer Table"
  9. "UG\NX Secondary Development BlockUI Double Precision Table"

layout

  1. "UG\NX Secondary Development BlockUI Group"
  2. "UG\NX Secondary Development BlockUI Table"
  3. "UG\NX Secondary Development BlockUI Tab Control"
  4. "UG\NX Secondary Development BlockUI Wizard"
  5. "UG\NX Secondary Development BlockUI Browser"
  6. "UG\NX Secondary Development BlockUI Scrolling Window"

choose

  1. "UG\NX secondary development BlockUI selection object"
  2. "UG\NX Secondary Development BlockUI Section Builder"
  3. "UG\NX Secondary Development BlockUI Super Section"
  4. "UG\NX Secondary Development BlockUI Curve Collector"
  5. "UG\NX Secondary Development BlockUI Surface Collector"
  6. "UG\NX Secondary Development BlockUI Volume Collector"
  7. "UG\NX Secondary Development BlockUI Selection Features"
  8. "UG\NX Secondary Development BlockUI Designated Points"
  9. "UG\NX Secondary Development BlockUI Super Point"
  10. "UG\NX Secondary Development BlockUI Designated Vector"
  11. "UG\NX Secondary Development BlockUI Designated Axis"
  12. "UG\NX Secondary Development BlockUI Designated Plane"
  13. "UG\NX secondary development BlockUI specified coordinate system"
  14. "UG\NX secondary development BlockUI specified location"
  15. "UG\NX Secondary Development BlockUI Specified Orientation"
  16. "UG\NX secondary development BlockUI select components from the list"
  17. "UG\NX Secondary Development BlockUI Selection Node"
  18. "UG\NX Secondary Development BlockUI Selection Unit"
  19. "UG\NX Secondary Development BlockUI Select Small Plane Area"

special

  1. "UG\NX Secondary Development BlockUI Reverse"
  2. "UG\NX secondary development BlockUI set list"
  3. "UG\NX Secondary Development BlockUI Quick Positioning"
  4. "UG\NX Secondary Development BlockUI Micro Positioning"
  5. "UG\NX secondary development BlockUI select files by browsing"
  6. "UG\NX secondary development BlockUI select folder by browsing"
  7. "UG\NX Secondary Development BlockUI Selection Expression"
  8. "UG\NX Secondary Development BlockUI Tree List"

other

  1. "UG\NX secondary development BlockUI enters the BlockUI editing interface of NX"
  2. "UG\NX Secondary Development BlockUI Interface"

(The content of the article corresponding to the above directory will continue to be updated and improved, that is to say, it has not been finished yet...)

Block directory:

     

Guess you like

Origin blog.csdn.net/WangPaiFeiXingYuan/article/details/132591566