msgbox.xml 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Window size="350,180" caption="0,0,0,34">
  3. <VBox bkcolor="bk_wnd_lightcolor" width="380" height="auto">
  4. <HBox class="caption">
  5. <Label class="font_title" name="title" width="stretch" valign="center" normaltextcolor="darkcolor"/>
  6. <Button class="btn_wnd_close" name="closebtn" margin="10,6,0,0"/>
  7. </HBox>
  8. <VBox height="auto" margin="20,35,20,35">
  9. <HBox height="auto">
  10. <Control name="icon" width="22" height="22" margin="0,7,10,0"/>
  11. <VBox height="auto">
  12. <RichEdit name="information" width="305" font="20" multiline="true" vscrollbar="false" autovscroll="false" enabled="false" rich="true"/>
  13. <Label font="2" name="path" singleline="false" width="300" normaltextcolor="lightcolor" visible="false" margin="0,5,0,0"/>
  14. <RichEdit name="information2" width="305" font="20" multiline="true" vscrollbar="false" autovscroll="false" enabled="false" rich="true" visible="false" margin="0,10,0,0" />
  15. </VBox>
  16. </HBox>
  17. <CheckBox class="checkbox_font12" name="checkbox" margin="35,5,0,0" visible="false"/>
  18. </VBox>
  19. <HBox height="30" margin="20,0,20,20" childmargin="10" >
  20. <Control />
  21. <Button class="btn_global_green_80x30" name="button_1"/>
  22. <Button class="btn_global_green_80x30" name="button_2"/>
  23. <Button class="btn_global_green_80x30" name="button_3"/>
  24. </HBox>
  25. </VBox>
  26. </Window>