SCADA-brick_button属性和方法

类型
 type:  brick_button

 这个是描述按钮窗体

位置:
 x,y
 width, height

风格:
 style   // 类别
     // "checkBox"  // 勾选框
     // "defaultPushButton" // 默认按钮
     // "groupBox"  // 组框
     // "radioButton" // 多选一按钮  
  
 BS_AUTOCHECKBOX
 BS_AUTORADIOBUTTON
 BS_AUTO3STATE
 BS_CHECKBOX
 BS_DEFPUSHBUTTON
 BS_GROUPBOX
 BS_LEFTTEXT
 BS_OWNERDRAW
 BS_PUSHBUTTON
 BS_RADIOBUTTON
 BS_3STATE

  

 

颜色:
 color

 

字体:


 font    // 标准的字体属性( 参见brick中字体相关文档 )
  .name
  .size
  .weight
  .italic
  .underline
  .strikeOut 
 

 

   

posted on 2012-06-14 13:20  smartfish_liu  阅读(230)  评论(0编辑  收藏  举报

导航