|
From: <xue...@us...> - 2003-07-14 09:45:49
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv27140
Modified Files:
CBP.nsh
Log Message:
Bucket list rearranged to make room for an extra line of text in the status message area.
Index: CBP.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/CBP.nsh,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CBP.nsh 13 Jul 2003 17:30:32 -0000 1.16
--- CBP.nsh 14 Jul 2003 09:45:43 -0000 1.17
***************
*** 716,720 ****
; Constants used to position the bucket names
! !define CBP_BN_NAME_LEFT 157
!define CBP_BN_NAME_RIGHT 250
--- 716,720 ----
; Constants used to position the bucket names
! !define CBP_BN_NAME_LEFT 160
!define CBP_BN_NAME_RIGHT 250
***************
*** 727,752 ****
!define CBP_BN_ROW_1_TOP 12
! !define CBP_BN_ROW_1_BOTTOM 22
! !define CBP_BN_ROW_2_TOP 27
! !define CBP_BN_ROW_2_BOTTOM 37
! !define CBP_BN_ROW_3_TOP 42
! !define CBP_BN_ROW_3_BOTTOM 52
! !define CBP_BN_ROW_4_TOP 57
! !define CBP_BN_ROW_4_BOTTOM 67
! !define CBP_BN_ROW_5_TOP 72
! !define CBP_BN_ROW_5_BOTTOM 82
! !define CBP_BN_ROW_6_TOP 87
! !define CBP_BN_ROW_6_BOTTOM 97
! !define CBP_BN_ROW_7_TOP 102
! !define CBP_BN_ROW_7_BOTTOM 112
! !define CBP_BN_ROW_8_TOP 117
! !define CBP_BN_ROW_8_BOTTOM 127
; Basic macro used to create the INI file
--- 727,752 ----
!define CBP_BN_ROW_1_TOP 12
! !define CBP_BN_ROW_1_BOTTOM 20
! !define CBP_BN_ROW_2_TOP 26
! !define CBP_BN_ROW_2_BOTTOM 34
! !define CBP_BN_ROW_3_TOP 40
! !define CBP_BN_ROW_3_BOTTOM 48
! !define CBP_BN_ROW_4_TOP 54
! !define CBP_BN_ROW_4_BOTTOM 62
! !define CBP_BN_ROW_5_TOP 68
! !define CBP_BN_ROW_5_BOTTOM 76
! !define CBP_BN_ROW_6_TOP 82
! !define CBP_BN_ROW_6_BOTTOM 90
! !define CBP_BN_ROW_7_TOP 96
! !define CBP_BN_ROW_7_BOTTOM 104
! !define CBP_BN_ROW_8_TOP 110
! !define CBP_BN_ROW_8_BOTTOM 118
; Basic macro used to create the INI file
***************
*** 841,845 ****
"Label" \
" " \
! "154" "300" "132" "140"
; Box enclosing the list of bucket names defined so far
--- 841,845 ----
"Label" \
" " \
! "157" "300" "124" "140"
; Box enclosing the list of bucket names defined so far
***************
*** 848,852 ****
"GroupBox" \
"$(PFI_LANG_CBP_IO_LISTHDR)" \
! "153" "300" "0" "130"
; Text for GroupBox lines 1 to 8
--- 848,852 ----
"GroupBox" \
"$(PFI_LANG_CBP_IO_LISTHDR)" \
! "153" "300" "0" "124"
; Text for GroupBox lines 1 to 8
|