Shows the steps to install information

This commit is contained in:
root
2010-09-20 11:44:48 +08:00
parent c929db5482
commit f6667ff543
8 changed files with 125 additions and 22 deletions

View File

@@ -722,7 +722,8 @@ row 4 | |
</widget>
</widget>
<message_box name='next' type='showinfo' title='install sequence' message='#last-step'/>
<message_box name='check_old_conf' type='askokcancel' title='check old config' message='#check-old-config'/>
<message_box name='next' type='askokcancel' title='install sequence' message='#installation-confirmation'/>
<message_box name='previous' type='showinfo' title='install sequence' message='#first-step'/>
<message_box name='raid_add_warning' type='showwarning' title='raid adding' message='#raid-add-warning'/>
<message_box name='raid_delete_warning' type='showwarning' title='raid deleting' message='#raid-delete-warning'/>
@@ -815,10 +816,44 @@ row 4 | |
</widget>
</top_window>
<text key='#Copyright'>
<English>Copyright 2001-2010 Linx Technology Co., Ltd.</English>
<Chinese>北京凝思科技有限公司 版权所有</Chinese>
</text>
<!--
column1 column2 column3
_____________________________________________________
| |
| ____________________ |
| | | ^ |
| | | | |
| | | | |
| | | | |
| |____________________| v |
| <- - - - - - - - - - -> |
|_____________________________________________________|
-->
<widget type='Frame' name='install_information'>
<grid_management rows='2' columns='2'>
<configure row='0' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<action>
<scroll scrolling='install_information.scroll.v' scrolled='install_information.list'/>
<scroll scrolling='install_information.scroll.h' scrolled='install_information.list'/>
</action>
<widget type='Text' name='install_information.list'>
<grid_location row='0' column='0' padx='30' pady='30' sticky='NSWE'/>
<action init='install_information_init'/>
</widget>
<widget type='Scrollbar' name='install_information.scroll.v'>
<widget_attribute orient='vertical'/>
<grid_location row='0' column='1' pady='30' sticky='NS'/>
</widget>
<widget type='Scrollbar' name='install_information.scroll.h'>
<widget_attribute orient='horizontal'/>
<grid_location row='1' column='0' padx='30' sticky='WE'/>
</widget>
</widget>
<text key='#first-step'>
<English>You have already been in the first step.</English>
@@ -851,11 +886,21 @@ row 4 | |
</text>
<text key='#Welcome'>
<English>Welcome to use
Linx Rocky Secure Operating System v4.2</English>
<Chinese>欢迎使用
凝思磐石安全操作系统 v4.2</Chinese>
<English>Welcome to useLinx Rocky Secure Operating System v4.2</English>
<Chinese>欢迎使用凝思磐石安全操作系统 v4.2</Chinese>
</text>
<text key='#Installation-confirmation'>
<English>installation Configuration is completed, press the OK button to start the installation</English>
<Chinese>安装配置完成,按确定键开始安装</Chinese>
</text>
<text key='#check-old-config'>
<English>The system detects the presence of the last installation to retain the configuration file, whether to use</English>
<Chinese>系统检测到存在上次安装保留的配置文件,是否使用它</Chinese>
</text>
<text>
<English>Active</English>
@@ -1071,5 +1116,6 @@ Linx Rocky Secure Operating System v4.2</English>
<widget name='software group'/>
<widget name='dependency'/>
<widget name='service'/>
<widget name='install_information'/>
</sequence>
</interface>