你重定义了那么多的内容,有何用?
- dcl_settings:default_dcl_settings{audit_level=3;}
- mm:dialog{
- label="暗藏灯槽绘制";
- :image{
- // fixed_width=true;
- // fixed_height=true;
- // horizontal_margin=none;
- // vertical_margin=none;
- color=-2;
- key="rhgh_image";
- width=34;
- height=13;
- }
- :row{
- :column{
- :radio_column{
- key="lx";
- :radio_button{label="单级(&D)";key="a";}
- :radio_button{label="双级(&S)";key="b";}
- :radio_button{label="靠墙(&A)";key="c";}
- }
- :toggle{label="材料(&F)";key="CL";}
- :toggle{label="龙骨(&C)";key="LG";}
- //:togle{label="含套(&C)";key="ht";}
- }
- :column{
- :row{
- :text{label="图层";fixed_width=true;}
- :popup_list{key="lay";edit_width=14;}
- }
- :row{
- :edit_box{label ="槽深";key="x1";}
- :popup_list{key ="x1_lst";edit_width=6;}
- }
- :row{
- :edit_box{label="档板";key="x2";}
- :popup_list{key="x2_lst";edit_width=6;}
- }
- :row{
- :edit_box{label="跌级";key="x3";}
- :popup_list{key="x3_lst";edit_width=6;}
- }
- :row{
- :edit_box{label="空隙";key="x4";}
- :popup_list{key="x4_lst";edit_width=6;}
- }
- }
- }
- spacer_1;
- :row{
- :button{label="确定(&A)";key="accept";is_default=true;}
- :button{label="取消";key="cancel";is_cancel=true;}
- }
- }
|