|
From: <xue...@us...> - 2003-07-13 17:30:37
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv26225
Modified Files:
CBP.nsh ioC.ini
Log Message:
Split large message area on STARTUP page into three parts to allow for up to two lines of text in each part.
Index: CBP.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/CBP.nsh,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** CBP.nsh 13 Jul 2003 12:38:32 -0000 1.15
--- CBP.nsh 13 Jul 2003 17:30:32 -0000 1.16
***************
*** 827,831 ****
"ComboBox" \
"A|B" \
! "${CBP_INFO_LEFT_MARGIN}" "${CBP_INFO_RIGHT_MARGIN}" "92" "160"
; Instruction for deleting bucket names from the list
--- 827,831 ----
"ComboBox" \
"A|B" \
! "${CBP_INFO_LEFT_MARGIN}" "100" "92" "160"
; Instruction for deleting bucket names from the list
Index: ioC.ini
===================================================================
RCS file: /cvsroot/popfile/windows/ioC.ini,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ioC.ini 13 Jul 2003 12:38:32 -0000 1.8
--- ioC.ini 13 Jul 2003 17:30:32 -0000 1.9
***************
*** 11,15 ****
[Settings]
! NumFields=6
BackEnabled=0
CancelEnabled=0
--- 11,15 ----
[Settings]
! NumFields=8
BackEnabled=0
CancelEnabled=0
***************
*** 64,68 ****
Right=298
Top=85
! Bottom=138
#--------------------
--- 64,84 ----
Right=298
Top=85
! Bottom=101
!
! [Field 7]
! Type=Label
! Text=
! Left=5
! Right=298
! Top=103
! Bottom=119
!
! [Field 8]
! Type=Label
! Text=
! Left=5
! Right=298
! Top=121
! Bottom=137
#--------------------
|