====================================
 - tet:dialog
- {
- label = "文字加前后缀";
- :boxed_column
- {
- label = "前缀:" ;
- fixed_width = true ;
- width = 10 ;
- :edit_box
- {
- key = "Text1";
- label = " 前缀英文或英数字:" ;
- width = 8 ;
- height = 1 ;
- fixed_width = true ;
- }
- spacer_1;
- }
- :boxed_column
- {
- label = "后缀:" ;
- fixed_width = true ;
- width = 10 ;
- :edit_box
- {
- key = "Text2";
- label = " 后缀英文:" ;
- width = 8 ;
- height = 1 ;
- fixed_width = true ;
- }
- :edit_box
- {
- key = "nume1";
- label = " 后缀数字:" ;
- width = 8 ;
- height = 1 ;
- fixed_width = true ;
- }
- spacer_1;
- }
- spacer_1;
- :text
- {
- key = "Label3" ;
- value = "说明:您可加前后缀,或者只加前缀,或者只加后缀, 三种摸式" ;
- fixed_width = true ;
- fixed_height = true ;
- width = 30 ;
- height = 3 ;
- }
- ok_cancel ;
- }
|